aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
AgeCommit message (Expand)Author
2024-01-25powerpc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz
2023-05-17powerpc/sysdev/tsi108: fix resource printk format warningsRandy Dunlap
2023-01-18powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_...Yang Yingliang
2022-10-26powerpc/sysdev/fsl_msi: Add missing of_node_put()Liang He
2022-08-25powerpc/xive: Fix refcount leak in xive_get_max_prioMiaoqian Lin
2022-08-25powerpc/fsl-pci: Fix Class Code of PCIe Root PortPali Rohár
2022-06-14powerpc/fsl_rio: Fix refcount leak in fsl_rio_setupMiaoqian Lin
2022-06-14powerpc/8xx: export 'cpm_setbrg' for modulesRandy Dunlap
2022-06-14powerpc/xics: fix refcount leak in icp_opal_init()Lv Ruyi
2022-04-15powerpc/sysdev: fix incorrect use to determine if list is emptyJakob Koschel
2021-11-26powerpc/dcr: Use cmplwi instead of 3-argument cmpliMichael Ellerman
2021-01-06powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe()Qinglang Miao
2020-10-29powerpc/icp-hv: Fix missing of_node_put() in success pathNicholas Mc Guire
2020-09-03powerpc/xive: Ignore kmemleak false positivesAlexey Kardashevskiy
2020-06-22powerpc/xive: Clear the page tables for the ESB IO mappingCédric Le Goater
2020-04-17powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIsCédric Le Goater
2020-01-09KVM: PPC: Book3S HV: use smp_mb() when setting/clearing host_ipi flagMichael Roth
2019-12-17powerpc/xive: Skip ioremap() of ESB pages for LSI interruptsCédric Le Goater
2019-12-17powerpc/xive: Prevent page fault issues in the machine crash handlerCédric Le Goater
2019-11-24powerpc/xive: Move a dereference below a NULL testzhong jiang
2019-10-01powerpc/xive: Fix bogus error code returned by OPALGreg Kurz
2019-07-31powerpc/xive: Fix loop exit-condition in xive_find_target_in_mask()Gautham R. Shenoy
2018-08-23treewide: correct "differenciate" and "instanciate" typosFinn Thain
2018-08-10powerpc/cpm1: fix compilation error with CONFIG_PPC_EARLY_DEBUG_CPMChristophe Leroy
2018-08-10powerpc: Fix size calculation using resource_size()Dan Carpenter
2018-08-08powerpc/Makefiles: Convert ifeq to ifdef where possibleRodrigo R. Galvao
2018-08-07powerpc/xive: Remove xive_kexec_teardown_cpu()Benjamin Herrenschmidt
2018-08-07powerpc/xive: Remove now useless pr_debug statementsBenjamin Herrenschmidt
2018-07-30powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy
2018-07-30powerpc: remove superflous inclusions of asm/fixmap.hChristophe Leroy
2018-07-19powerpc/mpic: Pass first free vector number to mpic_setup_error_int()Bharat Bhushan
2018-07-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2018-07-16powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin
2018-07-12powerpc/xive: Replace msleep(x) with msleep(OPAL_BUSY_DELAY_MS)Daniel Klamt
2018-07-04powerpc/msi: Remove VLA usageKees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-04powerpc: Remove core support for Marvell mv64x60 hostbridgesMark Greer
2018-06-03powerpc/xics: Add missing of_node_put() in error pathYueHaibing
2018-06-03powerpc: cpm_gpio: Remove owner assignment from platform_driverFabio Estevam
2018-06-03powerpc/xive: Remove (almost) unused macrosRussell Currey
2018-05-10powerpc/xive: prepare all hcalls to support long busy delaysCédric Le Goater
2018-05-10powerpc/xive: fix hcall H_INT_RESET to support long busy delaysCédric Le Goater
2018-04-19powerpc/xive: Fix trying to "push" an already active pool VPBenjamin Herrenschmidt
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman
2018-03-31powerpc/xive: Fix wrong xmon output caused by typoFrederic Barrat
2018-03-30powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin
2018-03-30powerpc/mpic: Check if cpu_possible() in mpic_physmask()Michael Ellerman