summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/xive/common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-101-39/+33
* powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_EOI_FWCédric Le Goater2020-12-101-13/+1
* powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_MASK_FWCédric Le Goater2020-12-101-39/+1
* powerpc/xive: Remove P9 DD1 flag XIVE_IRQ_FLAG_SHIFT_BUGCédric Le Goater2020-12-101-9/+0
* powerpc/xive: Add a debug_show handler to the XIVE irq_domainCédric Le Goater2020-12-101-0/+58
* powerpc/xive: Add a name to the IRQ domainCédric Le Goater2020-12-101-5/+5
* powerpc/xive: Introduce XIVE_IPI_HW_IRQCédric Le Goater2020-12-101-5/+5
* powerpc/xive: Rename XIVE_IRQ_NO_EOI to show its a flagCédric Le Goater2020-12-101-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-261-0/+105
* powerpc/xmon: Add source flags to output of XIVE interruptsCédric Le Goater2020-03-261-1/+4
* powerpc/xive: Fix xmon support on the PowerNV platformCédric Le Goater2020-03-261-0/+4
* powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIsCédric Le Goater2020-03-261-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-131-11/+16
* powerpc/xmon: Improve output of XIVE interruptsCédric Le Goater2019-09-131-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
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* powerpc: remove unnecessary unlikely()Igor Stoppa2019-01-151-1/+1
* powerpc/xive: Define xive_do_source_eoi as staticBreno Leitao2018-11-251-1/+1
* powerpc/xive: Move a dereference below a NULL testzhong jiang2018-10-031-3/+4
* treewide: correct "differenciate" and "instanciate" typosFinn Thain2018-08-241-1/+1
* powerpc/xive: Remove xive_kexec_teardown_cpu()Benjamin Herrenschmidt2018-08-071-22/+0
* powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-161-4/+4
* powerpc/xive: Fix wrong xmon output caused by typoFrederic Barrat2018-03-301-1/+1
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-01-211-1/+2
|\
| * powerpc/xive: Add interrupt flag to disable automatic EOIBenjamin Herrenschmidt2018-01-121-1/+2
* | powerpc/xive: Remove incorrect debug codeBenjamin Herrenschmidt2018-01-161-5/+0
|/
* powerpc/xive: Clear XIVE internal structures when a CPU is removedCédric Le Goater2017-10-041-0/+8
* powerpc/xive: improve debugging macrosCédric Le Goater2017-09-021-2/+6