aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/xics (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-29powerpc/xics: Add icp_native_cause_ipi_rmSuresh Warrier1-0/+21
2015-09-15powerpc, irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2-2/+2
2015-07-30genirq/irqdomain: Allow irq domain aliasingMarc Zyngier1-1/+2
2015-07-16treewide: Use helper function to access irq_data->msi_descJiang Liu2-2/+2
2015-06-17powerpc: Make doorbell check preemption safeShreyas B. Prabhu1-5/+9
2015-06-02powerpc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-1/+1
2015-05-11powerpc: Constify irq_domain_opsKrzysztof Kozlowski1-1/+1
2015-04-10powerpc: Drop return value of smp_ops->probe()Michael Ellerman1-3/+1
2015-02-13powerpc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-9/+4
2015-01-23powerpc: Replace cpumask_weight(cpu_possible_mask) with num_possible_cpus()Emil Medve1-1/+1
2014-12-11Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds1-1/+1
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner2-2/+2
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2014-09-25powerpc/powernv: Don't call generic code on offline cpusPaul Mackerras1-0/+25
2014-06-11powerpc/powernv: Enable POWER8 doorbell IPIsMichael Neuling1-1/+8
2014-01-15powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-11powerpc/powernv: Fix endian issues in OPAL ICS backendBenjamin Herrenschmidt1-8/+9
2013-08-14powerpc: Fix some endian issues in xics codeAnton Blanchard1-5/+5
2013-08-14powerpc: Add some endian annotations to time and xics codeAnton Blanchard1-1/+1
2013-05-14powerpc: Fix irq_set_affinity() return valuesAlexander Gordeev1-1/+1
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+8
2013-04-26KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVMBenjamin Herrenschmidt1-0/+8
2013-04-26powerpc/powernv: Patch MSI EOI handler on P8Gavin Shan1-1/+1
2013-02-08powerpc: fix ics_rtas_init and start_secondary section mismatchDaniel Borkmann1-1/+1
2012-09-05powerpc: Make sure IPI handlers see data written by IPI sendersPaul Mackerras1-1/+5
2012-07-11irqdomain: Eliminate dedicated radix lookup functionsGrant Likely2-2/+2
2012-07-11irqdomain: Always update revmap when setting up a virqGrant Likely1-3/+0
2012-04-30powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely1-4/+3
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely1-2/+1
2012-02-16irq_domain/powerpc: Eliminate virq_is_host()Grant Likely1-6/+6
2012-02-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely1-6/+6
2011-12-08powerpc/xics: Reset the CPPR if H_EOI failsAnton Blanchard1-6/+7
2011-11-28powerpc/xics: Harden xics hypervisor backendAnton Blanchard1-11/+27
2011-11-25powerpc: Mark IPI interrupts IRQF_NO_THREADThomas Gleixner1-1/+1
2011-11-08powerpc/irq: Remove IRQF_DISABLEDYong Zhang1-3/+2
2011-09-20powerpc/powernv: Add OPAL ICS backendBenjamin Herrenschmidt3-6/+247
2011-09-20powerpc/xics: Add __init to marker icp_native_init()Arnaud Lacombe1-1/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-12KVM: PPC: Allow book3s_hv guests to use SMT processor modesPaul Mackerras1-0/+9
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-05-19powerpc: Add virq_is_host to reduce virq_to_host usageMilton Miller1-1/+1
2011-05-19powerpc/xics: Cleanup xics_host_map and ipiMilton Miller1-5/+5
2011-05-19powerpc: Add kconfig for muxed smp ipi supportMilton Miller1-0/+1
2011-05-19powerpc: Consolidate ipi message mux and demuxMilton Miller3-42/+8
2011-05-19powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELFMilton Miller2-34/+2
2011-05-06powerpc: Add WSP platformDavid Gibson1-0/+1
2011-05-04powerpc/irq: Stop exporting irq_mapGrant Likely4-8/+8
2011-04-20powerpc/xics: Move irq_host matching into the ics backendMichael Ellerman2-5/+18
2011-04-20powerpc/xics: Make sure we have a sensible default distribution serverBenjamin Herrenschmidt1-3/+9
2011-04-20powerpc/xics: Rewrite XICS driverBenjamin Herrenschmidt6-0/+1204