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
*
locktorture: Print ratio of acquisitions, not failures
Paul E. McKenney
2020-04-23
1
-4
/
+4
*
dma-debug: fix displaying of dma allocation type
Grygorii Strashko
2020-04-23
1
-3
/
+6
*
dma-coherent: fix integer overflow in the reserved-memory dma allocation
Kevin Grandemange
2020-04-23
1
-6
/
+7
*
tracing: Fix the race between registering 'snapshot' event trigger and trigge...
Xiao Yang
2020-04-21
1
-7
/
+3
*
bpf: Fix tnum constraints for 32-bit comparisons
Jann Horn
2020-04-17
1
-36
/
+72
*
kmod: make request_module() return an error when autoloading is disabled
Eric Biggers
2020-04-17
1
-2
/
+2
*
ftrace/kprobe: Show the maxactive number on kprobe_events
Masami Hiramatsu
2020-04-17
1
-0
/
+2
*
sched/core: Remove duplicate assignment in sched_tick_remote()
Scott Wood
2020-04-17
1
-1
/
+0
*
signal: Extend exec_id to 64bits
Eric W. Biederman
2020-04-17
1
-1
/
+1
*
genirq/debugfs: Add missing sanity checks to interrupt injection
Thomas Gleixner
2020-04-17
1
-2
/
+9
*
cpu/hotplug: Ignore pm_wakeup_pending() for disable_nonboot_cpus()
Thomas Gleixner
2020-04-17
1
-2
/
+2
*
sched/fair: Fix enqueue_task_fair warning
Vincent Guittot
2020-04-17
1
-4
/
+22
*
seccomp: Add missing compat_ioctl for notify
Sven Schnelle
2020-04-17
1
-0
/
+1
*
locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()
Boqun Feng
2020-04-17
1
-0
/
+4
*
genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()
Alexander Sverdlin
2020-04-17
1
-5
/
+5
*
sched: Avoid scale real weight down to zero
Michael Wang
2020-04-17
1
-1
/
+7
*
time/sched_clock: Expire timer in hardirq context
Ahmed S. Darwish
2020-04-17
1
-4
/
+5
*
dma-mapping: Fix dma_pgprot() for unencrypted coherent pages
Thomas Hellstrom
2020-04-17
1
-0
/
+2
*
bpf: Fix deadlock with rq_lock in bpf_send_signal()
Yonghong Song
2020-04-17
1
-1
/
+1
*
padata: always acquire cpu_hotplug_lock before pinst->lock
Daniel Jordan
2020-04-08
1
-2
/
+2
*
padata: fix uninitialized return value in padata_replace()
Daniel Jordan
2020-04-08
1
-1
/
+1
*
bpf: Explicitly memset some bpf info structures declared on the stack
Greg Kroah-Hartman
2020-04-02
2
-3
/
+6
*
bpf: Explicitly memset the bpf_attr structure
Greg Kroah-Hartman
2020-04-02
1
-1
/
+2
*
bpf: Undo incorrect __reg_bound_offset32 handling
Daniel Borkmann
2020-04-01
1
-19
/
+0
*
bpf/btf: Fix BTF verification of enum members in struct/union
Yoshiki Komachi
2020-04-01
1
-1
/
+1
*
bpf: Initialize storage pointers to NULL to prevent freeing garbage pointer
Andrii Nakryiko
2020-04-01
1
-2
/
+2
*
genirq: Fix reference leaks on irq affinity notifiers
Edward Cree
2020-04-01
1
-2
/
+9
*
bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memory
Andrii Nakryiko
2020-04-01
1
-0
/
+3
*
mm: fork: fix kernel_stack memcg stats for various stack implementations
Roman Gushchin
2020-04-01
1
-2
/
+2
*
cgroup1: don't call release_agent when it is ""
Tycho Andersen
2020-04-01
1
-1
/
+1
*
cgroup-v1: cgroup_pidlist_next should update position index
Vasily Averin
2020-04-01
1
-0
/
+1
*
futex: Unbreak futex hashing
Thomas Gleixner
2020-03-25
1
-2
/
+2
*
futex: Fix inode life-time issue
Peter Zijlstra
2020-03-25
1
-36
/
+53
*
x86/mm: split vmalloc_sync_all()
Joerg Roedel
2020-03-25
1
-1
/
+1
*
signal: avoid double atomic counter increments for user accounting
Linus Torvalds
2020-03-21
1
-9
/
+14
*
tracing: Fix number printing bug in print_synth_event()
Tom Zanussi
2020-03-21
1
-3
/
+29
*
workqueue: don't use wq_select_unbound_cpu() for bound works
Hillf Danton
2020-03-18
1
-6
/
+8
*
cgroup: Iterate tasks that did not finish do_exit()
Michal Koutný
2020-03-18
1
-7
/
+16
*
cgroup: cgroup_procs_next should increase position index
Vasily Averin
2020-03-18
1
-3
/
+7
*
cgroup: memcg: net: do not associate sock with unrelated cgroup
Shakeel Butt
2020-03-18
1
-0
/
+4
*
blktrace: fix dereference after null check
Cengiz Can
2020-03-12
1
-1
/
+4
*
kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation logic
Masami Hiramatsu
2020-03-12
1
-24
/
+43
*
blktrace: Protect q->blk_trace with RCU
Jan Kara
2020-03-05
1
-31
/
+83
*
locking/lockdep: Fix lockdep_stats indentation problem
Waiman Long
2020-03-05
1
-2
/
+2
*
rcu: Allow only one expedited GP to run concurrently with wakeups
Neeraj Upadhyay
2020-03-05
1
-6
/
+5
*
lib/vdso: Update coarse timekeeper unconditionally
Thomas Gleixner
2020-03-05
1
-20
/
+17
*
lib/vdso: Make __arch_update_vdso_data() logic understandable
Thomas Gleixner
2020-03-05
1
-1
/
+1
*
kprobes: Set unoptimized flag after unoptimizing code
Masami Hiramatsu
2020-03-05
1
-1
/
+3
*
sched/fair: Optimize select_idle_cpu
Cheng Jian
2020-03-05
1
-3
/
+4
*
tracing: Disable trace_printk() on post poned tests
Steven Rostedt (VMware)
2020-03-05
1
-0
/
+2
[next]