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
/
kernel
/
compat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-06
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-218
/
+49
2017-07-05
Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+65
2017-07-05
Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-66
/
+0
2017-06-25
time: introduce {get,put}_itimerspec64
Deepa Dinamani
1
-0
/
+21
2017-06-25
time: add get_timespec64 and put_timespec64
Deepa Dinamani
1
-0
/
+44
2017-06-14
time: Move compat_gettimeofday()/settimeofday() to native
Al Viro
1
-38
/
+0
2017-06-14
time: Move compat_time()/stime() to native
Al Viro
1
-40
/
+0
2017-06-14
posix-timers: Move compat_timer_create() to native, get rid of set_fs()
Al Viro
1
-18
/
+0
2017-06-14
posix-timers: Move compat versions of clock_gettime/settime/getres
Al Viro
1
-51
/
+0
2017-06-14
itimers: Move compat itimer syscalls to native ones
Al Viro
1
-53
/
+16
2017-06-14
posix-timers: Take compat timer_gettime(2) to native one
Al Viro
1
-17
/
+0
2017-06-14
posix-timers: Take compat timer_settime(2) to native one
Al Viro
1
-23
/
+0
2017-06-14
ntp: Move adjtimex related compat syscalls to native counterparts
Al Viro
1
-89
/
+52
2017-06-14
time/posix-timers: Move the compat copyouts to the nanosleep implementations
Al Viro
1
-131
/
+0
2017-06-14
hrtimer_nanosleep(): Pass rmtp in restart_block
Al Viro
1
-3
/
+3
2017-06-09
rt_sigtimedwait(): move compat to native
Al Viro
1
-32
/
+0
2017-06-09
put_compat_rusage(): switch to copy_to_user()
Al Viro
1
-19
/
+21
2017-06-09
sigpending(): move compat to native
Al Viro
1
-23
/
+0
2017-06-09
getrlimit()/setrlimit(): move compat to native
Al Viro
1
-38
/
+0
2017-06-09
times(2): move compat to native
Al Viro
1
-24
/
+0
2017-06-09
compat_{get,put}_bitmap(): use unsafe_{get,put}_user()
Al Viro
1
-53
/
+28
2017-05-27
take compat_sys_old_getrlimit() to native syscall
Al Viro
1
-29
/
+0
2017-05-21
move compat wait4 and waitid next to native variants
Al Viro
1
-66
/
+0
2017-04-14
time: Change k_clock nsleep() to use timespec64
Deepa Dinamani
1
-2
/
+4
2017-04-14
time: Delete do_sys_setimeofday()
Deepa Dinamani
1
-2
/
+2
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
2015-06-04
compat: cleanup coding in compat_get_bitmap() and compat_put_bitmap()
Helge Deller
1
-2
/
+4
2015-02-12
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
1
-3
/
+2
2014-09-06
compat: nanosleep: Clarify error handling
Thomas Gleixner
1
-3
/
+21
2014-06-04
kernel/compat.c: use sizeof() instead of sizeof
Fabian Frederick
1
-4
/
+4
2014-04-02
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-56
/
+56
2014-03-06
mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types
Heiko Carstens
1
-5
/
+5
2014-03-06
kernel/compat: convert to COMPAT_SYSCALL_DEFINE
Heiko Carstens
1
-45
/
+45
2014-02-02
compat: Fix sparse address space warnings
H. Peter Anvin
1
-2
/
+2
2014-02-02
compat: Get rid of (get|put)_compat_time(val|spec)
H. Peter Anvin
1
-54
/
+54
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-19
/
+0
2013-04-30
kernel/compat.c: make do_sysinfo() static
Stephen Rothwell
1
-65
/
+0
2013-03-03
switch getrusage() to COMPAT_SYSCALL_DEFINE
Al Viro
1
-19
/
+0
2013-02-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-46
/
+26
2013-02-21
compat: return -EFAULT on error in waitid()
Dan Carpenter
1
-1
/
+1
2013-02-03
switch compat_sys_sched_rr_get_interval to COMPAT_SYSCALL_DEFINE
Al Viro
1
-4
/
+3
2013-02-03
switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINE
Al Viro
1
-11
/
+0
2013-02-03
switch compat_sys_sigprocmask to COMPAT_SYSCALL_DEFINE
Al Viro
1
-3
/
+3
2013-02-03
switch compat_sys_rt_sigtimedwait to COMPAT_SYSCALL_DEFINE
Al Viro
1
-5
/
+3
2013-02-03
generic compat_sys_rt_sigprocmask()
Al Viro
1
-1
/
+12
2013-02-03
consolidate rt_sigsuspend()
Al Viro
1
-17
/
+0
2013-02-03
switch compat_sys_[gs]etitimer(2) to COMPAT_SYSCALL_DEFINE
Al Viro
1
-5
/
+5
2012-12-26
x32: fix sigtimedwait
Al Viro
1
-1
/
+1
2012-12-26
x32: fix waitid()
Al Viro
1
-1
/
+5
[next]