aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/xics/xics-common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-22powerpc/kasan: Disable address sanitization in kexec pathsDaniel Axtens1-2/+2
2022-05-08powerpc: Add missing headersChristophe Leroy1-1/+1
2021-12-23powerpc/sysdev: Add __init attribute to eligible functionsNick Child1-1/+1
2021-09-15powerpc/xics: Set the IRQ chip data for the ICS native backendCédric Le Goater1-2/+2
2021-08-10powerpc: use IRQF_NO_DEBUG for IPIsCédric Le Goater1-1/+1
2021-08-10powerpc/xics: Fix IRQ migrationCédric Le Goater1-2/+7
2021-08-10powerpc/xics: Add support for IRQ domain hierarchyCédric Le Goater1-0/+41
2021-08-10powerpc/xics: Give a name to the default XICS IRQ domainCédric Le Goater1-4/+17
2021-08-10powerpc/xics: Rename the map handler in a check handlerCédric Le Goater1-6/+9
2021-08-10powerpc/xics: Remove ICS listCédric Le Goater1-26/+19
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+2
2021-06-21powerpc/xics: Add a native ICS backend for microwattBenjamin Herrenschmidt1-0/+2
2021-06-10powerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacyMarc Zyngier1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-06-03powerpc/xics: Add missing of_node_put() in error pathYueHaibing1-3/+4
2017-12-04powerpc: Use pr_warn instead of pr_warningJoe Perches1-4/+4
2017-04-26powerpc/powernv: Fix oops on P9 DD1 in cause_ipi()Michael Ellerman1-0/+3
2017-04-13powerpc: Change the doorbell IPI calling conventionNicholas Piggin1-3/+0
2017-03-06powerpc/xics: Work around limitations of OPAL XICS priority handlingBalbir Singh1-3/+14
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-1/+1
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-14irq_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