1. 820ef2a bpf, array: fix overflow in max_entries and undefined behavior in index_mask by Daniel Borkmann · 7 years ago
  2. a9bfac14 bpf: prevent out-of-bounds speculation by Alexei Starovoitov · 7 years ago
  3. f55093d bpf: refactor fixup_bpf_calls() by Alexei Starovoitov · 8 years ago
  4. 2803536 bpf: move fixup_bpf_calls() function by Alexei Starovoitov · 8 years ago
  5. 4d53eb4 kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in complete_signal() by Oleg Nesterov · 7 years ago
  6. 794ac8e kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() signals by Oleg Nesterov · 7 years ago
  7. 1453b3a kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL by Oleg Nesterov · 7 years ago
  8. 79258d9 kernel: make groups_sort calling a responsibility group_info allocators by Thiago Rafael Becker · 7 years ago
  9. 790080c kernel/acct.c: fix the acct->needcheck check in check_free_space() by Oleg Nesterov · 7 years ago
  10. 0994a2c kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZE by Hugh Dickins · 7 years ago
  11. 8f0baad kaiser: merged update by Dave Hansen · 7 years ago
  12. 13be448 KAISER: Kernel Address Isolation by Richard Fellner · 8 years ago
  13. e8119ac nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick() by Thomas Gleixner · 7 years ago
  14. 249d4a9 timers: Reinitialize per cpu bases on hotplug by Thomas Gleixner · 7 years ago
  15. 574e543 timers: Invoke timer_start_debug() where it makes sense by Thomas Gleixner · 7 years ago
  16. d840687 timers: Use deferrable base independent of base::nohz_active by Anna-Maria Gleixner · 7 years ago
  17. 2e0d458 ring-buffer: Mask out the info bits when returning buffer page length by Steven Rostedt (VMware) · 7 years ago
  18. 81e155e tracing: Fix crash when it fails to alloc ring buffer by Jing Xia · 7 years ago
  19. 5dc4cd2 tracing: Fix possible double free on failure of allocating trace buffer by Steven Rostedt (VMware) · 7 years ago
  20. 6edea15 tracing: Remove extra zeroing out of the ring buffer page by Steven Rostedt (VMware) · 7 years ago
  21. 37435f7 bpf/verifier: Fix states_equal() comparison of pointer and UNKNOWN by Ben Hutchings · 7 years ago
  22. 3695b3b bpf: fix incorrect sign extension in check_alu_op() by Daniel Borkmann · 7 years ago
  23. d75d3ee bpf: reject out-of-bounds stack pointer calculation by Daniel Borkmann · 7 years ago
  24. 7b5b73e bpf: fix branch pruning logic by Daniel Borkmann · 7 years ago
  25. 565f012 bpf: adjust insn_aux_data when patching insns by Daniel Borkmann · 7 years ago
  26. 6af9b18 tracing: Exclude 'generic fields' from histograms by Tom Zanussi · 7 years ago
  27. 28714e9 sched/deadline: Use deadline instead of period when calculating overflow by Steven Rostedt (VMware) · 8 years ago
  28. a2e2911 sched/deadline: Throttle a constrained deadline task activated after the deadline by Daniel Bristot de Oliveira · 8 years ago
  29. 9cc56a0 sched/deadline: Make sure the replenishment timer fires in the next period by Daniel Bristot de Oliveira · 8 years ago
  30. 0a4d4da sched/deadline: Add missing update_rq_clock() in dl_task_timer() by Wanpeng Li · 8 years ago
  31. d266817 sched/rt: Do not pull from current CPU if only one CPU to pull by Steven Rostedt · 7 years ago
  32. d760f90 tracing: Allocate mask_str buffer dynamically by Changbin Du · 7 years ago
  33. 93dedcf audit: ensure that 'audit=1' actually enables audit for PID 1 by Paul Moore · 7 years ago
  34. 74b470c jump_label: Invoke jump_label_test() via early_initcall() by Jason Baron · 7 years ago
  35. f45f4f8 bpf: fix lockdep splat by Eric Dumazet · 7 years ago
  36. 757e184 workqueue: trigger WARN if queue_delayed_work() is called with NULL @wq by Tejun Heo · 8 years ago
  37. 4e4a9eb sched/fair: Make select_idle_cpu() more aggressive by Peter Zijlstra · 8 years ago
  38. 30b18ee kdb: Fix handling of kallsyms_symbol_next() return value by Daniel Thompson · 10 years ago
  39. ff3d4fd smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct place by Lai Jiangshan · 7 years ago
  40. a88ff23 perf/x86/intel: Account interrupts for PEBS errors by Jiri Olsa · 8 years ago
  41. 1c37ff7 sched/rt: Simplify the IPI based RT balancing logic by Steven Rostedt (Red Hat) · 7 years ago
  42. fb8bd56 sched: Make resched_cpu() unconditional by Paul E. McKenney · 7 years ago
  43. 46f1550 workqueue: Fix NULL pointer dereference by Li Bin · 7 years ago
  44. 6da1c98 sched/core: Add missing update_rq_clock() call in sched_move_task() by Peter Zijlstra · 8 years ago
  45. 43a980a workqueue: replace pool->manager_arb mutex with a flag by Tejun Heo · 7 years ago
  46. 0c92e73 hrtimer: Catch invalid clockids again by Marc Zyngier · 9 years ago
  47. ab3d531 sched/fair: Update rq clock before changing a task's CPU affinity by Wanpeng Li · 8 years ago
  48. 8b0be54 locking/lockdep: Add nest_lock integrity test by Peter Zijlstra · 8 years ago
  49. 9753579 rcu: Allow for page faults in NMI handlers by Paul E. McKenney · 7 years ago
  50. ba15518 sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs by Peter Zijlstra · 7 years ago
  51. a3ec104 ftrace: Fix kmemleak in unregister_ftrace_graph by Shu Wang · 7 years ago
  52. 0dee549 bpf: one perf event close won't free bpf program attached by another perf event by Yonghong Song · 7 years ago
  53. e159492 bpf/verifier: reject BPF_ALU64|BPF_END by Edward Cree · 7 years ago
  54. 4c00015 timer/sysclt: Restrict timer migration sysctl values to 0 and 1 by Myungho Jung · 8 years ago
  55. be69c4c seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter() by Oleg Nesterov · 7 years ago
  56. 5fb4be2 tracing: Erase irqsoff trace with empty write by Bo Yan · 7 years ago
  57. 97d402e tracing: Fix trace_pipe behavior for instance traces by Tahsin Erdogan · 7 years ago
  58. 3d5960c genirq: Make sparse_irq_lock protect what it should protect by Thomas Gleixner · 7 years ago
  59. cf052336 tracing: Apply trace_clock changes to instance max buffer by Baohong Liu · 7 years ago
  60. 96cf918 tracing: Add barrier to trace_printk() buffer nesting modification by Steven Rostedt (VMware) · 7 years ago
  61. 100553e ftrace: Fix memleak when unregistering dynamic ops when tracing disabled by Steven Rostedt (VMware) · 7 years ago
  62. df865f8 ftrace: Fix selftest goto location on error by Steven Rostedt (VMware) · 7 years ago
  63. d21f3ea locktorture: Fix potential memory leak with rw lock test by Yang Shi · 8 years ago
  64. 309e4db cpuset: Fix incorrect memory_pressure control file mapping by Waiman Long · 7 years ago
  65. 17c564f mm, uprobes: fix multiple free of ->uprobes_state.xol_area by Eric Biggers · 7 years ago
  66. c0c6dff locking/spinlock/debug: Remove spinlock lockup detection code by Waiman Long · 8 years ago
  67. b8a1532 gcov: support GCC 7.1 by Martin Liska · 8 years ago
  68. 70b3fd5 timers: Fix excessive granularity of new timers after a nohz idle by Nicholas Piggin · 7 years ago
  69. bde6608 perf/core: Fix group {cpu,task} validation by Mark Rutland · 7 years ago
  70. 741397d ftrace: Check for null ret_stack on profile function graph entry function by Steven Rostedt (VMware) · 7 years ago
  71. 8838cd5 tracing: Fix freeing of filter in create_filter() when set_str is false by Steven Rostedt (VMware) · 7 years ago
  72. 2818a76 tracing: Fix kmemleak in tracing_map_array_free() by Chunyu Hu · 7 years ago
  73. 3170d9a tracing: Call clear_boot_tracer() at lateinit_sync by Steven Rostedt (VMware) · 7 years ago
  74. b65b6ac fork: fix incorrect fput of ->exe_file causing use-after-free by Eric Biggers · 7 years ago
  75. 655da3d bpf/verifier: fix min/max handling in BPF_SUB by Edward Cree · 7 years ago
  76. bf5b91b bpf: fix mixed signed/unsigned derived min/max value bounds by Daniel Borkmann · 7 years ago
  77. 8d674be bpf, verifier: fix alu ops against map_value{, _adj} register types by Daniel Borkmann · 8 years ago
  78. 577aa83 bpf: adjust verifier heuristics by Daniel Borkmann · 7 years ago
  79. e37bdee bpf, verifier: add additional patterns to evaluate_reg_imm_alu by John Fastabend · 7 years ago
  80. d6a6b6b bpf: fix bpf_trace_printk on 32 bit archs by Daniel Borkmann · 7 years ago
  81. 322cd32 pids: make task_tgid_nr_ns() safe by Oleg Nesterov · 7 years ago
  82. f9497d5 genirq/ipi: Fixup checks against nr_cpu_ids by Alexey Dobriyan · 7 years ago
  83. 762ac49 genirq: Restore trigger settings in irq_modify_status() by Marc Zyngier · 7 years ago
  84. adcfbb2 audit: Fix use after free in audit_remove_watch_rule() by Jan Kara · 7 years ago
  85. 0041042 futex: Remove unnecessary warning from get_futex_key by Mel Gorman · 7 years ago
  86. f9636c9 workqueue: implicit ordered attribute should be overridable by Tejun Heo · 7 years ago
  87. 916a05b signal: protect SIGNAL_UNKILLABLE from unintentional clearing. by Jamie Iles · 8 years ago
  88. 9ef8b23 timers: Fix overflow in get_next_timer_interrupt by Matija Glavinic Pecotic · 7 years ago
  89. 45a636e cpuset: fix a deadlock due to incomplete patching of cpusets_enabled() by Dima Zavin · 7 years ago
  90. 61a0adb workqueue: restore WQ_UNBOUND/max_active==1 to be ordered by Tejun Heo · 7 years ago
  91. 445ee6c cgroup: fix error return value from cgroup_subtree_control() by Tejun Heo · 7 years ago
  92. 4a99eac cgroup: create dfl_root files on subsys registration by Tejun Heo · 7 years ago
  93. 62b5776 sched/cgroup: Move sched_online_group() back into css_online() to fix crash by Konstantin Khlebnikov · 8 years ago
  94. 6b3d13f smp/hotplug: Replace BUG_ON and react useful by Thomas Gleixner · 7 years ago
  95. 7b4e4b1 smp/hotplug: Move unparking of percpu threads to the control CPU by Thomas Gleixner · 7 years ago
  96. 91af5f0 alarmtimer: don't rate limit one-shot timers by Greg Hackmann · 7 years ago
  97. 919e481 tracing: Fix kmemleak in instance_rmdir by Chunyu Hu · 7 years ago
  98. a76a032 Revert "perf/core: Drop kernel samples even though :u is specified" by Ingo Molnar · 7 years ago
  99. 198bd49 ftrace: Fix uninitialized variable in match_records() by Dan Carpenter · 7 years ago
  100. 04e002a tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate results by Pavankumar Kondeti · 8 years ago