1. a07b200 vfs: syscall: Add open_tree(2) to reference or clone a mount by Al Viro · 6 years ago
  2. a9dce66 Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  3. 38e7571 Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  4. 3eb39f4 signal: add pidfd_send_signal() syscall by Christian Brauner · 6 years ago
  5. edafcce io_uring: add support for pre-mapped user IO buffers by Jens Axboe · 6 years ago
  6. 2b188cc Add io_uring IO interface by Jens Axboe · 6 years ago
  7. 48166e6 y2038: add 64-bit time_t syscalls to all 32-bit architectures by Arnd Bergmann · 6 years ago
  8. d33c577 y2038: rename old time and utime syscalls by Arnd Bergmann · 6 years ago
  9. 00bf25d y2038: use time32 syscall names on 32-bit by Arnd Bergmann · 6 years ago
  10. 8dabe72 y2038: syscalls: rename y2038 compat syscalls by Arnd Bergmann · 6 years ago
  11. 0d6040d arch: add split IPC system calls where needed by Arnd Bergmann · 6 years ago
  12. 05c17ce x86: Wire up restartable sequence system call by Mathieu Desnoyers · 7 years ago
  13. 7a074e9 aio: implement io_pgetevents by Christoph Hellwig · 7 years ago
  14. d5a0052 syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys_*() by Dominik Brodowski · 7 years ago
  15. 5ac9efa syscalls/core, syscalls/x86: Clean up compat syscall stub naming convention by Dominik Brodowski · 7 years ago
  16. e145242e syscalls/core, syscalls/x86: Clean up syscall stub naming convention by Dominik Brodowski · 7 years ago
  17. ebeb8c8 syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION and x32 by Dominik Brodowski · 7 years ago
  18. ab0d1e8 fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() by Dominik Brodowski · 7 years ago
  19. b51d3cd x86: remove compat_sys_x86_waitpid() by Dominik Brodowski · 7 years ago
  20. af52201 x86/entry: Do not special-case clone(2) in compat entry by Dominik Brodowski · 7 years ago
  21. 4ddb45d x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscalls by Dominik Brodowski · 7 years ago
  22. b411991 x86/syscalls/32: Simplify $entry == $compat entries by Dominik Brodowski · 7 years ago
  23. 204f144 Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  24. 2611dc1 Remove compat_sys_getdents64() by Al Viro · 8 years ago
  25. 79170fd x86/syscalls/32: Wire up arch_prctl on x86-32 by Kyle Huey · 8 years ago
  26. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  27. eac0ca7 x86, pkeys: remove cruft from never-merged syscalls by Dave Hansen · 8 years ago
  28. f9afc61 x86: Wire up protection keys system calls by Dave Hansen · 8 years ago
  29. f7d6656 x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspace by David Howells · 8 years ago
  30. 9a7a076 x86: Use compat version for preadv2 and pwritev2 by Dmitry V. Levin · 9 years ago
  31. 4babf2c x86: wire up preadv2 and pwritev2 by Christoph Hellwig · 9 years ago
  32. cb4c4e8 x86: add sys_copy_file_range to syscall tables by Zach Brown · 9 years ago
  33. a8ca5d0 mm: mlock: add new mlock system call by Eric B Munson · 9 years ago
  34. 8169aff x86/entry/64/compat: Set up full pt_regs for all compat syscalls by Andy Lutomirski · 9 years ago
  35. 5b25b13 sys_membarrier(): system-wide memory barrier (generic, x86) by Mathieu Desnoyers · 9 years ago
  36. 1380fca userfaultfd: activate syscall by Andrea Arcangeli · 9 years ago
  37. 9dea5dc x86/entry/syscalls: Wire up 32-bit direct socket calls by Andy Lutomirski · 9 years ago
  38. 1f57d5d x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/syscalls/ by Ingo Molnar · 10 years ago[Renamed from arch/x86/syscalls/syscall_32.tbl]
  39. 7e8e385 x86/compat: Remove sys32_vm86_warning by Brian Gerst · 10 years ago
  40. 27d6ec7 x86: hook up execveat system call by David Drysdale · 10 years ago
  41. 749730c bpf: enable bpf syscall on x64 and i386 by Alexei Starovoitov · 10 years ago
  42. 9183df2 shm: add memfd_create() syscall by David Herrmann · 10 years ago
  43. f4f142e Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 10 years ago
  44. c6e9d6f random: introduce getrandom(2) system call by Theodore Ts'o · 10 years ago
  45. 48dc92b seccomp: add "seccomp" syscall by Kees Cook · 11 years ago
  46. ab0a935 i386: Wire up the renameat2() syscall by Miklos Szeredi · 11 years ago
  47. d50dde5 sched: Add new scheduler syscalls to support an extended scheduling parameters ABI by Dario Faggioli · 11 years ago
  48. 91c2e0b unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  49. 07b0534 x86: sys32_kill and sys32_mprotect are pointless by Al Viro · 12 years ago
  50. 56e41d3 merge compat sys_ipc instances by Al Viro · 12 years ago
  51. d5dc77b consolidate compat lookup_dcookie() by Al Viro · 12 years ago
  52. 19f4fc3 convert sendfile{,64} to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  53. 3f6d078 fix compat truncate/ftruncate by Al Viro · 12 years ago
  54. 561c673 switch lseek to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  55. 5b3eb3a x86: switch to generic old sigaction by Al Viro · 12 years ago
  56. 29fd448 x86: switch to generic compat rt_sigaction() by Al Viro · 12 years ago
  57. d7c43e4 x86: switch to generic compat sched_rr_get_interval() by Al Viro · 12 years ago
  58. 15ce1f7 x86,um: switch to generic old sigsuspend() by Al Viro · 12 years ago
  59. 7b83d1a x86: switch to generic compat rt_sigqueueinfo() by Al Viro · 12 years ago
  60. f45adb0 x86: switch to generic compat rt_sigpending() by Al Viro · 12 years ago
  61. 49cb25e x86: get rid of pt_regs argument in vm86/vm86old by Al Viro · 12 years ago
  62. 3fe26fa x86: get rid of pt_regs argument in sigreturn variants by Al Viro · 12 years ago
  63. b3af11a x86: get rid of pt_regs argument of iopl(2) by Al Viro · 12 years ago
  64. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  65. 9026843 generic compat_sys_sigaltstack() by Al Viro · 12 years ago
  66. 6bf9adf introduce generic sys_sigaltstack(), switch x86 and um to it by Al Viro · 12 years ago
  67. 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
  68. 34e1169 module: add syscall to load module from fd by Kees Cook · 12 years ago
  69. 1d4b4b2 x86, um: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  70. 6783eaa2 x86, um/x86: switch to generic sys_execve and kernel_execve by Al Viro · 12 years ago
  71. d97b46a syscalls, x86: add __NR_kcmp syscall by Cyrill Gorcunov · 13 years ago
  72. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  73. 13354dc x86-32: Fix typo for mq_getsetattr in syscall table by Thierry Reding · 13 years ago
  74. 2c73ce7 x86-64, ia32: Drop sys32_rt_sigprocmask by H. Peter Anvin · 13 years ago
  75. d181764 x86: Machine-readable syscall tables and scripts to process them by H. Peter Anvin · 13 years ago