aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/compat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-15y2038: itimer: compat handling to itimer.cArnd Bergmann1-24/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-15kernel/compat.c: mark expected switch fall-throughsStephen Rothwell1-0/+3
2019-02-07time: make adjtime compat handling available for 32 bitArnd Bergmann1-64/+0
2019-01-04make 'user_access_begin()' do 'access_ok()'Linus Torvalds1-4/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-8/+8
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann1-4/+4
2018-06-24time: Enable get/put_compat_itimerspec64 alwaysDeepa Dinamani1-29/+0
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-44/+8
2018-05-10compat: fix 4-byte infoleak via uninitialized struct fieldJann Horn1-0/+1
2018-04-19compat: Enable compat_get/put_timespec64 alwaysDeepa Dinamani1-44/+8
2018-04-02mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.cDominik Brodowski1-22/+0
2018-04-02mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.cDominik Brodowski1-33/+0
2018-03-02signals: Move put_compat_sigset to compat.h to silence hardened usercopyMatt Redfearn1-19/+0
2018-02-06cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan1-1/+1
2017-09-20sched_rr_get_interval(): move compat to native, get rid of set_fs()Al Viro1-16/+0
2017-09-19get_compat_sigset()Al Viro1-7/+16
2017-09-19get rid of {get,put}_compat_itimerspec()Al Viro1-18/+0
2017-09-19signal: replace sigset_to_compat() with put_compat_sigset()Dmitry V. Levin1-6/+14
2017-07-15semtimedop(): move compat to nativeAl Viro1-23/+0
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