| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-08-27 | parisc: sys_hpux: NUL terminator is one past the end |  Dan Carpenter | 1 | -1/+1 |
| 2014-02-05 | execve: use 'struct filename *' for executable name passing |  Linus Torvalds | 1 | -14/+1 |
| 2013-06-29 | [readdir] constify ->actor |  Al Viro | 1 | -7/+5 |
| 2013-06-29 | [readdir] introduce ->iterate(), ctx->pos, dir_emit() |  Al Viro | 1 | -1/+1 |
| 2013-06-29 | [readdir] introduce iterate_dir() and dir_context |  Al Viro | 1 | -1/+3 |
| 2013-01-30 | [PARISC] hpux: Remove obsolete regs parameter from do_execve() in hpux_execve() |  Geert Uytterhoeven | 1 | -2/+1 |
| 2012-10-12 | vfs: define struct filename and have getname() return it |  Jeff Layton | 1 | -2/+2 |
| 2012-10-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal |  Linus Torvalds | 1 | -1/+1 |
| 2012-10-01 | parisc: fix double restarts |  Al Viro | 1 | -1/+1 |
| 2012-09-26 | switch simple cases of fget_light to fdget |  Al Viro | 1 | -9/+8 |
| 2012-09-26 | switch hpux_getdents() to fget_light() |  Al Viro | 1 | -3/+3 |
| 2012-05-15 | userns: Convert stat to return values mapped from kuids and kgids |  Eric W. Biederman | 1 | -2/+2 |
| 2012-01-03 | vfs: new helper - vfs_ustat() |  Al Viro | 1 | -8/+1 |
| 2011-03-14 | clean statfs-like syscalls up |  Al Viro | 1 | -43/+22 |
| 2010-11-17 | BKL: remove extraneous #include <smp_lock.h> |  Arnd Bergmann | 1 | -1/+0 |
| 2010-08-17 | Make do_execve() take a const filename pointer |  David Howells | 1 | -2/+4 |
| 2010-08-13 | Mark arguments to certain syscalls as being const |  David Howells | 1 | -3/+4 |
| 2010-08-09 | pass a struct path to vfs_statfs |  Christoph Hellwig | 1 | -5/+5 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h |  Tejun Heo | 1 | -1/+1 |
| 2009-12-16 | sanitize do_pipe_flags() callers in arch |  Al Viro | 1 | -6/+1 |
| 2009-06-18 | ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensa |  Oleg Nesterov | 1 | -5/+0 |
| 2009-03-13 | parisc: remove unused local out_putf label |  Helge Deller | 1 | -1/+0 |
| 2008-10-23 | [PATCH] prepare vfs_readdir() callers to returning filldir result |  Al Viro | 1 | -3/+2 |
| 2008-09-02 | fix typo in arch/parisc/hpux/fs.c |  Stephen Rothwell | 1 | -1/+1 |
| 2008-08-25 | [PATCH] fix hpux_getdents() |  Al Viro | 1 | -11/+19 |
| 2008-07-26 | [PATCH] sanitize __user_walk_fd() et.al. |  Al Viro | 1 | -5/+5 |
| 2008-07-24 | flag parameters: pipe |  Ulrich Drepper | 1 | -1/+1 |
| 2008-06-13 | Revert "parisc: fix trivial section name warnings" |  Kyle McMartin | 2 | -4/+2 |
| 2008-05-15 | parisc: fix trivial section name warnings |  Helge Deller | 2 | -2/+4 |
| 2008-02-14 | Introduce path_put() |  Jan Blunck | 1 | -1/+1 |
| 2008-02-14 | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} |  Jan Blunck | 1 | -1/+1 |
| 2007-10-18 | [PARISC] Remove hardcoded uses of PAGE_SIZE |  Kyle McMartin | 1 | -2/+2 |
| 2007-07-29 | Remove fs.h from mm.h |  Alexey Dobriyan | 1 | -0/+1 |
| 2007-05-22 | [PARISC] ROUND_UP macro cleanup in arch/parisc |  Milind Arun Choudhary | 1 | -3/+2 |
| 2007-05-08 | header cleaning: don't include smp_lock.h when not used |  Randy Dunlap | 2 | -2/+0 |
| 2007-02-17 | [PARISC] add ENTRY()/ENDPROC() and simplify assembly of HP/UX emulation code |  Helge Deller | 4 | -48/+32 |
| 2007-02-17 | Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.git |  Kyle McMartin | 2 | -27/+29 |
| 2006-12-13 | [PATCH] getting rid of all casts of k[cmz]alloc() calls |  Robert P. J. Day | 1 | -1/+1 |
| 2006-12-08 | [PATCH] struct path: convert parisc |  Josef Sipek | 1 | -1/+1 |
| 2006-12-08 | [PARISC] more sparse fixes |  Matthew Wilcox | 2 | -28/+30 |
| 2006-10-05 | [PA-RISC] Fix filldir warnings |  Matthew Wilcox | 1 | -1/+1 |
| 2006-10-04 | [PARISC] Fix HPUX compat compile with current GCC |  Matthew Wilcox | 1 | -1/+1 |
| 2006-10-03 | [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers |  David Howells | 1 | -1/+5 |
| 2006-10-02 | [PATCH] namespaces: utsname: switch to using uts namespaces |  Serge E. Hallyn | 1 | -16/+21 |
| 2006-06-23 | [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry |  David Howells | 1 | -5/+5 |
| 2006-02-07 | [PATCH] sys_hpux: fix strlen_user() race |  Kyle McMartin | 1 | -3/+7 |
| 2006-01-22 | [PARISC] Add CONFIG_DEBUG_RODATA to protect read-only data |  Helge Deller | 1 | -2/+1 |
| 2006-01-11 | [PATCH] capable/capability.h (arch/) |  Randy Dunlap | 1 | -0/+1 |
| 2005-09-09 | kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h support |  Sam Ravnborg | 2 | -2/+2 |
| 2005-04-16 | Linux-2.6.12-rc2 |  Linus Torvalds | 7 | -0/+2182 |