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
*
io_uring: don't rely on weak ->files references
Jens Axboe
2020-11-01
1
-0
/
+6
*
dma-direct: Fix potential NULL pointer dereference
Thomas Tai
2020-10-29
1
-0
/
+11
*
bpf: Limit caller's stack depth 256 for subprogs with tailcalls
Maciej Fijalkowski
2020-10-29
1
-0
/
+29
*
PM: hibernate: remove the bogus call to get_gendisk() in software_resume()
Christoph Hellwig
2020-10-29
1
-11
/
+0
*
bpf: Use raw_spin_trylock() for pcpu_freelist_push/pop in NMI
Song Liu
2020-10-29
2
-5
/
+97
*
notifier: Fix broken error handling pattern
Peter Zijlstra
2020-10-29
7
-131
/
+139
*
random32: make prandom_u32() output unpredictable
George Spelvin
2020-10-29
1
-7
/
+0
*
sched/features: Fix !CONFIG_JUMP_LABEL case
Juri Lelli
2020-10-29
2
-4
/
+11
*
bpf: Enforce id generation for all may-be-null register type
Martin KaFai Lau
2020-10-29
1
-6
/
+5
*
module: statically initialize init section freeing data
Daniel Jordan
2020-10-29
1
-10
/
+3
*
kdb: Fix pager search for multi-line strings
Daniel Thompson
2020-10-29
1
-2
/
+6
*
refperf: Avoid null pointer dereference when buf fails to allocate
Colin Ian King
2020-10-29
1
-3
/
+5
*
rcutorture: Properly set rcu_fwds for OOM handling
Paul E. McKenney
2020-10-29
1
-1
/
+12
*
rcu/tree: Force quiescent state on callback overload
Neeraj Upadhyay
2020-10-29
1
-1
/
+1
*
tracing: Handle synthetic event array field type checking correctly
Tom Zanussi
2020-10-29
1
-3
/
+9
*
mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
Suren Baghdasaryan
2020-10-29
1
-0
/
+21
*
tracing: Fix parse_synth_field() error handling
Tom Zanussi
2020-10-29
1
-2
/
+4
*
bpf: disallow attaching modify_return tracing functions to other BPF programs
Toke Høiland-Jørgensen
2020-10-29
1
-0
/
+5
*
perf/core: Fix race in the perf_mmap_close() function
Jiri Olsa
2020-10-29
1
-3
/
+4
*
lockdep: Fix lockdep recursion
Peter Zijlstra
2020-10-29
1
-40
/
+59
*
lockdep: Fix usage_traceoverflow
Peter Zijlstra
2020-10-29
2
-19
/
+20
*
sched/fair: Use dst group while checking imbalance for NUMA balancer
Barry Song
2020-10-29
1
-4
/
+4
*
sched/fair: Fix wrong cpu selecting from isolated domain
Xunlei Pang
2020-10-29
1
-4
/
+5
*
sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu()
Lukasz Luba
2020-10-29
1
-1
/
+2
*
Merge tag 'perf-urgent-2020-10-11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-10-11
1
-2
/
+3
|
\
|
*
perf: Fix task_function_call() error handling
Kajol Jain
2020-10-09
1
-2
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-10-08
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2020-10-08
1
-4
/
+4
|
|
\
|
|
*
bpf: Fix scalar32_min_max_or bounds tracking
Daniel Borkmann
2020-10-08
1
-4
/
+4
*
|
|
usermodehelper: reset umask to default before executing user process
Linus Torvalds
2020-10-06
1
-0
/
+9
|
/
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-10-05
1
-3
/
+3
|
\
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-09-30
1
-3
/
+3
|
|
\
|
|
*
bpf: Fix sysfs export of empty BTF section
Tony Ambardar
2020-09-21
1
-3
/
+3
*
|
|
Merge tag 'trace-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2020-10-01
2
-8
/
+8
|
\
\
\
|
*
|
|
ftrace: Move RCU is watching check after recursion check
Steven Rostedt (VMware)
2020-09-29
1
-4
/
+2
|
*
|
|
tracing: Fix trace_find_next_entry() accounting of temp buffer size
Steven Rostedt (VMware)
2020-09-29
1
-4
/
+6
*
|
|
|
mm/fork: Pass new vma pointer into copy_page_range()
Peter Xu
2020-09-27
1
-1
/
+1
*
|
|
|
mm: Introduce mm_struct.has_pinned
Peter Xu
2020-09-27
1
-0
/
+1
*
|
|
|
Merge tag 'pm-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2020-09-25
1
-0
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
rcu/tree: Export rcu_idle_{enter,exit} to modules
Borislav Petkov
2020-09-21
1
-0
/
+2
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-09-22
2
-12
/
+7
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-09-15
2
-12
/
+7
|
|
\
\
\
|
|
*
|
|
bpf: Fix a rcu warning for bpffs map pretty-print
Yonghong Song
2020-09-15
1
-1
/
+3
|
|
*
|
|
bpf: Do not use bucket_lock for hashmap iterator
Yonghong Song
2020-09-03
1
-11
/
+4
*
|
|
|
|
Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2020-09-22
5
-28
/
+53
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
kprobes: tracing/kprobes: Fix to kill kprobes on initmem after boot
Masami Hiramatsu
2020-09-18
1
-0
/
+22
|
*
|
|
|
tracing: fix double free
Tom Rix
2020-09-18
1
-1
/
+0
|
*
|
|
|
ftrace: Let ftrace_enable_sysctl take a kernel pointer buffer
Tobias Klauser
2020-09-18
1
-2
/
+1
|
*
|
|
|
tracing: Make the space reserved for the pid wider
Sebastian Andrzej Siewior
2020-09-18
2
-25
/
+25
|
*
|
|
|
ftrace: Fix missing synchronize_rcu() removing trampoline from kallsyms
Adrian Hunter
2020-09-18
1
-0
/
+1
[next]