index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
cell
/
spufs
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-26
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-29
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2012-03-21
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2
-2
/
+1
2012-03-20
spufs: make register_filesystem the last potential failure exit
Al Viro
1
-5
/
+5
2012-03-20
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-03
switch spufs guts to umode_t
Al Viro
3
-11
/
+11
2012-01-03
vfs: fix the stupidity with i_dentry in inode destructors
Al Viro
1
-1
/
+0
2011-10-31
powerpc: remove non-required uses of include <linux/module.h>
Paul Gortmaker
6
-6
/
+0
2011-10-31
powerpc: various straight conversions from module.h --> export.h
Paul Gortmaker
3
-3
/
+3
2011-10-31
powerpc: Fix up implicit sched.h users
Paul Gortmaker
1
-0
/
+1
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-07-20
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
1
-2
/
+9
2011-07-20
switch do_spufs_create() to user_path_create(), fix double-unlock
Al Viro
3
-32
/
+21
2011-05-04
powerpc: Convert old cpumask API into new one
KOSAKI Motohiro
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
3
-3
/
+3
2011-03-14
kill path_lookup()
Al Viro
1
-1
/
+1
2011-01-21
powerpc/spufs: Use simple_write_to_buffer
Akinobu Mita
1
-20
/
+7
2011-01-11
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-2
/
+1
2011-01-07
fs: icache RCU free inodes
Nick Piggin
1
-2
/
+8
2011-01-07
fs: dcache rationalise dget variants
Nick Piggin
1
-1
/
+1
2011-01-07
fs: dcache remove dcache_lock
Nick Piggin
1
-4
/
+1
2011-01-07
fs: dcache scale d_unhashed
Nick Piggin
1
-0
/
+3
2011-01-07
fs: dcache scale dentry refcount
Nick Piggin
1
-1
/
+1
2010-11-29
powerpc/cell: Use vzalloc rather than vmalloc and memset in spu_alloc_lscsa_std
Jesper Juhl
1
-2
/
+1
2010-10-29
convert get_sb_single() users
Al Viro
1
-5
/
+5
2010-10-13
powerpc/spufs: Use llseek in all file operations
Arnd Bergmann
1
-0
/
+18
2010-08-09
spufs conversion to ->evict_inode()
Al Viro
1
-5
/
+3
2010-08-09
remove inode_setattr
Christoph Hellwig
1
-1
/
+3
2010-05-27
rename the generic fsync implementations
Christoph Hellwig
1
-1
/
+1
2010-05-27
drop unused dentry argument to ->fsync
Christoph Hellwig
1
-2
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
5
-0
/
+5
2010-01-15
powerpc: Use helpers for rlimits
Jiri Slaby
1
-1
/
+1
2009-12-17
Merge branch 'for-33' of git://repo.or.cz/linux-kbuild
Linus Torvalds
1
-4
/
+2
2009-12-12
kbuild: drop include2/ used for O=... builds
Sam Ravnborg
1
-4
/
+2
2009-11-24
powerpc/spufs: Fix test in spufs_switch_log_read()
roel kluin
1
-1
/
+1
2009-10-01
const: constify remaining file_operations
Alexey Dobriyan
1
-1
/
+1
2009-09-27
const: mark struct vm_struct_operations
Alexey Dobriyan
1
-7
/
+7
2009-09-22
const: mark remaining inode_operations as const
Alexey Dobriyan
1
-1
/
+1
2009-09-22
const: mark remaining super_operations const
Alexey Dobriyan
1
-1
/
+1
2009-09-18
tracing: Remove markers
Christoph Hellwig
2
-2
/
+0
[next]