1. 95c5383 futex: Unbreak futex hashing by Thomas Gleixner · 4 years, 3 months ago
  2. fb099f3b futex: Fix inode life-time issue by Peter Zijlstra · 4 years, 3 months ago
  3. 8c59bdc x86/mm: split vmalloc_sync_all() by Joerg Roedel · 4 years, 3 months ago
  4. 4306259 signal: avoid double atomic counter increments for user accounting by Linus Torvalds · 4 years, 4 months ago
  5. 3772b93 workqueue: don't use wq_select_unbound_cpu() for bound works by Hillf Danton · 4 years, 5 months ago
  6. 529f4b7 cgroup: memcg: net: do not associate sock with unrelated cgroup by Shakeel Butt · 4 years, 3 months ago
  7. eef128d audit: always check the netlink payload length in audit_receive_msg() by Paul Moore · 4 years, 4 months ago
  8. 145bd64 audit: fix error handling in audit_data_to_entry() by Paul Moore · 4 years, 4 months ago
  9. 38a71bb trigger_next should increase position index by Vasily Averin · 4 years, 5 months ago
  10. b4b5af0 ftrace: fpid_next() should increase position index by Vasily Averin · 4 years, 5 months ago
  11. 373e93e tracing: Fix very unlikely race of registering two stat tracers by Steven Rostedt (VMware) · 4 years, 5 months ago
  12. 29930c6 tracing: Fix tracing_stat return values in error handling paths by Luis Henriques · 10 years ago
  13. a594a9e cpu/hotplug, stop_machine: Fix stop_machine vs hotplug order by Peter Zijlstra · 4 years, 6 months ago
  14. 928cf3d padata: Remove broken queue flushing by Herbert Xu · 4 years, 7 months ago
  15. 026d914 perf/core: Fix mlock accounting in perf_mmap() by Song Liu · 4 years, 5 months ago
  16. 75fc465 clocksource: Prevent double add_timer_on() for watchdog_timer by Konstantin Khlebnikov · 4 years, 4 months ago
  17. a371457 signal: Allow cifs and drbd to receive their terminating signals by Eric W. Biederman · 4 years, 10 months ago
  18. 63d2b0e perf/ioctl: Add check for the sample_period value by Ravi Bangoria · 5 years ago
  19. aecf64a kdb: do a sanity check on the cpu in kdb_per_cpu() by Dan Carpenter · 5 years ago
  20. 5cd0449 tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not defined by Steven Rostedt (VMware) · 4 years, 5 months ago
  21. 62599be kernel/trace: Fix do not unregister tracepoints when register sched_migrate_task fail by Kaitao Cheng · 4 years, 5 months ago
  22. c091102 locking/spinlock/debug: Fix various data races by Marco Elver · 4 years, 7 months ago
  23. 1a2985a ftrace: Avoid potential division by zero in function profiler by Wen Yang · 4 years, 5 months ago
  24. 70f32bb tracing: Have the histogram compare functions convert to u64 first by Steven Rostedt (VMware) · 4 years, 6 months ago
  25. 5f0950b memcg: account security cred as well to kmemcg by Shakeel Butt · 4 years, 5 months ago
  26. 36ed8b5 taskstats: fix data-race by Christian Brauner · 4 years, 8 months ago
  27. 5ff5ed8 PM / hibernate: memory_bm_find_bit(): Tighten node optimisation by Andy Whitcroft · 4 years, 9 months ago
  28. 190d14f hrtimer: Annotate lockless access to timer->state by Eric Dumazet · 4 years, 7 months ago
  29. b231f9d kernel: sysctl: make drop_caches write-only by Johannes Weiner · 4 years, 6 months ago
  30. 5defd32 kernel/module.c: wakeup processes in module_wq on module unload by Konstantin Khorenko · 4 years, 7 months ago
  31. 1a1e9ff workqueue: Fix missing kfree(rescuer) in destroy_workqueue() by Tejun Heo · 4 years, 9 months ago
  32. 93b2cdd cgroup: pids: use atomic64_t for pids->limit by Aleksa Sarai · 4 years, 8 months ago
  33. 4f5b0c7 workqueue: Fix pwq ref leak in rescuer_thread() by Tejun Heo · 4 years, 9 months ago
  34. 54f859a workqueue: Fix spurious sanity check failures in destroy_workqueue() by Tejun Heo · 4 years, 9 months ago
  35. bdb6fa8 sched/fair: Scale bandwidth quota and period without losing quota/period ratio precision by Xuewei Zhang · 4 years, 8 months ago
  36. 2b30b82 audit_get_nd(): don't unlock parent too early by Al Viro · 4 years, 7 months ago
  37. c2b5d22 audit: print empty EXECVE args by Richard Guy Briggs · 6 years ago
  38. e1f78c1 sched/fair: Don't increase sd->balance_interval on newidle balance by Valentin Schneider · 6 years ago
  39. 63b9c6e printk: fix integer overflow in setup_log_buf() by Sergey Senozhatsky · 6 years ago
  40. 089d475 printk: Give error on attempt to set log buffer length to over 2G by He Zhe · 6 years ago
  41. 6270cc3 cpu/SMT: State SMT is disabled even with nosmt and without "=force" by Borislav Petkov · 6 years ago
  42. 679791f kprobes: Don't call BUG_ON() if there is a kprobe in use on free list by Masami Hiramatsu · 6 years ago
  43. dbe380a signal: Properly deliver SIGILL from uprobes by Eric W. Biederman · 6 years ago
  44. 1f7d8a2 signal: Always ignore SIGKILL and SIGSTOP sent to the global init by Eric W. Biederman · 6 years ago
  45. e2bd077 cpu/speculation: Uninline and export CPU mitigations helpers by Tyler Hicks · 4 years, 7 months ago
  46. 07abe8c alarmtimer: Change remaining ENOTSUPP to EOPNOTSUPP by Petr Vorel · 4 years, 7 months ago
  47. c24de62 tracing: Initialize iter->seq after zeroing in tracing_read_pipe() by Petr Mladek · 4 years, 8 months ago
  48. 5e402ba tracing: Get trace_array reference for available_tracers files by Steven Rostedt (VMware) · 4 years, 8 months ago
  49. d9df3aa tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency by Srivatsa S. Bhat (VMware) · 4 years, 8 months ago
  50. 81e3f1d tracing/hwlat: Report total time spent in all NMIs during the sample by Srivatsa S. Bhat (VMware) · 4 years, 8 months ago
  51. 5a4a121 kernel/sysctl.c: do not override max_threads provided by userspace by Michal Hocko · 4 years, 8 months ago
  52. 9489b43 panic: ensure preemption is disabled during panic() by Will Deacon · 4 years, 8 months ago
  53. d3d9647 kernel/elfcore.c: include proper prototypes by Valdis Kletnieks · 4 years, 9 months ago
  54. afed3c5 sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr() by KeMeng Shi · 4 years, 9 months ago
  55. 75be612 timer: Read jiffies once when forwarding base clk by Li RongQing · 4 years, 9 months ago
  56. 65b7a5a alarmtimer: Use EOPNOTSUPP instead of ENOTSUPP by Thadeu Lima de Souza Cascardo · 4 years, 9 months ago
  57. c1f7ffb printk: Do not lose last line in kmsg buffer dump by Vincent Whitchurch · 5 years ago
  58. 0ecb43d1 printk: remove games with previous record flags by Linus Torvalds · 8 years ago
  59. d641e70 kprobes: Prohibit probing on BUG() and WARN() address by Masami Hiramatsu · 4 years, 9 months ago
  60. 996a5e4 sched/core: Fix CPU controller for !RT_GROUP_SCHED by Juri Lelli · 5 years ago
  61. b5fd7a1 sched/fair: Fix imbalance due to CPU affinity by Vincent Guittot · 5 years ago
  62. 59da794 locking/lockdep: Add debug_locks check in __lock_downgrade() by Waiman Long · 5 years ago
  63. 49a210f genirq: Prevent NULL pointer dereference in resend_irqs() by Yunfeng Ye · 4 years, 9 months ago
  64. 0a3989a sched/fair: Don't assign runtime for throttled cfs_rq by Liangyan · 4 years, 10 months ago
  65. 8421928 genirq: Properly pair kobject_del() with kobject_add() by Michael Kelley · 4 years, 11 months ago
  66. 6c1dc8f bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K by Daniel Borkmann · 6 years ago
  67. c98446e bpf: add bpf_jit_limit knob to restrict unpriv allocations by Daniel Borkmann · 4 years, 10 months ago
  68. 5124abd bpf: get rid of pure_initcall dependency to enable jits by Daniel Borkmann · 4 years, 10 months ago
  69. ac370f1e perf/core: Fix creating kernel counters for PMUs that override event->cpu by Leonard Crestez · 4 years, 11 months ago
  70. 1043076 kernel/module.c: Only return -EEXIST for modules that have finished loading by Prarit Bhargava · 5 years ago
  71. 81c09ba ftrace: Enable trampoline when rec count returns back to one by Cheng Jian · 5 years ago
  72. 837ffc9 sched/fair: Don't free p->numa_faults with concurrent readers by Jann Horn · 5 years ago
  73. 5081001 access: avoid the RCU grace period for the temporary subjective credentials by Linus Torvalds · 5 years ago
  74. a0e0263 locking/lockdep: Hide unused 'class' variable by Arnd Bergmann · 5 years ago
  75. ccaa280 locking/lockdep: Fix lock used or unused stats error by Yuyang Du · 5 years ago
  76. 4b414f5 padata: use smp_mb in padata_reorder to avoid orphaned padata jobs by Daniel Jordan · 5 years ago
  77. fc19ad3 tracing/snapshot: Resize spare buffer if size changed by Eiichi Tsukata · 5 years ago
  78. 8cc6df3 timer_list: Guard procfs specific code by Nathan Huckleberry · 5 years ago
  79. 5992ceb ntp: Limit TAI-UTC offset by Miroslav Lichvar · 5 years ago
  80. 2b23f70 bpf: silence warning messages in core by Valdis Klētnieks · 5 years ago
  81. 1aa8b25 locking/lockdep: Fix merging of hlocks with non-zero references by Imre Deak · 5 years ago
  82. 9ac2e1c signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sig by Eric W. Biederman · 5 years ago
  83. b32df66 perf/core: Fix perf_sample_regs_user() mm check by Peter Zijlstra · 5 years ago
  84. d8b9930 ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEME by Jann Horn · 5 years ago
  85. 0cbb0ae cpu/speculation: Warn on unsupported mitigations= parameter by Geert Uytterhoeven · 5 years ago
  86. 2e41539 tracing: Silence GCC 9 array bounds warning by Miguel Ojeda · 5 years ago
  87. abfdce3 perf/ring_buffer: Add ordering to rb->nest increment by Peter Zijlstra · 5 years ago
  88. a446eb5 perf/ring_buffer: Fix exposing a temporarily decreased data_head by Yabin Cui · 5 years ago
  89. c9eb92d x86/uaccess, kcov: Disable stack protector by Peter Zijlstra · 5 years ago
  90. 122be5a ptrace: restore smp_rmb() in __ptrace_may_access() by Jann Horn · 5 years ago
  91. 2fc1de4 signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFO by Eric W. Biederman · 5 years ago
  92. 5ab0886 ntp: Allow TAI-UTC offset to be set to zero by Miroslav Lichvar · 5 years ago
  93. e74cb9e kernel/sys.c: prctl: fix false positive in validate_prctl_map() by Cyrill Gorcunov · 5 years ago
  94. 726f69d sysctl: return -EINVAL if val violates minmax by Christian Brauner · 5 years ago
  95. 5bdc536 x86/power: Fix 'nosmt' vs hibernation triple fault during resume by Jiri Kosina · 5 years ago
  96. 9557090 fs: prevent page refcount overflow in pipe_buf_get by Matthew Wilcox · 5 years ago
  97. 9adcdd5 kernel/signal.c: trace_signal_deliver when signal_group_exit by Zhenliang Wei · 5 years ago
  98. 090eb57 rcuperf: Fix cleanup path for invalid perf_type strings by Paul E. McKenney · 5 years ago
  99. 0b447e7 rcutorture: Fix cleanup path for invalid torture_type strings by Paul E. McKenney · 5 years ago
  100. c58f0e8 sched/core: Handle overflow in cpu_shares_write_u64 by Konstantin Khlebnikov · 5 years ago