summaryrefslogtreecommitdiff
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-03-251-1/+1
|\
| * PCI: Add defines for normal and subtractive PCI bridgesPali Rohár2022-02-171-1/+1
* | powerpc/xive: fix return value of __setup handlerRandy Dunlap2022-03-161-3/+3
* | powerpc/sysdev: fix incorrect use to determine if list is emptyJakob Koschel2022-03-081-2/+2
* | powerpc/corenet: Change criteria to set MPIC_ENABLE_COREINTChristophe Leroy2022-02-071-3/+1
* | powerpc/xive: Add some error handling code to 'xive_spapr_init()'Christophe JAILLET2022-02-031-8/+28
* | powerpc/xive: Export XIVE IPI information for online-only processors.Sachin Sant2022-01-311-1/+1
|/
* Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-1422-125/+219
|\
| * powerpc/xive: Add missing null check after calling kmallocAmmar Faizi2022-01-041-0/+3
| * powerpc/pasemi: Add __init attribute to eligible functionsNick Child2021-12-231-1/+1
| * powerpc/sysdev: Add __init attribute to eligible functionsNick Child2021-12-2319-32/+32
| * powerpc/mpic: Use bitmap_zalloc() when applicableChristophe JAILLET2021-12-201-2/+1
| * powerpc/xive: Fix compile when !CONFIG_PPC_POWERNV.Cédric Le Goater2021-12-023-1/+15
| * powerpc/tsi108: make EXPORT_SYMBOL follow its function immediatelyJason Wang2021-11-251-2/+1
| * powerpc/xive: Add a debugfs toggle for save-restoreCédric Le Goater2021-11-253-1/+3
| * powerpc/xive: Add a kernel parameter for StoreEOICédric Le Goater2021-11-251-0/+13
| * powerpc/xive: Add a debugfs toggle for StoreEOICédric Le Goater2021-11-251-3/+14
| * powerpc/xive: Add a debugfs file to dump EQsCédric Le Goater2021-11-251-0/+37
| * powerpc/xive: Rename the 'cpus' debugfs file to 'ipis'Cédric Le Goater2021-11-251-20/+7
| * powerpc/xive: Change the debugfs file 'xive' into a directoryCédric Le Goater2021-11-251-11/+25
| * powerpc/xive: Introduce xive_core_debugfs_create()Cédric Le Goater2021-11-251-3/+15
| * powerpc/xive: Activate StoreEOI on P10Cédric Le Goater2021-11-251-0/+2
| * powerpc/xive: Introduce an helper to print out interrupt characteristicsCédric Le Goater2021-11-251-27/+27
| * powerpc/xive: Replace pr_devel() by pr_debug() to ease debugCédric Le Goater2021-11-252-33/+34
* | powerpc/mpic_u3msi: Use msi_for_each-desc()Thomas Gleixner2021-12-161-7/+2
* | 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