aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/xive/common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc/xive: Do not expose a debugfs file when XIVE is disabledCédric Le Goater2020-05-281-2/+3
* powerpc/xive: Clear the page tables for the ESB IO mappingCédric Le Goater2020-05-261-0/+5
* powerpc/xive: Enforce load-after-store ordering when StoreEOI is activeCédric Le Goater2020-05-071-0/+3
* powerpc/xive: Add a debugfs file to dump internal XIVE stateCédric Le Goater2020-03-271-0/+105
* powerpc/xmon: Add source flags to output of XIVE interruptsCédric Le Goater2020-03-271-1/+4
* powerpc/xive: Fix xmon support on the PowerNV platformCédric Le Goater2020-03-271-0/+4
* powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIsCédric Le Goater2020-03-271-9/+3
* powerpc/xive: Discard ESB load value when interrupt is invalidFrederic Barrat2020-01-221-3/+12
* powerpc/xive: Prevent page fault issues in the machine crash handlerCédric Le Goater2019-11-131-0/+9
* powerpc/xmon: Fix output of XIVE IPICédric Le Goater2019-09-141-11/+16
* powerpc/xmon: Improve output of XIVE interruptsCédric Le Goater2019-09-141-3/+26
* powerpc/xive: Fix dump of XIVE interrupt under pseriesCédric Le Goater2019-08-191-0/+7
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2019-08-191-23/+64
|\
| * powerpc/xive: Implement get_irqchip_state method for XIVE to fix shutdown racePaul Mackerras2019-08-161-23/+64
* | powerpc/xive: Update comment referencing magic loads from an ESBJordan Niethe2019-08-051-1/+1
|/
* powerpc/xive: Fix loop exit-condition in xive_find_target_in_mask()Gautham R. Shenoy2019-07-181-4/+3