summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2024-10-16powerpc/powernv: Free name on error in opal_event_init()Michael Ellerman1-0/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+1
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-2/+2
2024-09-19Merge tag 'powerpc-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds26-70/+292
2024-09-14MIPS: Remove the obsoleted code for include/linux/mv643xx.hGaosheng Cui1-2/+5
2024-09-10powerpc: Switch back to struct platform_driver::remove()Uwe Kleine-König5-5/+5
2024-09-10powerpc/pseries/eeh: Fix pseries_eeh_err_injectNarayana Murty N1-1/+38
2024-09-05powerpc: Stop using no_llseekMichael Ellerman4-20/+0
2024-09-05powerpc/mm/64s: Restrict THP to Radix or HPT w/64K pagesMichael Ellerman1-0/+1
2024-09-05powerpc/mm/64s: Move THP reqs into a separate symbolMichael Ellerman1-3/+7
2024-09-05powerpc: pseries: Constify struct kobj_typeHuang Xiaojia1-2/+2
2024-09-05powerpc: powernv: Constify struct kobj_typeHuang Xiaojia2-2/+2
2024-09-02mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich1-4/+1
2024-08-30powerpc/pseries/dlpar: Add device tree nodes for DLPAR IO addHaren Myneni1-0/+130
2024-08-30powerpc/pseries/dlpar: Remove device tree node for DLPAR IO removeHaren Myneni1-1/+87
2024-08-30powerpc/pseries: Use correct data types from pseries_hp_errorlog structHaren Myneni4-27/+10
2024-08-30Revert "powerpc/8xx: Always pin kernel text TLB"Christophe Leroy1-0/+7
2024-08-30powerpc/powernv/pci: Remove obsoleted declaration for pnv_pci_init_ioda_hubGaosheng Cui1-1/+0
2024-08-30powerpc/pasemi: Remove obsoleted declaration for pas_pci_irq_fixup()Gaosheng Cui1-1/+0
2024-08-30powerpc/maple: Remove obsoleted declaration for maple_calibrate_decr()Gaosheng Cui1-1/+0
2024-08-29powerpc/pseries/dlpar: Use helper function for_each_child_of_node()Zhang Zekun1-4/+1
2024-08-29powerpc/powermac/pfunc_base: Use helper function for_each_child_of_node()Zhang Zekun1-1/+1
2024-08-21powerpc/32: Convert patch_instruction() to patch_uint()Benjamin Gray1-1/+1
2024-08-13introduce fd_file(), convert all accessors to it.Al Viro1-4/+4
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter1-2/+2
2024-08-07powerpc/476: Drop explicit initialization of struct i2c_device_id::driver_dat...Uwe Kleine-König1-1/+1
2024-08-07powerpc: Use of_property_present()Rob Herring (Arm)2-2/+2
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-2/+2
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-6/+6
2024-07-20Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds28-363/+803
2024-07-17printk: Add a short description string to kmsg_dump()Jocelyn Falempe1-2/+2
2024-07-12powerpc: Remove 40x leftoversChristophe Leroy1-1/+0
2024-07-04powerpc: add missing MODULE_DESCRIPTION() macrosJeff Johnson7-0/+7
2024-07-04powerpc/pseries/iommu: Define spapr_tce_table_group_ops only with CONFIG_IOMM...Shivaprasad G Bhat1-0/+8
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman3-6/+6
2024-06-28powerpc/platforms: Move files from 4xx to 44xChristophe Leroy12-32/+20
2024-06-28powerpc: Replace CONFIG_4xx with CONFIG_44xMichael Ellerman2-3/+2
2024-06-28powerpc/4xx: Remove CONFIG_BOOKE_OR_40xMichael Ellerman1-5/+0
2024-06-28powerpc: Remove core support for 40xChristophe Leroy1-100/+0
2024-06-28powerpc: Remove 40x from Kconfig and defconfigMichael Ellerman1-17/+4
2024-06-28powerpc/40x: Remove 40x platforms.Christophe Leroy5-156/+0
2024-06-28powerpc/pseries: Fix scv instruction crash with kexecNicholas Piggin3-10/+0
2024-06-28powerpc/iommu: Reimplement the iommu_table_group_ops for pSeriesShivaprasad G Bhat2-94/+539
2024-06-28powerpc/pseries/iommu: Use the iommu table[0] for IOV VF's DDWShivaprasad G Bhat1-5/+7
2024-06-28powerpc/pseries/iommu: Fix the VFIO_IOMMU_SPAPR_TCE_GET_INFO ioctl outputShivaprasad G Bhat1-14/+67
2024-06-28powerpc/iommu: Move pSeries specific functions to pseries/iommu.cShivaprasad G Bhat1-0/+144
2024-06-23powerpc/pseries: Whitelist dtl slub object for copying to userspaceAnjali K1-2/+2
2024-06-04powerpc/pseries/vas: Use usleep_range() to support HCALL delayHaren Myneni1-1/+21