1. e7dc9ad6 mm: add kernel_mbind() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  2. 7addf44 mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c by Dominik Brodowski · 7 years ago
  3. b6e9b0b mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c by Dominik Brodowski · 7 years ago
  4. 7d4dd4f sched: add do_sched_yield() helper; remove in-kernel call to sched_yield() by Dominik Brodowski · 7 years ago
  5. e530dca kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.c by Dominik Brodowski · 7 years ago
  6. 6203deb kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  7. 192c580 kernel: add do_getpgid() helper; remove internal call to sys_getpgid() by Dominik Brodowski · 7 years ago
  8. 31c213f ipc: add msgsnd syscall/compat_syscall wrappers by Dominik Brodowski · 7 years ago
  9. 078faac ipc: add msgrcv syscall/compat_syscall wrappers by Dominik Brodowski · 7 years ago
  10. e340db5 ipc: add msgctl syscall/compat_syscall wrappers by Dominik Brodowski · 7 years ago
  11. c84d079 ipc: add shmctl syscall/compat_syscall wrappers by Dominik Brodowski · 7 years ago
  12. da1e2744 ipc: add shmdt syscall wrapper by Dominik Brodowski · 7 years ago
  13. 65749e0 ipc: add shmget syscall wrapper by Dominik Brodowski · 7 years ago
  14. 3d65661 ipc: add msgget syscall wrapper by Dominik Brodowski · 7 years ago
  15. d969c6f ipc: add semctl syscall/compat_syscall wrappers by Dominik Brodowski · 7 years ago
  16. 6989471 ipc: add semget syscall wrapper by Dominik Brodowski · 7 years ago
  17. 41f4f0e ipc: add semtimedop syscall/compat_syscall wrappers by Dominik Brodowski · 7 years ago
  18. 6df3546 net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to compat syscalls by Dominik Brodowski · 7 years ago
  19. 157b334 net: socket: add __compat_sys_recvmmsg() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  20. 8770cf4 net: socket: add __compat_sys_getsockopt() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  21. 73ee3ea net: socket: add __compat_sys_setsockopt() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  22. fd4e82f net: socket: add __compat_sys_recvfrom() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  23. d27e9af net: socket: replace call to sys_recv() with __sys_recvfrom() by Dominik Brodowski · 7 years ago
  24. f3bf896 net: socket: replace calls to sys_send() with __sys_sendto() by Dominik Brodowski · 7 years ago
  25. e1834a3 net: socket: move check for forbid_cmsg_compat to __sys_...msg() by Dominik Brodowski · 7 years ago
  26. 1255e26 net: socket: add do_sys_recvmmsg() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  27. 13a2d70 net: socket: add __sys_getsockopt() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  28. cc36dca net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  29. 005a1ae net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  30. 6debc8d net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  31. b21c8f8 net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  32. 8882a10 net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  33. 25e290e net: socket: add __sys_listen() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  34. 1387c2c net: socket: add __sys_connect() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  35. a87d35d net: socket: add __sys_bind() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  36. 9d6a15c net: socket: add __sys_socket() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  37. 4541e80 net: socket: add __sys_accept4() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  38. 211b634 net: socket: add __sys_sendto() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  39. 7a09e1e net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  40. b51d3cd x86: remove compat_sys_x86_waitpid() by Dominik Brodowski · 7 years ago
  41. 37db219 x86: use _do_fork() in compat_sys_x86_clone() by Dominik Brodowski · 7 years ago
  42. 2de0db9 mm: use do_futex() instead of sys_futex() in mm_release() by Dominik Brodowski · 7 years ago
  43. 6b27aef kexec: call do_kexec_load() in compat syscall directly by Dominik Brodowski · 7 years ago
  44. d53238c kernel: open-code sys_rt_sigpending() in sys_sigpending() by Dominik Brodowski · 7 years ago
  45. d300b61 kernel: use kernel_wait4() instead of sys_wait4() by Dominik Brodowski · 7 years ago
  46. 819671ff syscalls: define and explain goal to not call syscalls in the kernel by Dominik Brodowski · 7 years ago
  47. 0c8efd6 Linux 4.16-rc5 by Linus Torvalds · 7 years ago
  48. ed58d66 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  49. 1ad5daa Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  50. ebb3762 Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  51. 8ad4424 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  52. 02bf0ef Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  53. abeb752 Merge tag 'dmaengine-fix-4.16-rc5' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 7 years ago
  54. d43be80 Merge tag 'gpio-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  55. 3cd2c31 dmaengine: mv_xor_v2: Fix clock resource by adding a register clock by Gregory CLEMENT · 7 years ago
  56. 3266b5b Merge tag 'kbuild-fixes-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  57. 23b33ac Merge tag 'linux-watchdog-4.16-fixes-2' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 7 years ago
  58. 91a2620 Merge tag 'for-linus-20180309' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  59. b3b25b1 Merge tag 'for-4.16/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  60. 2f64e70 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  61. b3337a6 Merge tag 'platform-drivers-x86-v4.16-6' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 7 years ago
  62. cdb06e9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  63. 3961448 Merge tag 'for-linus-4.16a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  64. 4178802 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  65. ed3c4df Merge tag 'docs-4.16-fix' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  66. cfc79ae Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  67. ac68b1b lib/test_kmod.c: fix limit check on number of test devices created by Luis R. Rodriguez · 7 years ago
  68. 0627be7 selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpus by Li Zhijian · 7 years ago
  69. 864b75f mm/page_alloc: fix memmap_init_zone pageblock alignment by Daniel Vacek · 7 years ago
  70. 379b03b mm/memblock.c: hardcode the end_pfn being -1 by Daniel Vacek · 7 years ago
  71. 96312e6 mm/gup.c: teach get_user_pages_unlocked to handle FOLL_NOWAIT by Andrea Arcangeli · 7 years ago
  72. 1b4cfe3 lib/bug.c: exclude non-BUG/WARN exceptions from report_bug() by Kees Cook · 7 years ago
  73. 0862ca4 bug: use %pB in BUG and stack protector failure by Kees Cook · 7 years ago
  74. 4704dea hugetlb: fix surplus pages accounting by Michal Hocko · 7 years ago
  75. 28e9091 RDMA/mlx5: Fix integer overflow while resizing CQ by Leon Romanovsky · 7 years ago
  76. 212a0cb Revert "RDMA/mlx5: Fix integer overflow while resizing CQ" by Doug Ledford · 7 years ago
  77. 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
  78. 99d7d64 Merge tag 'fbdev-v4.16-rc5' of git://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  79. 65307f2 Merge tag 'drm-fixes-for-v4.16-rc5' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  80. dfbab3f Merge tag 'sound-4.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  81. e21da1c arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discovery by Marc Zyngier · 7 years ago
  82. ff690ee Documentation/sphinx: Fix Directive import error by Matthew Wilcox · 7 years ago
  83. 719ea86 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  84. 2d9b1d69 Merge tag 'xfs-4.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  85. 32d7b19 platform/x86: dell-smbios: Resolve dependency error on DCDBAS by Darren Hart (VMware) · 7 years ago
  86. 329d58b platform/x86: Allow for SMBIOS backend defaults by Darren Hart (VMware) · 7 years ago
  87. 25d4702 platform/x86: dell-smbios: Link all dell-smbios-* modules together by Mario Limonciello · 7 years ago
  88. 94f77cb platform/x86: dell-smbios: Rename dell-smbios source to dell-smbios-base by Mario Limonciello · 7 years ago
  89. b535396 platform/x86: dell-smbios: Correct some style warnings by Mario Limonciello · 7 years ago
  90. 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
  91. 1d03757 loop: Fix lost writes caused by missing flag by Ross Zwisler · 7 years ago
  92. bd2746f clocksource/atmel-st: Add 'depends on HAS_IOMEM' to fix unmet dependency by Masahiro Yamada · 7 years ago
  93. 6b0ef92 rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsites by Boqun Feng · 7 years ago
  94. c07a8f8 x86/kprobes: Fix kernel crash when probing .entry_trampoline code by Francis Deslauriers · 7 years ago
  95. bd903af perf/core: Fix ctx_event_type in ctx_resched() by Song Liu · 7 years ago
  96. e576b7b Merge branch 'nvme-4.16-rc5' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 7 years ago
  97. b0655d6 Merge branch 'drm-fixes-4.16' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 7 years ago
  98. f5732e6 Merge tag 'drm-misc-fixes-2018-03-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 7 years ago
  99. aa87d62 Merge tag 'drm-intel-fixes-2018-03-07' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 7 years ago
  100. 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