aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/osf_sys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11alpha: remove the needless aliases osf_{readv,writev}Lukas Bulwahn1-12/+0
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2022-09-27a.out: Remove the a.out implementationEric W. Biederman1-30/+0
2022-08-17Change calling conventions for filldir_tAl Viro1-5/+5
2022-05-19move mount-related externs from fs.h to mount.hAl Viro1-0/+1
2021-09-01Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2021-07-25alpha: fix spelling mistakesgushengxian1-2/+2
2021-07-23signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNKEric W. Biederman1-1/+1
2020-06-12alpha: remove unneeded semicolon in osf_sys.cJason Yan1-1/+1
2019-11-15y2038: use compat_{get,set}_itimer on alphaArnd Bergmann1-65/+0
2019-11-15y2038: rusage: use __kernel_old_timevalArnd Bergmann1-1/+1
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani1-2/+3
2018-12-21alpha: Remove some unused variablesMatt Turner1-2/+1
2018-12-21alpha: remove CONFIG_OSF4_COMPAT flag from syscall tableFiroz Khan1-3/+6
2018-08-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-27/+24
2018-08-11sys: don't hold uts_sem while accessing userspace memoryJann Horn1-27/+24
2018-07-22alpha: fix osf_wait4() breakageAl Viro1-4/+1
2018-04-25signal/alpha: Use send_sig_fault where appropriateEric W. Biederman1-7/+3
2018-04-25signal/alpha: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman1-1/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2018-04-17signal/alpha: Document a conflict with SI_USER for SIGFPEEric W. Biederman1-1/+1
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-1/+1
2018-01-25alpha: osf_sys.c: use timespec64 where appropriateArnd Bergmann1-34/+34
2018-01-25alpha: osf_sys.c: fix put_tv32 regressionArnd Bergmann1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
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