summaryrefslogtreecommitdiff
path: root/kernel/compat.c
AgeCommit message (Expand)Author
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann
2018-06-24time: Enable get/put_compat_itimerspec64 alwaysDeepa Dinamani
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-05-10compat: fix 4-byte infoleak via uninitialized struct fieldJann Horn
2018-04-19compat: Enable compat_get/put_timespec64 alwaysDeepa Dinamani
2018-04-02mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.cDominik Brodowski
2018-04-02mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.cDominik Brodowski
2018-03-02signals: Move put_compat_sigset to compat.h to silence hardened usercopyMatt Redfearn
2018-02-06cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan
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