1. 10c197e genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY by Marc Zyngier · 4 years ago
  2. b0db2f0 ring-buffer: Fix recursion protection transitions between interrupt context by Steven Rostedt (VMware) · 4 years ago
  3. 66be43d fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent by Eddy Wu · 4 years ago
  4. b134320 tracing: Fix out of bounds write in get_trace_buf by Qiujun Huang · 4 years ago
  5. 59cc02c ftrace: Handle tracing when switching between context by Steven Rostedt (VMware) · 4 years ago
  6. ee395fa ftrace: Fix recursion check for NMI test by Steven Rostedt (VMware) · 4 years ago
  7. a1ffa06 kthread_worker: prevent queuing delayed work from timer_fn when it is being canceled by Zqiang · 4 years ago
  8. f14b7bf ring-buffer: Return 0 on success from ring_buffer_resize() by Qiujun Huang · 4 years ago
  9. 6be0610 kgdb: Make "kgdbcon" work properly with "kgdb_earlycon" by Douglas Anderson · 4 years, 3 months ago
  10. 957559d PM: hibernate: remove the bogus call to get_gendisk() in software_resume() by Christoph Hellwig · 4 years ago
  11. 6c21439 kdb: Fix pager search for multi-line strings by Daniel Thompson · 4 years, 1 month ago
  12. 1cd6cc2 perf: Fix task_function_call() error handling by Kajol Jain · 4 years, 1 month ago
  13. 03170ea ftrace: Move RCU is watching check after recursion check by Steven Rostedt (VMware) · 4 years ago
  14. 80736e2 usermodehelper: reset umask to default before executing user process by Linus Torvalds · 4 years ago
  15. 9b55d84 kprobes: Fix to check probe enabled before disarm_kprobe_ftrace() by Masami Hiramatsu · 4 years, 1 month ago
  16. d859312 printk: handle blank console arguments passed in. by Shreyas Joshi · 4 years, 5 months ago
  17. efff033 tracing: Use address-of operator on section symbols by Nathan Chancellor · 4 years, 8 months ago
  18. 61f27ba timekeeping: Prevent 32bit truncation in scale64_check_overflow() by Wen Yang · 4 years, 9 months ago
  19. d59ef31 bpf: Remove recursion prevention from rcu free callback by Thomas Gleixner · 4 years, 7 months ago
  20. db8a0b8 audit: CONFIG_CHANGE don't log internal bookkeeping as an event by Steve Grubb · 4 years, 9 months ago
  21. 5d24e29 tracing: Set kernel_stack's caller size properly by Josef Bacik · 10 years ago
  22. bab62c6 kernel/sys.c: avoid copying possible padding bytes in copy_to_user by Joe Perches · 4 years, 10 months ago
  23. 6f46c4f tracing: Adding NULL checks for trace_array descriptor pointer by Divya Indi · 5 years ago
  24. 4029fed kprobes: fix kill kprobe which has been marked as gone by Muchun Song · 4 years, 1 month ago
  25. 1ed38f2 gcov: add support for GCC 10.1 by Peter Oberparleiter · 4 years, 1 month ago
  26. 250f408 gcov: Disable gcov build with GCC 10 by Leon Romanovsky · 4 years, 1 month ago
  27. 50675a1 locking/lockdep: Fix overflow in presentation of average lock-time by Chris Wilson · 4 years, 2 months ago
  28. 6662601 kernel/relay.c: fix memleak on destroy relay channel by Wei Yongjun · 4 years, 2 months ago
  29. 854cbc3 tracing/hwlat: Honor the tracing_cpumask by Kevin Hao · 4 years, 2 months ago
  30. ee458aa tracing: Clean up the hwlat binding code by Steven Rostedt (VMware) · 8 years ago
  31. ad363ad kprobes: Fix NULL pointer dereference at kprobe_ftrace_handler by Muchun Song · 4 years, 2 months ago
  32. ea3d57b ftrace: Setup correct FTRACE_FL_REGS flags for module by Chengming Zhou · 4 years, 2 months ago
  33. f3b1d64 cgroup: add missing skcd->no_refcnt check in cgroup_sk_clone() by Yang Yingliang · 4 years, 2 months ago
  34. 5aa7839 random32: update the net random state on interrupt and activity by Willy Tarreau · 4 years, 3 months ago
  35. fe6ba50 uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix GDB regression by Oleg Nesterov · 4 years, 2 months ago
  36. 8b72b56 sched/fair: handle case of task_h_load() returning 0 by Vincent Guittot · 4 years, 3 months ago
  37. b1ba129 timer: Fix wheel index calculation on last level by Frederic Weisbecker · 4 years, 3 months ago
  38. 51fbad6 cgroup: fix cgroup_sk_alloc() for sk_clone_lock() by Cong Wang · 4 years, 3 months ago
  39. 0c19934 sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in milliseconds by Shile Zhang · 8 years ago
  40. 2968445 kgdb: Avoid suspicious RCU usage warning by Douglas Anderson · 4 years, 4 months ago
  41. 587287c tracing: Fix event trigger to accept redundant spaces by Masami Hiramatsu · 4 years, 4 months ago
  42. c032e65 blktrace: break out of blktrace setup on concurrent calls by Luis Chamberlain · 4 years, 4 months ago
  43. 37b31f4 sched/core: Fix PI boosting between RT and DEADLINE tasks by Juri Lelli · 6 years ago
  44. ed61e8c kretprobe: Prevent triggering kretprobe from within kprobe_flush_task by Jiri Olsa · 4 years, 5 months ago
  45. 354fb59 kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutex by Masami Hiramatsu · 4 years, 5 months ago
  46. b7827de kernel/cpu_pm: Fix uninitted local in cpu_pm by Douglas Anderson · 4 years, 5 months ago
  47. 1e587ce exit: Move preemption fixup up, move blocking operations down by Jann Horn · 4 years, 7 months ago
  48. d39bb8e kgdb: Prevent infinite recursive entries to the debugger by Douglas Anderson · 4 years, 5 months ago
  49. 9bf3b36 perf: Add cond_resched() to task_function_call() by Barret Rhoden · 4 years, 6 months ago
  50. 4205ab1 sched/fair: Don't NUMA balance for kthreads by Jens Axboe · 4 years, 4 months ago
  51. 5ec850f uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly aligned by Oleg Nesterov · 4 years, 5 months ago
  52. d1774b0 kernel/relay.c: handle alloc_percpu returning NULL in relay_open by Daniel Axtens · 4 years, 4 months ago
  53. 6e3885a genirq/generic_pending: Do not lose pending affinity update by Thomas Gleixner · 6 years ago
  54. bae3b50 padata: purge get_cpu and reorder_via_wq from padata_do_serial by Daniel Jordan · 4 years, 5 months ago
  55. 52a3af1 padata: initialize pd->cpu with effective cpumask by Daniel Jordan · 4 years, 5 months ago
  56. f501513 padata: Replace delayed timer with immediate workqueue in padata_reorder by Herbert Xu · 4 years, 5 months ago
  57. 251716d padata: set cpu_index of unused CPUs to -1 by Mathias Krause · 4 years, 5 months ago
  58. 6953f88c padata: ensure padata_do_serial() runs on the correct CPU by Mathias Krause · 7 years ago
  59. 08257da padata: ensure the reorder timer callback runs on the correct CPU by Mathias Krause · 7 years ago
  60. 7174609 padata: get_next is never NULL by Jason A. Donenfeld · 7 years ago
  61. c4c5322 padata: Remove unused but set variables by Tobias Klauser · 8 years ago
  62. ce9f411 Stop the ad-hoc games with -Wno-maybe-initialized by Linus Torvalds · 4 years, 5 months ago
  63. c0138cf kbuild: compute false-positive -Wmaybe-uninitialized cases in Kconfig by Masahiro Yamada · 6 years ago
  64. 89e8fc9 ptp: fix the race between the release of ptp_clock and cdev by Vladis Dronov · 4 years, 9 months ago
  65. a33f9c9 blktrace: fix dereference after null check by Cengiz Can · 4 years, 7 months ago
  66. 284dba6 blktrace: Protect q->blk_trace with RCU by Jan Kara · 4 years, 8 months ago
  67. 0f62edb blktrace: fix trace mutex deadlock by Jens Axboe · 7 years ago
  68. 0ef5b09 blktrace: fix unlocked access to init/start-stop/teardown by Jens Axboe · 7 years ago
  69. b488092 blktrace: Fix potential deadlock between delete & sysfs ops by Waiman Long · 7 years ago
  70. d6e55a3 tracing: Add a vmalloc_sync_mappings() for safe measure by Steven Rostedt (VMware) · 4 years, 5 months ago
  71. 9199193 PM: hibernate: Freeze kernel threads in software_resume() by Dexuan Cui · 4 years, 6 months ago
  72. ed0e49c perf/core: fix parent pid/tid in task exit events by Ian Rogers · 4 years, 6 months ago
  73. 3fb1c81 audit: check the length of userspace generated audit records by Paul Moore · 4 years, 6 months ago
  74. 7526678 kernel/gcov/fs.c: gcov_seq_next() should increase position index by Vasily Averin · 4 years, 6 months ago
  75. eb6f402 locktorture: Print ratio of acquisitions, not failures by Paul E. McKenney · 4 years, 9 months ago
  76. a289fd8 tracing: Fix the race between registering 'snapshot' event trigger and triggering 'snapshot' operation by Xiao Yang · 4 years, 6 months ago
  77. f5fbbb6 kmod: make request_module() return an error when autoloading is disabled by Eric Biggers · 4 years, 6 months ago
  78. f2a02af x86/speculation: Remove redundant arch_smt_update() invocation by Zhenzhong Duan · 6 years ago
  79. 110012a signal: Extend exec_id to 64bits by Eric W. Biederman · 4 years, 6 months ago
  80. 7cdad70 locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps() by Boqun Feng · 4 years, 7 months ago
  81. c7539eb sched: Avoid scale real weight down to zero by Michael Wang · 4 years, 7 months ago
  82. b1d47d7 padata: always acquire cpu_hotplug_lock before pinst->lock by Daniel Jordan · 4 years, 10 months ago
  83. ce7656e bpf: Explicitly memset the bpf_attr structure by Greg Kroah-Hartman · 4 years, 7 months ago
  84. cc24d74 genirq: Fix reference leaks on irq affinity notifiers by Edward Cree · 4 years, 7 months ago
  85. 95c5383 futex: Unbreak futex hashing by Thomas Gleixner · 4 years, 7 months ago
  86. fb099f3b futex: Fix inode life-time issue by Peter Zijlstra · 4 years, 7 months ago
  87. 8c59bdc x86/mm: split vmalloc_sync_all() by Joerg Roedel · 4 years, 7 months ago
  88. 4306259 signal: avoid double atomic counter increments for user accounting by Linus Torvalds · 4 years, 7 months ago
  89. 3772b93 workqueue: don't use wq_select_unbound_cpu() for bound works by Hillf Danton · 4 years, 9 months ago
  90. 529f4b7 cgroup: memcg: net: do not associate sock with unrelated cgroup by Shakeel Butt · 4 years, 7 months ago
  91. eef128d audit: always check the netlink payload length in audit_receive_msg() by Paul Moore · 4 years, 7 months ago
  92. 145bd64 audit: fix error handling in audit_data_to_entry() by Paul Moore · 4 years, 8 months ago
  93. 38a71bb trigger_next should increase position index by Vasily Averin · 4 years, 9 months ago
  94. b4b5af0 ftrace: fpid_next() should increase position index by Vasily Averin · 4 years, 9 months ago
  95. 373e93e tracing: Fix very unlikely race of registering two stat tracers by Steven Rostedt (VMware) · 4 years, 9 months ago
  96. 29930c6 tracing: Fix tracing_stat return values in error handling paths by Luis Henriques · 10 years ago
  97. a594a9e cpu/hotplug, stop_machine: Fix stop_machine vs hotplug order by Peter Zijlstra · 4 years, 10 months ago
  98. 928cf3d padata: Remove broken queue flushing by Herbert Xu · 4 years, 11 months ago
  99. 026d914 perf/core: Fix mlock accounting in perf_mmap() by Song Liu · 4 years, 9 months ago
  100. 75fc465 clocksource: Prevent double add_timer_on() for watchdog_timer by Konstantin Khlebnikov · 4 years, 8 months ago