index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-12
printk/console: Allow to disable console output by using console="" or consol...
Petr Mladek
1
-1
/
+8
2021-10-27
tracing: Have all levels of checks prevent recursion
Steven Rostedt (VMware)
3
-47
/
+23
2021-10-17
bpf: Fix integer overflow in prealloc_elems_and_freelist()
Tatsuhiko Yasumatsu
1
-1
/
+2
2021-10-06
cpufreq: schedutil: Use kobject release() method to free sugov_tunables
Kevin Hao
1
-5
/
+11
2021-10-06
blktrace: Fix uaf in blk_trace access after removing by sysfs
Zhihao Cheng
1
-0
/
+8
2021-09-26
profiling: fix shift-out-of-bounds bugs
Pavel Skripkin
1
-10
/
+11
2021-09-26
prctl: allow to setup brk for et_dyn executables
Cyrill Gorcunov
1
-7
/
+0
2021-09-26
rcu: Fix missed wakeup of exp_wq waiters
Neeraj Upadhyay
1
-1
/
+1
2021-09-22
events: Reuse value read using READ_ONCE instead of re-reading it
Baptiste Lepers
1
-1
/
+1
2021-09-22
memcg: enable accounting for pids in nested pid namespaces
Vasily Averin
1
-1
/
+1
2021-09-22
mm/hugetlb: initialize hugetlb_usage in mm_init
Liu Zixian
1
-0
/
+1
2021-08-04
workqueue: fix UAF in pwq_unbound_release_workfn()
Yang Yingliang
1
-7
/
+13
2021-07-28
tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.
Haoran Luo
1
-4
/
+24
2021-07-28
sched/fair: Fix CFS bandwidth hrtimer expiry type
Odin Ugedal
1
-2
/
+2
2021-07-20
tracing: Do not reference char * as a string in histograms
Steven Rostedt (VMware)
1
-3
/
+3
2021-07-20
tracing: Simplify & fix saved_tgids logic
Paul Burton
1
-25
/
+13
2021-07-20
cpu/hotplug: Cure the cpusets trainwreck
Thomas Gleixner
1
-0
/
+49
2021-07-11
kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...
Petr Mladek
1
-11
/
+24
2021-07-11
kthread_worker: split code for canceling the delayed work timer
Petr Mladek
1
-17
/
+29
2021-07-11
mm, futex: fix shared futex pgoff on shmem huge page
Hugh Dickins
1
-1
/
+1
2021-06-30
tracing: Do no increment trace_clock_global() by one
Steven Rostedt (VMware)
1
-3
/
+3
2021-06-30
tracing: Do not stop recording comms if the trace file is being read
Steven Rostedt (VMware)
1
-9
/
+0
2021-06-30
tracing: Do not stop recording cmdlines when tracing is off
Steven Rostedt (VMware)
1
-2
/
+0
2021-06-16
tracing: Correct the length check which causes memory corruption
Liangyan
1
-1
/
+1
2021-06-16
ftrace: Do not blindly read the ip address in ftrace_bug()
Steven Rostedt (VMware)
1
-1
/
+7
2021-06-16
perf: Fix data race between pin_count increment/decrement
Marco Elver
1
-0
/
+2
2021-06-16
cgroup1: don't allow '\n' in renaming
Alexander Kuznetsov
1
-0
/
+4
2021-06-16
wq: handle VM suspension in stall detection
Sergey Senozhatsky
1
-2
/
+10
2021-06-16
cgroup: disable controllers at parse time
Shakeel Butt
1
-8
/
+5
2021-06-10
sched/fair: Optimize select_idle_cpu
Cheng Jian
1
-3
/
+4
2021-06-10
bpf: No need to simulate speculative domain for immediates
Daniel Borkmann
1
-1
/
+5
2021-06-10
bpf: Fix mask direction swap upon off reg sign change
Daniel Borkmann
1
-10
/
+12
2021-06-10
bpf: Wrap aux data inside bpf_sanitize_info container
Daniel Borkmann
1
-7
/
+11
2021-06-10
bpf: Fix leakage of uninitialized bpf stack under speculation
Daniel Borkmann
1
-10
/
+17
2021-06-10
bpf/verifier: disallow pointer subtraction
Alexei Starovoitov
1
-1
/
+1
2021-06-10
bpf: do not allow root to mangle valid pointers
Alexei Starovoitov
1
-67
/
+33
2021-06-10
bpf: Tighten speculative pointer arithmetic mask
Daniel Borkmann
1
-26
/
+44
2021-06-10
bpf: Move sanitize_val_alu out of op switch
Daniel Borkmann
1
-5
/
+10
2021-06-10
bpf: Refactor and streamline bounds check into helper
Daniel Borkmann
1
-17
/
+37
2021-06-10
bpf: Improve verifier error messages for users
Daniel Borkmann
1
-22
/
+62
2021-06-10
bpf: Rework ptr_limit into alu_limit and add common error path
Daniel Borkmann
1
-8
/
+13
2021-06-10
bpf: Ensure off_reg has no mixed signed bounds for all types
Daniel Borkmann
1
-10
/
+9
2021-06-10
bpf: Move off_reg into sanitize_ptr_alu
Daniel Borkmann
1
-4
/
+5
2021-05-26
ptrace: make ptrace() fail if the tracee changed its pid unexpectedly
Oleg Nesterov
1
-1
/
+17
2021-05-22
kernel: kexec_file: fix error return code of kexec_calculate_store_digests()
Jia-Ju Bai
1
-1
/
+3
2021-05-22
smp: Fix smp_call_function_single_async prototype
Arnd Bergmann
2
-6
/
+6
2021-05-22
tracing: Restructure trace_clock_global() to never block
Steven Rostedt (VMware)
1
-14
/
+30
2021-05-22
modules: inherit TAINT_PROPRIETARY_MODULE
Christoph Hellwig
1
-0
/
+27
2021-05-22
modules: return licensing information from find_symbol
Christoph Hellwig
1
-5
/
+11
2021-05-22
modules: rename the licence field in struct symsearch to license
Christoph Hellwig
1
-2
/
+2
[next]