index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
alpha
/
kernel
/
osf_sys.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-12
alpha: remove unneeded semicolon in osf_sys.c
Jason Yan
1
-1
/
+1
2019-11-15
y2038: use compat_{get,set}_itimer on alpha
Arnd Bergmann
1
-65
/
+0
2019-11-15
y2038: rusage: use __kernel_old_timeval
Arnd Bergmann
1
-1
/
+1
2019-02-07
timex: use __kernel_timex internally
Deepa Dinamani
1
-2
/
+3
2018-12-21
alpha: Remove some unused variables
Matt Turner
1
-2
/
+1
2018-12-21
alpha: remove CONFIG_OSF4_COMPAT flag from syscall table
Firoz Khan
1
-3
/
+6
2018-08-24
Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-27
/
+24
2018-08-11
sys: don't hold uts_sem while accessing userspace memory
Jann Horn
1
-27
/
+24
2018-07-22
alpha: fix osf_wait4() breakage
Al Viro
1
-4
/
+1
2018-04-25
signal/alpha: Use send_sig_fault where appropriate
Eric W. Biederman
1
-7
/
+3
2018-04-25
signal/alpha: Replace FPE_FIXME with FPE_FLTUNK
Eric W. Biederman
1
-1
/
+1
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-0
/
+1
2018-04-17
signal/alpha: Document a conflict with SI_USER for SIGFPE
Eric W. Biederman
1
-1
/
+1
2018-04-02
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
1
-1
/
+1
2018-01-25
alpha: osf_sys.c: use timespec64 where appropriate
Arnd Bergmann
1
-34
/
+34
2018-01-25
alpha: osf_sys.c: fix put_tv32 regression
Arnd Bergmann
1
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-05-27
osf_sigstack(): switch to put_user()
Al Viro
1
-3
/
+2
2017-05-27
osf_sys.c: switch handling of timeval32/itimerval32 to copy_{to,from}_user()
Al Viro
1
-24
/
+29
2017-05-27
Merge branch 'work.sys_wait' into misc.alpha
Al Viro
1
-37
/
+14
2017-05-27
osf_getdomainname(): use copy_to_user()
Al Viro
1
-14
/
+9
2017-05-21
osf_wait4: switch to kernel_wait4()
Al Viro
1
-39
/
+14
2017-05-21
osf_wait4(): fix infoleak
Al Viro
1
-2
/
+4
2017-05-01
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+3
2017-04-14
time: Delete do_sys_setimeofday()
Deepa Dinamani
1
-1
/
+3
2017-04-03
alpha: fix stack smashing in old_adjtimex(2)
Al Viro
1
-1
/
+1
2017-03-02
sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving more code to...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+1
2017-02-01
alpha: Convert obsolete cputime_t to nsecs
Frederic Weisbecker
1
-4
/
+4
2017-02-01
sched/cputime: Convert task/group cputime to nsecs
Frederic Weisbecker
1
-2
/
+2
2017-02-01
sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...
Frederic Weisbecker
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-16
posix-timers: Make them configurable
Nicolas Pitre
1
-0
/
+8
2016-05-02
give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()
Al Viro
1
-2
/
+2
2015-07-29
alpha: Fix jiffies based cputime assumption
Frederic Weisbecker
1
-4
/
+9
2015-05-26
alpha: kernel: osf_sys: Set 'kts.tv_nsec' only when 'tv' has effect
Chen Gang
1
-2
/
+1
2014-10-31
vfs: make first argument of dir_context.actor typed
Miklos Szeredi
1
-3
/
+4
2014-10-09
vfs: move getname() from callers to do_mount()
Seunghun Lee
1
-13
/
+10
2013-06-29
[readdir] constify ->actor
Al Viro
1
-7
/
+6
2013-06-29
[readdir] introduce iterate_dir() and dir_context
Al Viro
1
-1
/
+3
2013-02-21
mm: use vm_unmapped_area() on alpha architecture
Michel Lespinasse
1
-11
/
+9
2013-01-27
cputime: Use accessors to read task cputime stats
Frederic Weisbecker
1
-2
/
+4
2012-11-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+3
2012-10-24
alpha: separate thread-synchronous flags
Al Viro
1
-15
/
+10
2012-10-20
missing const in alpha callers of do_mount()
Al Viro
1
-3
/
+3
2012-10-12
vfs: define struct filename and have getname() return it
Jeff Layton
1
-8
/
+8
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-8
/
+5
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-2
/
+2
[next]