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
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2022-12-19
perf: Fix perf_pending_task() UaF
Peter Zijlstra
1
-4
/
+13
2022-12-14
memcg: fix possible use-after-free in memcg_write_event_control()
Tejun Heo
1
-1
/
+0
2022-12-08
proc: proc_skip_spaces() shouldn't think it is working on C strings
Linus Torvalds
1
-12
/
+13
2022-12-08
proc: avoid integer type confusion in get_proc_long
Linus Torvalds
1
-3
/
+2
2022-12-08
tracing: Free buffers when a used dynamic event is removed
Steven Rostedt (Google)
2
-1
/
+12
2022-12-08
tracing: Fix race where histograms can be called before the event
Steven Rostedt (Google)
1
-0
/
+3
2022-12-08
tracing/osnoise: Fix duration type
Daniel Bristot de Oliveira
1
-3
/
+3
2022-12-08
bpf: Do not copy spin lock field from user in bpf_selem_alloc
Xu Kuohai
1
-1
/
+1
2022-12-08
bpf, perf: Use subprog name when reporting subprog ksymbol
Hou Tao
1
-1
/
+1
2022-12-02
bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()
Nathan Chancellor
1
-1
/
+1
2022-12-02
bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
Peter Zijlstra
1
-14
/
+8
2022-12-02
gcov: clang: fix the buffer overflow issue
Mukesh Ojha
1
-0
/
+2
2022-11-26
bpf: Prevent bpf program recursion for raw tracepoint probes
Jiri Olsa
3
-13
/
+19
2022-11-26
rseq: Use pr_warn_once() when deprecated/unknown ABI flags are encountered
Mathieu Desnoyers
1
-2
/
+17
2022-11-26
tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'
Zheng Yejian
1
-4
/
+5
2022-11-26
kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace case
Li Huafei
1
-1
/
+7
2022-11-26
ring-buffer: Include dropped pages in counting dirty patches
Steven Rostedt (Google)
1
-0
/
+12
2022-11-26
perf: Improve missing SIGTRAP checking
Marco Elver
1
-6
/
+19
2022-11-26
rethook: fix a potential memleak in rethook_alloc()
Yi Yang
1
-1
/
+3
2022-11-26
tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...
Shang XiaoJing
1
-0
/
+4
2022-11-26
tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...
Shang XiaoJing
1
-16
/
+28
2022-11-26
tracing: Fix race where eprobes can be called before the event
Steven Rostedt (Google)
1
-0
/
+3
2022-11-26
tracing: Fix wild-memory-access in register_synth_event()
Shang XiaoJing
1
-3
/
+2
2022-11-26
tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()
Shang XiaoJing
1
-10
/
+6
2022-11-26
tracing/ring-buffer: Have polling block on watermark
Steven Rostedt (Google)
2
-20
/
+37
2022-11-26
tracing: Fix memory leak in tracing_read_pipe()
Wang Yufen
1
-0
/
+1
2022-11-26
ring_buffer: Do not deactivate non-existant pages
Daniil Tatianin
1
-2
/
+2
2022-11-26
ftrace: Fix null pointer dereference in ftrace_add_mod()
Xiu Jianfeng
1
-0
/
+1
2022-11-26
ftrace: Optimize the allocation for mcount entries
Wang Wensheng
1
-1
/
+1
2022-11-26
ftrace: Fix the possible incorrect kernel message
Wang Wensheng
1
-1
/
+1
2022-11-26
bpf: Initialize same number of free nodes for each pcpu_freelist
Xu Kuohai
1
-12
/
+11
2022-11-26
bpf: Fix memory leaks in __check_func_call
Wang Yufen
1
-5
/
+9
2022-11-16
bpf: Fix wrong reg type conversion in release_reference()
Youlin Li
1
-2
/
+6
2022-11-16
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
1
-107
/
+28
2022-11-16
bpf, verifier: Fix memory leak in array reallocation for stack state
Kees Cook
1
-2
/
+7
2022-11-10
ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()
Steven Rostedt (Google)
1
-0
/
+11
2022-11-10
kprobe: reverse kp->flags when arm_kprobe failed
Li Qiang
1
-1
/
+4
2022-11-10
tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()
Shang XiaoJing
1
-11
/
+7
2022-11-10
fprobe: Check rethook_alloc() return in rethook initialization
Rafael Mendonca
1
-0
/
+2
2022-11-10
tracing/fprobe: Fix to check whether fprobe is registered correctly
Masami Hiramatsu (Google)
1
-1
/
+2
2022-11-10
ftrace: Fix use-after-free for dynamic ftrace_ops
Li Huafei
1
-13
/
+3
2022-11-04
PM: hibernate: Allow hybrid sleep to work with s2idle
Mario Limonciello
1
-1
/
+1
2022-11-04
rcu: Keep synchronize_rcu() from enabling irqs in early boot
Paul E. McKenney
1
-4
/
+6
2022-11-04
bpf: prevent decl_tag from being referenced in func_proto
Stanislav Fomichev
1
-0
/
+5
2022-11-04
sched/core: Fix comparison in sched_group_cookie_match()
Lin Shengwang
1
-9
/
+9
2022-11-04
perf: Fix missing SIGTRAPs
Peter Zijlstra
2
-39
/
+114
2022-10-26
gcov: support GCC 12.1 and newer compilers
Martin Liska
1
-2
/
+16
2022-10-21
bpf: use bpf_prog_pack for bpf_dispatcher
Song Liu
2
-8
/
+28
2022-10-21
bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBT
Jiri Olsa
1
-2
/
+18
2022-10-21
rcu-tasks: Ensure RCU Tasks Trace loops have quiescent states
Paul E. McKenney
1
-0
/
+3
[next]