aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/sysdev
AgeCommit message (Expand)AuthorFilesLines
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 4-5/+19
2022-12-17powerpc/msi: Fix deassociation of MSI descriptorsGravatar Marc Zyngier 2-0/+2
2022-11-30powerpc/fsl-pci: Choose PCI host bridge with alias pci0 as the primaryGravatar Pali Rohár 1-0/+13
2022-11-24powerpc/mpic_msgr: fix cast removes address space of expression warningsGravatar ruanjinjie 1-2/+2
2022-11-24powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_...Gravatar Yang Yingliang 1-0/+1
2022-11-24powerpc/sysdev: Remove some duplicate prefix in some messagesGravatar Christophe JAILLET 1-3/+3
2022-09-26powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Gravatar Christophe Leroy 2-2/+2
2022-09-14Revert "powerpc/rtas: Implement reentrant rtas call"Gravatar Nathan Lynch 1-11/+11
2022-09-06powerpc/xive: fix repeated words in commentsGravatar Jilin Yuan 1-1/+1
2022-09-05powerpc/fsl_pci: Remove of_node_put() when reference escaped outGravatar Liang He 1-1/+0
2022-09-05powerpc/sysdev/fsl_msi: Add missing of_node_put()Gravatar Liang He 1-0/+2
2022-09-05powerpc/sysdev: Add missing of_node_put()sGravatar Liang He 3-7/+23
2022-08-01powerpc/xive: Fix refcount leak in xive_get_max_prioGravatar Miaoqian Lin 1-0/+1
2022-07-28powerpc/sysdev: Fix comment typoGravatar Jason Wang 1-1/+1
2022-07-28powerpc: Remove asm/prom.h from asm/mpc52xx.h and asm/pci.hGravatar Christophe Leroy 1-0/+2
2022-07-27powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Gravatar Christophe Leroy 1-2/+10
2022-07-27powerpc/fsl-pci: Fix Class Code of PCIe Root PortGravatar Pali Rohár 2-0/+9
2022-07-09Merge branch 'fixes' into nextGravatar Michael Ellerman 1-2/+3
2022-06-24powerpc/xive/spapr: correct bitmap allocation sizeGravatar Nathan Lynch 1-2/+3
2022-06-22powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeGravatar Andy Shevchenko 1-19/+22
2022-06-20powerpc: Don't include asm/setup.h in asm/machdep.hGravatar Christophe Leroy 1-0/+1
2022-05-24powerpc/xics: Include missing headerGravatar Christophe Leroy 1-0/+1
2022-05-22powerpc/iommu: Add missing of_node_put in iommu_init_early_dartGravatar Peng Wu 1-2/+4
2022-05-22powerpc/fsl_rio: Fix refcount leak in fsl_rio_setupGravatar Miaoqian Lin 1-0/+2
2022-05-22powerpc/xive: Fix refcount leak in xive_spapr_initGravatar Miaoqian Lin 1-2/+5
2022-05-22powerpc/85xx: Remove FSL_85XX_CACHE_SRAMGravatar Christophe Leroy 4-452/+0
2022-05-22powerpc/xics: fix refcount leak in icp_opal_init()Gravatar Lv Ruyi 1-0/+1
2022-05-22powerpc/kasan: Disable address sanitization in kexec pathsGravatar Daniel Axtens 2-4/+4
2022-05-08powerpc: Add missing headersGravatar Christophe Leroy 25-22/+40
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itGravatar Christophe Leroy 5-5/+0
2022-05-05powerpc: fix typos in commentsGravatar Julia Lawall 8-8/+8
2022-03-25Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2022-03-16powerpc/xive: fix return value of __setup handlerGravatar Randy Dunlap 1-3/+3
2022-03-08powerpc/sysdev: fix incorrect use to determine if list is emptyGravatar Jakob Koschel 1-2/+2
2022-02-17PCI: Add defines for normal and subtractive PCI bridgesGravatar Pali Rohár 1-1/+1
2022-02-07powerpc/corenet: Change criteria to set MPIC_ENABLE_COREINTGravatar Christophe Leroy 1-3/+1
2022-02-03powerpc/xive: Add some error handling code to 'xive_spapr_init()'Gravatar Christophe JAILLET 1-8/+28
2022-01-31powerpc/xive: Export XIVE IPI information for online-only processors.Gravatar Sachin Sant 1-1/+1
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 22-125/+219
2022-01-04powerpc/xive: Add missing null check after calling kmallocGravatar Ammar Faizi 1-0/+3
2021-12-23powerpc/pasemi: Add __init attribute to eligible functionsGravatar Nick Child 1-1/+1
2021-12-23powerpc/sysdev: Add __init attribute to eligible functionsGravatar Nick Child 19-32/+32
2021-12-20powerpc/mpic: Use bitmap_zalloc() when applicableGravatar Christophe JAILLET 1-2/+1
2021-12-16powerpc/mpic_u3msi: Use msi_for_each-desc()Gravatar Thomas Gleixner 1-7/+2
2021-12-16powerpc/fsl_msi: Use msi_for_each_desc()Gravatar Thomas Gleixner 1-6/+2
2021-12-09powerpc/4xx: Remove MSI support which never workedGravatar Thomas Gleixner 1-6/+0
2021-12-02powerpc/xive: Fix compile when !CONFIG_PPC_POWERNV.Gravatar Cédric Le Goater 3-1/+15
2021-11-25powerpc/tsi108: make EXPORT_SYMBOL follow its function immediatelyGravatar Jason Wang 1-2/+1
2021-11-25powerpc/xive: Add a debugfs toggle for save-restoreGravatar Cédric Le Goater 3-1/+3
2021-11-25powerpc/xive: Add a kernel parameter for StoreEOIGravatar Cédric Le Goater 1-0/+13