1. 0f32ab8 fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink() by Dominik Brodowski · 7 years ago
  2. 447016e fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir() by Dominik Brodowski · 7 years ago
  3. e7a3e8b fs: add ksys_write() helper; remove in-kernel calls to sys_write() by Dominik Brodowski · 7 years ago
  4. a16fe33 fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot() by Dominik Brodowski · 7 years ago
  5. c724832 fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}() by Dominik Brodowski · 7 years ago
  6. 3a18ef5 fs: add ksys_umount() helper; remove in-kernel call to sys_umount() by Dominik Brodowski · 7 years ago
  7. 312db1a fs: add ksys_mount() helper; remove in-kernel calls to sys_mount() by Dominik Brodowski · 7 years ago
  8. ab0d1e8 fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() by Dominik Brodowski · 7 years ago
  9. d53238c kernel: open-code sys_rt_sigpending() in sys_sigpending() by Dominik Brodowski · 7 years ago
  10. 819671ff syscalls: define and explain goal to not call syscalls in the kernel by Dominik Brodowski · 7 years ago
  11. bf29ed1 syscalls: Use CHECK_DATA_CORRUPTION for addr_limit_user_check by Thomas Garnier · 7 years ago
  12. 609320c perf/bpf: fix a clang compilation issue by Yonghong Song · 7 years ago
  13. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  14. 6c51e67 Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  15. ddef7ed2 annotate RWF_... flags by Christoph Hellwig · 8 years ago
  16. 4f59c71 teach SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE to handle __bitwise arguments by Al Viro · 8 years ago
  17. cf5f5ce bpf: add support for sys_enter_* and sys_exit_* tracepoints by Yonghong Song · 7 years ago
  18. 5ea0727 x86/syscalls: Check address limit on user-mode return by Thomas Garnier · 8 years ago
  19. 613763a take compat_sys_old_getrlimit() to native syscall by Al Viro · 8 years ago
  20. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  21. 7175790 generic syscalls: kill cruft from removed pkey syscalls by Dave Hansen · 8 years ago
  22. a60f7b6 generic syscalls: Wire up memory protection keys syscalls by Dave Hansen · 8 years ago
  23. 2eeed7e include/linux/syscalls.h: use pid_t instead of int by René Nyffenegger · 9 years ago
  24. f17d8b3 vfs: vfs: Define new syscalls preadv2,pwritev2 by Milosz Tanski · 9 years ago
  25. 2973293 vfs: add copy_file_range syscall and vfs helper by Zach Brown · 9 years ago
  26. fbc416f arm64: fix building without CONFIG_UID16 by Arnd Bergmann · 9 years ago
  27. a8ca5d0 mm: mlock: add new mlock system call by Eric B Munson · 9 years ago
  28. 5b25b13 sys_membarrier(): system-wide memory barrier (generic, x86) by Mathieu Desnoyers · 9 years ago
  29. 1380fca userfaultfd: activate syscall by Andrea Arcangeli · 9 years ago
  30. e382608 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  31. 3033f14a clone: support passing tls argument via C rather than pt_regs magic by Josh Triplett · 10 years ago
  32. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 10 years ago
  33. 54e45c1 syscalls: Declare sys_*stat64 prototypes if __ARCH_WANT_(COMPAT_)STAT64 by Catalin Marinas · 10 years ago
  34. 51f39a1 syscalls: implement execveat() system call by David Drysdale · 10 years ago
  35. 666547f separate kernel- and userland-side msghdr by Al Viro · 11 years ago
  36. 749730c bpf: enable bpf syscall on x64 and i386 by Alexei Starovoitov · 10 years ago
  37. f089568 kexec: new syscall kexec_file_load() declaration by Vivek Goyal · 10 years ago
  38. 9183df2 shm: add memfd_create() syscall by David Herrmann · 10 years ago
  39. f4f142e Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 10 years ago
  40. c6e9d6f random: introduce getrandom(2) system call by Theodore Ts'o · 11 years ago
  41. 48dc92b seccomp: add "seccomp" syscall by Kees Cook · 11 years ago
  42. 23c8902 mm: constify nmask argument to set_mempolicy() by Rasmus Villemoes · 11 years ago
  43. f7f28ca mm: constify nmask argument to mbind() by Rasmus Villemoes · 11 years ago
  44. 0a7418f Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  45. abb43f6 tracing: Fix anonymous unions in struct ftrace_event_call by Mathieu Desnoyers · 11 years ago
  46. 5fb6b95 include/linux/syscalls.h: add sys_renameat2() prototype by Heiko Carstens · 11 years ago
  47. e3a0cfd include/linux/syscalls.h: add sys32_quotactl() prototype by Rashika Kheria · 11 years ago
  48. ab4f8bb s390/compat: automatic zero, sign and pointer conversion of syscalls by Heiko Carstens · 11 years ago
  49. 6d35ab4 sched: Add 'flags' argument to sched_{set,get}attr() syscalls by Peter Zijlstra · 11 years ago
  50. d50dde5 sched: Add new scheduler syscalls to support an extended scheduling parameters ABI by Dario Faggioli · 11 years ago
  51. b29c830 Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  52. 83460ec syscalls.h: use gcc alias instead of assembler aliases for syscalls by Andi Kleen · 11 years ago
  53. d562aff tracing: Add support for SOFT_DISABLE to syscall events by Tom Zanussi · 11 years ago
  54. f306cc8 tracing: Update event filters for multibuffer by Tom Zanussi · 11 years ago
  55. f9597f2 syscalls.h: add forward declarations for inplace syscall wrappers by Sergei Trofimovich · 11 years ago
  56. dfa9771 microblaze: fix clone syscall by Michal Simek · 11 years ago
  57. 99e621f syscalls.h: slightly reduce the jungles of macros by Al Viro · 12 years ago
  58. e1fd1f4 get rid of union semop in sys_semctl(2) arguments by Al Viro · 12 years ago
  59. 2cf0966 make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect by Al Viro · 12 years ago
  60. 22d1a35 make HAVE_SYSCALL_WRAPPERS unconditional by Al Viro · 12 years ago
  61. e1b5bb6 consolidate cond_syscall and SYSCALL_ALIAS declarations by Al Viro · 12 years ago
  62. 4a0fd5b teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long by Al Viro · 12 years ago
  63. 07fe6e0 get rid of duplicate logics in __SC_....[1-6] definitions by Al Viro · 12 years ago
  64. d64008a burying unused conditionals by Al Viro · 12 years ago
  65. 0aa0203 take sys_rt_sigsuspend() prototype to linux/syscalls.h by Al Viro · 12 years ago
  66. 495dfbf generic sys_sigaction() and compat_sys_sigaction() by Al Viro · 12 years ago
  67. 574c486 consolidate kernel-side struct sigaction declarations by Al Viro · 12 years ago
  68. 0a0e8cd old sigsuspend variants in kernel/signal.c by Al Viro · 12 years ago
  69. eaca6ea sanitize rt_sigaction() situation a bit by Al Viro · 12 years ago
  70. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  71. 6bf9adf introduce generic sys_sigaltstack(), switch x86 and um to it by Al Viro · 12 years ago
  72. ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 12 years ago
  73. 7a684c4 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  74. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  75. 2f3238a module: add flags arg to sys_finit_module() by Rusty Russell · 12 years ago
  76. 34e1169 module: add syscall to load module from fd by Kees Cook · 12 years ago
  77. 24465a4 take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h by Al Viro · 12 years ago
  78. da3d4c5 get rid of pt_regs argument of do_execve() by Al Viro · 12 years ago
  79. 6b94631 consolidate sys_execve() prototype by Al Viro · 12 years ago
  80. a74fb73 infrastructure for saner ret_from_kernel_thread semantics by Al Viro · 12 years ago
  81. d97b46a syscalls, x86: add __NR_kcmp syscall by Cyrill Gorcunov · 13 years ago
  82. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  83. faf3090 sys_poll: fix incorrect type for 'timeout' parameter by Linus Torvalds · 13 years ago
  84. a218d0f switch open and mkdir syscalls to umode_t by Al Viro · 13 years ago
  85. 1bc9422 switch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_t by Al Viro · 13 years ago
  86. df0a428 switch mq_open() to umode_t by Al Viro · 13 years ago
  87. 49f0a07 switch sys_chmod()/sys_fchmod()/sys_fchmodat() to umode_t by Al Viro · 13 years ago
  88. 8208a22 switch sys_mknodat(2) to umode_t by Al Viro · 13 years ago
  89. fcf6340 Cross Memory Attach by Christopher Yeoh · 13 years ago
  90. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 13 years ago
  91. 14d74e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd by Linus Torvalds · 14 years ago
  92. 618e724 ns: Declare sys_setns in syscalls.h by Eric W. Biederman · 14 years ago
  93. 228e548 net: Add sendmmsg socket system call by Anton Blanchard · 14 years ago
  94. b7ed78f introduce sys_syncfs to sync a single file system by Sage Weil · 14 years ago
  95. 420c1c5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  96. a926021 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  97. becfd1f vfs: Add open by file handle support by Aneesh Kumar K.V · 14 years ago
  98. 990d6c2 vfs: Add name to file handle conversion support by Aneesh Kumar K.V · 14 years ago
  99. f4d5c02 tracing: Compile time initialization for event flags value by Lai Jiangshan · 14 years ago
  100. ba97697 tracing/syscalls: Don't add events for unmapped syscalls by Ian Munsie · 14 years ago