1. dff4c8b cgroup: Prevent kill_css() from being called more than once by Waiman Long · 7 years ago
  2. 7c24a70 ptrace: Properly initialize ptracer_cred on fork by Eric W. Biederman · 7 years ago
  3. dd0023d tracing/kprobes: Enforce kprobes teardown after testing by Thomas Gleixner · 7 years ago
  4. 423f175 genirq: Fix chained interrupt data ordering by Thomas Gleixner · 7 years ago
  5. f157261 stackprotector: Increase the per-task stack canary's random range from 32 bits to 64 bits on 64-bit platforms by Daniel Micay · 7 years ago
  6. 2ea2f89 pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes() by Kirill Tkhai · 7 years ago
  7. 6dc6a27 pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processes by Eric W. Biederman · 7 years ago
  8. 6240377 padata: free correct variable by Jason A. Donenfeld · 7 years ago
  9. ced0a31 bpf: don't let ldimm64 leak map addresses on unprivileged by Daniel Borkmann · 7 years ago
  10. 7bca0a9 bpf: enhance verifier to understand stack pointer arithmetic by Yonghong Song · 7 years ago
  11. 7ad6de4 cpu/hotplug: Serialize callback invocations proper by Sebastian Andrzej Siewior · 7 years ago
  12. 0ea3c23 bpf: improve verifier packet range checks by Alexei Starovoitov · 7 years ago
  13. d80e9071 ring-buffer: Have ring_buffer_iter_empty() return true when empty by Steven Rostedt (VMware) · 7 years ago
  14. d4decac tracing: Allocate the snapshot buffer before enabling probe by Steven Rostedt (VMware) · 7 years ago
  15. 7da0f8e ftrace: Fix function pid filter on instances by Namhyung Kim · 7 years ago
  16. 666452f ftrace: Fix removing of second function probe by Steven Rostedt (VMware) · 7 years ago
  17. f44236a cgroup, kthread: close race window where new kthreads can be migrated to non-root cgroups by Tejun Heo · 7 years ago
  18. 703cebf ring-buffer: Fix return value check in test_ringbuffer() by Wei Yongjun · 8 years ago
  19. d9fa435 ptrace: fix PTRACE_LISTEN race corrupting task->state by bsegall@google.com · 7 years ago
  20. eb8c62a3 padata: avoid race in reordering by Jason A. Donenfeld · 7 years ago
  21. 916c5cfe sched/rt: Add a missing rescheduling point by Sebastian Andrzej Siewior · 7 years ago
  22. 228514b cgroup/pids: remove spurious suspicious RCU usage warning by Tejun Heo · 7 years ago
  23. 69efd8e perf/core: Fix event inheritance on fork() by Peter Zijlstra · 7 years ago
  24. c04a938 perf/core: Fix use-after-free in perf_release() by Peter Zijlstra · 7 years ago
  25. c406096 locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=y by Niklas Cassel · 7 years ago
  26. 1522181 futex: Add missing error handling to FUTEX_REQUEUE_PI by Peter Zijlstra · 7 years ago
  27. 6244ffc futex: Fix potential use-after-free in FUTEX_REQUEUE_PI by Peter Zijlstra · 7 years ago
  28. 0e0f1d6 bpf: fix mark_reg_unknown_value for spilled regs on map value marking by Daniel Borkmann · 8 years ago
  29. 1889d6d bpf: fix regression on verifier pruning wrt map lookups by Daniel Borkmann · 8 years ago
  30. b7f5aa1 bpf: fix state equivalence by Alexei Starovoitov · 8 years ago
  31. 1411707 bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers by Thomas Graf · 8 years ago
  32. ee6f7ee ucount: Remove the atomicity from ucount->count by Eric W. Biederman · 7 years ago
  33. d3381fa fs: Better permission checking for submounts by Eric W. Biederman · 7 years ago
  34. 3de5a92 Fix: Disable sys_membarrier when nohz_full is enabled by Mathieu Desnoyers · 8 years ago
  35. 6d94a6b sigaltstack: support SS_AUTODISARM for CONFIG_COMPAT by Stas Sergeev · 7 years ago
  36. f1faaec mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done} by Dan Williams · 7 years ago
  37. 215d4d6 timekeeping: Use deferred printk() in debug code by Sergey Senozhatsky · 7 years ago
  38. 7ee2103 printk: use rcuidle console tracepoint by Sergey Senozhatsky · 7 years ago
  39. 808de34 futex: Move futex_init() to core_initcall by Yang Yang · 7 years ago
  40. e5c2e51 perf/core: Fix crash in perf_event_read() by Peter Zijlstra · 7 years ago
  41. 6b4af0d stacktrace, lockdep: Fix address, newline ugliness by Omar Sandoval · 7 years ago
  42. e021362 irqdomain: Avoid activating interrupts more than once by Marc Zyngier · 7 years ago
  43. 1d88791 cgroup: don't online subsystems before cgroup_name/path() are operational by Tejun Heo · 7 years ago
  44. a93ae8d tracing: Fix hwlat kthread migration by Steven Rostedt (VMware) · 7 years ago
  45. b41615a perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memory by Peter Zijlstra · 7 years ago
  46. 3996a91 perf/core: Fix use-after-free bug by Peter Zijlstra · 7 years ago
  47. 922813f perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' race by Peter Zijlstra · 7 years ago
  48. 03707d6 sysctl: fix proc_doulongvec_ms_jiffies_minmax() by Eric Dumazet · 7 years ago
  49. c755686 userns: Make ucounts lock irq-safe by Nikolay Borisov · 7 years ago
  50. 90687fc rcu: Narrow early boot window of illegal synchronous grace periods by Paul E. McKenney · 7 years ago
  51. bdeaa46 rcu: Remove cond_resched() from Tiny synchronize_sched() by Paul E. McKenney · 7 years ago
  52. 52fd0ab pid: fix lockdep deadlock warning due to ucount_lock by Andrei Vagin · 7 years ago
  53. 483eceb jump_labels: API for flushing deferred jump label updates by David Matlack · 8 years ago
  54. 692755b mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done} by Dan Williams · 7 years ago
  55. cf365b1 tick/broadcast: Prevent NULL pointer dereference by Thomas Gleixner · 8 years ago
  56. 74e365e genirq/affinity: Fix node generation from cpumask by Guilherme G. Piccoli · 8 years ago
  57. c4c11b4 relay: check array offset before using it by Dan Carpenter · 8 years ago
  58. 239b40e fgraph: Handle a case where a tracer ignores set_graph_notrace by Steven Rostedt (Red Hat) · 8 years ago
  59. ca22975 timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversion by Thomas Gleixner · 8 years ago
  60. f726f4f kernel/debug/debug_core.c: more properly delay for secondary CPUs by Douglas Anderson · 8 years ago
  61. 36b08b8 kernel/watchdog: use nmi registers snapshot in hardlockup handler by Konstantin Khlebnikov · 8 years ago
  62. e71b4e0 ptrace: Don't allow accessing an undumpable mm by Eric W. Biederman · 8 years ago
  63. e747b4a ptrace: Capture the ptracer's creds not PT_PTRACE_CAP by Eric W. Biederman · 8 years ago
  64. 694a95f mm: Add a user_ns owner to mm_struct and fix ptrace permission checks by Eric W. Biederman · 8 years ago
  65. 21245b8 exec: Ensure mm->user_ns contains the execed files by Eric W. Biederman · 8 years ago
  66. 56eaecc hotplug: Make register and unregister notifier API symmetric by Michal Hocko · 8 years ago
  67. 166ad0e kcov: add missing #include <linux/sched.h> by Kefeng Wang · 8 years ago
  68. 68f5503 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  69. bf7f1c7 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  70. 5b43f97 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  71. f943fe0 lockdep: Fix report formatting by Dmitry Vyukov · 8 years ago
  72. 8fc31ce perf/core: Remove invalid warning from list_update_cgroup_even()t by David Carrillo-Cisneros · 8 years ago
  73. 8bca927 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  74. 1be5d4f locking/rtmutex: Use READ_ONCE() in rt_mutex_owner() by Thomas Gleixner · 8 years ago
  75. dbb2605 locking/rtmutex: Prevent dequeue vs. unlock race by Thomas Gleixner · 8 years ago
  76. e2d2afe bpf: fix states equal logic for varlen access by Josef Bacik · 8 years ago
  77. faaae2a Re-enable CONFIG_MODVERSIONS in a slightly weaker form by Linus Torvalds · 8 years ago
  78. 83929cce sched/autogroup: Fix 64-bit kernel nice level adjustment by Mike Galbraith · 8 years ago
  79. ded9b5d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  80. 8e5bfa8 sched/autogroup: Do not use autogroup->tg in zombie threads by Oleg Nesterov · 8 years ago
  81. 18f649e sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task() by Oleg Nesterov · 8 years ago
  82. 8d1a240 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 8 years ago
  83. 27e7ab9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  84. e96271f perf/core: Fix address filter parser by Alexander Shishkin · 8 years ago
  85. e245d99 lockdep: Limit static allocations if PROVE_LOCKING_SMALL is defined by Babu Moger · 8 years ago
  86. f23cc64 bpf: fix range arithmetic for bpf map access by Josef Bacik · 8 years ago
  87. 81bcfe5 Merge tag 'trace-v4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  88. 864c235 perf/core: Do not set cpuctx->cgrp for unscheduled cgroups by David Carrillo-Cisneros · 8 years ago
  89. e76d21c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  90. 546fece ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip records by Steven Rostedt (Red Hat) · 8 years ago
  91. 977c1f9 ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace records by Alexei Starovoitov · 8 years ago
  92. f5c9f9c Revert "printk: make reading the kernel log flush pending lines" by Linus Torvalds · 8 years ago
  93. 5d69561 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  94. b9f659b Merge tag 'pm-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  95. cd16f3dc Merge branches 'pm-tools-fixes' and 'pm-sleep-fixes' by Rafael J. Wysocki · 8 years ago
  96. c6c7d83 Revert "console: don't prefer first registered if DT specifies stdout-path" by Hans de Goede · 8 years ago
  97. 7ee7e87 genirq: Use irq type from irqdata instead of irqdesc by Thomas Gleixner · 8 years ago
  98. 20b2b24 bpf: fix map not being uncharged during map creation failure by Daniel Borkmann · 8 years ago
  99. 483bed2 bpf: fix htab map destruction when extra reserve is in use by Daniel Borkmann · 8 years ago
  100. ffbcbfc Merge branches 'sched-urgent-for-linus' and 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago