summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/osf_sys.c
Commit message (Expand)AuthorAgeFilesLines
* alpha: Replace one-element array with flexible-array memberGustavo A. R. Silva2023-08-151-1/+1
* posix-timers: Add sys_ni_posix_timers() prototypeArnd Bergmann2023-06-181-2/+0
* alpha: osf_sys: reduce kernel log spamming on invalid osf_mount call typenrColin Ian King2023-02-141-1/+1
* alpha: remove the needless aliases osf_{readv,writev}Lukas Bulwahn2022-10-111-12/+0
* Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-5/+5
|\
| * Change calling conventions for filldir_tAl Viro2022-08-171-5/+5
* | a.out: Remove the a.out implementationEric W. Biederman2022-09-271-30/+0
|/
* move mount-related externs from fs.h to mount.hAl Viro2022-05-191-0/+1
* Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-09-011-1/+1
|\
| * signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNKEric W. Biederman2021-07-231-1/+1
* | alpha: fix spelling mistakesgushengxian2021-07-251-2/+2
|/
* alpha: remove unneeded semicolon in osf_sys.cJason Yan2020-06-121-1/+1
* y2038: use compat_{get,set}_itimer on alphaArnd Bergmann2019-11-151-65/+0
* y2038: rusage: use __kernel_old_timevalArnd Bergmann2019-11-151-1/+1
* 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