Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-01uaccess: Selectively open read or write user accessChristophe Leroy
2020-02-21y2038: remove unused time32 interfacesArnd Bergmann
2019-11-15y2038: itimer: compat handling to itimer.cArnd Bergmann
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-15kernel/compat.c: mark expected switch fall-throughsStephen Rothwell
2019-02-07time: make adjtime compat handling available for 32 bitArnd Bergmann
2019-01-04make 'user_access_begin()' do 'access_ok()'Linus Torvalds
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann
2018-06-24time: Enable get/put_compat_itimerspec64 alwaysDeepa Dinamani
2018-06-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-05-11compat: 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-03signals: Move put_compat_sigset to compat.h to silence hardened usercopyMatt Redfearn
2018-02-07cpumask: 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-20get_compat_sigset()Al Viro
2017-09-20get rid of {get,put}_compat_itimerspec()Al Viro
2017-09-20signal: replace sigset_to_compat() with put_compat_sigset()Dmitry V. Levin
2017-07-16semtimedop(): move compat to nativeAl Viro
2017-07-07Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-07-06Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-07-06Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-06-26time: introduce {get,put}_itimerspec64Deepa Dinamani
2017-06-26time: 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-10rt_sigtimedwait(): move compat to nativeAl Viro
2017-06-10put_compat_rusage(): switch to copy_to_user()Al Viro
2017-06-10sigpending(): move compat to nativeAl Viro
2017-06-10getrlimit()/setrlimit(): move compat to nativeAl Viro
2017-06-10times(2): move compat to nativeAl Viro
2017-06-10compat_{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-05compat: cleanup coding in compat_get_bitmap() and compat_put_bitmap()Helge Deller