1. aee0861 cpu/hotplug: Non-SMP machines do not make use of booted_once by Abel Vesa · 6 years ago
  2. c504b9f cpu/hotplug: Fix SMT supported evaluation by Thomas Gleixner · 6 years ago
  3. 8b1969d cpu/hotplug: detect SMT disabled by BIOS by Josh Poimboeuf · 6 years ago
  4. 929d3b2 cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early by Thomas Gleixner · 6 years ago
  5. a69c5e0 cpu/hotplug: Expose SMT control init function by Jiri Kosina · 6 years ago
  6. e7cda2f cpu/hotplug: Online siblings when SMT control is turned on by Thomas Gleixner · 6 years ago
  7. a0695af x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present by Konrad Rzeszutek Wilk · 6 years ago
  8. 8438e49 cpu/hotplug: Boot HT siblings at least once by Thomas Gleixner · 6 years ago
  9. f37486c cpu/hotplug: Provide knobs to control SMT by Thomas Gleixner · 6 years ago
  10. 373b8de cpu/hotplug: Split do_cpu_down() by Thomas Gleixner · 6 years ago
  11. 9333575 cpu/hotplug: Make bringup/teardown of smp threads symmetric by Thomas Gleixner · 6 years ago
  12. 6bb53ee init: rename and re-order boot_cpu_state_init() by Linus Torvalds · 6 years ago
  13. fbf12e1 Mark HI and TASKLET softirq synchronous by Linus Torvalds · 6 years ago
  14. 6a19e26 fork: unconditionally clear stack on fork by Kees Cook · 6 years ago
  15. 885b49b kmemleak: clear stale pointers from task stacks by Konstantin Khlebnikov · 7 years ago
  16. a26030a ring_buffer: tracing: Inherit the tracing setting to next ring buffer by Masami Hiramatsu · 6 years ago
  17. f4a9db5 nohz: Fix local_timer_softirq_pending() by Anna-Maria Gleixner · 6 years ago
  18. eecd08a genirq: Make force irq threading setup more robust by Thomas Gleixner · 6 years ago
  19. 047f9d6 sched/wait: Remove the lockless swait_active() check in swake_up*() by Boqun Feng · 7 years ago
  20. 5f5e70d audit: allow not equal op for audit by executable by Ondrej Mosnáček · 6 years ago
  21. 7d044d9 stop_machine: Use raw spinlocks by Thomas Gleixner · 6 years ago
  22. e31a06e bpf: fix references to free_bpf_prog_info() in comments by Jakub Kicinski · 6 years ago
  23. 31ad104 kcov: ensure irq code sees a valid area by Mark Rutland · 6 years ago
  24. b985a73 tracing: Quiet gcc warning about maybe unused link variable by Steven Rostedt (VMware) · 6 years ago
  25. 987e425a tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failure by Artem Savkov · 6 years ago
  26. b38f829 kthread, tracing: Don't expose half-written comm when creating kthreads by Snild Dolkow · 6 years ago
  27. a9737bb tracing: Fix possible double free in event_enable_trigger_func() by Steven Rostedt (VMware) · 6 years ago
  28. 2a0ce1f tracing: Fix double free of event_trigger_data by Steven Rostedt (VMware) · 6 years ago
  29. 34f841a PM / hibernate: Fix oops at snapshot_write() by Tetsuo Handa · 6 years ago
  30. 07cd816 tracing: Fix missing return symbol in function_graph output by Changbin Du · 6 years ago
  31. 8fd8658 time: Make sure jiffies_to_msecs() preserves non-zero time periods by Geert Uytterhoeven · 6 years ago
  32. db2baee printk: fix possible reuse of va_list variable by Tetsuo Handa · 6 years ago
  33. dfc80dc tracing: Fix crash when freeing instances with event triggers by Steven Rostedt (VMware) · 6 years ago
  34. 935893a objtool, x86: Add several functions and files to the objtool whitelist by Josh Poimboeuf · 7 years ago
  35. 357cf02 kdb: make "mdr" command repeat by Randy Dunlap · 6 years ago
  36. c458c7c rcu: Call touch_nmi_watchdog() while printing stall warnings by Tejun Heo · 6 years ago
  37. 85e924b audit: return on memory error to avoid null pointer dereference by Richard Guy Briggs · 6 years ago
  38. bc09bf8 perf/core: Fix perf_output_read_group() by Peter Zijlstra · 6 years ago
  39. 3d06325 sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warning by Davidlohr Bueso · 6 years ago
  40. d4271d8 perf/cgroup: Fix child event counting bug by Song Liu · 6 years ago
  41. 3039394 workqueue: use put_device() instead of kfree() by Arvind Yadav · 6 years ago
  42. 79dc8f3 kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZE by David Rientjes · 6 years ago
  43. c8723ce locking/qspinlock: Ensure node->count is updated before initialising node by Will Deacon · 6 years ago
  44. b2e949b x86/power: Fix swsusp_arch_resume prototype by Arnd Bergmann · 6 years ago
  45. ec1975a kernel/signal.c: avoid undefined behaviour in kill_something_info by zhongjiang · 7 years ago
  46. 960828a kernel/sys.c: fix potential Spectre v1 issue by Gustavo A. R. Silva · 6 years ago
  47. 094c276 seccomp: Move speculation migitation control to arch code by Thomas Gleixner · 6 years ago
  48. ab677c2 seccomp: Add filter flag to opt-out of SSB mitigation by Kees Cook · 6 years ago
  49. c71def8 seccomp: Use PR_SPEC_FORCE_DISABLE by Thomas Gleixner · 6 years ago
  50. 0a112f10 seccomp: Enable speculation flaw mitigations by Kees Cook · 6 years ago
  51. 4272f52 nospec: Allow getting/setting on non-current task by Kees Cook · 6 years ago
  52. 4812ffb prctl: Add speculation control prctls by Thomas Gleixner · 6 years ago
  53. f58b661 tick/broadcast: Use for_each_cpu() specially on UP kernels by Dexuan Cui · 6 years ago
  54. 20a3061 signals: avoid unnecessary taking of sighand->siglock by Waiman Long · 7 years ago
  55. 04103c2 kernel/exit.c: avoid undefined behaviour when calling wait4() by zhongjiang · 7 years ago
  56. a164009 futex: futex_wake_op, fix sign_extend32 sign bits by Jiri Slaby · 6 years ago
  57. 81da9f8 futex: Remove duplicated code and fix undefined behaviour by Jiri Slaby · 7 years ago
  58. c64ca00 perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[] by Peter Zijlstra · 6 years ago
  59. fba70eb tracing/uprobe_event: Fix strncpy corner case by Masami Hiramatsu · 6 years ago
  60. f94eef3 tracing: Fix regex_match_front() to not over compare the test string by Steven Rostedt (VMware) · 6 years ago
  61. 68447d6 perf: Remove superfluous allocation error check by Jiri Olsa · 6 years ago
  62. 0f2c8b3 tracepoint: Do not warn on ENOMEM by Mathieu Desnoyers · 6 years ago
  63. fcbc8d0 bpf: map_get_next_key to return first key on NULL by Teng Qin · 7 years ago
  64. 0f8a75e perf/core: Fix the perf_cpu_time_max_percent check by Tan Xiaojun · 7 years ago
  65. 9acdfe4 perf: Return proper values for user stack errors by Jiri Olsa · 6 years ago
  66. ac6f0cb perf: Fix sample_max_stack maximum check by Jiri Olsa · 6 years ago
  67. 0df9b12d resource: fix integer overflow at reallocation by Takashi Iwai · 6 years ago
  68. b951ffb perf/core: Fix use-after-free in uprobe_perf_close() by Prashant Bhole · 6 years ago
  69. 0559ea3 sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks by Daniel Bristot de Oliveira · 7 years ago
  70. 50fe37e perf/core: Correct event creation with PERF_FORMAT_GROUP by Peter Zijlstra · 7 years ago
  71. c198e22 cpuhotplug: Link lock stacks for hotplug callbacks by Thomas Gleixner · 7 years ago
  72. a1e7a9e sched/numa: Use down_read_trylock() for the mmap_sem by Vlastimil Babka · 7 years ago
  73. f02bfec perf/core: Fix error handling in perf_event_alloc() by Dan Carpenter · 7 years ago
  74. 5daab72 perf/callchain: Force USER_DS when invoking perf_callchain_user() by Will Deacon · 7 years ago
  75. a2095be pidns: disable pid allocation if pid_ns_prepare_proc() is failed in alloc_pid() by Kirill Tkhai · 7 years ago
  76. 7f9a93b module: extend 'rodata=off' boot cmdline parameter to module mappings by AKASHI Takahiro · 6 years ago
  77. 02e3a7d genirq: Use cpumask_available() for check of cpumask variable by Matthias Kaehlcke · 7 years ago
  78. fd2f070 kprobes/x86: Fix to set RWX bits correctly before releasing trampoline by Masami Hiramatsu · 7 years ago
  79. 7614f7d perf/hwbp: Simplify the perf-hwbp code, fix documentation by Linus Torvalds · 6 years ago
  80. 6c9ca57 Revert "genirq: Use irqd_get_trigger_type to compare the trigger type for shared IRQs" by Greg Kroah-Hartman · 6 years ago
  81. 3eb8880 bpf: skip unnecessary capability check by Chenbo Feng · 6 years ago
  82. d434dae tracing: probeevent: Fix to support minus offset from symbol by Masami Hiramatsu · 6 years ago
  83. f2596a9 genirq: Use irqd_get_trigger_type to compare the trigger type for shared IRQs by Hans de Goede · 7 years ago
  84. 58e7fd9 time: Change posix clocks ops interfaces to use timespec64 by Deepa Dinamani · 7 years ago
  85. ad11afd locking/locktorture: Fix num reader/writer corner cases by Davidlohr Bueso · 7 years ago
  86. cce2b93 sched: Stop resched_cpu() from sending IPIs to offline CPUs by Paul E. McKenney · 7 years ago
  87. bac7bb1 sched: Stop switched_to_rt() from sending IPIs to offline CPUs by Paul E. McKenney · 7 years ago
  88. b5fa6d9 printk: Correctly handle preemption in console_unlock() by Petr Mladek · 7 years ago
  89. 0e6661b rtmutex: Fix PI chain order integrity by Peter Zijlstra · 7 years ago
  90. ca9c607 braille-console: Fix value returned by _braille_console_setup by Samuel Thibault · 7 years ago
  91. 00c001f sysrq: Reset the watchdog timers while displaying high-resolution timers by Tom Hromatka · 7 years ago
  92. ae0258a timers, sched_clock: Update timeout for clock wrap by David Engraf · 7 years ago
  93. 225ce6d workqueue: Allow retrieval of current task's work struct by Lukas Wunner · 6 years ago
  94. 2a8bc53 bpf: add schedule points in percpu arrays management by Eric Dumazet · 6 years ago
  95. 422baf6 bpf: fix mlock precharge on arraymaps by Daniel Borkmann · 6 years ago
  96. 816cfeb bpf: fix wrong exposure of map_flags into fdinfo for lpm by Daniel Borkmann · 6 years ago
  97. 13e75c7 timers: Forward timer base before migrating timers by Lingutla Chandrasekhar · 6 years ago
  98. ff5544dd genirq: Guard handle_bad_irq log messages by Guenter Roeck · 6 years ago
  99. 5a9f69b hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers) by Anna-Maria Gleixner · 6 years ago
  100. 8f7cf88d mm: Fix devm_memremap_pages() collision handling by Jan H. Schönherr · 6 years ago