1. ecb8ac8 mm/madvise: introduce process_madvise() syscall: an external memory hinting API by Minchan Kim · 4 years, 3 months ago
  2. 96685f8 Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 3 months ago
  3. 22230cd Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  4. 85ed13e Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  5. c3973b4 mm: remove compat_process_vm_{readv,writev} by Christoph Hellwig · 4 years, 4 months ago
  6. 598b3ce fs: remove compat_sys_vmsplice by Christoph Hellwig · 4 years, 4 months ago
  7. 5f764d6 fs: remove the compat readv/writev syscalls by Christoph Hellwig · 4 years, 4 months ago
  8. 028abd9 fs: remove compat_sys_mount by Christoph Hellwig · 4 years, 4 months ago
  9. e47168f powerpc/8xx: Support 16k hugepages with 4k pages by Christophe Leroy · 4 years, 5 months ago
  10. 74f1082 arm64: mte: Add specific SIGSEGV codes by Vincenzo Frascino · 5 years ago
  11. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
  12. 55db9c0 net: remove compat_sys_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
  13. 9b4feb6 arch: wire-up close_range() by Christian Brauner · 6 years ago
  14. c8ffd8b vfs: add faccessat2 syscall by Miklos Szeredi · 4 years, 8 months ago
  15. c766d14 y2038: hide timeval/timespec/itimerval/itimerspec types by Arnd Bergmann · 5 years ago
  16. 83fa805 Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  17. 6aee4ba Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  18. fddb5d4 open: introduce openat2(2) syscall by Aleksa Sarai · 5 years ago
  19. d41938d mm: Reserve asm-generic prot flags 0x10 and 0x20 for arch use by Dave Martin · 5 years ago
  20. 9a2cef0 arch: wire up pidfd_getfd syscall by Sargun Dhillon · 5 years ago
  21. 0fb9dc2 arch: sembuf.h: make uapi asm/sembuf.h self-contained by Masahiro Yamada · 5 years ago
  22. 9ef0e00 arch: msgbuf.h: make uapi asm/msgbuf.h self-contained by Masahiro Yamada · 5 years ago
  23. 5b00967 arch: ipcbuf.h: make uapi asm/ipcbuf.h self-contained by Masahiro Yamada · 5 years ago
  24. caf5e32 y2038: ipc: remove __kernel_time_t reference from headers by Arnd Bergmann · 5 years ago
  25. 94c467d y2038: add __kernel_old_timespec and __kernel_old_time_t by Arnd Bergmann · 5 years ago
  26. 1a4e58c mm: introduce MADV_PAGEOUT by Minchan Kim · 5 years ago
  27. 9c276cc mm: introduce MADV_COLD by Minchan Kim · 5 years ago
  28. 78e0597 ipc: fix semtimedop for generic 32-bit architectures by Arnd Bergmann · 5 years ago
  29. 57a8ec3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  30. 8aa3c92 mm/mmap: move common defines to mman-common.h by Aneesh Kumar K.V · 6 years ago
  31. 22fcea6 mm: move MAP_SYNC to asm-generic/mman-common.h by Aneesh Kumar K.V · 6 years ago
  32. 0bf5f94 mm: fix the MAP_UNINITIALIZED flag by Christoph Hellwig · 6 years ago
  33. 05a70a8 unistd: protect clone3 via __ARCH_WANT_SYS_CLONE3 by Christian Brauner · 6 years ago
  34. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  35. 8f6ccf6 Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  36. 7615d9e arch: wire-up pidfd_open() by Christian Brauner · 6 years ago
  37. 99f3a06 bpf: net: Add SO_DETACH_REUSEPORT_BPF by Martin KaFai Lau · 6 years ago
  38. 8f3220a arch: wire-up clone3() syscall by Christian Brauner · 6 years ago
  39. d8076bd uapi: Wire up the mount API syscalls on non-x86 arches [ver #2] by David Howells · 6 years ago
  40. 0768e17 net: socket: implement 64-bit timestamps by Arnd Bergmann · 6 years ago
  41. 28d747f Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  42. 037fc33 kbuild: force all architectures except um to include mandatory-y by Masahiro Yamada · 6 years ago
  43. 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
  44. f3ca4c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  45. a623a7a y2038: fix socket.h header inclusion by Arnd Bergmann · 6 years ago
  46. 38e7571 Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  47. fa29f5b Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 6 years ago
  48. b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  49. 3eb39f4 signal: add pidfd_send_signal() syscall by Christian Brauner · 6 years ago
  50. edafcce io_uring: add support for pre-mapped user IO buffers by Jens Axboe · 6 years ago
  51. 2b188cc Add io_uring IO interface by Jens Axboe · 6 years ago
  52. c8ce48f asm-generic: Make time32 syscall numbers optional by Arnd Bergmann · 6 years ago
  53. 80d7da1 asm-generic: Drop getrlimit and setrlimit syscalls from default list by Yury Norov · 7 years ago
  54. 746c939 arch: move common mmap flags to linux/mman.h by Michael S. Tsirkin · 6 years ago
  55. 0d0216c compat ABI: use non-compat openat and open_by_handle_at variants by Yury Norov · 7 years ago
  56. 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  57. 76ce2a8 Rename include/{uapi => }/asm-generic/shmparam.h really by Masahiro Yamada · 6 years ago
  58. 48166e6 y2038: add 64-bit time_t syscalls to all 32-bit architectures by Arnd Bergmann · 6 years ago
  59. 00bf25d y2038: use time32 syscall names on 32-bit by Arnd Bergmann · 6 years ago
  60. 8dabe72 y2038: syscalls: rename y2038 compat syscalls by Arnd Bergmann · 6 years ago
  61. a9beb86 sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW by Deepa Dinamani · 6 years ago
  62. 45bdc66 socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes by Deepa Dinamani · 6 years ago
  63. 9718475 socket: Add SO_TIMESTAMPING_NEW by Deepa Dinamani · 6 years ago
  64. 887feae socket: Add SO_TIMESTAMP[NS]_NEW by Deepa Dinamani · 6 years ago
  65. 7f1bc6e sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD by Deepa Dinamani · 6 years ago
  66. 0d6040d arch: add split IPC system calls where needed by Arnd Bergmann · 6 years ago
  67. f5dd3d0 net: introduce SO_BINDTOIFINDEX sockopt by David Herrmann · 6 years ago
  68. 5694cec Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  69. bcb671c bpf: promote bpf_perf_event.h to mandatory UAPI header by Masahiro Yamada · 6 years ago
  70. b7d624a asm-generic: unistd.h: fixup broken macro include. by Guo Ren · 6 years ago
  71. 4e21565 asm-generic: add kexec_file_load system call to unistd.h by AKASHI Takahiro · 6 years ago
  72. 5bd4af3 Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  73. 4dcb923 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  74. ba9f6f8 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  75. 4e1a606 Merge 4.19-rc7 into tty-next by Greg Kroah-Hartman · 6 years ago
  76. 20916d4 mm/hugetlb: add mmap() encodings for 32MB and 512MB page sizes by Anshuman Khandual · 6 years ago
  77. f283801 signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE by Eric W. Biederman · 7 years ago
  78. 018303a signal/sparc: Move EMT_TAGOVF into the generic siginfo.h by Eric W. Biederman · 7 years ago
  79. ad8c0ea tty/serial_core: add ISO7816 infrastructure by Nicolas Ferre · 6 years ago
  80. bf4b6a7 y2038: Remove stat64 family from default syscall set by Arnd Bergmann · 7 years ago
  81. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  82. db7a2d1 asm-generic: unistd.h: Wire up sys_rseq by Will Deacon · 7 years ago
  83. 80b14de net: Add a new socket option for a future transmit time. by Richard Cochran · 7 years ago
  84. 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
  85. 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
  86. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  87. 7a074e9 aio: implement io_pgetevents by Christoph Hellwig · 7 years ago
  88. db78e6a signal: Add TRAP_UNK si_code for undiagnosted trap exceptions by Eric W. Biederman · 7 years ago
  89. f991f01 y2038: asm-generic: Extend sysvipc data structures by Arnd Bergmann · 10 years ago
  90. acf8870 time: Add new y2038 safe __kernel_timespec by Deepa Dinamani · 7 years ago
  91. 681857e Merge branch 'parisc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 7 years ago
  92. 4ed2863 fs, elf: drop MAP_FIXED usage from elf_map by Michal Hocko · 7 years ago
  93. a4ff8e8 mm: introduce MAP_FIXED_NOREPLACE by Michal Hocko · 7 years ago
  94. 75abf64 parisc/signal: Add FPE_CONDTRAP for conditional trap handling by Helge Deller · 7 years ago
  95. d66db9f Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  96. 23221d9 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  97. 4608f06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 7 years ago
  98. f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
  99. 8420f71 signal: Correct the offset of si_pkey and si_lower in struct siginfo on m68k by Eric W. Biederman · 7 years ago
  100. a0673fd asm-generic: clean up asm/unistd.h by Arnd Bergmann · 7 years ago