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