summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/osf_sys.c
Commit message (Expand)AuthorAgeFilesLines
* timex: use __kernel_timex internallyDeepa Dinamani2019-02-071-2/+3
* alpha: Remove some unused variablesMatt Turner2018-12-211-2/+1
* alpha: remove CONFIG_OSF4_COMPAT flag from syscall tableFiroz Khan2018-12-211-3/+6
* Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-241-27/+24
|\
| * sys: don't hold uts_sem while accessing userspace memoryJann Horn2018-08-111-27/+24
* | alpha: fix osf_wait4() breakageAl Viro2018-07-221-4/+1
|/
* signal/alpha: Use send_sig_fault where appropriateEric W. Biederman2018-04-251-7/+3
* signal/alpha: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman2018-04-251-1/+1
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* signal/alpha: Document a conflict with SI_USER for SIGFPEEric W. Biederman2018-04-171-1/+1
* mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-021-1/+1
* alpha: osf_sys.c: use timespec64 where appropriateArnd Bergmann2018-01-251-34/+34
* alpha: osf_sys.c: fix put_tv32 regressionArnd Bergmann2018-01-251-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* osf_sigstack(): switch to put_user()Al Viro2017-05-271-3/+2
* osf_sys.c: switch handling of timeval32/itimerval32 to copy_{to,from}_user()Al Viro2017-05-271-24/+29
* Merge branch 'work.sys_wait' into misc.alphaAl Viro2017-05-271-37/+14
|\
| * osf_wait4: switch to kernel_wait4()Al Viro2017-05-211-39/+14
| * osf_wait4(): fix infoleakAl Viro2017-05-211-2/+4
* | osf_getdomainname(): use copy_to_user()Al Viro2017-05-271-14/+9
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-011-1/+3
|\
| * time: Delete do_sys_setimeofday()Deepa Dinamani2017-04-141-1/+3
* | alpha: fix stack smashing in old_adjtimex(2)Al Viro2017-04-031-1/+1
|/
* 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