index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
compat.c
Age
Commit message (
Expand
)
Author
2017-06-14
time: Move compat_gettimeofday()/settimeofday() to native
Al Viro
2017-06-14
time: Move compat_time()/stime() to native
Al Viro
2017-06-14
posix-timers: Move compat_timer_create() to native, get rid of set_fs()
Al Viro
2017-06-14
posix-timers: Move compat versions of clock_gettime/settime/getres
Al Viro
2017-06-14
itimers: Move compat itimer syscalls to native ones
Al Viro
2017-06-14
posix-timers: Take compat timer_gettime(2) to native one
Al Viro
2017-06-14
posix-timers: Take compat timer_settime(2) to native one
Al Viro
2017-06-14
ntp: Move adjtimex related compat syscalls to native counterparts
Al Viro
2017-06-14
time/posix-timers: Move the compat copyouts to the nanosleep implementations
Al Viro
2017-06-14
hrtimer_nanosleep(): Pass rmtp in restart_block
Al Viro
2017-04-14
time: Change k_clock nsleep() to use timespec64
Deepa Dinamani
2017-04-14
time: Delete do_sys_setimeofday()
Deepa Dinamani
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-11-16
posix-timers: Make them configurable
Nicolas Pitre
2015-06-04
compat: cleanup coding in compat_get_bitmap() and compat_put_bitmap()
Helge Deller
2015-02-12
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
2014-09-06
compat: nanosleep: Clarify error handling
Thomas Gleixner
2014-06-04
kernel/compat.c: use sizeof() instead of sizeof
Fabian Frederick
2014-04-02
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-03-06
mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types
Heiko Carstens
2014-03-06
kernel/compat: convert to COMPAT_SYSCALL_DEFINE
Heiko Carstens
2014-02-02
compat: Fix sparse address space warnings
H. Peter Anvin
2014-02-02
compat: Get rid of (get|put)_compat_time(val|spec)
H. Peter Anvin
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-04-30
kernel/compat.c: make do_sysinfo() static
Stephen Rothwell
2013-03-03
switch getrusage() to COMPAT_SYSCALL_DEFINE
Al Viro
2013-02-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-02-21
compat: return -EFAULT on error in waitid()
Dan Carpenter
2013-02-03
switch compat_sys_sched_rr_get_interval to COMPAT_SYSCALL_DEFINE
Al Viro
2013-02-03
switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINE
Al Viro
2013-02-03
switch compat_sys_sigprocmask to COMPAT_SYSCALL_DEFINE
Al Viro
2013-02-03
switch compat_sys_rt_sigtimedwait to COMPAT_SYSCALL_DEFINE
Al Viro
2013-02-03
generic compat_sys_rt_sigprocmask()
Al Viro
2013-02-03
consolidate rt_sigsuspend()
Al Viro
2013-02-03
switch compat_sys_[gs]etitimer(2) to COMPAT_SYSCALL_DEFINE
Al Viro
2012-12-26
x32: fix sigtimedwait
Al Viro
2012-12-26
x32: fix waitid()
Al Viro
2012-12-26
switch compat_sys_wait4() and compat_sys_waitid() to COMPAT_SYSCALL_DEFINE
Al Viro
2012-12-17
compat: generic compat_sys_sched_rr_get_interval() implementation
Catalin Marinas
2012-05-21
new helper: sigsuspend()
Al Viro
2012-05-10
compat: Fix RT signal mask corruption via sigprocmask
Jan Kiszka
2012-02-20
compat: Add helper functions to read/write struct timeval, timespec
H. Peter Anvin
2011-10-31
kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure
Paul Gortmaker
2011-07-30
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2011-07-27
[media] v4l2-compat-ioctl32: add VIDIOC_DQEVENT support
Hans Verkuil
2011-07-27
signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked()
Oleg Nesterov
2011-07-12
KVM: Add compat ioctl for KVM_SET_SIGNAL_MASK
Alexander Graf
2011-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
2011-05-12
compat: fixes to allow working with tile arch
Chris Metcalf
2011-04-28
signal: introduce do_sigtimedwait() to factor out compat/native code
Oleg Nesterov
[next]