summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/xics
Commit message (Expand)AuthorAgeFilesLines
* Revert "powerpc/rtas: Implement reentrant rtas call"Nathan Lynch2022-09-141-11/+11
* powerpc/xics: Include missing headerChristophe Leroy2022-05-241-0/+1
* powerpc/xics: fix refcount leak in icp_opal_init()Lv Ruyi2022-05-221-0/+1
* powerpc/kasan: Disable address sanitization in kexec pathsDaniel Axtens2022-05-221-2/+2
* powerpc: Add missing headersChristophe Leroy2022-05-082-2/+3
* powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-083-3/+0
* powerpc/sysdev: Add __init attribute to eligible functionsNick Child2021-12-233-3/+3
* powerpc/xics: Set the IRQ chip data for the ICS native backendCédric Le Goater2021-09-151-2/+2
* powerpc: use IRQF_NO_DEBUG for IPIsCédric Le Goater2021-08-101-1/+1
* powerpc/xics: Fix IRQ migrationCédric Le Goater2021-08-101-2/+7
* powerpc/xics: Drop unmask of MSIs at startupCédric Le Goater2021-08-102-20/+0
* powerpc/xics: Add support for IRQ domain hierarchyCédric Le Goater2021-08-101-0/+41
* powerpc/xics: Add debug logging to the set_irq_affinity handlersCédric Le Goater2021-08-102-1/+4
* powerpc/xics: Give a name to the default XICS IRQ domainCédric Le Goater2021-08-101-4/+17
* powerpc/xics: Rename the map handler in a check handlerCédric Le Goater2021-08-104-49/+34
* powerpc/xics: Remove ICS listCédric Le Goater2021-08-101-26/+19
* Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-024-0/+263
|\
| * powerpc/xics: Add a native ICS backend for microwattBenjamin Herrenschmidt2021-06-214-0/+263
* | powerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacyMarc Zyngier2021-06-101-1/+1
* | powerpc: Add missing linux/{of.h,irqdomain.h} include directivesMarc Zyngier2021-06-102-0/+2
|/
* powerpc/icp-hv: Fix missing of_node_put() in success pathNicholas Mc Guire2020-08-251-0/+1
* powerpc/rtas: Implement reentrant rtas callLeonardo Bras2020-06-021-11/+11
* KVM: PPC: Book3S HV: use smp_mb() when setting/clearing host_ipi flagMichael Roth2019-09-242-6/+6
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-7/+6
|\
| * powerpc/Kconfig: Clean up formattingEnrico Weigelt, metux IT consult2019-07-041-7/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-305-28/+5
|/
* powerpc: Add -Werror at arch/powerpc levelMichael Ellerman2018-10-191-1/+0
* powerpc/xics: Add missing of_node_put() in error pathYueHaibing2018-06-031-3/+4
* powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin2018-03-301-1/+1
* powerpc: Use pr_warn instead of pr_warningJoe Perches2017-12-044-14/+12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* powerpc/powernv: Fix oops on P9 DD1 in cause_ipi()Michael Ellerman2017-04-261-0/+3
* powerpc: Change the doorbell IPI calling conventionNicholas Piggin2017-04-134-16/+3
* powerpc: Consolidate variants of real-mode MMIOsBenjamin Herrenschmidt2017-04-101-4/+4
* powerpc/xics: Work around limitations of OPAL XICS priority handlingBalbir Singh2017-03-062-3/+24
* powerpc/powernv: Properly set "host-ipi" on IPIsBenjamin Herrenschmidt2017-02-091-2/+4
* powerpc/powernv: Fix CPU hotplug to handle waking on HVIBenjamin Herrenschmidt2017-02-091-0/+29
* powerpc/icp-opal: Fix missing KVM case and harden replayBenjamin Herrenschmidt2017-01-171-7/+24
* Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-074-11/+11
|\
| * powerpc: Remove all usages of NO_IRQMichael Ellerman2016-09-204-11/+11
* | powerpc/xics/opal: Fix processor numbers in OPAL ICPBenjamin Herrenschmidt2016-09-061-5/+7
|/
* powerpc/xics: Properly set Edge/Level type and enable resendBenjamin Herrenschmidt2016-08-094-9/+59
* powerpc/xics: Add ICP OPAL backendBenjamin Herrenschmidt2016-07-173-2/+149
* powerpc/xics: Add icp_native_cause_ipi_rmSuresh Warrier2016-02-291-0/+21
* powerpc, irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-09-152-2/+2
* genirq/irqdomain: Allow irq domain aliasingMarc Zyngier2015-07-301-1/+2
* treewide: Use helper function to access irq_data->msi_descJiang Liu2015-07-162-2/+2
* powerpc: Make doorbell check preemption safeShreyas B. Prabhu2015-06-171-5/+9
* powerpc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-06-021-1/+1
* powerpc: Constify irq_domain_opsKrzysztof Kozlowski2015-05-111-1/+1