aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/compat.c
AgeCommit message (Expand)Author
2017-09-20sched_rr_get_interval(): move compat to native, get rid of set_fs()Al Viro
2017-09-19get_compat_sigset()Al Viro
2017-09-19get rid of {get,put}_compat_itimerspec()Al Viro
2017-09-19signal: replace sigset_to_compat() with put_compat_sigset()Dmitry V. Levin
2017-07-15semtimedop(): move compat to nativeAl Viro
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-07-05Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-07-05Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-06-25time: introduce {get,put}_itimerspec64Deepa Dinamani
2017-06-25time: add get_timespec64 and put_timespec64Deepa Dinamani
2017-06-14time: Move compat_gettimeofday()/settimeofday() to nativeAl Viro
2017-06-14time: Move compat_time()/stime() to nativeAl Viro
2017-06-14posix-timers: Move compat_timer_create() to native, get rid of set_fs()Al Viro
2017-06-14posix-timers: Move compat versions of clock_gettime/settime/getresAl Viro
2017-06-14itimers: Move compat itimer syscalls to native onesAl Viro
2017-06-14posix-timers: Take compat timer_gettime(2) to native oneAl Viro
2017-06-14posix-timers: Take compat timer_settime(2) to native oneAl Viro
2017-06-14ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro
2017-06-14hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro
2017-06-09rt_sigtimedwait(): move compat to nativeAl Viro
2017-06-09put_compat_rusage(): switch to copy_to_user()Al Viro
2017-06-09sigpending(): move compat to nativeAl Viro
2017-06-09getrlimit()/setrlimit(): move compat to nativeAl Viro
2017-06-09times(2): move compat to nativeAl Viro
2017-06-09compat_{get,put}_bitmap(): use unsafe_{get,put}_user()Al Viro
2017-05-27take compat_sys_old_getrlimit() to native syscallAl Viro
2017-05-21move compat wait4 and waitid next to native variantsAl Viro
2017-04-14time: Change k_clock nsleep() to use timespec64Deepa Dinamani
2017-04-14time: Delete do_sys_setimeofday()Deepa Dinamani
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-16posix-timers: Make them configurableNicolas Pitre
2015-06-04compat: cleanup coding in compat_get_bitmap() and compat_put_bitmap()Helge Deller
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2014-09-06compat: nanosleep: Clarify error handlingThomas Gleixner
2014-06-04kernel/compat.c: use sizeof() instead of sizeofFabian Frederick
2014-04-02Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-03-06mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens
2014-03-06kernel/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens
2014-02-02compat: Fix sparse address space warningsH. Peter Anvin
2014-02-02compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-30kernel/compat.c: make do_sysinfo() staticStephen Rothwell
2013-03-03switch getrusage() to COMPAT_SYSCALL_DEFINEAl Viro
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-21compat: return -EFAULT on error in waitid()Dan Carpenter
2013-02-03switch compat_sys_sched_rr_get_interval to COMPAT_SYSCALL_DEFINEAl Viro
2013-02-03switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINEAl Viro
2013-02-03switch compat_sys_sigprocmask to COMPAT_SYSCALL_DEFINEAl Viro
2013-02-03switch compat_sys_rt_sigtimedwait to COMPAT_SYSCALL_DEFINEAl Viro