summaryrefslogtreecommitdiff
path: root/kernel/compat.c
Commit message (Expand)AuthorAge
* mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.cDominik Brodowski2018-04-02
* mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.cDominik Brodowski2018-04-02
* signals: Move put_compat_sigset to compat.h to silence hardened usercopyMatt Redfearn2018-03-02
* cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan2018-02-06
* sched_rr_get_interval(): move compat to native, get rid of set_fs()Al Viro2017-09-20
* get_compat_sigset()Al Viro2017-09-19
* get rid of {get,put}_compat_itimerspec()Al Viro2017-09-19
* signal: replace sigset_to_compat() with put_compat_sigset()Dmitry V. Levin2017-09-19
* semtimedop(): move compat to nativeAl Viro2017-07-15
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-06
|\
| * rt_sigtimedwait(): move compat to nativeAl Viro2017-06-09
| * put_compat_rusage(): switch to copy_to_user()Al Viro2017-06-09
| * sigpending(): move compat to nativeAl Viro2017-06-09
| * getrlimit()/setrlimit(): move compat to nativeAl Viro2017-06-09
| * times(2): move compat to nativeAl Viro2017-06-09
| * compat_{get,put}_bitmap(): use unsafe_{get,put}_user()Al Viro2017-06-09
| * take compat_sys_old_getrlimit() to native syscallAl Viro2017-05-27
* | Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-05
|\ \
| * | time: introduce {get,put}_itimerspec64Deepa Dinamani2017-06-25
| * | time: add get_timespec64 and put_timespec64Deepa Dinamani2017-06-25
* | | Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-05
|\ \ \ | |/ / |/| |
| * | move compat wait4 and waitid next to native variantsAl Viro2017-05-21
| |/
* | time: Move compat_gettimeofday()/settimeofday() to nativeAl Viro2017-06-14
* | time: Move compat_time()/stime() to nativeAl Viro2017-06-14
* | posix-timers: Move compat_timer_create() to native, get rid of set_fs()Al Viro2017-06-14
* | posix-timers: Move compat versions of clock_gettime/settime/getresAl Viro2017-06-14
* | itimers: Move compat itimer syscalls to native onesAl Viro2017-06-14
* | posix-timers: Take compat timer_gettime(2) to native oneAl Viro2017-06-14
* | posix-timers: Take compat timer_settime(2) to native oneAl Viro2017-06-14
* | ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro2017-06-14
* | time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro2017-06-14
* | hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro2017-06-14
|/
* time: Change k_clock nsleep() to use timespec64Deepa Dinamani2017-04-14
* time: Delete do_sys_setimeofday()Deepa Dinamani2017-04-14
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* posix-timers: Make them configurableNicolas Pitre2016-11-16
* compat: cleanup coding in compat_get_bitmap() and compat_put_bitmap()Helge Deller2015-06-04
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-12
* compat: nanosleep: Clarify error handlingThomas Gleixner2014-09-06
* kernel/compat.c: use sizeof() instead of sizeofFabian Frederick2014-06-04
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-02
|\
| * compat: Fix sparse address space warningsH. Peter Anvin2014-02-02
| * compat: Get rid of (get|put)_compat_time(val|spec)H. Peter Anvin2014-02-02
* | mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-06
* | kernel/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens2014-03-06
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\
| * switch getrusage() to COMPAT_SYSCALL_DEFINEAl Viro2013-03-03
* | kernel/compat.c: make do_sysinfo() staticStephen Rothwell2013-04-30
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-23
|\
| * switch compat_sys_sched_rr_get_interval to COMPAT_SYSCALL_DEFINEAl Viro2013-02-03