index
:
Linux Stable
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
*
workqueue: fix UAF in pwq_unbound_release_workfn()
Yang Yingliang
2021-08-04
1
-7
/
+13
*
tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.
Haoran Luo
2021-07-28
1
-4
/
+24
*
sched/fair: Fix CFS bandwidth hrtimer expiry type
Odin Ugedal
2021-07-28
1
-2
/
+2
*
tracing: Do not reference char * as a string in histograms
Steven Rostedt (VMware)
2021-07-20
1
-3
/
+3
*
tracing: Simplify & fix saved_tgids logic
Paul Burton
2021-07-20
1
-25
/
+13
*
cpu/hotplug: Cure the cpusets trainwreck
Thomas Gleixner
2021-07-20
1
-0
/
+49
*
kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...
Petr Mladek
2021-07-11
1
-11
/
+24
*
kthread_worker: split code for canceling the delayed work timer
Petr Mladek
2021-07-11
1
-17
/
+29
*
mm, futex: fix shared futex pgoff on shmem huge page
Hugh Dickins
2021-07-11
1
-1
/
+1
*
tracing: Do no increment trace_clock_global() by one
Steven Rostedt (VMware)
2021-06-30
1
-3
/
+3
*
tracing: Do not stop recording comms if the trace file is being read
Steven Rostedt (VMware)
2021-06-30
1
-9
/
+0
*
tracing: Do not stop recording cmdlines when tracing is off
Steven Rostedt (VMware)
2021-06-30
1
-2
/
+0
*
tracing: Correct the length check which causes memory corruption
Liangyan
2021-06-16
1
-1
/
+1
*
ftrace: Do not blindly read the ip address in ftrace_bug()
Steven Rostedt (VMware)
2021-06-16
1
-1
/
+7
*
perf: Fix data race between pin_count increment/decrement
Marco Elver
2021-06-16
1
-0
/
+2
*
cgroup1: don't allow '\n' in renaming
Alexander Kuznetsov
2021-06-16
1
-0
/
+4
*
wq: handle VM suspension in stall detection
Sergey Senozhatsky
2021-06-16
1
-2
/
+10
*
cgroup: disable controllers at parse time
Shakeel Butt
2021-06-16
1
-8
/
+5
*
sched/fair: Optimize select_idle_cpu
Cheng Jian
2021-06-10
1
-3
/
+4
*
bpf: No need to simulate speculative domain for immediates
Daniel Borkmann
2021-06-10
1
-1
/
+5
*
bpf: Fix mask direction swap upon off reg sign change
Daniel Borkmann
2021-06-10
1
-10
/
+12
*
bpf: Wrap aux data inside bpf_sanitize_info container
Daniel Borkmann
2021-06-10
1
-7
/
+11
*
bpf: Fix leakage of uninitialized bpf stack under speculation
Daniel Borkmann
2021-06-10
1
-10
/
+17
*
bpf/verifier: disallow pointer subtraction
Alexei Starovoitov
2021-06-10
1
-1
/
+1
*
bpf: do not allow root to mangle valid pointers
Alexei Starovoitov
2021-06-10
1
-67
/
+33
*
bpf: Tighten speculative pointer arithmetic mask
Daniel Borkmann
2021-06-10
1
-26
/
+44
*
bpf: Move sanitize_val_alu out of op switch
Daniel Borkmann
2021-06-10
1
-5
/
+10
*
bpf: Refactor and streamline bounds check into helper
Daniel Borkmann
2021-06-10
1
-17
/
+37
*
bpf: Improve verifier error messages for users
Daniel Borkmann
2021-06-10
1
-22
/
+62
*
bpf: Rework ptr_limit into alu_limit and add common error path
Daniel Borkmann
2021-06-10
1
-8
/
+13
*
bpf: Ensure off_reg has no mixed signed bounds for all types
Daniel Borkmann
2021-06-10
1
-10
/
+9
*
bpf: Move off_reg into sanitize_ptr_alu
Daniel Borkmann
2021-06-10
1
-4
/
+5
*
ptrace: make ptrace() fail if the tracee changed its pid unexpectedly
Oleg Nesterov
2021-05-26
1
-1
/
+17
*
kernel: kexec_file: fix error return code of kexec_calculate_store_digests()
Jia-Ju Bai
2021-05-22
1
-1
/
+3
*
smp: Fix smp_call_function_single_async prototype
Arnd Bergmann
2021-05-22
2
-6
/
+6
*
tracing: Restructure trace_clock_global() to never block
Steven Rostedt (VMware)
2021-05-22
1
-14
/
+30
*
modules: inherit TAINT_PROPRIETARY_MODULE
Christoph Hellwig
2021-05-22
1
-0
/
+27
*
modules: return licensing information from find_symbol
Christoph Hellwig
2021-05-22
1
-5
/
+11
*
modules: rename the licence field in struct symsearch to license
Christoph Hellwig
2021-05-22
1
-2
/
+2
*
modules: unexport __module_address
Christoph Hellwig
2021-05-22
1
-1
/
+0
*
modules: unexport __module_text_address
Christoph Hellwig
2021-05-22
1
-1
/
+0
*
modules: mark each_symbol_section static
Christoph Hellwig
2021-05-22
1
-2
/
+1
*
modules: mark find_symbol static
Christoph Hellwig
2021-05-22
1
-2
/
+1
*
modules: mark ref_module static
Christoph Hellwig
2021-05-22
1
-4
/
+2
*
tracing: Map all PIDs to command lines
Steven Rostedt (VMware)
2021-05-22
1
-26
/
+15
*
ftrace: Handle commands when closing set_ftrace_filter file
Steven Rostedt (VMware)
2021-05-22
1
-1
/
+4
*
posix-timers: Preserve return value in clock_adjtime32()
Chen Jun
2021-05-22
1
-2
/
+2
*
Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")
Thomas Gleixner
2021-05-22
1
-2
/
+1
*
bpf: Fix masking negation logic upon negative dst register
Daniel Borkmann
2021-05-22
1
-8
/
+4
*
bpf: Fix backport of "bpf: restrict unknown scalars of mixed signed bounds fo...
Samuel Mendoza-Jonas
2021-05-22
1
-7
/
+7
[next]