summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/xics
Commit message (Expand)AuthorAgeFilesLines
* powerpc/powernv: Don't call generic code on offline cpusPaul Mackerras2014-09-251-0/+25
* powerpc/powernv: Enable POWER8 doorbell IPIsMichael Neuling2014-06-111-1/+8
* powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-151-1/+0Star
* powerpc/powernv: Fix endian issues in OPAL ICS backendBenjamin Herrenschmidt2013-10-111-8/+9
* powerpc: Fix some endian issues in xics codeAnton Blanchard2013-08-141-5/+5
* powerpc: Add some endian annotations to time and xics codeAnton Blanchard2013-08-141-1/+1
* powerpc: Fix irq_set_affinity() return valuesAlexander Gordeev2013-05-141-1/+1
* Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-051-0/+8
|\
| * KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVMBenjamin Herrenschmidt2013-04-261-0/+8
* | powerpc/powernv: Patch MSI EOI handler on P8Gavin Shan2013-04-261-1/+1
|/
* powerpc: fix ics_rtas_init and start_secondary section mismatchDaniel Borkmann2013-02-081-1/+1
* powerpc: Make sure IPI handlers see data written by IPI sendersPaul Mackerras2012-09-051-1/+5
* irqdomain: Eliminate dedicated radix lookup functionsGrant Likely2012-07-112-2/+2
* irqdomain: Always update revmap when setting up a virqGrant Likely2012-07-111-3/+0Star
* powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely2012-04-301-4/+3Star
* irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely2012-02-161-2/+1Star
* irq_domain/powerpc: Eliminate virq_is_host()Grant Likely2012-02-161-6/+6
* irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely2012-02-141-6/+6
* powerpc/xics: Reset the CPPR if H_EOI failsAnton Blanchard2011-12-081-6/+7
* powerpc/xics: Harden xics hypervisor backendAnton Blanchard2011-11-281-11/+27
* powerpc: Mark IPI interrupts IRQF_NO_THREADThomas Gleixner2011-11-251-1/+1
* powerpc/irq: Remove IRQF_DISABLEDYong Zhang2011-11-081-3/+2Star
* powerpc/powernv: Add OPAL ICS backendBenjamin Herrenschmidt2011-09-203-6/+247
* powerpc/xics: Add __init to marker icp_native_init()Arnaud Lacombe2011-09-201-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+1
|\
| * treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
* | KVM: PPC: Allow book3s_hv guests to use SMT processor modesPaul Mackerras2011-07-121-0/+9
|/
* powerpc: Add virq_is_host to reduce virq_to_host usageMilton Miller2011-05-191-1/+1
* powerpc/xics: Cleanup xics_host_map and ipiMilton Miller2011-05-191-5/+5
* powerpc: Add kconfig for muxed smp ipi supportMilton Miller2011-05-191-0/+1
* powerpc: Consolidate ipi message mux and demuxMilton Miller2011-05-193-42/+8Star
* powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELFMilton Miller2011-05-192-34/+2Star
* powerpc: Add WSP platformDavid Gibson2011-05-061-0/+1
* powerpc/irq: Stop exporting irq_mapGrant Likely2011-05-044-8/+8
* powerpc/xics: Move irq_host matching into the ics backendMichael Ellerman2011-04-202-5/+18
* powerpc/xics: Make sure we have a sensible default distribution serverBenjamin Herrenschmidt2011-04-201-3/+9
* powerpc/xics: Rewrite XICS driverBenjamin Herrenschmidt2011-04-206-0/+1204