summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/xive/common.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix typosBjorn Helgaas2024-05-081-2/+2
* powerpc/xive: fix repeated words in commentsJilin Yuan2022-09-061-1/+1
* powerpc/kasan: Disable address sanitization in kexec pathsDaniel Axtens2022-05-221-2/+2
* powerpc: Add missing headersChristophe Leroy2022-05-081-1/+1
* powerpc/xive: fix return value of __setup handlerRandy Dunlap2022-03-161-3/+3
* powerpc/xive: Export XIVE IPI information for online-only processors.Sachin Sant2022-01-311-1/+1
* powerpc/xive: Fix compile when !CONFIG_PPC_POWERNV.Cédric Le Goater2021-12-021-1/+3
* powerpc/xive: Add a debugfs toggle for save-restoreCédric Le Goater2021-11-251-0/+1
* 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: 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-251-14/+15
* powerpc/xive: Change IRQ domain to a tree domainCédric Le Goater2021-11-171-2/+1
* powerpc/xive: Discard disabled interrupts in get_irqchip_state()Cédric Le Goater2021-10-131-1/+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: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V2021-08-131-2/+1
* | powerpc: use IRQF_NO_DEBUG for IPIsCédric Le Goater2021-08-101-1/+2
* | powerpc/xive: Use XIVE domain under xmon and debugfsCédric Le Goater2021-08-101-6/+5
* | 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 branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-301-4/+0
|\
| * powerpc/xive: remove unnecessary unmap_kernel_rangeNicholas Piggin2021-04-301-4/+0
* | powerpc/xive: Use the "ibm, chip-id" property only under PowerNVCédric Le Goater2021-04-171-6/+3
* | 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-141-13/+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/xive: Simplify xive_do_source_eoi()Cédric Le Goater2020-12-111-39/+33
* powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_EOI_FWCédric Le Goater2020-12-111-13/+1
* powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_MASK_FWCédric Le Goater2020-12-111-39/+1
* powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_SHIFT_BUGCédric Le Goater2020-12-111-9/+0
* powerpc/xive: Add a debug_show handler to the XIVE irq_domainCédric Le Goater2020-12-111-0/+58
* powerpc/xive: Add a name to the IRQ domainCédric Le Goater2020-12-111-5/+5
* powerpc/xive: Introduce XIVE_IPI_HW_IRQCédric Le Goater2020-12-111-5/+5
* powerpc/xive: Rename XIVE_IRQ_NO_EOI to show its a flagCédric Le Goater2020-12-111-1/+1
* powerpc/xive: Make debug routines staticCédric Le Goater2020-09-181-2/+2