1. 46ea89e fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  2. 87c4e19 fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  3. b724e84 fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  4. 0101db7 fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  5. f459dffa fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir() by Dominik Brodowski · 7 years ago
  6. 0f32ab8 fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink() by Dominik Brodowski · 7 years ago
  7. 447016e fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir() by Dominik Brodowski · 7 years ago
  8. e7a3e8b fs: add ksys_write() helper; remove in-kernel calls to sys_write() by Dominik Brodowski · 7 years ago
  9. a16fe33 fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot() by Dominik Brodowski · 7 years ago
  10. c724832 fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}() by Dominik Brodowski · 7 years ago
  11. 3a18ef5 fs: add ksys_umount() helper; remove in-kernel call to sys_umount() by Dominik Brodowski · 7 years ago
  12. 312db1a fs: add ksys_mount() helper; remove in-kernel calls to sys_mount() by Dominik Brodowski · 7 years ago
  13. ab0d1e8 fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() by Dominik Brodowski · 7 years ago
  14. cb0b476 fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  15. e1834a3 net: socket: move check for forbid_cmsg_compat to __sys_...msg() by Dominik Brodowski · 7 years ago
  16. cc36dca net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  17. 005a1ae net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  18. 6debc8d net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  19. b21c8f8 net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  20. 8882a10 net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  21. 25e290e net: socket: add __sys_listen() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  22. 1387c2c net: socket: add __sys_connect() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  23. a87d35d net: socket: add __sys_bind() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  24. 9d6a15c net: socket: add __sys_socket() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  25. 4541e80 net: socket: add __sys_accept4() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  26. 211b634 net: socket: add __sys_sendto() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  27. 7a09e1e net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  28. 2de0db9 mm: use do_futex() instead of sys_futex() in mm_release() by Dominik Brodowski · 7 years ago
  29. d53238c kernel: open-code sys_rt_sigpending() in sys_sigpending() by Dominik Brodowski · 7 years ago
  30. 819671ff syscalls: define and explain goal to not call syscalls in the kernel by Dominik Brodowski · 7 years ago
  31. c68a2cf Merge tag 'pci-v4.16-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  32. e675482 Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 7 years ago
  33. 86f8477 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  34. 859d880 signal: Correct the offset of si_pkey in struct siginfo by Eric W. Biederman · 7 years ago
  35. a6f1086 PCI: Move of_irq_parse_and_map_pci() declaration under OF_IRQ by Guenter Roeck · 7 years ago
  36. 5470461 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  37. a4a7771 net: make skb_gso_*_seglen functions private by Daniel Axtens · 7 years ago
  38. 779b793 net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len by Daniel Axtens · 7 years ago
  39. 20f1417 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  40. fde9fc7 signals: Move put_compat_sigset to compat.h to silence hardened usercopy by Matt Redfearn · 7 years ago
  41. fb6d47a Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  42. 9c0fb1e block: display the correct diskname for bio by Jiufei Xue · 7 years ago
  43. 9c2c2e6 net: phy: Restore phy_resume() locking assumption by Andrew Lunn · 7 years ago
  44. 230f5a8 dax: fix vma_is_fsdax() helper by Dan Williams · 7 years ago
  45. 85a2d93 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  46. d4858aa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  47. 56c0908 genhd: Fix BUG in blkdev_open() by Jan Kara · 7 years ago
  48. 9df6c29 genhd: Add helper put_disk_and_module() by Jan Kara · 7 years ago
  49. 3079c22 genhd: Rename get_disk() to get_disk_and_module() by Jan Kara · 7 years ago
  50. 9c89709 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  51. f75e492 kvm: fix warning for non-x86 builds by Sebastian Ott · 7 years ago
  52. 0764674 kvm: fix warning for CONFIG_HAVE_KVM_EVENTFD builds by Sebastian Ott · 7 years ago
  53. 65738c6 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  54. 8961ca4 Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  55. 238ca35 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  56. bef3efb efivarfs: Limit the rate for non-root to read files by Luck, Tony · 7 years ago
  57. 28128c6 kconfig.h: Include compiler types to avoid missed struct attributes by Kees Cook · 7 years ago
  58. 173a3ef bug.h: work around GCC PR82365 in BUG() by Arnd Bergmann · 7 years ago
  59. 9c4e6b1 mm, mlock, vmscan: no more skipping pagevecs by Shakeel Butt · 7 years ago
  60. c3cc391 mm: memcontrol: fix NR_WRITEBACK leak in memcg and system stats by Johannes Weiner · 7 years ago
  61. 101110f Kbuild: always define endianess in kconfig.h by Arnd Bergmann · 7 years ago
  62. d34bc48 include/linux/sched/mm.h: re-inline mmdrop() by Andrew Morton · 7 years ago
  63. dfe8db2 Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 7 years ago
  64. 9fbcc57 extable: Make init_kernel_text() global by Josh Poimboeuf · 7 years ago
  65. 3335224 jump_label: Explicitly disable jump labels in __init code by Josh Poimboeuf · 7 years ago
  66. 88e77dc locking/mutex: Add comment to __mutex_owner() to deter usage by Peter Zijlstra · 7 years ago
  67. 167e614 arm_pmu: acpi: request IRQs up-front by Mark Rutland · 8 years ago
  68. 84b4be5 arm_pmu: note IRQs and PMUs per-cpu by Mark Rutland · 8 years ago
  69. 0dc1a18 arm_pmu: add armpmu_alloc_atomic() by Mark Rutland · 8 years ago
  70. d3d5aac arm_pmu: fold platform helpers into platform code by Mark Rutland · 8 years ago
  71. c0248c9 arm_pmu: kill arm_pmu_platdata by Mark Rutland · 8 years ago
  72. 8735871 x86/retpoline: Support retpoline builds with Clang by David Woodhouse · 7 years ago
  73. 79c0ef3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  74. 59e4721 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  75. c786427 Merge tag 'for-linus-20180217' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  76. eb6174f nospec: Include <asm/barrier.h> dependency by Dan Williams · 7 years ago
  77. b98c6a1 nospec: Allow index argument to have const-qualified type by Rasmus Villemoes · 7 years ago
  78. 1d91c1d nospec: Kill array_index_nospec_mask_check() by Dan Williams · 7 years ago
  79. 27d4ee0 workqueue: Allow retrieval of current task's work struct by Lukas Wunner · 8 years ago
  80. da27988 skbuff: Fix comment mis-spelling. by David S. Miller · 7 years ago
  81. 1e3510b Merge tag 'dma-mapping-4.16-2' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  82. d207af2 cpumask: Make for_each_cpu_wrap() available on UP as well by Michael Kelley · 7 years ago
  83. b63b1e5 Merge tag 'acpi-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  84. 8bb8966 Merge tag 'pm-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  85. e9e3b30 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  86. 096392e block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTS by Minwoo Im · 7 years ago
  87. 822ffaa Merge branches 'pm-cpuidle' and 'pm-opp' by Rafael J. Wysocki · 7 years ago
  88. e525de3 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  89. d4667ca Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  90. 8fa80c50 nospec: Move array_index_nospec() parameter checking into separate macro by Will Deacon · 8 years ago
  91. fd0e786 x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages by Tony Luck · 8 years ago
  92. 2dd6fd2 locking/semaphore: Update the file path in documentation by Tycho Andersen · 8 years ago
  93. 595dd46 vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page by Jia Zhang · 8 years ago
  94. 178e834 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  95. ecc2dc5 dma-mapping: fix a comment typo by Christoph Hellwig · 8 years ago
  96. d7212cf PM: cpuidle: Fix cpuidle_poll_state_init() prototype by Rafael J. Wysocki · 8 years ago
  97. 67dcc26 device property: Constify device_get_match_data() by Andy Shevchenko · 8 years ago
  98. 29d5325 ACPI / bus: Rename acpi_get_match_data() to acpi_device_get_match_data() by Andy Shevchenko · 8 years ago
  99. 54e0216 ptr_ring: prevent integer overflow when calculating size by Jason Wang · 8 years ago
  100. 7a163b2 unify {de,}mangle_poll(), get rid of kernel-side POLL... by Al Viro · 8 years ago