1. 0f32ab8 fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink() by Dominik Brodowski · 7 years ago
  2. 447016e fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir() by Dominik Brodowski · 7 years ago
  3. e7a3e8b fs: add ksys_write() helper; remove in-kernel calls to sys_write() by Dominik Brodowski · 7 years ago
  4. a16fe33 fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot() by Dominik Brodowski · 7 years ago
  5. c724832 fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}() by Dominik Brodowski · 7 years ago
  6. 3a18ef5 fs: add ksys_umount() helper; remove in-kernel call to sys_umount() by Dominik Brodowski · 7 years ago
  7. 312db1a fs: add ksys_mount() helper; remove in-kernel calls to sys_mount() by Dominik Brodowski · 7 years ago
  8. ab0d1e8 fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() by Dominik Brodowski · 7 years ago
  9. cb0b476 fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  10. e1834a3 net: socket: move check for forbid_cmsg_compat to __sys_...msg() by Dominik Brodowski · 7 years ago
  11. cc36dca net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  12. 005a1ae net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  13. 6debc8d net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  14. b21c8f8 net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  15. 8882a10 net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  16. 25e290e net: socket: add __sys_listen() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  17. 1387c2c net: socket: add __sys_connect() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  18. a87d35d net: socket: add __sys_bind() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  19. 9d6a15c net: socket: add __sys_socket() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  20. 4541e80 net: socket: add __sys_accept4() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  21. 211b634 net: socket: add __sys_sendto() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  22. 7a09e1e net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  23. 2de0db9 mm: use do_futex() instead of sys_futex() in mm_release() by Dominik Brodowski · 7 years ago
  24. d53238c kernel: open-code sys_rt_sigpending() in sys_sigpending() by Dominik Brodowski · 7 years ago
  25. 819671ff syscalls: define and explain goal to not call syscalls in the kernel by Dominik Brodowski · 7 years ago
  26. 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
  27. a525df0 Merge tag 'powerpc-4.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  28. 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
  29. be75b1b Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  30. 86f8477 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  31. 859d880 signal: Correct the offset of si_pkey in struct siginfo by Eric W. Biederman · 7 years ago
  32. a6f1086 PCI: Move of_irq_parse_and_map_pci() declaration under OF_IRQ by Guenter Roeck · 7 years ago
  33. 5470461 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  34. a4a7771 net: make skb_gso_*_seglen functions private by Daniel Axtens · 7 years ago
  35. 779b793 net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len by Daniel Axtens · 7 years ago
  36. 20f1417 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  37. 7cf901b Merge tag 'media/v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 7 years ago
  38. 03a6c259 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  39. fde9fc7 signals: Move put_compat_sigset to compat.h to silence hardened usercopy by Matt Redfearn · 7 years ago
  40. fb6d47a Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  41. 07c5ccd ocxl: Add get_metadata IOCTL to share OCXL information to userspace by Alastair D'Silva · 7 years ago
  42. 3be8828 scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops by Bart Van Assche · 7 years ago
  43. 5d60e05 Merge tag 'drm-fixes-for-v4.16-rc4' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  44. 2120447 Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 7 years ago
  45. 801e459 KVM: x86: Add a framework for supporting MSR-based features by Tom Lendacky · 7 years ago
  46. 9c0fb1e block: display the correct diskname for bio by Jiufei Xue · 7 years ago
  47. 2679b96 Merge tag 'drm-misc-fixes-2018-02-28' of git://people.freedesktop.org/drm-misc into drm-fixes by Dave Airlie · 7 years ago
  48. f3205de ARC: mcip: update MCIP debug mask when the new cpu came online by Eugeniy Paltsev · 7 years ago
  49. 07423d0 ARC: mcip: halt GFRC counter when ARC cores halt by Eugeniy Paltsev · 7 years ago
  50. 77d2709 mlxsw: spectrum: Fix handling of resource_size_param by Jiri Pirko · 7 years ago
  51. 9c2c2e6 net: phy: Restore phy_resume() locking assumption by Andrew Lunn · 7 years ago
  52. 9a191b1 virtio-gpu: fix ioctl and expose the fixed status to userspace. by Dave Airlie · 7 years ago
  53. 230f5a8 dax: fix vma_is_fsdax() helper by Dan Williams · 7 years ago
  54. 9c72258 blktrace_api.h: fix comment for struct blk_user_trace_setup by Eric Biggers · 7 years ago
  55. 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
  56. d4858aa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  57. 56c0908 genhd: Fix BUG in blkdev_open() by Jan Kara · 7 years ago
  58. 9df6c29 genhd: Add helper put_disk_and_module() by Jan Kara · 7 years ago
  59. 3079c22 genhd: Rename get_disk() to get_disk_and_module() by Jan Kara · 7 years ago
  60. 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
  61. 45d0be8 include: psp-sev: Capitalize invalid length enum by Brijesh Singh · 7 years ago
  62. f75e492 kvm: fix warning for non-x86 builds by Sebastian Ott · 7 years ago
  63. 0764674 kvm: fix warning for CONFIG_HAVE_KVM_EVENTFD builds by Sebastian Ott · 7 years ago
  64. 9cb9c07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  65. 2eb02aa Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  66. 65738c6 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  67. 8961ca4 Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  68. fdbeb96 media: dvb: update buffer mmaped flags and frame counter by Mauro Carvalho Chehab · 7 years ago
  69. c20bb15 drm/nouveau: prefer XBGR2101010 for addfb ioctl by Ilia Mirkin · 7 years ago
  70. 9c171cd media: dvb: add continuity error indicators for memory mapped buffers by Mauro Carvalho Chehab · 7 years ago
  71. 0b23498 media: dmxdev: Fix the logic that enables DMA mmap support by Mauro Carvalho Chehab · 7 years ago
  72. ec5b100 media: dvb: fix DVB_MMAP symbol name by Arnd Bergmann · 7 years ago
  73. ed04c46 Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  74. 657308f regulatory: add NUL to request alpha2 by Johannes Berg · 7 years ago
  75. 004e390 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  76. 645ae5c Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into fixes-v4.16-rc3 by James Morris · 7 years ago
  77. 238ca35 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  78. bef3efb efivarfs: Limit the rate for non-root to read files by Luck, Tony · 7 years ago
  79. 28128c6 kconfig.h: Include compiler types to avoid missed struct attributes by Kees Cook · 7 years ago
  80. 2a040f9 seccomp, ptrace: switch get_metadata types to arch independent by Tycho Andersen · 7 years ago
  81. 173a3ef bug.h: work around GCC PR82365 in BUG() by Arnd Bergmann · 7 years ago
  82. 9c4e6b1 mm, mlock, vmscan: no more skipping pagevecs by Shakeel Butt · 7 years ago
  83. c3cc391 mm: memcontrol: fix NR_WRITEBACK leak in memcg and system stats by Johannes Weiner · 7 years ago
  84. 101110f Kbuild: always define endianess in kconfig.h by Arnd Bergmann · 7 years ago
  85. d34bc48 include/linux/sched/mm.h: re-inline mmdrop() by Andrew Morton · 7 years ago
  86. 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
  87. 9fbcc57 extable: Make init_kernel_text() global by Josh Poimboeuf · 7 years ago
  88. 3335224 jump_label: Explicitly disable jump labels in __init code by Josh Poimboeuf · 7 years ago
  89. 88e77dc locking/mutex: Add comment to __mutex_owner() to deter usage by Peter Zijlstra · 7 years ago
  90. 167e614 arm_pmu: acpi: request IRQs up-front by Mark Rutland · 7 years ago
  91. 84b4be5 arm_pmu: note IRQs and PMUs per-cpu by Mark Rutland · 7 years ago
  92. 0dc1a18 arm_pmu: add armpmu_alloc_atomic() by Mark Rutland · 7 years ago
  93. d3d5aac arm_pmu: fold platform helpers into platform code by Mark Rutland · 7 years ago
  94. c0248c9 arm_pmu: kill arm_pmu_platdata by Mark Rutland · 7 years ago
  95. 8735871 x86/retpoline: Support retpoline builds with Clang by David Woodhouse · 7 years ago
  96. 79c0ef3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  97. 651b992 mac80211: round IEEE80211_TX_STATUS_HEADROOM up to multiple of 4 by Felix Fietkau · 7 years ago
  98. 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
  99. c786427 Merge tag 'for-linus-20180217' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  100. eb6174f nospec: Include <asm/barrier.h> dependency by Dan Williams · 7 years ago