summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
...
* | powerpc/fsl_msi: Use msi_for_each_desc()Thomas Gleixner2021-12-161-6/+2
* | powerpc/4xx: Remove MSI support which never workedThomas Gleixner2021-12-091-6/+0
|/
* powerpc/xive: Change IRQ domain to a tree domainCédric Le Goater2021-11-172-3/+1
* Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-11-051-1/+1
|\
| * powerpc/dcr: Use cmplwi instead of 3-argument cmpliMichael Ellerman2021-10-281-1/+1
* | powerpc/xive: Discard disabled interrupts in get_irqchip_state()Cédric Le Goater2021-10-131-1/+2
|/
* powerpc/xics: Set the IRQ chip data for the ICS native backendCédric Le Goater2021-09-151-2/+2
* Merge branch 'fixes' into nextMichael Ellerman2021-09-031-12/+24
|\
| * powerpc/xive: Do not mark xive_request_ipi() as __initNathan Chancellor2021-08-181-1/+1
| * powerpc/xive: Do not skip CPU-less nodes when creating the IPIsCédric Le Goater2021-08-121-11/+24
* | powerpc: Refactor verification of MSR_RIChristophe Leroy2021-08-261-1/+1
* | powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V2021-08-131-2/+1
* | powerpc: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-102-15/+8
* | KVM: PPC: Book3S HV: XIVE: Add support for automatic save-restoreCédric Le Goater2021-08-101-0/+10
* | powerpc: use IRQF_NO_DEBUG for IPIsCédric Le Goater2021-08-102-2/+3
* | powerpc/xive: Use XIVE domain under xmon and debugfsCédric Le Goater2021-08-101-6/+5
* | 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
* | powerpc/pseries/pci: Add a msi_free() handler to clear XIVE dataCédric Le Goater2021-08-101-1/+4
* | powerpc/xive: Remove irqd_is_started() check when setting the affinityCédric Le Goater2021-08-101-4/+0
* | powerpc/xive: Drop unmask of MSIs at startupCédric Le Goater2021-08-101-10/+0
* | powerpc/xive: Ease debugging of xive_irq_set_affinity()Cédric Le Goater2021-08-101-2/+2
* | powerpc/xive: Add support for IRQ domain hierarchyCédric Le Goater2021-08-101-0/+64
|/
* powerpc/xive: Fix error handling when allocating an IPICédric Le Goater2021-07-051-4/+3
* Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-026-3/+266
|\
| * powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin2021-06-252-3/+3
| * powerpc/xics: Add a native ICS backend for microwattBenjamin Herrenschmidt2021-06-214-0/+263
* | powerpc: Move the use of irq_domain_add_nomap() behind a config optionMarc Zyngier2021-06-101-0/+1
* | powerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacyMarc Zyngier2021-06-104-4/+6
* | powerpc: Add missing linux/{of.h,irqdomain.h} include directivesMarc Zyngier2021-06-104-0/+4
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-301-4/+0
|\
| * powerpc/xive: remove unnecessary unmap_kernel_rangeNicholas Piggin2021-04-301-4/+0
* | Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-04-306-80/+149
|\ \ | |/ |/|
| * powerpc/iommu: Do not immediately panic when failed IOMMU table allocationAlexey Kardashevskiy2021-04-231-1/+2
| * powerpc/xive: Use the "ibm, chip-id" property only under PowerNVCédric Le Goater2021-04-173-6/+10
| * powerpc/xive: Modernize XIVE-IPI domain with an 'alloc' handlerCédric Le Goater2021-04-141-8/+19
| * powerpc/xive: Map one IPI interrupt per nodeCédric Le Goater2021-04-142-15/+47
| * powerpc/xive: Fix xmon command "dxi"Cédric Le Goater2021-04-141-4/+10
| * powerpc/xive: Simplify the dump of XIVE interrupts under xmonCédric Le Goater2021-04-141-0/+14
| * powerpc/xive: Drop check on irq_data in xive_core_debug_show()Cédric Le Goater2021-04-141-11/+10
| * powerpc/xive: Simplify xive_core_debug_show()Cédric Le Goater2021-04-141-14/+4
| * powerpc/xive: Remove useless check on XIVE_IPI_HW_IRQCédric Le Goater2021-04-141-2/+1
| * powerpc/xive: Introduce an IPI interrupt domainCédric Le Goater2021-04-141-33/+46
| * powerpc/fsl-pci: Fix section mismatch warningMichael Ellerman2021-03-291-1/+1
| * powerpc/xive: use true and false for bool variableYang Li2021-03-291-1/+1