summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs
Commit message (Expand)AuthorAgeFilesLines
* powerpc: cell: Use ktime_get_ns()Thomas Gleixner2014-07-233-9/+3Star
* 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/+0Star
* powerpc/spufs: Remove MAX_USER_PRIO defineJeremy Kerr2014-02-111-1/+0Star
* new helper: dump_align()Al Viro2013-11-091-1/+1
* spufs: get rid of dump_emit() wrappersAl Viro2013-11-091-49/+20Star
* switch elf_coredump_extra_notes_write() to dump_emit()Al Viro2013-11-092-28/+19Star
* 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/+0Star
|/
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-274-50/+28Star
|\
| * spufs_mkdir(): don't d_add() on negative parentAl Viro2013-02-231-43/+21Star
| * new helper: file_inode(file)Al Viro2013-02-234-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-211-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-271-20/+20
* new helper: done_path_create()Al Viro2012-07-291-3/+1Star
* pull unlock+dput() out into do_spu_create()Al Viro2012-07-292-16/+11Star
* spufs: pull unlock-and-dput() up into spufs_create()Al Viro2012-07-291-23/+10Star
* spufs_create_context(): simplify failure exitsAl Viro2012-07-291-7/+1Star
* move spu_forget() into spufs_rmdir()Al Viro2012-07-291-6/+5Star
* switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-221-10/+8Star
* spufs: shift dget/mntget towards dentry_open()Al Viro2012-07-221-28/+18Star
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-301-1/+1
|\
| * Wrap accesses to the fd_sets in struct fdtableDavid Howells2012-02-191-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-222-2/+1Star
|\ \
| * | powerpc/spufs: Fix double unlocksBenjamin Herrenschmidt2012-03-212-2/+1Star
| |/
* | spufs: make register_filesystem the last potential failure exitAl Viro2012-03-211-5/+5
* | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-2/+2
|/
* switch spufs guts to umode_tAl Viro2012-01-043-11/+11
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-041-1/+0Star
* powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker2011-11-016-6/+0Star
* powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-11-013-3/+3
* powerpc: Fix up implicit sched.h usersPaul Gortmaker2011-11-011-0/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-211-2/+9
* switch do_spufs_create() to user_path_create(), fix double-unlockAl Viro2011-07-203-32/+21Star
* powerpc: Convert old cpumask API into new oneKOSAKI Motohiro2011-05-041-1/+1
* Fix common misspellingsLucas De Marchi2011-03-313-3/+3
* kill path_lookup()Al Viro2011-03-141-1/+1
* powerpc/spufs: Use simple_write_to_bufferAkinobu Mita2011-01-211-20/+7Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-01-121-2/+1Star
|\
| * powerpc/cell: Use vzalloc rather than vmalloc and memset in spu_alloc_lscsa_stdJesper Juhl2010-11-291-2/+1Star
* | fs: icache RCU free inodesNick Piggin2011-01-071-2/+8