summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs
Commit message (Expand)AuthorAgeFilesLines
* fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
* fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* powerpc/spufs: remove set but not used variable 'ctx'YueHaibing2019-11-131-2/+0
* spufs: fix a crash in spufs_create_root()Emmanuel Nicolet2019-10-111-0/+1
* vfs: Convert spufs to use the new mount APIDavid Howells2019-09-181-91/+116
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-1/+1
|\
| * powerpc/cell: set no_llseek in spufs_cntl_fopsGeliang Tang2019-07-041-1/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-082-6/+5
|\ \
| * | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-5/+4
| * | signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
| |/
* | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-3017-243/+17
|/
* Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds2019-05-071-1/+1
|\
| * *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
* | spufs: switch to ->free_inode()Al Viro2019-05-011-8/+2
|/
* powerpc/spufs: use struct_size() in kmalloc()Gustavo A. R. Silva2019-01-141-3/+2
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-8/+8
* sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-261-6/+3
* signal/powerpc: Use force_sig_fault where appropriateEric W. Biederman2018-09-211-18/+8
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-171-1/+1
|\
| * mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* | powerpc: clean the inclusion of stringify.hChristophe Leroy2018-07-301-0/+1
|/
* Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-15/+18
|\
| * powerpc/cell/spufs: Change return type to vm_fault_tSouptick Joarder2018-05-141-15/+18
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-1/+1
|\ \
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-1/+1
* | | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-13/+1
| |/ |/|
* | proc: fix /proc/loadavg regressionAlexey Dobriyan2018-04-201-1/+1
|/
* powerpc: Use sizeof(*foo) rather than sizeof(struct foo)Markus Elfring2018-03-201-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-113-13/+13
* Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-023-6/+6
|\
| * powerpc: Use octal numbers for file permissionsRussell Currey2018-01-221-2/+2
| * powerpc/spufs: use timespec64 for timestampsArnd Bergmann2018-01-212-4/+4
* | ppc: annotate ->poll() instancesAl Viro2017-11-274-16/+14
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+4
* pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-171-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
* fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
* spufs: Implement show_optionsDavid Howells2017-07-111-3/+19
* powerpc/spufs: Fix coredump of SPU contextsMichael Ellerman2017-06-011-0/+2
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-1/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar2017-03-021-1/+1
* Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-03-012-62/+6
|\
| * powerpc/spufs: Get rid of broken fasync stuffAl Viro2017-02-152-62/+6
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-20/+19
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-244-4/+4
* mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-141-5/+3
OpenPOWER on IntegriCloud