1. 83fa805 Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  2. 22b17db Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  3. 6aee4ba Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  4. fddb5d4 open: introduce openat2(2) syscall by Aleksa Sarai · 5 years ago
  5. 9a2cef0 arch: wire up pidfd_getfd syscall by Sargun Dhillon · 5 years ago
  6. 74f1a29 Revert "fs: remove ksys_dup()" by Dominik Brodowski · 5 years ago
  7. 4f9fbd8 y2038: rename itimerval to __kernel_old_itimerval by Arnd Bergmann · 5 years ago
  8. 8243186 fs: remove ksys_dup() by Dominik Brodowski · 6 years ago
  9. cccaa5e init: use do_mount() instead of ksys_mount() by Dominik Brodowski · 6 years ago
  10. 5e0fb1b y2038: time: avoid timespec usage in settimeofday() by Arnd Bergmann · 6 years ago
  11. 75d319c y2038: syscalls: change remaining timeval to __kernel_old_timeval by Arnd Bergmann · 5 years ago
  12. 2a78599 y2038: uapi: change __kernel_time_t to __kernel_old_time_t by Arnd Bergmann · 5 years ago
  13. fb377eb ipc: fix sparc64 ipc() wrapper by Arnd Bergmann · 5 years ago
  14. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  15. 8f6ccf6 Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  16. 5450e8a Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  17. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  18. 3348884 constify ksys_mount() string arguments by Al Viro · 6 years ago
  19. 32fcb42 pid: add pidfd_open() by Christian Brauner · 6 years ago
  20. 7f192e3 fork: add clone3 by Christian Brauner · 6 years ago
  21. 52a6e82 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 365 by Thomas Gleixner · 6 years ago
  22. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  23. cf3cba4 vfs: syscall: Add fspick() to select a superblock for reconfiguration by David Howells · 6 years ago
  24. 93766fb vfs: syscall: Add fsmount() to create a mount for a superblock by David Howells · 6 years ago
  25. ecdab150 vfs: syscall: Add fsconfig() for configuring and managing a context by David Howells · 6 years ago
  26. 24dcb3d vfs: syscall: Add fsopen() to prepare for superblock creation by David Howells · 6 years ago
  27. 2db154b vfs: syscall: Add move_mount(2) to move mounts around by David Howells · 6 years ago
  28. a07b200 vfs: syscall: Add open_tree(2) to reference or clone a mount by Al Viro · 6 years ago
  29. 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
  30. 38e7571 Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  31. 3eb39f4 signal: add pidfd_send_signal() syscall by Christian Brauner · 6 years ago
  32. edafcce io_uring: add support for pre-mapped user IO buffers by Jens Axboe · 6 years ago
  33. 2b188cc Add io_uring IO interface by Jens Axboe · 6 years ago
  34. 8dabe72 y2038: syscalls: rename y2038 compat syscalls by Arnd Bergmann · 6 years ago
  35. 3876ced timex: change syscalls to use struct __kernel_timex by Deepa Dinamani · 7 years ago
  36. 50b93f3 time: fix sys_timer_settime prototype by Arnd Bergmann · 6 years ago
  37. 275f221 ipc: rename old-style shmctl/semctl/msgctl syscalls by Arnd Bergmann · 6 years ago
  38. 58fa4a4 ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390 by Arnd Bergmann · 6 years ago
  39. d9a7fa6 Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  40. df8522a y2038: signal: Add sys_rt_sigtimedwait_time32 by Arnd Bergmann · 7 years ago
  41. e11d428 y2038: socket: Add compat_sys_recvmmsg_time64 by Arnd Bergmann · 7 years ago
  42. a5662e4 seccomp: switch system call argument type to void * by Tycho Andersen · 6 years ago
  43. bec2f7c y2038: futex: Add support for __kernel_timespec by Arnd Bergmann · 7 years ago
  44. 7a35397 io_pgetevents: use __kernel_timespec by Deepa Dinamani · 6 years ago
  45. e024707 pselect6: use __kernel_timespec by Deepa Dinamani · 6 years ago
  46. 8bd27a3 ppoll: use __kernel_timespec by Deepa Dinamani · 6 years ago
  47. 49c39f8 y2038: signal: Change rt_sigtimedwait to use __kernel_timespec by Arnd Bergmann · 7 years ago
  48. c2e6c85 y2038: socket: Change recvmmsg to use __kernel_timespec by Arnd Bergmann · 7 years ago
  49. 474b9c7 y2038: sched: Change sched_rr_get_interval to use __kernel_timespec by Arnd Bergmann · 7 years ago
  50. 185cfaf y2038: Compile utimes()/futimesat() conditionally by Arnd Bergmann · 7 years ago
  51. a4f7a30 y2038: Change sys_utimensat() to use __kernel_timespec by Arnd Bergmann · 7 years ago
  52. 9afc5ee y2038: globally rename compat_time to old_time32 by Arnd Bergmann · 6 years ago
  53. 1202f4f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  54. 1e45e9a Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  55. 165ea0d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  56. 9ba546c aio: don't expose __aio_sigset in uapi by Christoph Hellwig · 6 years ago
  57. c6bb111 Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 6 years ago
  58. bf1c77b kernel: add ksys_personality() by Mark Rutland · 6 years ago
  59. bee2003 disable -Wattribute-alias warning for SYSCALL_DEFINEx() by Arnd Bergmann · 7 years ago
  60. 6ff8473 time: Change types to new y2038 safe __kernel_itimerspec by Deepa Dinamani · 7 years ago
  61. d7822b1 rseq: Introduce restartable sequences system call by Mathieu Desnoyers · 7 years ago
  62. ba252f16 Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  63. 0bbcce5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  64. 7a074e9 aio: implement io_pgetevents by Christoph Hellwig · 7 years ago
  65. 21fc538 y2038: ipc: Use __kernel_timespec by Arnd Bergmann · 7 years ago
  66. 0190997 time: Change nanosleep to safe __kernel_* types by Deepa Dinamani · 7 years ago
  67. 6d5b841 time: Change types to new y2038 safe __kernel_* types by Deepa Dinamani · 7 years ago
  68. e145242e syscalls/core, syscalls/x86: Clean up syscall stub naming convention by Dominik Brodowski · 7 years ago
  69. fa69714 syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bit syscalls by Dominik Brodowski · 7 years ago
  70. 1bd21c6 syscalls/core: Introduce CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y by Dominik Brodowski · 7 years ago
  71. c9a2119 bpf: whitelist all syscalls for error injection by Howard McLauchlan · 7 years ago
  72. 3c1c456 syscalls: sort syscall prototypes in include/linux/syscalls.h by Dominik Brodowski · 7 years ago
  73. 1bec510 kexec: move sys_kexec_load() prototype to syscalls.h by Dominik Brodowski · 7 years ago
  74. c7b95d5 mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead() by Dominik Brodowski · 7 years ago
  75. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
  76. 9d5b7c9 mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64() by Dominik Brodowski · 7 years ago
  77. edf292c fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate() by Dominik Brodowski · 7 years ago
  78. 36028d5 fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls by Dominik Brodowski · 7 years ago
  79. df260e2 fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate() by Dominik Brodowski · 7 years ago
  80. 806cbae fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  81. e2aaa9f kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid() by Dominik Brodowski · 7 years ago
  82. 9b32105 kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare() by Dominik Brodowski · 7 years ago
  83. 70f68ee fs: add ksys_sync() helper; remove in-kernel calls to sys_sync() by Dominik Brodowski · 7 years ago
  84. 3ce4a7b fs: add ksys_read() helper; remove in-kernel calls to sys_read() by Dominik Brodowski · 7 years ago
  85. 76847e4 fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek() by Dominik Brodowski · 7 years ago
  86. cbb60b9 fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl() by Dominik Brodowski · 7 years ago
  87. 454dab3 fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64() by Dominik Brodowski · 7 years ago
  88. bae217e fs: add ksys_open() wrapper; remove in-kernel calls to sys_open() by Dominik Brodowski · 7 years ago
  89. 2ca2a09d6 fs: add ksys_close() wrapper; remove in-kernel calls to sys_close() by Dominik Brodowski · 7 years ago
  90. 411d947 fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() by Dominik Brodowski · 7 years ago
  91. 55731b3 fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers by Dominik Brodowski · 7 years ago
  92. cbfe20f fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  93. 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
  94. 46ea89e fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  95. 87c4e19 fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  96. b724e84 fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  97. 0101db7 fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  98. f459dffa fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir() by Dominik Brodowski · 7 years ago
  99. 0f32ab8 fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink() by Dominik Brodowski · 7 years ago
  100. 447016e fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir() by Dominik Brodowski · 7 years ago