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