summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell/spufs
AgeCommit message (Expand)Author
2022-10-09Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-09-15powerpc/spufs: remove orphan declarations from spufs.hGaosheng Cui
2022-09-01spufs: constify pathAl Viro
2022-08-01powerpc/spufs: Fix refcount leak in spufs_init_isolated_loaderMiaoqian Lin
2022-07-27powerpc: Remove remaining parts of oprofileChristophe Leroy
2022-05-08powerpc: Add missing headersChristophe Leroy
2022-03-08powerpc/spufs: Fix build warning when CONFIG_PROC_FS=nYueHaibing
2022-02-03powerpc/spufs: adjust list element pointer typeJulia Lawall
2021-12-23powerpc/cell: Add __init attribute to eligible functionsNick Child
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig
2021-06-15powerpc/spufs: Remove set but not used variable 'dummy'Baokun Li
2021-04-27Merge branch 'work.coredump' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-12spufs: fix bogosity in S_ISGID handlingAl Viro
2021-03-08coredump: don't bother with do_truncate()Al Viro
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-17sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIODietmar Eggemann
2021-01-29arch: powerpc: Stop building and using oprofileViresh Kumar
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2020-12-10file: Rename fcheck lookup_fd_rcuEric W. Biederman
2020-07-23powerpc/spufs: Fix the type of ret in spufs_arch_write_noteChristoph Hellwig
2020-07-22powerpc/spufs: Rework fcheck() usageMichael Ellerman
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-05-05powerpc/spufs: simplify spufs core dumpingChristoph Hellwig
2020-05-05powerpc/spufs: stop using access_okChristoph Hellwig
2020-05-05powerpc/spufs: fix copy_to_user while atomicJeremy Kerr
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-25powerpc/cell: Use fallthrough;Joe Perches
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2019-11-13powerpc/spufs: remove set but not used variable 'ctx'YueHaibing
2019-10-11spufs: fix a crash in spufs_create_root()Emmanuel Nicolet
2019-09-18vfs: Convert spufs to use the new mount APIDavid Howells
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-04powerpc/cell: set no_llseek in spufs_cntl_fopsGeliang Tang
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-05-01spufs: switch to ->free_inode()Al Viro
2019-01-14powerpc/spufs: use struct_size() in kmalloc()Gustavo A. R. Silva
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-10-26sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner
2018-09-21signal/powerpc: Use force_sig_fault where appropriateEric W. Biederman