1. 202bf8d compat: provide compat_ptr() on all architectures by Arnd Bergmann · 5 years ago
  2. ceb3074 Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  3. ba31c1a4 futex: Move futex exit handling into futex code by Thomas Gleixner · 5 years ago
  4. c1745f8 y2038: itimer: compat handling to itimer.c by Arnd Bergmann · 5 years ago
  5. 693737b y2038: make ns_to_compat_timeval use __kernel_old_timeval by Arnd Bergmann · 7 years ago
  6. b772434 signal: simplify set_user_sigmask/restore_user_sigmask by Oleg Nesterov · 5 years ago
  7. 8dabe72 y2038: syscalls: rename y2038 compat syscalls by Arnd Bergmann · 6 years ago
  8. 4d5f007 time: make adjtime compat handling available for 32 bit by Arnd Bergmann · 6 years ago
  9. 2367c4b y2038: signal: Add compat_sys_rt_sigtimedwait_time64 by Arnd Bergmann · 7 years ago
  10. e11d428 y2038: socket: Add compat_sys_recvmmsg_time64 by Arnd Bergmann · 7 years ago
  11. 7a35397 io_pgetevents: use __kernel_timespec by Deepa Dinamani · 6 years ago
  12. e024707 pselect6: use __kernel_timespec by Deepa Dinamani · 6 years ago
  13. 8bd27a3 ppoll: use __kernel_timespec by Deepa Dinamani · 6 years ago
  14. ded653c signal: Add set_user_sigmask() by Deepa Dinamani · 6 years ago
  15. 23a12dd Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix by Ingo Molnar · 6 years ago
  16. a846446 x86/compat: Adjust in_compat_syscall() to generic code under !COMPAT by Dmitry Safonov · 6 years ago
  17. 8997600 include/linux/compat.h: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  18. 4dcb923 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  19. ba9f6f8 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  20. ae7795b signal: Distinguish between kernel_siginfo and siginfo by Eric W. Biederman · 6 years ago
  21. 2283986 signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack by Will Deacon · 6 years ago
  22. 4faea23 y2038: utimes: Rework #ifdef guards for compat syscalls by Arnd Bergmann · 7 years ago
  23. fb37397 asm-generic: Move common compat types to asm-generic/compat.h by Arnd Bergmann · 7 years ago
  24. 9afc5ee y2038: globally rename compat_time to old_time32 by Arnd Bergmann · 6 years ago
  25. 1202f4f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  26. c6bb111 Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 6 years ago
  27. 9b54bf9 kernel: add kcompat_sys_{f,}statfs64() by Mark Rutland · 6 years ago
  28. bee2003 disable -Wattribute-alias warning for SYSCALL_DEFINEx() by Arnd Bergmann · 7 years ago
  29. afef05c time: Enable get/put_compat_itimerspec64 always by Deepa Dinamani · 7 years ago
  30. 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
  31. 7a074e9 aio: implement io_pgetevents by Christoph Hellwig · 7 years ago
  32. 1c68adf compat: Enable compat_get/put_timespec64 always by Deepa Dinamani · 7 years ago
  33. 0d55303 compat: Move compat_timespec/ timeval to compat_time.h by Deepa Dinamani · 7 years ago
  34. 2b5a9a3 time: Add an asm-generic/compat.h file by Arnd Bergmann · 7 years ago
  35. 5055c67 compat: Make compat helpers independent of CONFIG_COMPAT by Deepa Dinamani · 7 years ago
  36. 9fb71c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  37. 5ac9efa syscalls/core, syscalls/x86: Clean up compat syscall stub naming convention by Dominik Brodowski · 7 years ago
  38. d66db9f Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  39. 7303e30 syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscalls by Dominik Brodowski · 7 years ago
  40. 8420f71 signal: Correct the offset of si_pkey and si_lower in struct siginfo on m68k by Eric W. Biederman · 7 years ago
  41. c9a2119 bpf: whitelist all syscalls for error injection by Howard McLauchlan · 7 years ago
  42. 3e2052e syscalls/x86: auto-create compat_sys_*() prototypes by Dominik Brodowski · 7 years ago
  43. c679a08 syscalls: sort syscall prototypes in include/linux/compat.h by Dominik Brodowski · 7 years ago
  44. ab0d1e8 fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() by Dominik Brodowski · 7 years ago
  45. e675482 Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 7 years ago
  46. 859d880 signal: Correct the offset of si_pkey in struct siginfo by Eric W. Biederman · 7 years ago
  47. fde9fc7 signals: Move put_compat_sigset to compat.h to silence hardened usercopy by Matt Redfearn · 7 years ago
  48. 212a36a signal: Unify and correct copy_siginfo_from_user32 by Eric W. Biederman · 7 years ago
  49. b68a68d signal: Move addr_lsb into the _sigfault union for clarity by Eric W. Biederman · 7 years ago
  50. b713da6 signal: unify compat_siginfo_t by Al Viro · 7 years ago
  51. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  52. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  53. 3968cf6 get_compat_sigset() by Al Viro · 7 years ago
  54. b8e8e1a get rid of {get,put}_compat_itimerspec() by Al Viro · 7 years ago
  55. f454322 signal: replace sigset_to_compat() with put_compat_sigset() by Dmitry V. Levin · 7 years ago
  56. cc73fee Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  57. ddef7ed2 annotate RWF_... flags by Christoph Hellwig · 8 years ago
  58. 4f59c71 teach SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE to handle __bitwise arguments by Al Viro · 8 years ago
  59. 44ee454 semtimedop(): move compat to native by Al Viro · 7 years ago
  60. c856863 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  61. d5b7ffb time: introduce {get,put}_itimerspec64 by Deepa Dinamani · 8 years ago
  62. f59dd9c time: add get_timespec64 and put_timespec64 by Deepa Dinamani · 8 years ago
  63. 54ad9c4 itimers: Move compat itimer syscalls to native ones by Al Viro · 8 years ago
  64. 3a4d44b ntp: Move adjtimex related compat syscalls to native counterparts by Al Viro · 8 years ago
  65. 1e1fc13 compat_{get,put}_bitmap(): use unsafe_{get,put}_user() by Al Viro · 8 years ago
  66. 0302e28 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  67. 204f144 Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  68. 2611dc1 Remove compat_sys_getdents64() by Al Viro · 8 years ago
  69. f1c316a KEYS: add SP800-56A KDF support for DH by Stephan Mueller · 8 years ago
  70. 79170fd x86/syscalls/32: Wire up arch_prctl on x86-32 by Kyle Huey · 8 years ago
  71. 441398d sigaltstack: support SS_AUTODISARM for CONFIG_COMPAT by Stas Sergeev · 8 years ago
  72. cd19c36 fs/binfmt: Convert obsolete cputime type to nsecs by Frederic Weisbecker · 8 years ago
  73. 9dcfcda compat: remove compat_printk() by Arnd Bergmann · 8 years ago
  74. 5180e3e compat: add in_compat_syscall to ask whether we're in a compat syscall by Andy Lutomirski · 9 years ago
  75. f17d8b3 vfs: vfs: Define new syscalls preadv2,pwritev2 by Milosz Tanski · 9 years ago
  76. 8db1486 include, lib: add __printf attributes to several function prototypes by Nicolas Iooss · 9 years ago
  77. e9fb8b7 compat: Declare compat_sys_sigpending and compat_sys_sigprocmask prototypes by Catalin Marinas · 10 years ago
  78. 51f39a1 syscalls: implement execveat() system call by David Drysdale · 10 years ago
  79. 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
  80. f5b972e compat: include linux/unistd.h within linux/compat.h by Heiko Carstens · 11 years ago
  81. 2f2728f mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 11 years ago
  82. ca2c405 kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 11 years ago
  83. 3a49a0f net/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 11 years ago
  84. 8eee909 ipc/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 11 years ago
  85. 932602e fs/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 11 years ago
  86. 378a10f fs/compat: optional preadv64/pwrite64 compat system calls by Heiko Carstens · 11 years ago
  87. 291fdb0 ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_t by Heiko Carstens · 11 years ago
  88. 217f443 compat: add COMPAT_SYSCALL_DEFINE0 macro by Heiko Carstens · 11 years ago
  89. 0473c9b compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64 by Heiko Carstens · 11 years ago
  90. 81993e8 compat: Get rid of (get|put)_compat_time(val|spec) by H. Peter Anvin · 11 years ago
  91. efc518e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  92. e5fbf67 Typo in compat_sys_lseek() declaration by Stephan Springl · 11 years ago
  93. d8d14bd fs/compat: fix lookup_dcookie() parameter handling by Heiko Carstens · 11 years ago
  94. dfd948e fs/compat: fix parameter handling for compat readv/writev syscalls by Heiko Carstens · 11 years ago
  95. 5cbb3d21 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  96. 83460ec syscalls.h: use gcc alias instead of assembler aliases for syscalls by Andi Kleen · 11 years ago
  97. ce39596 constify copy_siginfo_to_user{,32}() by Al Viro · 11 years ago
  98. f9597f2 syscalls.h: add forward declarations for inplace syscall wrappers by Sergei Trofimovich · 11 years ago
  99. bd1c149a Introduce [compat_]save_altstack_ex() to unbreak x86 SMAP by Al Viro · 11 years ago
  100. 91c2e0b unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago