summaryrefslogtreecommitdiff
path: root/arch/powerpc/sysdev
AgeCommit message (Expand)AuthorFilesLines
2023-05-17powerpc/sysdev/tsi108: fix resource printk format warningsRandy Dunlap1-3/+2
2023-01-18powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_...Yang Yingliang1-0/+1
2022-10-26powerpc/sysdev/fsl_msi: Add missing of_node_put()Liang He1-0/+2
2022-08-25powerpc/xive: Fix refcount leak in xive_get_max_prioMiaoqian Lin1-0/+1
2022-08-25powerpc/fsl-pci: Fix Class Code of PCIe Root PortPali Rohár2-0/+9
2022-06-14powerpc/fsl_rio: Fix refcount leak in fsl_rio_setupMiaoqian Lin1-0/+2
2022-06-14powerpc/8xx: export 'cpm_setbrg' for modulesRandy Dunlap1-0/+1
2022-06-14powerpc/xics: fix refcount leak in icp_opal_init()Lv Ruyi1-0/+1
2022-04-15powerpc/sysdev: fix incorrect use to determine if list is emptyJakob Koschel1-2/+2
2021-11-26powerpc/dcr: Use cmplwi instead of 3-argument cmpliMichael Ellerman1-1/+1
2021-01-06powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe()Qinglang Miao1-1/+1
2020-10-29powerpc/icp-hv: Fix missing of_node_put() in success pathNicholas Mc Guire1-0/+1
2020-09-03powerpc/xive: Ignore kmemleak false positivesAlexey Kardashevskiy1-0/+2
2020-06-22powerpc/xive: Clear the page tables for the ESB IO mappingCédric Le Goater1-0/+5
2020-04-17powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIsCédric Le Goater4-13/+14
2020-01-09KVM: PPC: Book3S HV: use smp_mb() when setting/clearing host_ipi flagMichael Roth2-6/+6
2019-12-17powerpc/xive: Skip ioremap() of ESB pages for LSI interruptsCédric Le Goater1-2/+10
2019-12-17powerpc/xive: Prevent page fault issues in the machine crash handlerCédric Le Goater1-0/+9
2019-11-24powerpc/xive: Move a dereference below a NULL testzhong jiang1-3/+4
2019-10-01powerpc/xive: Fix bogus error code returned by OPALGreg Kurz1-0/+11
2019-07-31powerpc/xive: Fix loop exit-condition in xive_find_target_in_mask()Gautham R. Shenoy1-4/+3
2018-08-24treewide: correct "differenciate" and "instanciate" typosFinn Thain1-1/+1
2018-08-10powerpc/cpm1: fix compilation error with CONFIG_PPC_EARLY_DEBUG_CPMChristophe Leroy1-0/+1
2018-08-10powerpc: Fix size calculation using resource_size()Dan Carpenter1-1/+1
2018-08-07powerpc/Makefiles: Convert ifeq to ifdef where possibleRodrigo R. Galvao1-1/+1
2018-08-07powerpc/xive: Remove xive_kexec_teardown_cpu()Benjamin Herrenschmidt1-22/+0
2018-08-07powerpc/xive: Remove now useless pr_debug statementsBenjamin Herrenschmidt1-9/+1
2018-07-30powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy1-1/+0
2018-07-30powerpc: remove superflous inclusions of asm/fixmap.hChristophe Leroy1-1/+0
2018-07-19powerpc/mpic: Pass first free vector number to mpic_setup_error_int()Bharat Bhushan2-4/+4
2018-07-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-4/+4
2018-07-16powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin1-4/+4
2018-07-12powerpc/xive: Replace msleep(x) with msleep(OPAL_BUSY_DELAY_MS)Daniel Klamt1-12/+12
2018-07-04powerpc/msi: Remove VLA usageKees Cook1-7/+8
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook2-3/+3
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2018-06-03powerpc: Remove core support for Marvell mv64x60 hostbridgesMark Greer6-1171/+0
2018-06-03powerpc/xics: Add missing of_node_put() in error pathYueHaibing1-3/+4
2018-06-03powerpc: cpm_gpio: Remove owner assignment from platform_driverFabio Estevam1-1/+0
2018-06-03powerpc/xive: Remove (almost) unused macrosRussell Currey1-1/+1
2018-05-10powerpc/xive: prepare all hcalls to support long busy delaysCédric Le Goater1-8/+28
2018-05-10powerpc/xive: fix hcall H_INT_RESET to support long busy delaysCédric Le Goater1-5/+47
2018-04-18powerpc/xive: Fix trying to "push" an already active pool VPBenjamin Herrenschmidt1-0/+4
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-3/+3
2018-04-06headers: untangle kmemleak.h from mm.hRandy Dunlap2-0/+2
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman2-2/+2
2018-03-30powerpc/xive: Fix wrong xmon output caused by typoFrederic Barrat1-1/+1
2018-03-30powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin1-1/+1
2018-03-30powerpc/mpic: Check if cpu_possible() in mpic_physmask()Michael Ellerman1-1/+1
2018-02-15powerpc/xive: Use hw CPU ids when configuring the CPU queuesCédric Le Goater1-6/+10