Age | Commit message (Expand) | Author | Files | Lines |
2019-05-15 | kernel/compat.c: mark expected switch fall-throughs | Stephen Rothwell | 1 | -0/+3 |
2019-02-07 | time: make adjtime compat handling available for 32 bit | Arnd Bergmann | 1 | -64/+0 |
2019-01-04 | make 'user_access_begin()' do 'access_ok()' | Linus Torvalds | 1 | -4/+2 |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds | 1 | -8/+8 |
2018-08-27 | y2038: globally rename compat_time to old_time32 | Arnd Bergmann | 1 | -4/+4 |
2018-06-24 | time: Enable get/put_compat_itimerspec64 always | Deepa Dinamani | 1 | -29/+0 |
2018-06-04 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -44/+8 |
2018-05-10 | compat: fix 4-byte infoleak via uninitialized struct field | Jann Horn | 1 | -0/+1 |
2018-04-19 | compat: Enable compat_get/put_timespec64 always | Deepa Dinamani | 1 | -44/+8 |
2018-04-02 | mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c | Dominik Brodowski | 1 | -22/+0 |
2018-04-02 | mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c | Dominik Brodowski | 1 | -33/+0 |
2018-03-02 | signals: Move put_compat_sigset to compat.h to silence hardened usercopy | Matt Redfearn | 1 | -19/+0 |
2018-02-06 | cpumask: make cpumask_size() return "unsigned int" | Alexey Dobriyan | 1 | -1/+1 |
2017-09-20 | sched_rr_get_interval(): move compat to native, get rid of set_fs() | Al Viro | 1 | -16/+0 |
2017-09-19 | get_compat_sigset() | Al Viro | 1 | -7/+16 |
2017-09-19 | get rid of {get,put}_compat_itimerspec() | Al Viro | 1 | -18/+0 |
2017-09-19 | signal: replace sigset_to_compat() with put_compat_sigset() | Dmitry V. Levin | 1 | -6/+14 |
2017-07-15 | semtimedop(): move compat to native | Al Viro | 1 | -23/+0 |
2017-07-06 | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -218/+49 |
2017-07-05 | Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+65 |
2017-07-05 | Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -66/+0 |
2017-06-25 | time: introduce {get,put}_itimerspec64 | Deepa Dinamani | 1 | -0/+21 |
2017-06-25 | time: add get_timespec64 and put_timespec64 | Deepa Dinamani | 1 | -0/+44 |
2017-06-14 | time: Move compat_gettimeofday()/settimeofday() to native | Al Viro | 1 | -38/+0 |
2017-06-14 | time: Move compat_time()/stime() to native | Al Viro | 1 | -40/+0 |
2017-06-14 | posix-timers: Move compat_timer_create() to native, get rid of set_fs() | Al Viro | 1 | -18/+0 |
2017-06-14 | posix-timers: Move compat versions of clock_gettime/settime/getres | Al Viro | 1 | -51/+0 |
2017-06-14 | itimers: Move compat itimer syscalls to native ones | Al Viro | 1 | -53/+16 |
2017-06-14 | posix-timers: Take compat timer_gettime(2) to native one | Al Viro | 1 | -17/+0 |
2017-06-14 | posix-timers: Take compat timer_settime(2) to native one | Al Viro | 1 | -23/+0 |
2017-06-14 | ntp: Move adjtimex related compat syscalls to native counterparts | Al Viro | 1 | -89/+52 |
2017-06-14 | time/posix-timers: Move the compat copyouts to the nanosleep implementations | Al Viro | 1 | -131/+0 |
2017-06-14 | hrtimer_nanosleep(): Pass rmtp in restart_block | Al Viro | 1 | -3/+3 |
2017-06-09 | rt_sigtimedwait(): move compat to native | Al Viro | 1 | -32/+0 |
2017-06-09 | put_compat_rusage(): switch to copy_to_user() | Al Viro | 1 | -19/+21 |
2017-06-09 | sigpending(): move compat to native | Al Viro | 1 | -23/+0 |
2017-06-09 | getrlimit()/setrlimit(): move compat to native | Al Viro | 1 | -38/+0 |
2017-06-09 | times(2): move compat to native | Al Viro | 1 | -24/+0 |
2017-06-09 | compat_{get,put}_bitmap(): use unsafe_{get,put}_user() | Al Viro | 1 | -53/+28 |
2017-05-27 | take compat_sys_old_getrlimit() to native syscall | Al Viro | 1 | -29/+0 |
2017-05-21 | move compat wait4 and waitid next to native variants | Al Viro | 1 | -66/+0 |
2017-04-14 | time: Change k_clock nsleep() to use timespec64 | Deepa Dinamani | 1 | -2/+4 |
2017-04-14 | time: Delete do_sys_setimeofday() | Deepa Dinamani | 1 | -2/+2 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-11-16 | posix-timers: Make them configurable | Nicolas Pitre | 1 | -0/+8 |
2015-06-04 | compat: cleanup coding in compat_get_bitmap() and compat_put_bitmap() | Helge Deller | 1 | -2/+4 |
2015-02-12 | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 1 | -3/+2 |
2014-09-06 | compat: nanosleep: Clarify error handling | Thomas Gleixner | 1 | -3/+21 |
2014-06-04 | kernel/compat.c: use sizeof() instead of sizeof | Fabian Frederick | 1 | -4/+4 |
2014-04-02 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -56/+56 |