summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell
AgeCommit message (Expand)Author
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-28spufs: convert spufs_gang_open() to FD_PREPARE()Christian Brauner
2025-11-28spufs: convert spufs_context_open() to FD_PREPARE()Christian Brauner
2025-11-16convert spufsAl Viro
2025-11-14syscore: Pass context data to callbacksThierry Reding
2025-10-22powerpc: cell: make spu_subsys constAdrian Barnaƛ
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown
2025-09-01fs: add an icount_read helperJosef Bacik
2025-07-02spufs: switch to locked_recursive_removal()Al Viro
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-03Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-03-12spufs: fix a leak in spufs_create_context()Al Viro
2025-03-12spufs: fix gang directory lifetimesAl Viro
2025-03-12spufs: fix a leak on spufs_new_file() failureAl Viro
2025-02-26powerpc/xmon: Remove SPU debug and disassemblyMichael Ellerman
2025-02-26powerpc/cell: Remove CBE_CPUFREQ_SPU_GOVERNORMichael Ellerman
2025-02-26powerpc: Remove PPC_PMI and driverMichael Ellerman
2025-02-26powerpc/cell: Remove support for IBM Cell BladesMichael Ellerman
2024-11-23Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-19Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-08powerpc/cell: Use for_each_of_range() iteratorRob Herring (Arm)
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)
2024-11-03convert spu_run(2)Al Viro
2024-11-03switch spufs_calls_{get,put}() to CLASS() useAl Viro
2024-11-03fdget(), trivial conversionsAl Viro
2024-10-16powerpc/cell: Switch to irq_get_nr_irqs()Bart Van Assche
2024-10-07get rid of ...lookup...fdget_rcu() familyAl Viro
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-05powerpc: Stop using no_llseekMichael Ellerman
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-07-04powerpc: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-05-08powerpc: Fix typosBjorn Helgaas
2024-05-07powerpc/cell: Code cleanup for spufs_mfc_flushKunwu Chan
2024-05-07powerpc/iommu: Code cleanup for cell/iommu.cKunwu Chan
2024-05-07powerpc/rtas: Add kernel-doc comments to smp_startup_cpu()Yang Li
2023-11-25dentry: switch the lists of children to hlistAl Viro
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner
2023-10-18spufs: convert to new timestamp accessorsJeff Layton
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-02powerpc: address missing-prototypes warningsArnd Bergmann
2023-08-02powerpc: Explicitly include correct DT includesRob Herring
2023-07-10spufs: convert to ctime accessor functionsJeff Layton
2023-05-15powerpc/spufs: remove unneeded if-checksTom Rix
2023-04-04powerpc: Use of_address_to_resource()Rob Herring