1. 55731b3 fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers by Dominik Brodowski · 7 years ago
  2. ab0d1e8 fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() by Dominik Brodowski · 7 years ago
  3. 7addf44 mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c by Dominik Brodowski · 7 years ago
  4. b6e9b0b mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c by Dominik Brodowski · 7 years ago
  5. 7d4dd4f sched: add do_sched_yield() helper; remove in-kernel call to sched_yield() by Dominik Brodowski · 7 years ago
  6. e530dca kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.c by Dominik Brodowski · 7 years ago
  7. 6203deb kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  8. 192c580 kernel: add do_getpgid() helper; remove internal call to sys_getpgid() by Dominik Brodowski · 7 years ago
  9. 2de0db9 mm: use do_futex() instead of sys_futex() in mm_release() by Dominik Brodowski · 7 years ago
  10. 6b27aef kexec: call do_kexec_load() in compat syscall directly by Dominik Brodowski · 7 years ago
  11. d53238c kernel: open-code sys_rt_sigpending() in sys_sigpending() by Dominik Brodowski · 7 years ago
  12. d300b61 kernel: use kernel_wait4() instead of sys_wait4() by Dominik Brodowski · 7 years ago
  13. 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
  14. 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
  15. 0862ca4 bug: use %pB in BUG and stack protector failure by Kees Cook · 7 years ago
  16. 6b0ef92 rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsites by Boqun Feng · 7 years ago
  17. bd903af perf/core: Fix ctx_event_type in ctx_resched() by Song Liu · 7 years ago
  18. 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
  19. 5470461 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  20. 4c4ce3022 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  21. 20f1417 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  22. 949b9325 memremap: fix softlockup reports at teardown by Dan Williams · 7 years ago
  23. fde9fc7 signals: Move put_compat_sigset to compat.h to silence hardened usercopy by Matt Redfearn · 7 years ago
  24. a5f7b0e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  25. 7bec4a9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  26. c52232a timers: Forward timer base before migrating timers by Lingutla Chandrasekhar · 7 years ago
  27. c14376d printk: Wake klogd when passing console_lock owner by Petr Mladek · 7 years ago
  28. 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
  29. c23a757 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  30. 9cb9c07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  31. 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
  32. ca36960 bpf: allow xadd only on aligned memory by Daniel Borkmann · 7 years ago
  33. 8961ca4 Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  34. 651ca2c genirq/matrix: Handle CPU offlining proper by Thomas Gleixner · 7 years ago
  35. 6c5f610 bpf: fix rcu lockdep warning for lpm_trie map_free callback by Yonghong Song · 7 years ago
  36. 32fff23 bpf: add schedule points in percpu arrays management by Eric Dumazet · 7 years ago
  37. 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
  38. 238ca35 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  39. bef3efb efivarfs: Limit the rate for non-root to read files by Luck, Tony · 7 years ago
  40. 63bb004 ptrace, seccomp: tweak get_metadata behavior slightly by Tycho Andersen · 7 years ago
  41. 88913bd kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZE by David Rientjes · 7 years ago
  42. d34bc48 include/linux/sched/mm.h: re-inline mmdrop() by Andrew Morton · 7 years ago
  43. 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
  44. bf006d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  45. 9fbcc57 extable: Make init_kernel_text() global by Josh Poimboeuf · 7 years ago
  46. dc1dd18 jump_label: Warn on failed jump_label patching attempt by Josh Poimboeuf · 7 years ago
  47. 3335224 jump_label: Explicitly disable jump labels in __init code by Josh Poimboeuf · 7 years ago
  48. 9ca2c16 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  49. 2d6c4e4 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  50. 27d4ee0 workqueue: Allow retrieval of current task's work struct by Lukas Wunner · 7 years ago
  51. 0b24a0b irqdomain: Re-use DEFINE_SHOW_ATTRIBUTE() macro by Andy Shevchenko · 7 years ago
  52. 297f923 kprobes: Propagate error from disarm_kprobe_ftrace() by Jessica Yu · 7 years ago
  53. 12310e34 kprobes: Propagate error from arm_kprobe_ftrace() by Jessica Yu · 7 years ago
  54. 9c2d63b bpf: fix mlock precharge on arraymaps by Daniel Borkmann · 7 years ago
  55. 1388c80 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  56. 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
  57. 9c481b9 bpf: fix bpf_prog_array_copy_to_user warning from perf event prog query by Daniel Borkmann · 7 years ago
  58. 7fc17e9 bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc() by Jason Wang · 7 years ago
  59. 952fad8 bpf: fix sock_map_alloc() error path by Eric Dumazet · 7 years ago
  60. 9a3efb6 bpf: fix memory leak in lpm_trie map_free callback function by Yonghong Song · 7 years ago
  61. 11dc132 locking/qspinlock: Ensure node->count is updated before initialising node by Will Deacon · 7 years ago
  62. 95bcade locking/qspinlock: Ensure node is initialised before updating prev->next by Will Deacon · 7 years ago
  63. 43d1b29 sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macro by Leo Yan · 7 years ago
  64. 269d599 sched/core: Fix DEBUG_SPINLOCK annotation for rq->lock by Peter Zijlstra · 7 years ago
  65. a771160 sched/rt: Make update_curr_rt() more accurate by Wen Yang · 7 years ago
  66. 6fe0ce1 sched/deadline: Make update_curr_dl() more accurate by Wen Yang · 7 years ago
  67. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  68. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  69. c839682 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  70. 8158c2f Merge tag 'trace-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  71. 437a4db Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  72. 0723402 tracing: Fix parsing of globs with a wildcard at the beginning by Steven Rostedt (VMware) · 7 years ago
  73. 7b65865 ftrace: Remove incorrect setting of glob search field by Steven Rostedt (VMware) · 7 years ago
  74. 581e400 Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  75. a2e5790 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  76. ab2d92a Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  77. 0dc400f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  78. 96e99be40 pipe: reject F_SETPIPE_SZ with size over UINT_MAX by Eric Biggers · 7 years ago
  79. 319e0a2 pipe, sysctl: remove pipe_proc_fn() by Eric Biggers · 7 years ago
  80. 4c2e4be pipe, sysctl: drop 'min' parameter from pipe-max-size converter by Eric Biggers · 7 years ago
  81. 9825b45 kernel/resource: iomem_is_exclusive can be boolean by Yaowei Bai · 7 years ago
  82. 77ef80c kernel/cpuset: current_cpuset_is_being_rebound can be boolean by Yaowei Bai · 7 years ago
  83. 22ad305 genirq: remove unneeded kallsyms include by Sergey Senozhatsky · 7 years ago
  84. 64fce87 hrtimer: remove unneeded kallsyms include by Sergey Senozhatsky · 7 years ago
  85. a77660d kcov: detect double association with a single task by Dmitry Vyukov · 7 years ago
  86. a1be1f3 kernel/relay.c: revert "kernel/relay.c: fix potential memory leak" by Eric Biggers · 7 years ago
  87. 2ee0826 pids: introduce find_get_task_by_vpid() helper by Mike Rapoport · 7 years ago
  88. 4de373a cpumask: make cpumask_size() return "unsigned int" by Alexey Dobriyan · 7 years ago
  89. 667b609 kernel/fork.c: add comment about usage of CLONE_FS flags and namespaces by Marcos Paulo de Souza · 7 years ago
  90. 9f5325a kernel/fork.c: check error and return early by Marcos Paulo de Souza · 7 years ago
  91. 4f7e988 kernel/async.c: revert "async: simplify lowest_in_progress()" by Rasmus Villemoes · 7 years ago
  92. 44c6dc9 Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTO by Kees Cook · 7 years ago
  93. 8284507 Merge branch 'linus' into sched/urgent, to resolve conflicts by Ingo Molnar · 7 years ago
  94. 3ff1b28 Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  95. 105cf3c Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  96. 3d9e952 bpf: sockmap, fix leaking maps with attached but not detached progs by John Fastabend · 7 years ago
  97. 1aa12bd bpf: sockmap, add sock close() hook to remove socks by John Fastabend · 7 years ago
  98. 32e839d sched/fair: Use a recently used CPU as an idle candidate and the basis for SIS by Mel Gorman · 7 years ago
  99. 806486c sched/fair: Do not migrate if the prev_cpu is idle by Mel Gorman · 7 years ago
  100. 3b76c4a sched/fair: Restructure wake_affine*() to return a CPU id by Mel Gorman · 7 years ago