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