summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs
AgeCommit message (Expand)AuthorFilesLines
2022-10-09Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+0
2022-09-15powerpc/spufs: remove orphan declarations from spufs.hGaosheng Cui1-2/+0
2022-09-01spufs: constify pathAl Viro2-4/+4
2022-08-01powerpc/spufs: Fix refcount leak in spufs_init_isolated_loaderMiaoqian Lin1-0/+1
2022-07-27powerpc: Remove remaining parts of oprofileChristophe Leroy1-1/+1
2022-05-08powerpc: Add missing headersChristophe Leroy1-1/+1
2022-03-08powerpc/spufs: Fix build warning when CONFIG_PROC_FS=nYueHaibing1-1/+3
2022-02-03powerpc/spufs: adjust list element pointer typeJulia Lawall1-2/+1
2021-12-23powerpc/cell: Add __init attribute to eligible functionsNick Child1-1/+1
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig1-0/+1
2021-06-15powerpc/spufs: Remove set but not used variable 'dummy'Baokun Li1-4/+2
2021-04-27Merge branch 'work.coredump' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2021-03-12spufs: fix bogosity in S_ISGID handlingAl Viro1-8/+2
2021-03-08coredump: don't bother with do_truncate()Al Viro1-2/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2021-02-17sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIODietmar Eggemann1-1/+1
2021-01-29arch: powerpc: Stop building and using oprofileViresh Kumar3-11/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+2
2021-01-24attr: handle idmapped mountsChristian Brauner1-1/+1
2020-12-10file: Rename fcheck lookup_fd_rcuEric W. Biederman1-1/+1
2020-07-23powerpc/spufs: Fix the type of ret in spufs_arch_write_noteChristoph Hellwig1-1/+1
2020-07-22powerpc/spufs: Rework fcheck() usageMichael Ellerman1-3/+16
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-3/+3
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-05-05powerpc/spufs: simplify spufs core dumpingChristoph Hellwig3-176/+117
2020-05-05powerpc/spufs: stop using access_okChristoph Hellwig1-34/+8
2020-05-05powerpc/spufs: fix copy_to_user while atomicJeremy Kerr1-38/+75
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-25powerpc/cell: Use fallthrough;Joe Perches1-1/+1
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2019-11-13powerpc/spufs: remove set but not used variable 'ctx'YueHaibing1-2/+0
2019-10-11spufs: fix a crash in spufs_create_root()Emmanuel Nicolet1-0/+1
2019-09-18vfs: Convert spufs to use the new mount APIDavid Howells1-91/+116
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-6/+5
2019-07-04powerpc/cell: set no_llseek in spufs_cntl_fopsGeliang Tang1-1/+1
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner17-243/+17
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-5/+4
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds1-1/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-05-01spufs: switch to ->free_inode()Al Viro1-8/+2
2019-01-14powerpc/spufs: use struct_size() in kmalloc()Gustavo A. R. Silva1-3/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-8/+8
2018-10-26sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner1-6/+3
2018-09-21signal/powerpc: Use force_sig_fault where appropriateEric W. Biederman1-18/+8