Age | Commit message (Expand) | Author | Files | Lines |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -2/+2 |
2016-01-23 | wrappers for ->i_mutex access | Al Viro | 2 | -8/+8 |
2016-01-16 | Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -1/+1 |
2016-01-15 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 1 | -1/+1 |
2015-11-26 | powerpc: Standardise on NR_syscalls rather than __NR_syscalls. | Rashmica Gupta | 1 | -1/+1 |
2015-08-18 | powerpc/cell: Drop support for 64K local store on 4K kernels | Michael Ellerman | 2 | -177/+2 |
2015-06-24 | make simple_positive() public | Al Viro | 1 | -1/+1 |
2015-04-15 | VFS: assorted weird filesystems: d_inode() annotations | David Howells | 1 | -11/+11 |
2014-12-12 | Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+1 |
2014-12-11 | Merge branch 'akpm' (patchbomb from Andrew) | Linus Torvalds | 1 | -2/+2 |
2014-12-11 | ppc/cell: replace get_unused_fd() with get_unused_fd_flags(0) | Yann Droneaud | 1 | -2/+2 |
2014-12-05 | powerpc/mm: don't do tlbie for updatepp request with NO HPTE fault | Aneesh Kumar K.V | 1 | -1/+1 |
2014-11-03 | move d_rcu from overlapping d_child to overlapping d_alias | Al Viro | 1 | -1/+1 |
2014-10-08 | powerpc/cell: Move spu_handle_mm_fault() out of cell platform | Ian Munsie | 1 | -2/+2 |
2014-07-23 | powerpc: cell: Use ktime_get_ns() | Thomas Gleixner | 3 | -9/+3 |
2014-07-11 | powerpc/cell: Fix compilation with CONFIG_COREDUMP=n | Michael Ellerman | 2 | -3/+6 |
2014-06-11 | powerpc/spufs: Remove duplicate SPUFS_CNTL_MAP_SIZE define | Dan Carpenter | 1 | -1/+0 |
2014-02-11 | powerpc/spufs: Remove MAX_USER_PRIO define | Jeremy Kerr | 1 | -1/+0 |
2013-11-09 | new helper: dump_align() | Al Viro | 1 | -1/+1 |
2013-11-09 | spufs: get rid of dump_emit() wrappers | Al Viro | 1 | -49/+20 |
2013-11-09 | switch elf_coredump_extra_notes_write() to dump_emit() | Al Viro | 2 | -28/+19 |
2013-08-22 | powerpc/spufs: convert userns uid/gid mount options to kuid/kgid | Dwight Engen | 1 | -2/+6 |
2013-06-29 | [readdir] switch dcache_readdir() users to ->iterate() | Al Viro | 1 | -1/+1 |
2013-05-02 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2 | -1/+2 |
2013-04-30 | mm: remove free_area_cache use in powerpc architecture | Michel Lespinasse | 1 | -1/+1 |
2013-04-24 | powerpc/spufs: Initialise inode->i_ino in spufs_new_inode() | Michael Ellerman | 1 | -0/+1 |
2013-04-09 | spufs: don't bother with fops->owner | Al Viro | 1 | -2/+0 |
2013-03-04 | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 1 | -0/+1 |
2013-02-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -50/+28 |
2013-02-23 | spufs_mkdir(): don't d_add() on negative parent | Al Viro | 1 | -43/+21 |
2013-02-23 | new helper: file_inode(file) | Al Viro | 4 | -7/+7 |
2013-02-11 | sched, powerpc: Fix sched.h split-up build failure | Ingo Molnar | 1 | -0/+1 |
2012-12-21 | vfs: turn is_dir argument to kern_path_create into a lookup_flags arg | Jeff Layton | 1 | -1/+1 |
2012-11-19 | pidns: Use task_active_pid_ns where appropriate | Eric W. Biederman | 1 | -1/+1 |
2012-09-27 | switch spufs/coredump to iterate_fd() | Al Viro | 1 | -20/+20 |
2012-07-29 | new helper: done_path_create() | Al Viro | 1 | -3/+1 |
2012-07-29 | pull unlock+dput() out into do_spu_create() | Al Viro | 2 | -16/+11 |
2012-07-29 | spufs: pull unlock-and-dput() up into spufs_create() | Al Viro | 1 | -23/+10 |
2012-07-29 | spufs_create_context(): simplify failure exits | Al Viro | 1 | -7/+1 |
2012-07-29 | move spu_forget() into spufs_rmdir() | Al Viro | 1 | -6/+5 |
2012-07-23 | switch dentry_open() to struct path, make it grab references itself | Al Viro | 1 | -10/+8 |
2012-07-23 | spufs: shift dget/mntget towards dentry_open() | Al Viro | 1 | -28/+18 |
2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -1/+1 |
2012-03-30 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2012-03-22 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2 | -2/+1 |
2012-03-21 | spufs: make register_filesystem the last potential failure exit | Al Viro | 1 | -5/+5 |
2012-03-21 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -2/+2 |
2012-03-21 | powerpc/spufs: Fix double unlocks | Benjamin Herrenschmidt | 2 | -2/+1 |
2012-02-19 | Wrap accesses to the fd_sets in struct fdtable | David Howells | 1 | -1/+1 |
2012-01-04 | switch spufs guts to umode_t | Al Viro | 3 | -11/+11 |