summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs
Commit message (Expand)AuthorAgeFilesLines
* powerpc/cell: Add missing error code in spufs_mkgang()Dan Carpenter2016-08-091-1/+3
* powerpc: Various typo fixesMichael Ellerman2016-06-143-3/+3
* coredump: fix dumping through pipesMateusz Guzik2016-06-071-1/+1
* Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-201-2/+2
|\
| * powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V2016-05-011-1/+1
| * powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V2016-05-011-2/+2
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-181-2/+3
|\ \
| * | coredump: get rid of coredump_params->writtenOmar Sandoval2016-05-121-2/+3
* | | dcache_{readdir,dir_lseek}() users: switch to ->iterate_sharedAl Viro2016-05-021-1/+1
| |/ |/|
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* wrappers for ->i_mutex accessAl Viro2016-01-222-8/+8
* Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-151-1/+1
|\
| * powerpc: Standardise on NR_syscalls rather than __NR_syscalls.Rashmica Gupta2015-11-261-1/+1
* | kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-1/+1
|/
* powerpc/cell: Drop support for 64K local store on 4K kernelsMichael Ellerman2015-08-182-177/+2
* make simple_positive() publicAl Viro2015-06-231-1/+1
* VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-151-11/+11
* Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2014-12-111-1/+1
|\
| * powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V2014-12-051-1/+1
* | Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-101-2/+2
|\ \
| * | ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud2014-12-101-2/+2
| |/
* | move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-031-1/+1
|/
* powerpc/cell: Move spu_handle_mm_fault() out of cell platformIan Munsie2014-10-081-2/+2
* powerpc: cell: Use ktime_get_ns()Thomas Gleixner2014-07-233-9/+3
* powerpc/cell: Fix compilation with CONFIG_COREDUMP=nMichael Ellerman2014-07-112-3/+6
* powerpc/spufs: Remove duplicate SPUFS_CNTL_MAP_SIZE defineDan Carpenter2014-06-111-1/+0
* powerpc/spufs: Remove MAX_USER_PRIO defineJeremy Kerr2014-02-111-1/+0
* new helper: dump_align()Al Viro2013-11-091-1/+1
* spufs: get rid of dump_emit() wrappersAl Viro2013-11-091-49/+20
* switch elf_coredump_extra_notes_write() to dump_emit()Al Viro2013-11-092-28/+19
* powerpc/spufs: convert userns uid/gid mount options to kuid/kgidDwight Engen2013-08-211-2/+6
* [readdir] switch dcache_readdir() users to ->iterate()Al Viro2013-06-291-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-05-022-1/+2
|\
| * mm: remove free_area_cache use in powerpc architectureMichel Lespinasse2013-04-301-1/+1
| * powerpc/spufs: Initialise inode->i_ino in spufs_new_inode()Michael Ellerman2013-04-241-0/+1
* | spufs: don't bother with fops->ownerAl Viro2013-04-091-2/+0
|/
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-264-50/+28
|\
| * spufs_mkdir(): don't d_add() on negative parentAl Viro2013-02-221-43/+21
| * new helper: file_inode(file)Al Viro2013-02-224-7/+7
* | sched, powerpc: Fix sched.h split-up build failureIngo Molnar2013-02-111-0/+1
|/
* vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton2012-12-201-1/+1
* pidns: Use task_active_pid_ns where appropriateEric W. Biederman2012-11-191-1/+1
* switch spufs/coredump to iterate_fd()Al Viro2012-09-261-20/+20
* new helper: done_path_create()Al Viro2012-07-291-3/+1
* pull unlock+dput() out into do_spu_create()Al Viro2012-07-292-16/+11
* spufs: pull unlock-and-dput() up into spufs_create()Al Viro2012-07-291-23/+10
* spufs_create_context(): simplify failure exitsAl Viro2012-07-291-7/+1
* move spu_forget() into spufs_rmdir()Al Viro2012-07-291-6/+5
* switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-231-10/+8
OpenPOWER on IntegriCloud