aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/compat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-218/+49
2017-07-05Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+65
2017-07-05Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-66/+0
2017-06-25time: introduce {get,put}_itimerspec64Deepa Dinamani1-0/+21
2017-06-25time: add get_timespec64 and put_timespec64Deepa Dinamani1-0/+44
2017-06-14time: Move compat_gettimeofday()/settimeofday() to nativeAl Viro1-38/+0
2017-06-14time: Move compat_time()/stime() to nativeAl Viro1-40/+0
2017-06-14posix-timers: Move compat_timer_create() to native, get rid of set_fs()Al Viro1-18/+0
2017-06-14posix-timers: Move compat versions of clock_gettime/settime/getresAl Viro1-51/+0
2017-06-14itimers: Move compat itimer syscalls to native onesAl Viro1-53/+16
2017-06-14posix-timers: Take compat timer_gettime(2) to native oneAl Viro1-17/+0
2017-06-14posix-timers: Take compat timer_settime(2) to native oneAl Viro1-23/+0
2017-06-14ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro1-89/+52
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro1-131/+0
2017-06-14hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro1-3/+3
2017-06-09rt_sigtimedwait(): move compat to nativeAl Viro1-32/+0
2017-06-09put_compat_rusage(): switch to copy_to_user()Al Viro1-19/+21
2017-06-09sigpending(): move compat to nativeAl Viro1-23/+0
2017-06-09getrlimit()/setrlimit(): move compat to nativeAl Viro1-38/+0
2017-06-09times(2): move compat to nativeAl Viro1-24/+0
2017-06-09compat_{get,put}_bitmap(): use unsafe_{get,put}_user()Al Viro1-53/+28
2017-05-27take compat_sys_old_getrlimit() to native syscallAl Viro1-29/+0
2017-05-21move compat wait4 and waitid next to native variantsAl Viro1-66/+0
2017-04-14time: Change k_clock nsleep() to use timespec64Deepa Dinamani1-2/+4
2017-04-14time: Delete do_sys_setimeofday()Deepa Dinamani1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-16posix-timers: Make them configurableNicolas Pitre1-0/+8
2015-06-04compat: cleanup coding in compat_get_bitmap() and compat_put_bitmap()Helge Deller1-2/+4
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-3/+2
2014-09-06compat: nanosleep: Clarify error handlingThomas Gleixner1-3/+21
2014-06-04kernel/compat.c: use sizeof() instead of sizeofFabian Frederick1-4/+4
2014-04-02Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-56/+56
2014-03-06mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens1-5/+5
2014-03-06kernel/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens1-45/+45
2014-02-02compat: Fix sparse address space warningsH. Peter Anvin1-2/+2
2014-02-02compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin1-54/+54
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-19/+0
2013-04-30kernel/compat.c: make do_sysinfo() staticStephen Rothwell1-65/+0
2013-03-03switch getrusage() to COMPAT_SYSCALL_DEFINEAl Viro1-19/+0
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-46/+26
2013-02-21compat: return -EFAULT on error in waitid()Dan Carpenter1-1/+1
2013-02-03switch compat_sys_sched_rr_get_interval to COMPAT_SYSCALL_DEFINEAl Viro1-4/+3
2013-02-03switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINEAl Viro1-11/+0
2013-02-03switch compat_sys_sigprocmask to COMPAT_SYSCALL_DEFINEAl Viro1-3/+3
2013-02-03switch compat_sys_rt_sigtimedwait to COMPAT_SYSCALL_DEFINEAl Viro1-5/+3
2013-02-03generic compat_sys_rt_sigprocmask()Al Viro1-1/+12
2013-02-03consolidate rt_sigsuspend()Al Viro1-17/+0
2013-02-03switch compat_sys_[gs]etitimer(2) to COMPAT_SYSCALL_DEFINEAl Viro1-5/+5
2012-12-26x32: fix sigtimedwaitAl Viro1-1/+1
2012-12-26x32: fix waitid()Al Viro1-1/+5