summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/osf_sys.c
AgeCommit message (Expand)AuthorLines
2024-11-03introduce "fd_pos" class, convert fdget_pos() users to it.Al Viro-3/+2
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown-1/+1
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro-2/+2
2024-04-25treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe-4/+1
2023-08-15alpha: Replace one-element array with flexible-array memberGustavo A. R. Silva-1/+1
2023-06-18posix-timers: Add sys_ni_posix_timers() prototypeArnd Bergmann-2/+0
2023-02-14alpha: osf_sys: reduce kernel log spamming on invalid osf_mount call typenrColin Ian King-1/+1
2022-10-11alpha: remove the needless aliases osf_{readv,writev}Lukas Bulwahn-12/+0
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-5/+5
2022-09-27a.out: Remove the a.out implementationEric W. Biederman-30/+0
2022-08-17Change calling conventions for filldir_tAl Viro-5/+5
2022-05-19move mount-related externs from fs.h to mount.hAl Viro-0/+1
2021-09-01Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds-1/+1
2021-07-25alpha: fix spelling mistakesgushengxian-2/+2
2021-07-23signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNKEric W. Biederman-1/+1
2020-06-12alpha: remove unneeded semicolon in osf_sys.cJason Yan-1/+1
2019-11-15y2038: use compat_{get,set}_itimer on alphaArnd Bergmann-65/+0
2019-11-15y2038: rusage: use __kernel_old_timevalArnd Bergmann-1/+1
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani-2/+3
2018-12-21alpha: Remove some unused variablesMatt Turner-2/+1
2018-12-21alpha: remove CONFIG_OSF4_COMPAT flag from syscall tableFiroz Khan-3/+6
2018-08-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-27/+24
2018-08-11sys: don't hold uts_sem while accessing userspace memoryJann Horn-27/+24
2018-07-22alpha: fix osf_wait4() breakageAl Viro-4/+1
2018-04-25signal/alpha: Use send_sig_fault where appropriateEric W. Biederman-7/+3
2018-04-25signal/alpha: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman-1/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman-0/+1
2018-04-17signal/alpha: Document a conflict with SI_USER for SIGFPEEric W. Biederman-1/+1
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski-1/+1
2018-01-25alpha: osf_sys.c: use timespec64 where appropriateArnd Bergmann-34/+34
2018-01-25alpha: osf_sys.c: fix put_tv32 regressionArnd Bergmann-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-05-27osf_sigstack(): switch to put_user()Al Viro-3/+2
2017-05-27osf_sys.c: switch handling of timeval32/itimerval32 to copy_{to,from}_user()Al Viro-24/+29
2017-05-27Merge branch 'work.sys_wait' into misc.alphaAl Viro-37/+14
2017-05-27osf_getdomainname(): use copy_to_user()Al Viro-14/+9
2017-05-21osf_wait4: switch to kernel_wait4()Al Viro-39/+14
2017-05-21osf_wait4(): fix infoleakAl Viro-2/+4
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+3
2017-04-14time: Delete do_sys_setimeofday()Deepa Dinamani-1/+3
2017-04-03alpha: fix stack smashing in old_adjtimex(2)Al Viro-1/+1
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+1
2017-02-01alpha: Convert obsolete cputime_t to nsecsFrederic Weisbecker-4/+4
2017-02-01sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker-2/+2
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1