summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/xive
Commit message (Expand)AuthorAgeFilesLines
* powerpc/xive: Fix endian conversion sizeBenjamin Gray2023-10-191-1/+1
* powerpc: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-301-4/+2
* powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_...Yang Yingliang2022-11-241-0/+1
* powerpc/sysdev: Remove some duplicate prefix in some messagesChristophe JAILLET2022-11-241-3/+3
* powerpc/xive: fix repeated words in commentsJilin Yuan2022-09-061-1/+1
* powerpc/sysdev: Add missing of_node_put()sLiang He2022-09-051-5/+10
* powerpc/xive: Fix refcount leak in xive_get_max_prioMiaoqian Lin2022-08-011-0/+1
* powerpc/xive/spapr: correct bitmap allocation sizeNathan Lynch2022-06-241-2/+3
* powerpc/xive: Fix refcount leak in xive_spapr_initMiaoqian Lin2022-05-221-2/+5
* powerpc/kasan: Disable address sanitization in kexec pathsDaniel Axtens2022-05-221-2/+2
* powerpc: Add missing headersChristophe Leroy2022-05-083-2/+4
* powerpc: fix typos in commentsJulia Lawall2022-05-051-1/+1
* powerpc/xive: fix return value of __setup handlerRandy Dunlap2022-03-161-3/+3
* 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
* powerpc/xive: Add missing null check after calling kmallocAmmar Faizi2022-01-041-0/+3
* powerpc/sysdev: Add __init attribute to eligible functionsNick Child2021-12-232-5/+5
* powerpc/xive: Fix compile when !CONFIG_PPC_POWERNV.Cédric Le Goater2021-12-023-1/+15
* 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
* 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
* | 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-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
* powerpc: Move the use of irq_domain_add_nomap() behind a config optionMarc Zyngier2021-06-101-0/+1
* 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-173-6/+10
* | 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-142-15/+47
* | powerpc/xive: Fix xmon command "dxi"Cédric Le Goater2021-04-141-4/+10