summaryrefslogtreecommitdiff
path: root/arch/powerpc/sysdev/xics/xics-common.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-09powerpc/xics: Properly set Edge/Level type and enable resendBenjamin Herrenschmidt1-7/+52
2016-07-17powerpc/xics: Add ICP OPAL backendBenjamin Herrenschmidt1-1/+4
2015-07-30genirq/irqdomain: Allow irq domain aliasingMarc Zyngier1-1/+2
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-01-23powerpc: Replace cpumask_weight(cpu_possible_mask) with num_possible_cpus()Emil Medve1-1/+1
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2013-08-14powerpc: Fix some endian issues in xics codeAnton Blanchard1-5/+5
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-15irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely1-6/+6
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 Herrenschmidt1-6/+2
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: Consolidate ipi message mux and demuxMilton Miller1-28/+2
2011-05-04powerpc/irq: Stop exporting irq_mapGrant Likely1-2/+2
2011-04-20powerpc/xics: Move irq_host matching into the ics backendMichael Ellerman1-5/+7
2011-04-20powerpc/xics: Make sure we have a sensible default distribution serverBenjamin Herrenschmidt1-3/+9
2011-04-20powerpc/xics: Rewrite XICS driverBenjamin Herrenschmidt1-0/+461