summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-5/+10
7 daysMerge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
8 daysMerge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-46/+22
8 daysMerge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-3/+1
2024-11-03convert spu_run(2)Al Viro1-9/+5
2024-11-03switch spufs_calls_{get,put}() to CLASS() useAl Viro1-35/+17
2024-11-03fdget(), trivial conversionsAl Viro1-4/+2
2024-11-02powerpc: Split systemcfg struct definitions out from vdsoThomas Weißschuh2-0/+2
2024-11-02powerpc: Split systemcfg data out of vdso data pageThomas Weißschuh2-2/+6
2024-11-02powerpc/pseries/lparcfg: Use num_possible_cpus() for potential processorsThomas Weißschuh1-2/+1
2024-11-02powerpc/pseries/lparcfg: Fix printing of system_active_processorsThomas Weißschuh1-1/+1
2024-10-16powerpc/cell: Switch to irq_get_nr_irqs()Bart Van Assche1-1/+1
2024-10-16powerpc/powernv: Free name on error in opal_event_init()Michael Ellerman1-0/+1
2024-10-07get rid of ...lookup...fdget_rcu() familyAl Viro1-3/+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