- a7a08b2 arch: remove compat_alloc_user_space by Arnd Bergmann · 3 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 41cd780 uaccess: Selectively open read or write user access by Christophe Leroy · 4 years, 9 months ago
- 412c53a y2038: remove unused time32 interfaces by Arnd Bergmann · 4 years, 10 months ago
- c1745f8 y2038: itimer: compat handling to itimer.c by Arnd Bergmann · 5 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- 89963ad kernel/compat.c: mark expected switch fall-throughs by Stephen Rothwell · 6 years ago
- 4d5f007 time: make adjtime compat handling available for 32 bit by Arnd Bergmann · 6 years ago
- 594cc25 make 'user_access_begin()' do 'access_ok()' by Linus Torvalds · 6 years ago
- 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
- 9afc5ee y2038: globally rename compat_time to old_time32 by Arnd Bergmann · 6 years ago
- afef05c time: Enable get/put_compat_itimerspec64 always by Deepa Dinamani · 7 years ago
- 0bbcce5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 0a0b987 compat: fix 4-byte infoleak via uninitialized struct field by Jann Horn · 7 years ago
- 1c68adf compat: Enable compat_get/put_timespec64 always by Deepa Dinamani · 7 years ago
- 7addf44 mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c by Dominik Brodowski · 7 years ago
- b6e9b0b mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c by Dominik Brodowski · 7 years ago
- fde9fc7 signals: Move put_compat_sigset to compat.h to silence hardened usercopy by Matt Redfearn · 7 years ago
- 4de373a cpumask: make cpumask_size() return "unsigned int" by Alexey Dobriyan · 7 years ago
- abca5fc sched_rr_get_interval(): move compat to native, get rid of set_fs() by Al Viro · 7 years ago
- 3968cf6 get_compat_sigset() by Al Viro · 7 years ago
- b8e8e1a get rid of {get,put}_compat_itimerspec() by Al Viro · 7 years ago
- f454322 signal: replace sigset_to_compat() with put_compat_sigset() by Dmitry V. Levin · 7 years ago
- 44ee454 semtimedop(): move compat to native by Al Viro · 7 years ago
- c856863 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- ea3b25e Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 4be9513 Merge branch 'work.sys_wait' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- d5b7ffb time: introduce {get,put}_itimerspec64 by Deepa Dinamani · 8 years ago
- f59dd9c time: add get_timespec64 and put_timespec64 by Deepa Dinamani · 8 years ago
- 2b2d028 time: Move compat_gettimeofday()/settimeofday() to native by Al Viro · 8 years ago
- b180db2 time: Move compat_time()/stime() to native by Al Viro · 8 years ago
- 2482097 posix-timers: Move compat_timer_create() to native, get rid of set_fs() by Al Viro · 8 years ago
- d822cdc posix-timers: Move compat versions of clock_gettime/settime/getres by Al Viro · 8 years ago
- 54ad9c4 itimers: Move compat itimer syscalls to native ones by Al Viro · 8 years ago
- b0dc124 posix-timers: Take compat timer_gettime(2) to native one by Al Viro · 8 years ago
- 1acbe77 posix-timers: Take compat timer_settime(2) to native one by Al Viro · 8 years ago
- 3a4d44b ntp: Move adjtimex related compat syscalls to native counterparts by Al Viro · 8 years ago
- edbeda4 time/posix-timers: Move the compat copyouts to the nanosleep implementations by Al Viro · 8 years ago
- 192a82f hrtimer_nanosleep(): Pass rmtp in restart_block by Al Viro · 8 years ago
- 1b3c872 rt_sigtimedwait(): move compat to native by Al Viro · 8 years ago
- 7668b67 put_compat_rusage(): switch to copy_to_user() by Al Viro · 8 years ago
- 8f13621 sigpending(): move compat to native by Al Viro · 8 years ago
- d9e968c getrlimit()/setrlimit(): move compat to native by Al Viro · 8 years ago
- ca2406e times(2): move compat to native by Al Viro · 8 years ago
- 1e1fc13 compat_{get,put}_bitmap(): use unsafe_{get,put}_user() by Al Viro · 8 years ago
- 613763a take compat_sys_old_getrlimit() to native syscall by Al Viro · 8 years ago
- 7e95a22 move compat wait4 and waitid next to native variants by Al Viro · 8 years ago
- ad19638 time: Change k_clock nsleep() to use timespec64 by Deepa Dinamani · 8 years ago
- 2ac00f1 time: Delete do_sys_setimeofday() by Deepa Dinamani · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- baa73d9 posix-timers: Make them configurable by Nicolas Pitre · 8 years ago
- 9b7b819 compat: cleanup coding in compat_get_bitmap() and compat_put_bitmap() by Helge Deller · 10 years ago
- f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
- 849151d compat: nanosleep: Clarify error handling by Thomas Gleixner · 10 years ago
- 6516a46 kernel/compat.c: use sizeof() instead of sizeof by Fabian Frederick · 11 years ago
- 7125764 Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 2f2728f mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 11 years ago
- 62a6fa9 kernel/compat: convert to COMPAT_SYSCALL_DEFINE by Heiko Carstens · 11 years ago
- dce44e0 compat: Fix sparse address space warnings by H. Peter Anvin · 11 years ago
- 81993e8 compat: Get rid of (get|put)_compat_time(val|spec) by H. Peter Anvin · 11 years ago
- 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 1a0df59 kernel/compat.c: make do_sysinfo() static by Stephen Rothwell · 12 years ago
- 8d2d5c4 switch getrusage() to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
- 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- bffea77 compat: return -EFAULT on error in waitid() by Dan Carpenter · 12 years ago
- 6883da8 switch compat_sys_sched_rr_get_interval to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
- 9aae8fc switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
- 5cf2210 switch compat_sys_sigprocmask to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
- 28d27f2 switch compat_sys_rt_sigtimedwait to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
- 322a56c generic compat_sys_rt_sigprocmask() by Al Viro · 12 years ago
- ad4b65a consolidate rt_sigsuspend() by Al Viro · 12 years ago
- 3778407 switch compat_sys_[gs]etitimer(2) to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
- b2ddedc x32: fix sigtimedwait by Al Viro · 12 years ago
- a566c28 x32: fix waitid() by Al Viro · 12 years ago
- 8d9807b switch compat_sys_wait4() and compat_sys_waitid() to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
- 0ad50c3 compat: generic compat_sys_sched_rr_get_interval() implementation by Catalin Marinas · 12 years ago
- 68f3f16 new helper: sigsuspend() by Al Viro · 13 years ago
- b7dafa0 compat: Fix RT signal mask corruption via sigprocmask by Jan Kiszka · 13 years ago
- 6684ba2 compat: Add helper functions to read/write struct timeval, timespec by H. Peter Anvin · 13 years ago
- 6e5fdee kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure by Paul Gortmaker · 14 years ago
- 664a41b Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 13 years ago
- 2330fb8 [media] v4l2-compat-ioctl32: add VIDIOC_DQEVENT support by Hans Verkuil · 14 years ago
- c1095c6 signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked() by Oleg Nesterov · 13 years ago
- 1dda606 KVM: Add compat ioctl for KVM_SET_SIGNAL_MASK by Alexander Graf · 14 years ago
- 0798b1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 14 years ago
- be84cb4 compat: fixes to allow working with tile arch by Chris Metcalf · 14 years ago
- 943df14 signal: introduce do_sigtimedwait() to factor out compat/native code by Oleg Nesterov · 14 years ago
- fe0faa0 signal: sys_rt_sigtimedwait: simplify the timeout logic by Oleg Nesterov · 14 years ago
- f1f1d5e posix-timers: Introduce a syscall for clock tuning. by Richard Cochran · 14 years ago
- 65f5d80 time: Splitout compat timex accessors by Richard Cochran · 14 years ago
- c41d68a compat: Make compat_alloc_user_space() incorporate the access_ok() by H. Peter Anvin · 14 years ago
- b951834 rlimits: switch more rlimit syscalls to do_prlimit by Jiri Slaby · 15 years ago
- fa9dc26 cpumask: fix compat getaffinity by KOSAKI Motohiro · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 62ab450 signals: implement sys_rt_tgsigqueueinfo by Thomas Gleixner · 16 years ago
- e3d5a27 Allow times and time system calls to return small negative values by Paul Mackerras · 16 years ago
- a45185d cpumask: convert kernel/compat.c by Rusty Russell · 16 years ago
- c465a76 Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus by Thomas Gleixner · 16 years ago
- b418da1 compat: generic compat get/settimeofday by Christoph Hellwig · 16 years ago
- f06febc timers: fix itimer/many thread hang by Frank Mayhar · 16 years ago