1. 6d94a6b sigaltstack: support SS_AUTODISARM for CONFIG_COMPAT by Stas Sergeev · 7 years ago
  2. 9dcfcda compat: remove compat_printk() by Arnd Bergmann · 8 years ago
  3. 5180e3e compat: add in_compat_syscall to ask whether we're in a compat syscall by Andy Lutomirski · 8 years ago
  4. f17d8b3 vfs: vfs: Define new syscalls preadv2,pwritev2 by Milosz Tanski · 8 years ago
  5. 8db1486 include, lib: add __printf attributes to several function prototypes by Nicolas Iooss · 9 years ago
  6. e9fb8b7 compat: Declare compat_sys_sigpending and compat_sys_sigprocmask prototypes by Catalin Marinas · 9 years ago
  7. 51f39a1 syscalls: implement execveat() system call by David Drysdale · 10 years ago
  8. 7125764 Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  9. f5b972e compat: include linux/unistd.h within linux/compat.h by Heiko Carstens · 10 years ago
  10. 2f2728f mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 10 years ago
  11. ca2c405 kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 10 years ago
  12. 3a49a0f net/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 10 years ago
  13. 8eee909 ipc/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 10 years ago
  14. 932602e fs/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 10 years ago
  15. 378a10f fs/compat: optional preadv64/pwrite64 compat system calls by Heiko Carstens · 10 years ago
  16. 291fdb0 ipc/compat_sys_msgrcv: change msgtyp type from long to compat_long_t by Heiko Carstens · 10 years ago
  17. 217f443 compat: add COMPAT_SYSCALL_DEFINE0 macro by Heiko Carstens · 10 years ago
  18. 0473c9b compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64 by Heiko Carstens · 10 years ago
  19. 81993e8 compat: Get rid of (get|put)_compat_time(val|spec) by H. Peter Anvin · 10 years ago
  20. efc518e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  21. e5fbf67 Typo in compat_sys_lseek() declaration by Stephan Springl · 10 years ago
  22. d8d14bd fs/compat: fix lookup_dcookie() parameter handling by Heiko Carstens · 10 years ago
  23. dfd948e fs/compat: fix parameter handling for compat readv/writev syscalls by Heiko Carstens · 10 years ago
  24. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  25. 83460ec syscalls.h: use gcc alias instead of assembler aliases for syscalls by Andi Kleen · 11 years ago
  26. ce39596 constify copy_siginfo_to_user{,32}() by Al Viro · 11 years ago
  27. f9597f2 syscalls.h: add forward declarations for inplace syscall wrappers by Sergei Trofimovich · 11 years ago
  28. bd1c149a Introduce [compat_]save_altstack_ex() to unbreak x86 SMAP by Al Viro · 11 years ago
  29. 91c2e0b unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  30. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  31. 2a14869 Fix breakage in MIPS siginfo handling by David Howells · 11 years ago
  32. 0e65a81 get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPC by Al Viro · 11 years ago
  33. 56e41d3 merge compat sys_ipc instances by Al Viro · 11 years ago
  34. d5dc77b consolidate compat lookup_dcookie() by Al Viro · 11 years ago
  35. 35280bd switch epoll_pwait to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  36. 19f4fc3 convert sendfile{,64} to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  37. 22d1a35 make HAVE_SYSCALL_WRAPPERS unconditional by Al Viro · 11 years ago
  38. 07fe6e0 get rid of duplicate logics in __SC_....[1-6] definitions by Al Viro · 11 years ago
  39. 3f6d078 fix compat truncate/ftruncate by Al Viro · 11 years ago
  40. 561c673 switch lseek to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  41. d64008a burying unused conditionals by Al Viro · 12 years ago
  42. f482e1b switch compat_sys_open* to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  43. 495dfbf generic sys_sigaction() and compat_sys_sigaction() by Al Viro · 11 years ago
  44. 08d32fe generic sys_compat_rt_sigaction() by Al Viro · 11 years ago
  45. 75907d4 generic compat_sys_rt_sigqueueinfo() by Al Viro · 11 years ago
  46. fe9c1db generic compat_sys_rt_sigpending() by Al Viro · 11 years ago
  47. 322a56c generic compat_sys_rt_sigprocmask() by Al Viro · 11 years ago
  48. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  49. c40702c new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to those by Al Viro · 12 years ago
  50. 9026843 generic compat_sys_sigaltstack() by Al Viro · 12 years ago
  51. 9b064fc new helper: compat_user_stack_pointer() by Al Viro · 12 years ago
  52. 4683661 COMPAT_SYSCALL_DEFINE: infrastructure by Al Viro · 12 years ago
  53. 0ad50c3 compat: generic compat_sys_sched_rr_get_interval() implementation by Catalin Marinas · 12 years ago
  54. d03d26e make compat_do_execve() static, lose pt_regs argument by Al Viro · 12 years ago
  55. 733deca Drop struct pt_regs * argument in compat_sys_execve() by Al Viro · 12 years ago
  56. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  57. 751f409 compat: move compat_siginfo_t definition to asm/compat.h by Denys Vlasenko · 12 years ago
  58. 8f9c011 compat: fs: Generic compat_sys_sendfile implementation by Catalin Marinas · 12 years ago
  59. 38b983b generic sys_execve() by Al Viro · 12 years ago
  60. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  61. 05ba3f1 ipc: compat: use signed size_t types for msgsnd and msgrcv by Will Deacon · 12 years ago
  62. b610c04 ipc: allow compat IPC version field parsing if !ARCH_WANT_OLD_COMPAT_IPC by Will Deacon · 12 years ago
  63. ac34ebb aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector() by Christopher Yeoh · 12 years ago
  64. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  65. 48b25c4 [PATCH v3] ipc: provide generic compat versions of IPC syscalls by Chris Metcalf · 12 years ago
  66. 3c761ea Fix autofs compile without CONFIG_COMPAT by Linus Torvalds · 12 years ago
  67. 6684ba2 compat: Add helper functions to read/write struct timeval, timespec by H. Peter Anvin · 12 years ago
  68. 45e8778 compat: Introduce COMPAT_USE_64BIT_TIME by H. J. Lu · 12 years ago
  69. a218d0f switch open and mkdir syscalls to umode_t by Al Viro · 13 years ago
  70. a67ba43 asm-generic/unistd.h: support new process_vm_{readv,write} syscalls by Chris Metcalf · 13 years ago
  71. fcf6340 Cross Memory Attach by Christopher Yeoh · 13 years ago
  72. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 13 years ago
  73. 49b2868 nfsd: Remove deprecated nfsctl system call and related code. by NeilBrown · 13 years ago
  74. 507c5f1 include/linux/compat.h: declare compat_sys_sendmmsg() by Chris Metcalf · 13 years ago
  75. 45e9683 compat: include aio_abi.h for aio_context_t by Stephen Rothwell · 13 years ago
  76. 4800a5b include/linux/compat.h: coding-style fixes by Chris Metcalf · 13 years ago
  77. be84cb4 compat: fixes to allow working with tile arch by Chris Metcalf · 13 years ago
  78. c41d68a compat: Make compat_alloc_user_space() incorporate the access_ok() by H. Peter Anvin · 14 years ago
  79. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  80. b837336 compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writev by Jeff Moyer · 14 years ago
  81. 5d0e528 Add generic sys_old_select() by Christoph Hellwig · 14 years ago
  82. 7a50a24 net/compat_ioctl: support SIOCWANDEV by Arnd Bergmann · 15 years ago
  83. b622d97a net: compat: No need to define IFHWADDRLEN and IFNAMSIZ twice. by David S. Miller · 15 years ago
  84. 2dceba1 compat: add struct compat_ifreq etc to compat.h by Arnd Bergmann · 15 years ago
  85. 62ab450 signals: implement sys_rt_tgsigqueueinfo by Thomas Gleixner · 15 years ago
  86. 601cc11 Make non-compat preadv/pwritev use native register size by Linus Torvalds · 15 years ago
  87. f3554f4 preadv/pwritev: Add preadv and pwritev system calls. by Gerd Hoffmann · 15 years ago
  88. 2b1c6bd generic compat_sys_ustat by Christoph Hellwig · 16 years ago
  89. 4c696ba [CVE-2009-0029] Move compat system call declarations to compat header file by Heiko Carstens · 15 years ago
  90. 96b8936 remove __ARCH_WANT_COMPAT_SYS_PTRACE by Christoph Hellwig · 16 years ago
  91. b418da1 compat: generic compat get/settimeofday by Christoph Hellwig · 16 years ago
  92. f7a5000 compat: move cp_compat_stat to common code by Christoph Hellwig · 16 years ago
  93. 153b5d0 ntp: support for TAI by Roman Zippel · 16 years ago
  94. 7d61c45 compat_sys_wait4() prototype misannotation by Al Viro · 16 years ago
  95. 0321155 fs: remove dead config CONFIG_HAS_COMPAT_EPOLL_EVENT symbol by Jiri Olsa · 16 years ago
  96. 4d672e7 timerfd: new timerfd API by Davide Libenzi · 16 years ago
  97. c269f19 x86: compat_sys_ptrace by Roland McGrath · 16 years ago
  98. 032d82d x86: compat_ptrace_request by Roland McGrath · 16 years ago
  99. c202f29 x86: clean up arch/x86/ia32/sys_ia32.c by Thomas Gleixner · 16 years ago
  100. 140ff8b Declare another couple of compat syscalls. by Stephen Rothwell · 17 years ago