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
*
sched/fair: Fix enqueue_task_fair() warning some more
Phil Auld
2020-05-27
1
-0
/
+7
*
sched/fair: Fix reordering of enqueue/dequeue_task_fair()
Vincent Guittot
2020-05-27
1
-8
/
+9
*
sched/fair: Reorder enqueue/dequeue_task_fair path
Vincent Guittot
2020-05-27
1
-22
/
+20
*
bpf: Prevent mmap()'ing read-only maps as writable
Andrii Nakryiko
2020-05-27
1
-3
/
+14
*
bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_range
Daniel Borkmann
2020-05-27
1
-1
/
+3
*
bpf: Restrict bpf_probe_read{, str}() only to archs where they work
Daniel Borkmann
2020-05-27
1
-2
/
+4
*
bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifier
Daniel Borkmann
2020-05-20
1
-32
/
+62
*
bpf: Enforce returning 0 for fentry/fexit progs
Yonghong Song
2020-05-20
1
-0
/
+16
*
Stop the ad-hoc games with -Wno-maybe-initialized
Linus Torvalds
2020-05-20
1
-1
/
+0
*
bpf: Fix bug in mmap() implementation for BPF array map
Sasha Levin
2020-05-20
1
-1
/
+6
*
x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot up
Steven Rostedt (VMware)
2020-05-20
1
-22
/
+0
*
tracing: Wait for preempt irq delay thread to execute
Steven Rostedt (VMware)
2020-05-20
1
-2
/
+10
*
fork: prevent accidental access to clone3 features
Christian Brauner
2020-05-20
1
-6
/
+7
*
bpf: Fix error return code in map_lookup_and_delete_elem()
Wei Yongjun
2020-05-20
1
-1
/
+3
*
umh: fix memory leak on execve failure
Vincent Minet
2020-05-20
1
-0
/
+6
*
coredump: fix crash when umh is disabled
Luis Chamberlain
2020-05-14
1
-0
/
+5
*
tracing: Add a vmalloc_sync_mappings() for safe measure
Steven Rostedt (VMware)
2020-05-14
1
-0
/
+13
*
tracing: Wait for preempt irq delay thread to finish
Steven Rostedt (VMware)
2020-05-14
1
-6
/
+24
*
tracing/kprobes: Reject new event if loc is NULL
Masami Hiramatsu
2020-05-14
1
-0
/
+6
*
tracing/boottime: Fix kprobe event API usage
Masami Hiramatsu
2020-05-14
1
-12
/
+8
*
tracing/kprobes: Fix a double initialization typo
Masami Hiramatsu
2020-05-14
1
-1
/
+1
*
ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_dire...
Steven Rostedt (VMware)
2020-05-10
1
-0
/
+1
*
tracing: Fix memory leaks in trace_events_hist.c
Vamshi K Sthambamkadi
2020-05-10
1
-0
/
+7
*
PM: hibernate: Freeze kernel threads in software_resume()
Dexuan Cui
2020-05-06
1
-0
/
+7
*
sched/vtime: Work around an unitialized variable warning
Borislav Petkov
2020-05-02
1
-2
/
+2
*
sched/isolation: Allow "isolcpus=" to skip unknown sub-parameters
Peter Xu
2020-05-02
1
-2
/
+19
*
signal: check sig before setting info in kill_pid_usb_asyncio
Zhiqiang Liu
2020-05-02
1
-3
/
+3
*
bpf: Propagate expected_attach_type when verifying freplace programs
Toke Høiland-Jørgensen
2020-05-02
1
-0
/
+8
*
bpf: Fix handling of XADD on BTF memory
Jann Horn
2020-05-02
1
-1
/
+1
*
perf/core: fix parent pid/tid in task exit events
Ian Rogers
2020-05-02
1
-3
/
+10
*
sched/core: Fix reset-on-fork from RT with uclamp
Quentin Perret
2020-05-02
1
-7
/
+2
*
cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
Toke Høiland-Jørgensen
2020-05-02
1
-1
/
+1
*
bpf: Forbid XADD on spilled pointers for unprivileged users
Jann Horn
2020-05-02
1
-9
/
+19
*
printk: queue wake_up_klogd irq_work only if per-CPU areas are ready
Sergey Senozhatsky
2020-05-02
3
-10
/
+40
*
audit: check the length of userspace generated audit records
Paul Moore
2020-04-29
1
-0
/
+3
*
signal: Avoid corrupting si_pid and si_uid in do_notify_parent
Eric W. Biederman
2020-04-29
1
-1
/
+5
*
perf/core: Disable page faults when getting phys address
Jiri Olsa
2020-04-29
1
-3
/
+6
*
kernel/gcov/fs.c: gcov_seq_next() should increase position index
Vasily Averin
2020-04-29
1
-1
/
+1
*
dma-direct: fix data truncation in dma_direct_get_required_mask()
Kishon Vijay Abraham I
2020-04-29
1
-1
/
+2
*
bpf: fix buggy r0 retval refinement for tracing helpers
Daniel Borkmann
2020-04-23
1
-11
/
+34
*
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
*
bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mapping
Andrii Nakryiko
2020-04-23
1
-9
/
+7
*
proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsets
Andrei Vagin
2020-04-21
1
-1
/
+14
*
rcu: Don't acquire lock in NMI handler in rcu_nmi_enter_common()
Paul E. McKenney
2020-04-21
1
-1
/
+1
*
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
*
perf/core: Remove 'struct sched_in_data'
Peter Zijlstra
2020-04-17
1
-25
/
+11
*
perf/core: Fix event cgroup tracking
Peter Zijlstra
2020-04-17
1
-27
/
+43
[next]