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.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
...
*
bpf: Wrap aux data inside bpf_sanitize_info container
Daniel Borkmann
2021-06-03
1
-7
/
+11
*
bpf: Fix leakage of uninitialized bpf stack under speculation
Daniel Borkmann
2021-06-03
1
-10
/
+17
*
bpf: Tighten speculative pointer arithmetic mask
Daniel Borkmann
2021-06-03
1
-26
/
+44
*
bpf: Move sanitize_val_alu out of op switch
Daniel Borkmann
2021-06-03
1
-5
/
+10
*
bpf: Refactor and streamline bounds check into helper
Daniel Borkmann
2021-06-03
1
-17
/
+37
*
bpf: Improve verifier error messages for users
Daniel Borkmann
2021-06-03
1
-22
/
+62
*
bpf: Rework ptr_limit into alu_limit and add common error path
Daniel Borkmann
2021-06-03
1
-8
/
+13
*
bpf: Ensure off_reg has no mixed signed bounds for all types
Daniel Borkmann
2021-06-03
1
-9
/
+9
*
bpf: Move off_reg into sanitize_ptr_alu
Daniel Borkmann
2021-06-03
1
-4
/
+5
*
bpf: extend is_branch_taken to registers
Alexei Starovoitov
2021-06-03
1
-14
/
+18
*
locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal
Zqiang
2021-05-26
4
-11
/
+17
*
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
*
sched/fair: Fix unfairness caused by missing load decay
Odin Ugedal
2021-05-22
1
-3
/
+9
*
smp: Fix smp_call_function_single_async prototype
Arnd Bergmann
2021-05-22
2
-6
/
+6
*
sched/debug: Fix cgroup_path[] serialization
Waiman Long
2021-05-22
1
-13
/
+29
*
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: Restructure trace_clock_global() to never block
Steven Rostedt (VMware)
2021-05-22
1
-14
/
+30
*
tracing: Map all PIDs to command lines
Steven Rostedt (VMware)
2021-05-22
1
-26
/
+15
*
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
*
genirq/matrix: Prevent allocation counter corruption
Vitaly Kuznetsov
2021-05-22
1
-1
/
+3
*
ftrace: Handle commands when closing set_ftrace_filter file
Steven Rostedt (VMware)
2021-05-22
1
-1
/
+4
*
bpf: Fix masking negation logic upon negative dst register
Daniel Borkmann
2021-05-07
1
-8
/
+4
*
locking/qrwlock: Fix ordering in queued_write_lock_slowpath()
Ali Saidi
2021-04-28
1
-3
/
+4
*
lockdep: Add a missing initialization hint to the "INFO: Trying to register n...
Tetsuo Handa
2021-04-28
1
-1
/
+2
*
workqueue: Move the position of debug_work_activate() in __queue_work()
Zqiang
2021-04-14
1
-1
/
+1
*
tracing: Fix stack trace event size
Steven Rostedt (VMware)
2021-04-07
1
-1
/
+2
*
locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling
Waiman Long
2021-04-07
1
-11
/
+14
*
genirq: Disable interrupts for force threaded handlers
Thomas Gleixner
2021-03-24
1
-0
/
+4
*
kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()
Oleg Nesterov
2021-03-24
4
-5
/
+4
*
bpf: Add sanity check for upper ptr_limit
Piotr Krysiuk
2021-03-20
1
-3
/
+8
*
bpf: Simplify alu_limit masking for pointer arithmetic
Piotr Krysiuk
2021-03-20
1
-5
/
+5
*
bpf: Fix off-by-one for area size in creating mask to left
Piotr Krysiuk
2021-03-20
1
-2
/
+2
*
bpf: Prohibit alu ops for pointer types not defining ptr_limit
Piotr Krysiuk
2021-03-20
1
-6
/
+10
*
hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()
Anna-Maria Behnsen
2021-03-17
1
-21
/
+39
*
printk: fix deadlock when kernel panic
Muchun Song
2021-03-04
1
-4
/
+12
*
module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbols
Fangrui Song
2021-03-04
1
-2
/
+19
*
seccomp: Add missing return in non-void function
Paul Cercueil
2021-03-04
1
-0
/
+2
*
tracepoint: Do not fail unregistering a probe due to memory failure
Steven Rostedt (VMware)
2021-03-04
1
-16
/
+64
*
ima: Free IMA measurement buffer after kexec syscall
Lakshmi Ramasubramanian
2021-03-04
1
-0
/
+5
*
bpf_lru_list: Read double-checked variable once without lock
Marco Elver
2021-03-04
1
-3
/
+4
*
kdb: Make memory allocations more robust
Sumit Garg
2021-03-04
1
-1
/
+1
[prev]
[next]