| Commit message (Expand) | Author | Age | Files | Lines |
* | alpha: Fix jiffies based cputime assumption | Frederic Weisbecker | 2015-07-29 | 1 | -4/+9 |
* | alpha: kernel: osf_sys: Set 'kts.tv_nsec' only when 'tv' has effect | Chen Gang | 2015-05-26 | 1 | -2/+1 |
* | vfs: make first argument of dir_context.actor typed | Miklos Szeredi | 2014-10-31 | 1 | -3/+4 |
* | vfs: move getname() from callers to do_mount() | Seunghun Lee | 2014-10-09 | 1 | -13/+10 |
* | [readdir] constify ->actor | Al Viro | 2013-06-29 | 1 | -7/+6 |
* | [readdir] introduce iterate_dir() and dir_context | Al Viro | 2013-06-29 | 1 | -1/+3 |
* | mm: use vm_unmapped_area() on alpha architecture | Michel Lespinasse | 2013-02-22 | 1 | -11/+9 |
* | cputime: Use accessors to read task cputime stats | Frederic Weisbecker | 2013-01-27 | 1 | -2/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-11-18 | 1 | -3/+3 |
|\ |
|
| * | missing const in alpha callers of do_mount() | Al Viro | 2012-10-21 | 1 | -3/+3 |
* | | alpha: separate thread-synchronous flags | Al Viro | 2012-10-24 | 1 | -15/+10 |
|/ |
|
* | vfs: define struct filename and have getname() return it | Jeff Layton | 2012-10-13 | 1 | -8/+8 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-03 | 1 | -8/+5 |
|\ |
|
| * | switch simple cases of fget_light to fdget | Al Viro | 2012-09-27 | 1 | -9/+6 |
| * | switch osf_getdirentries() to fget_light() | Al Viro | 2012-09-27 | 1 | -3/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-10-02 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | userns: On alpha modify linux_to_osf_stat to use convert from kuids and kgids | Eric W. Biederman | 2012-09-21 | 1 | -2/+2 |
* | | alpha: take a bunch of syscalls into osf_sys.c | Al Viro | 2012-08-19 | 1 | -0/+49 |
|/ |
|
* | alpha: implement various OSF/1 stat syscalls | Mans Rullgard | 2012-05-24 | 1 | -0/+163 |
* | alpha: implement setsysinfo(SSI_LMF) as a no-op | Mans Rullgard | 2012-05-24 | 1 | -0/+3 |
* | Disintegrate asm/system.h for Alpha | David Howells | 2012-03-28 | 1 | -1/+0 |
* | alpha: unbreak osf_setsysinfo(SSI_NVPAIRS, [SSIN_UACPROC, UAC_SIGBUS]) | Sergei Trofimovich | 2011-08-26 | 1 | -5/+7 |
* | alpha: fix several security issues | Dan Rosenberg | 2011-06-16 | 1 | -4/+7 |
* | clean statfs-like syscalls up | Al Viro | 2011-03-14 | 1 | -28/+8 |
* | alpha/osf_sys: remove unused MAX_SELECT_SECONDS | Namhyung Kim | 2011-01-17 | 1 | -3/+0 |
* | alpha: kill big kernel lock | Arnd Bergmann | 2010-09-19 | 1 | -5/+0 |
* | alpha: Use static const char * const where possible | Joe Perches | 2010-09-19 | 1 | -2/+2 |
* | Alpha: Fix a missing comma in sys_osf_statfs() | David Howells | 2010-08-28 | 1 | -1/+1 |
* | Mark arguments to certain syscalls as being const | David Howells | 2010-08-14 | 1 | -3/+3 |
* | pass a struct path to vfs_statfs | Christoph Hellwig | 2010-08-09 | 1 | -4/+4 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+1 |
* | alpha: PTR_ERR overwrites -EINVAL in syscall osf_mount | Roel Kluin | 2010-03-06 | 1 | -1/+2 |
* | Unify sys_mmap* | Al Viro | 2009-12-11 | 1 | -13/+6 |
* | Push BKL into do_mount() | Al Viro | 2009-06-12 | 1 | -3/+0 |
* | do_pipe cleanup: drop its last user in arch/alpha/ | Cheng Renquan | 2009-03-27 | 1 | -2/+0 |
* | alpha: use syscall wrappers | Ivan Kokshaysky | 2009-01-30 | 1 | -63/+50 |
* | Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc... | Linus Torvalds | 2008-10-23 | 1 | -6/+7 |
|\ |
|
| * | select: fix alpha OSF wrapper | Arjan van de Ven | 2008-10-07 | 1 | -6/+7 |
* | | [PATCH] prepare vfs_readdir() callers to returning filldir result | Al Viro | 2008-10-23 | 1 | -5/+2 |
|/ |
|
* | [PATCH] fix osf_getdirents() | Al Viro | 2008-08-25 | 1 | -7/+12 |
* | [PATCH] sanitize __user_walk_fd() et.al. | Al Viro | 2008-07-27 | 1 | -5/+5 |
* | [PATCH] make osf_select() use core_sys_select() | Al Viro | 2008-05-01 | 1 | -65/+4 |
* | alpha: unbreak OSF/1 (a.out) binaries | Ivan Kokshaysky | 2008-04-24 | 1 | -0/+1 |
* | Introduce path_put() | Jan Blunck | 2008-02-15 | 1 | -1/+1 |
* | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} | Jan Blunck | 2008-02-15 | 1 | -1/+1 |
* | aout: remove unnecessary inclusions of {asm, linux}/a.out.h | David Howells | 2008-02-08 | 1 | -1/+0 |
* | get rid of NR_OPEN and introduce a sysctl_nr_open | Eric Dumazet | 2008-02-06 | 1 | -1/+1 |
* | spelling fixes: arch/alpha/ | Simon Arlott | 2007-10-20 | 1 | -1/+1 |
* | utimensat implementation | Ulrich Drepper | 2007-05-08 | 1 | -2/+12 |
* | ROUND_UP macro cleanup in arch/alpha/kernel/osf_sys.c | Milind Arun Choudhary | 2007-05-07 | 1 | -3/+1 |