aboutsummaryrefslogtreecommitdiff
path: root/kernel/compat.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-14sched_getaffinity: don't assume 'cpumask_size()' is fully initializedGravatar Linus Torvalds 1-1/+1
2021-09-08arch: remove compat_alloc_user_spaceGravatar Arnd Bergmann 1-21/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-3/+3
2020-05-01uaccess: Selectively open read or write user accessGravatar Christophe Leroy 1-6/+6
2020-02-21y2038: remove unused time32 interfacesGravatar Arnd Bergmann 1-64/+0
2019-11-15y2038: itimer: compat handling to itimer.cGravatar Arnd Bergmann 1-24/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-05-15kernel/compat.c: mark expected switch fall-throughsGravatar Stephen Rothwell 1-0/+3
2019-02-07time: make adjtime compat handling available for 32 bitGravatar Arnd Bergmann 1-64/+0
2019-01-04make 'user_access_begin()' do 'access_ok()'Gravatar Linus Torvalds 1-4/+2
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-8/+8
2018-08-27y2038: globally rename compat_time to old_time32Gravatar Arnd Bergmann 1-4/+4
2018-06-24time: Enable get/put_compat_itimerspec64 alwaysGravatar Deepa Dinamani 1-29/+0
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-44/+8
2018-05-10compat: fix 4-byte infoleak via uninitialized struct fieldGravatar Jann Horn 1-0/+1
2018-04-19compat: Enable compat_get/put_timespec64 alwaysGravatar Deepa Dinamani 1-44/+8
2018-04-02mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.cGravatar Dominik Brodowski 1-22/+0
2018-04-02mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.cGravatar Dominik Brodowski 1-33/+0
2018-03-02signals: Move put_compat_sigset to compat.h to silence hardened usercopyGravatar Matt Redfearn 1-19/+0
2018-02-06cpumask: make cpumask_size() return "unsigned int"Gravatar Alexey Dobriyan 1-1/+1
2017-09-20sched_rr_get_interval(): move compat to native, get rid of set_fs()Gravatar Al Viro 1-16/+0
2017-09-19get_compat_sigset()Gravatar Al Viro 1-7/+16
2017-09-19get rid of {get,put}_compat_itimerspec()Gravatar Al Viro 1-18/+0
2017-09-19signal: replace sigset_to_compat() with put_compat_sigset()Gravatar Dmitry V. Levin 1-6/+14
2017-07-15semtimedop(): move compat to nativeGravatar Al Viro 1-23/+0
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-218/+49
2017-07-05Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+65
2017-07-05Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-66/+0
2017-06-25time: introduce {get,put}_itimerspec64Gravatar Deepa Dinamani 1-0/+21
2017-06-25time: add get_timespec64 and put_timespec64Gravatar Deepa Dinamani 1-0/+44
2017-06-14time: Move compat_gettimeofday()/settimeofday() to nativeGravatar Al Viro 1-38/+0
2017-06-14time: Move compat_time()/stime() to nativeGravatar Al Viro 1-40/+0
2017-06-14posix-timers: Move compat_timer_create() to native, get rid of set_fs()Gravatar Al Viro 1-18/+0
2017-06-14posix-timers: Move compat versions of clock_gettime/settime/getresGravatar Al Viro 1-51/+0
2017-06-14itimers: Move compat itimer syscalls to native onesGravatar Al Viro 1-53/+16
2017-06-14posix-timers: Take compat timer_gettime(2) to native oneGravatar Al Viro 1-17/+0
2017-06-14posix-timers: Take compat timer_settime(2) to native oneGravatar Al Viro 1-23/+0
2017-06-14ntp: Move adjtimex related compat syscalls to native counterpartsGravatar Al Viro 1-89/+52
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsGravatar Al Viro 1-131/+0
2017-06-14hrtimer_nanosleep(): Pass rmtp in restart_blockGravatar Al Viro 1-3/+3
2017-06-09rt_sigtimedwait(): move compat to nativeGravatar Al Viro 1-32/+0
2017-06-09put_compat_rusage(): switch to copy_to_user()Gravatar Al Viro 1-19/+21
2017-06-09sigpending(): move compat to nativeGravatar Al Viro 1-23/+0
2017-06-09getrlimit()/setrlimit(): move compat to nativeGravatar Al Viro 1-38/+0
2017-06-09times(2): move compat to nativeGravatar Al Viro 1-24/+0
2017-06-09compat_{get,put}_bitmap(): use unsafe_{get,put}_user()Gravatar Al Viro 1-53/+28
2017-05-27take compat_sys_old_getrlimit() to native syscallGravatar Al Viro 1-29/+0
2017-05-21move compat wait4 and waitid next to native variantsGravatar Al Viro 1-66/+0
2017-04-14time: Change k_clock nsleep() to use timespec64Gravatar Deepa Dinamani 1-2/+4
2017-04-14time: Delete do_sys_setimeofday()Gravatar Deepa Dinamani 1-2/+2