summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel/osf_sys.c
AgeCommit message (Expand)Author
2020-06-12alpha: remove unneeded semicolon in osf_sys.cJason Yan
2019-11-15y2038: use compat_{get,set}_itimer on alphaArnd Bergmann
2019-11-15y2038: rusage: use __kernel_old_timevalArnd Bergmann
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani
2018-12-21alpha: Remove some unused variablesMatt Turner
2018-12-21alpha: remove CONFIG_OSF4_COMPAT flag from syscall tableFiroz Khan
2018-08-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-11sys: don't hold uts_sem while accessing userspace memoryJann Horn
2018-07-22alpha: fix osf_wait4() breakageAl Viro
2018-04-25signal/alpha: Use send_sig_fault where appropriateEric W. Biederman
2018-04-25signal/alpha: Replace FPE_FIXME with FPE_FLTUNKEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-04-17signal/alpha: Document a conflict with SI_USER for SIGFPEEric W. Biederman
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski
2018-01-25alpha: osf_sys.c: use timespec64 where appropriateArnd Bergmann
2018-01-25alpha: osf_sys.c: fix put_tv32 regressionArnd Bergmann
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-27osf_sigstack(): switch to put_user()Al Viro
2017-05-27osf_sys.c: switch handling of timeval32/itimerval32 to copy_{to,from}_user()Al Viro
2017-05-27Merge branch 'work.sys_wait' into misc.alphaAl Viro
2017-05-27osf_getdomainname(): use copy_to_user()Al Viro
2017-05-21osf_wait4: switch to kernel_wait4()Al Viro
2017-05-21osf_wait4(): fix infoleakAl Viro
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-04-14time: Delete do_sys_setimeofday()Deepa Dinamani
2017-04-03alpha: fix stack smashing in old_adjtimex(2)Al Viro
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-01alpha: Convert obsolete cputime_t to nsecsFrederic Weisbecker
2017-02-01sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-16posix-timers: Make them configurableNicolas Pitre
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro
2015-07-29alpha: Fix jiffies based cputime assumptionFrederic Weisbecker
2015-05-26alpha: kernel: osf_sys: Set 'kts.tv_nsec' only when 'tv' has effectChen Gang
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi
2014-10-09vfs: move getname() from callers to do_mount()Seunghun Lee
2013-06-29[readdir] constify ->actorAl Viro
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro
2013-02-21mm: use vm_unmapped_area() on alpha architectureMichel Lespinasse
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker
2012-11-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-24alpha: separate thread-synchronous flagsAl Viro
2012-10-20missing const in alpha callers of do_mount()Al Viro
2012-10-12vfs: define struct filename and have getname() return itJeff Layton
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds