1. 00c001f sysrq: Reset the watchdog timers while displaying high-resolution timers by Tom Hromatka · 8 years ago
  2. ae0258a timers, sched_clock: Update timeout for clock wrap by David Engraf · 8 years ago
  3. 225ce6d workqueue: Allow retrieval of current task's work struct by Lukas Wunner · 7 years ago
  4. 2a8bc53 bpf: add schedule points in percpu arrays management by Eric Dumazet · 7 years ago
  5. 422baf6 bpf: fix mlock precharge on arraymaps by Daniel Borkmann · 7 years ago
  6. 816cfeb bpf: fix wrong exposure of map_flags into fdinfo for lpm by Daniel Borkmann · 7 years ago
  7. 13e75c7 timers: Forward timer base before migrating timers by Lingutla Chandrasekhar · 7 years ago
  8. ff5544dd genirq: Guard handle_bad_irq log messages by Guenter Roeck · 7 years ago
  9. 5a9f69b hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers) by Anna-Maria Gleixner · 7 years ago
  10. 8f7cf88d mm: Fix devm_memremap_pages() collision handling by Jan H. Schönherr · 7 years ago
  11. c33f927 kcov: detect double association with a single task by Dmitry Vyukov · 7 years ago
  12. 7569adc blktrace: fix unlocked registration of tracepoints by Jens Axboe · 7 years ago
  13. cbd0c0f mm: Fix memory size alignment in devm_memremap_pages_release() by Jan H. Schönherr · 7 years ago
  14. 2de1085 ftrace: Remove incorrect setting of glob search field by Steven Rostedt (VMware) · 7 years ago
  15. 91cebf9 kernel/relay.c: revert "kernel/relay.c: fix potential memory leak" by Eric Biggers · 7 years ago
  16. 33a4459 kernel/async.c: revert "async: simplify lowest_in_progress()" by Rasmus Villemoes · 7 years ago
  17. a384e54 sched/rt: Up the root domain ref count when passing it around via IPIs by Steven Rostedt (VMware) · 7 years ago
  18. 1c67998 sched/rt: Use container_of() to get root domain in rto_push_irq_work_func() by Steven Rostedt (VMware) · 7 years ago
  19. 0b37653 posix-timer: Properly check sigevent->sigev_notify by Thomas Gleixner · 7 years ago
  20. a1745ad module/retpoline: Warn about missing retpoline in module by Andi Kleen · 7 years ago
  21. f531fbb bpf: reject stores into ctx via st and xadd by Daniel Borkmann · 7 years ago
  22. 265d765 bpf: fix 32-bit divide by zero by Alexei Starovoitov · 7 years ago
  23. 4606077 bpf: fix divides by zero by Eric Dumazet · 7 years ago
  24. fcabc6d bpf: arsh is not supported in 32 bit alu thus reject it by Daniel Borkmann · 7 years ago
  25. a3d6dd6 bpf: introduce BPF_JIT_ALWAYS_ON config by Alexei Starovoitov · 7 years ago
  26. 5226bb3 bpf: fix bpf_tail_call() x64 JIT by Alexei Starovoitov · 7 years ago
  27. c98ff72 hrtimer: Reset hrtimer cpu base proper on CPU hotplug by Thomas Gleixner · 7 years ago
  28. ca2d736 workqueue: avoid hard lockups in show_workqueue_state() by Sergey Senozhatsky · 7 years ago
  29. 9a50ea0 tracing: Fix converting enum's from the map in trace_event_eval_update() by Steven Rostedt (VMware) · 7 years ago
  30. 1ad4f28 sched/deadline: Zero out positive runtime after throttling constrained tasks by Xunlei Pang · 7 years ago
  31. 676109b timers: Unconditionally check deferrable base by Thomas Gleixner · 7 years ago
  32. d8a3170 futex: Prevent overflow by strengthen input validation by Li Jinyue · 7 years ago
  33. 820ef2a bpf, array: fix overflow in max_entries and undefined behavior in index_mask by Daniel Borkmann · 7 years ago
  34. a9bfac14 bpf: prevent out-of-bounds speculation by Alexei Starovoitov · 7 years ago
  35. f55093d bpf: refactor fixup_bpf_calls() by Alexei Starovoitov · 8 years ago
  36. 2803536 bpf: move fixup_bpf_calls() function by Alexei Starovoitov · 8 years ago
  37. 4d53eb4 kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in complete_signal() by Oleg Nesterov · 7 years ago
  38. 794ac8e kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() signals by Oleg Nesterov · 7 years ago
  39. 1453b3a kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL by Oleg Nesterov · 7 years ago
  40. 79258d9 kernel: make groups_sort calling a responsibility group_info allocators by Thiago Rafael Becker · 7 years ago
  41. 790080c kernel/acct.c: fix the acct->needcheck check in check_free_space() by Oleg Nesterov · 7 years ago
  42. 0994a2c kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZE by Hugh Dickins · 7 years ago
  43. 8f0baad kaiser: merged update by Dave Hansen · 7 years ago
  44. 13be448 KAISER: Kernel Address Isolation by Richard Fellner · 7 years ago
  45. e8119ac nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick() by Thomas Gleixner · 7 years ago
  46. 249d4a9 timers: Reinitialize per cpu bases on hotplug by Thomas Gleixner · 7 years ago
  47. 574e543 timers: Invoke timer_start_debug() where it makes sense by Thomas Gleixner · 7 years ago
  48. d840687 timers: Use deferrable base independent of base::nohz_active by Anna-Maria Gleixner · 7 years ago
  49. 2e0d458 ring-buffer: Mask out the info bits when returning buffer page length by Steven Rostedt (VMware) · 7 years ago
  50. 81e155e tracing: Fix crash when it fails to alloc ring buffer by Jing Xia · 7 years ago
  51. 5dc4cd2 tracing: Fix possible double free on failure of allocating trace buffer by Steven Rostedt (VMware) · 7 years ago
  52. 6edea15 tracing: Remove extra zeroing out of the ring buffer page by Steven Rostedt (VMware) · 7 years ago
  53. 37435f7 bpf/verifier: Fix states_equal() comparison of pointer and UNKNOWN by Ben Hutchings · 7 years ago
  54. 3695b3b bpf: fix incorrect sign extension in check_alu_op() by Daniel Borkmann · 7 years ago
  55. d75d3ee bpf: reject out-of-bounds stack pointer calculation by Daniel Borkmann · 7 years ago
  56. 7b5b73e bpf: fix branch pruning logic by Daniel Borkmann · 7 years ago
  57. 565f012 bpf: adjust insn_aux_data when patching insns by Daniel Borkmann · 7 years ago
  58. 6af9b18 tracing: Exclude 'generic fields' from histograms by Tom Zanussi · 7 years ago
  59. 28714e9 sched/deadline: Use deadline instead of period when calculating overflow by Steven Rostedt (VMware) · 8 years ago
  60. a2e2911 sched/deadline: Throttle a constrained deadline task activated after the deadline by Daniel Bristot de Oliveira · 8 years ago
  61. 9cc56a0 sched/deadline: Make sure the replenishment timer fires in the next period by Daniel Bristot de Oliveira · 8 years ago
  62. 0a4d4da sched/deadline: Add missing update_rq_clock() in dl_task_timer() by Wanpeng Li · 8 years ago
  63. d266817 sched/rt: Do not pull from current CPU if only one CPU to pull by Steven Rostedt · 7 years ago
  64. d760f90 tracing: Allocate mask_str buffer dynamically by Changbin Du · 7 years ago
  65. 93dedcf audit: ensure that 'audit=1' actually enables audit for PID 1 by Paul Moore · 7 years ago
  66. 74b470c jump_label: Invoke jump_label_test() via early_initcall() by Jason Baron · 7 years ago
  67. f45f4f8 bpf: fix lockdep splat by Eric Dumazet · 7 years ago
  68. 757e184 workqueue: trigger WARN if queue_delayed_work() is called with NULL @wq by Tejun Heo · 8 years ago
  69. 4e4a9eb sched/fair: Make select_idle_cpu() more aggressive by Peter Zijlstra · 8 years ago
  70. 30b18ee kdb: Fix handling of kallsyms_symbol_next() return value by Daniel Thompson · 10 years ago
  71. ff3d4fd smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct place by Lai Jiangshan · 7 years ago
  72. a88ff23 perf/x86/intel: Account interrupts for PEBS errors by Jiri Olsa · 8 years ago
  73. 1c37ff7 sched/rt: Simplify the IPI based RT balancing logic by Steven Rostedt (Red Hat) · 7 years ago
  74. fb8bd56 sched: Make resched_cpu() unconditional by Paul E. McKenney · 7 years ago
  75. 46f1550 workqueue: Fix NULL pointer dereference by Li Bin · 7 years ago
  76. 6da1c98 sched/core: Add missing update_rq_clock() call in sched_move_task() by Peter Zijlstra · 8 years ago
  77. 43a980a workqueue: replace pool->manager_arb mutex with a flag by Tejun Heo · 7 years ago
  78. 0c92e73 hrtimer: Catch invalid clockids again by Marc Zyngier · 9 years ago
  79. ab3d531 sched/fair: Update rq clock before changing a task's CPU affinity by Wanpeng Li · 8 years ago
  80. 8b0be54 locking/lockdep: Add nest_lock integrity test by Peter Zijlstra · 8 years ago
  81. 9753579 rcu: Allow for page faults in NMI handlers by Paul E. McKenney · 7 years ago
  82. ba15518 sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs by Peter Zijlstra · 7 years ago
  83. a3ec104 ftrace: Fix kmemleak in unregister_ftrace_graph by Shu Wang · 7 years ago
  84. 0dee549 bpf: one perf event close won't free bpf program attached by another perf event by Yonghong Song · 7 years ago
  85. e159492 bpf/verifier: reject BPF_ALU64|BPF_END by Edward Cree · 7 years ago
  86. 4c00015 timer/sysclt: Restrict timer migration sysctl values to 0 and 1 by Myungho Jung · 7 years ago
  87. be69c4c seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter() by Oleg Nesterov · 7 years ago
  88. 5fb4be2 tracing: Erase irqsoff trace with empty write by Bo Yan · 7 years ago
  89. 97d402e tracing: Fix trace_pipe behavior for instance traces by Tahsin Erdogan · 7 years ago
  90. 3d5960c genirq: Make sparse_irq_lock protect what it should protect by Thomas Gleixner · 7 years ago
  91. cf052336 tracing: Apply trace_clock changes to instance max buffer by Baohong Liu · 7 years ago
  92. 96cf918 tracing: Add barrier to trace_printk() buffer nesting modification by Steven Rostedt (VMware) · 7 years ago
  93. 100553e ftrace: Fix memleak when unregistering dynamic ops when tracing disabled by Steven Rostedt (VMware) · 7 years ago
  94. df865f8 ftrace: Fix selftest goto location on error by Steven Rostedt (VMware) · 7 years ago
  95. d21f3ea locktorture: Fix potential memory leak with rw lock test by Yang Shi · 8 years ago
  96. 309e4db cpuset: Fix incorrect memory_pressure control file mapping by Waiman Long · 7 years ago
  97. 17c564f mm, uprobes: fix multiple free of ->uprobes_state.xol_area by Eric Biggers · 7 years ago
  98. c0c6dff locking/spinlock/debug: Remove spinlock lockup detection code by Waiman Long · 8 years ago
  99. b8a1532 gcov: support GCC 7.1 by Martin Liska · 7 years ago
  100. 70b3fd5 timers: Fix excessive granularity of new timers after a nohz idle by Nicholas Piggin · 7 years ago