summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
Commit message (Expand)AuthorAgeFilesLines
* 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/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