index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
audit: move put_tree() to avoid trim_trees refcount underflow and UAF
Richard Guy Briggs
2021-09-03
1
-1
/
+1
*
sched: Fix get_push_task() vs migrate_disable()
Sebastian Andrzej Siewior
2021-09-03
1
-0
/
+3
*
ucounts: Increase ucounts reference counter before the security hook
Alexey Gladkov
2021-09-03
1
-6
/
+6
*
bpf: Fix ringbuf helper function compatibility
Daniel Borkmann
2021-09-03
1
-2
/
+6
*
tracing: Apply trace filters on all output channels
Pingfan Liu
2021-08-26
2
-35
/
+15
*
tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event name
Steven Rostedt (VMware)
2021-08-26
1
-0
/
+2
*
tracing: define needed config DYNAMIC_FTRACE_WITH_ARGS
Lukas Bulwahn
2021-08-26
1
-0
/
+5
*
cfi: Use rcu_read_{un}lock_sched_notrace
Elliot Berman
2021-08-26
1
-4
/
+4
*
bpf: Clear zext_dst of dead insns
Ilya Leoshkevich
2021-08-26
1
-0
/
+1
*
locking/rtmutex: Use the correct rtmutex debugging config option
Zhen Lei
2021-08-18
1
-1
/
+1
*
genirq/timings: Prevent potential array overflow in __irq_timings_store()
Ben Dai
2021-08-18
1
-0
/
+5
*
genirq/msi: Ensure deactivation on teardown
Bixuan Cui
2021-08-18
1
-5
/
+8
*
genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP
Thomas Gleixner
2021-08-18
1
-1
/
+4
*
bpf: Fix potentially incorrect results with bpf_get_local_storage()
Yonghong Song
2021-08-18
1
-2
/
+2
*
bpf: Fix integer overflow involving bucket_size
Tatsuhiko Yasumatsu
2021-08-18
1
-2
/
+2
*
seccomp: Fix setting loaded filter count during TSYNC
Hsuan-Chi Kuo
2021-08-18
1
-1
/
+1
*
cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_sync
Tejun Heo
2021-08-18
1
-8
/
+11
*
bpf: Add lockdown check for probe_write_user helper
Daniel Borkmann
2021-08-15
1
-2
/
+3
*
sched/rt: Fix double enqueue caused by rt_effective_prio
Peter Zijlstra
2021-08-12
1
-55
/
+35
*
perf: Fix required permissions if sigtrap is requested
Marco Elver
2021-08-12
1
-1
/
+24
*
timers: Move clearing of base::timer_running under base:: Lock
Thomas Gleixner
2021-08-12
1
-2
/
+4
*
tracepoint: Use rcu get state and cond sync for static call updates
Mathieu Desnoyers
2021-08-12
1
-14
/
+67
*
tracepoint: Fix static call function vs data state mismatch
Mathieu Desnoyers
2021-08-12
1
-20
/
+82
*
tracepoint: static call: Compare data on transition from 2->1 callees
Mathieu Desnoyers
2021-08-12
1
-1
/
+1
*
tracing: Fix NULL pointer dereference in start_creating
Kamal Agrawal
2021-08-12
1
-1
/
+3
*
tracing: Reject string operand in the histogram expression
Masami Hiramatsu
2021-08-12
1
-1
/
+19
*
tracing / histogram: Give calculation hist_fields a size
Steven Rostedt (VMware)
2021-08-12
1
-0
/
+4
*
bpf: Fix pointer arithmetic mask tightening under state pruning
Daniel Borkmann
2021-08-04
1
-10
/
+17
*
bpf: verifier: Allocate idmap scratch in verifier env
Lorenz Bauer
2021-08-04
1
-31
/
+15
*
bpf: Remove superfluous aux sanitation on subprog rejection
Daniel Borkmann
2021-08-04
1
-34
/
+0
*
bpf: Fix leakage due to insufficient speculative store bypass mitigation
Daniel Borkmann
2021-08-04
1
-55
/
+32
*
bpf: Introduce BPF nospec instruction for mitigating Spectre v4
Daniel Borkmann
2021-08-04
2
-8
/
+27
*
rcu-tasks: Don't delete holdouts within trc_wait_for_one_reader()
Paul E. McKenney
2021-07-31
1
-1
/
+0
*
rcu-tasks: Don't delete holdouts within trc_inspect_reader()
Paul E. McKenney
2021-07-31
1
-3
/
+2
*
cgroup1: fix leaked context root causing sporadic NULL deref in LTP
Paul Gortmaker
2021-07-31
1
-3
/
+1
*
workqueue: fix UAF in pwq_unbound_release_workfn()
Yang Yingliang
2021-07-31
1
-7
/
+13
*
posix-cpu-timers: Fix rearm racing against process tick
Frederic Weisbecker
2021-07-28
1
-5
/
+5
*
tracing: Synthetic event field_pos is an index not a boolean
Steven Rostedt (VMware)
2021-07-28
1
-1
/
+1
*
tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.
Haoran Luo
2021-07-28
1
-4
/
+24
*
tracing/histogram: Rename "cpu" to "common_cpu"
Steven Rostedt (VMware)
2021-07-28
2
-6
/
+20
*
tracepoints: Update static_call before tp_funcs when adding a tracepoint
Steven Rostedt (VMware)
2021-07-28
1
-1
/
+1
*
dma-mapping: handle vmalloc addresses in dma_common_{mmap,get_sgtable}
Roman Skakun
2021-07-28
1
-2
/
+10
*
timers: Fix get_next_timer_interrupt() with no timers pending
Nicolas Saenz Julienne
2021-07-28
1
-3
/
+5
*
bpf: Fix tail_call_reachable rejection for interpreter when jit failed
Daniel Borkmann
2021-07-28
1
-0
/
+2
*
bpf: Track subprog poke descriptors correctly and fix use-after-free
John Fastabend
2021-07-25
2
-40
/
+28
*
sched/fair: Fix CFS bandwidth hrtimer expiry type
Odin Ugedal
2021-07-25
1
-2
/
+2
*
kprobe/static_call: Restore missing static_call_text_reserved()
Peter Zijlstra
2021-07-20
1
-0
/
+2
*
static_call: Fix static_call_text_reserved() vs __init
Peter Zijlstra
2021-07-20
1
-5
/
+8
*
jump_label: Fix jump_label_text_reserved() vs __init
Peter Zijlstra
2021-07-20
1
-5
/
+8
*
sched/uclamp: Ignore max aggregation if rq is idle
Xuewen Yan
2021-07-20
1
-7
/
+14
[next]