summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/osf_sys.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* alpha: Convert obsolete cputime_t to nsecsFrederic Weisbecker2017-02-011-4/+4
* sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker2017-02-011-2/+2
* sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker2017-02-011-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* posix-timers: Make them configurableNicolas Pitre2016-11-161-0/+8
* give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro2016-05-021-2/+2
* alpha: Fix jiffies based cputime assumptionFrederic Weisbecker2015-07-291-4/+9
* alpha: kernel: osf_sys: Set 'kts.tv_nsec' only when 'tv' has effectChen Gang2015-05-261-2/+1
* vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-3/+4
* vfs: move getname() from callers to do_mount()Seunghun Lee2014-10-091-13/+10
* [readdir] constify ->actorAl Viro2013-06-291-7/+6
* [readdir] introduce iterate_dir() and dir_contextAl Viro2013-06-291-1/+3
* mm: use vm_unmapped_area() on alpha architectureMichel Lespinasse2013-02-211-11/+9
* cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-271-2/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-11-181-3/+3
|\
| * missing const in alpha callers of do_mount()Al Viro2012-10-201-3/+3
* | alpha: separate thread-synchronous flagsAl Viro2012-10-241-15/+10
|/
* vfs: define struct filename and have getname() return itJeff Layton2012-10-121-8/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-8/+5
|\
| * switch simple cases of fget_light to fdgetAl Viro2012-09-261-9/+6
| * switch osf_getdirentries() to fget_light()Al Viro2012-09-261-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-2/+2
|\ \ | |/ |/|
| * userns: On alpha modify linux_to_osf_stat to use convert from kuids and kgidsEric W. Biederman2012-09-211-2/+2
* | alpha: take a bunch of syscalls into osf_sys.cAl Viro2012-08-191-0/+49
|/
* alpha: implement various OSF/1 stat syscallsMans Rullgard2012-05-241-0/+163
* alpha: implement setsysinfo(SSI_LMF) as a no-opMans Rullgard2012-05-241-0/+3
* Disintegrate asm/system.h for AlphaDavid Howells2012-03-281-1/+0
* alpha: unbreak osf_setsysinfo(SSI_NVPAIRS, [SSIN_UACPROC, UAC_SIGBUS])Sergei Trofimovich2011-08-251-5/+7
* alpha: fix several security issuesDan Rosenberg2011-06-151-4/+7
* clean statfs-like syscalls upAl Viro2011-03-141-28/+8
* alpha/osf_sys: remove unused MAX_SELECT_SECONDSNamhyung Kim2011-01-171-3/+0
* alpha: kill big kernel lockArnd Bergmann2010-09-181-5/+0
* alpha: Use static const char * const where possibleJoe Perches2010-09-181-2/+2
* Alpha: Fix a missing comma in sys_osf_statfs()David Howells2010-08-281-1/+1
* Mark arguments to certain syscalls as being constDavid Howells2010-08-131-3/+3
* pass a struct path to vfs_statfsChristoph Hellwig2010-08-091-4/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* alpha: PTR_ERR overwrites -EINVAL in syscall osf_mountRoel Kluin2010-03-061-1/+2
* Unify sys_mmap*Al Viro2009-12-111-13/+6
* Push BKL into do_mount()Al Viro2009-06-111-3/+0
* do_pipe cleanup: drop its last user in arch/alpha/Cheng Renquan2009-03-271-2/+0
* alpha: use syscall wrappersIvan Kokshaysky2009-01-291-63/+50
* Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Linus Torvalds2008-10-231-6/+7
|\
| * select: fix alpha OSF wrapperArjan van de Ven2008-10-071-6/+7
* | [PATCH] prepare vfs_readdir() callers to returning filldir resultAl Viro2008-10-231-5/+2
|/
* [PATCH] fix osf_getdirents()Al Viro2008-08-251-7/+12