aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/osf_sys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-27osf_sigstack(): switch to put_user()Al Viro1-3/+2
2017-05-27osf_sys.c: switch handling of timeval32/itimerval32 to copy_{to,from}_user()Al Viro1-24/+29
2017-05-27Merge branch 'work.sys_wait' into misc.alphaAl Viro1-37/+14
2017-05-27osf_getdomainname(): use copy_to_user()Al Viro1-14/+9
2017-05-21osf_wait4: switch to kernel_wait4()Al Viro1-39/+14
2017-05-21osf_wait4(): fix infoleakAl Viro1-2/+4
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2017-04-14time: Delete do_sys_setimeofday()Deepa Dinamani1-1/+3
2017-04-03alpha: fix stack smashing in old_adjtimex(2)Al Viro1-1/+1
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-01alpha: Convert obsolete cputime_t to nsecsFrederic Weisbecker1-4/+4
2017-02-01sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker1-2/+2
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cputimeFrederic Weisbecker1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-16posix-timers: Make them configurableNicolas Pitre1-0/+8
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro1-2/+2
2015-07-29alpha: Fix jiffies based cputime assumptionFrederic Weisbecker1-4/+9
2015-05-26alpha: kernel: osf_sys: Set 'kts.tv_nsec' only when 'tv' has effectChen Gang1-2/+1
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-3/+4
2014-10-09vfs: move getname() from callers to do_mount()Seunghun Lee1-13/+10
2013-06-29[readdir] constify ->actorAl Viro1-7/+6
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro1-1/+3
2013-02-21mm: use vm_unmapped_area() on alpha architectureMichel Lespinasse1-11/+9
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-2/+4
2012-11-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2012-10-24alpha: separate thread-synchronous flagsAl Viro1-15/+10
2012-10-20missing const in alpha callers of do_mount()Al Viro1-3/+3
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-8/+8
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-9/+6
2012-09-26switch osf_getdirentries() to fget_light()Al Viro1-3/+3
2012-09-21userns: On alpha modify linux_to_osf_stat to use convert from kuids and kgidsEric W. Biederman1-2/+2
2012-08-19alpha: take a bunch of syscalls into osf_sys.cAl Viro1-0/+49
2012-05-24alpha: implement various OSF/1 stat syscallsMans Rullgard1-0/+163
2012-05-24alpha: implement setsysinfo(SSI_LMF) as a no-opMans Rullgard1-0/+3
2012-03-28Disintegrate asm/system.h for AlphaDavid Howells1-1/+0
2011-08-25alpha: unbreak osf_setsysinfo(SSI_NVPAIRS, [SSIN_UACPROC, UAC_SIGBUS])Sergei Trofimovich1-5/+7
2011-06-15alpha: fix several security issuesDan Rosenberg1-4/+7
2011-03-14clean statfs-like syscalls upAl Viro1-28/+8
2011-01-17alpha/osf_sys: remove unused MAX_SELECT_SECONDSNamhyung Kim1-3/+0
2010-09-18alpha: kill big kernel lockArnd Bergmann1-5/+0
2010-09-18alpha: Use static const char * const where possibleJoe Perches1-2/+2
2010-08-28Alpha: Fix a missing comma in sys_osf_statfs()David Howells1-1/+1
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-3/+3
2010-08-09pass a struct path to vfs_statfsChristoph Hellwig1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1