index
:
kernel/linux.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-11
selftests/bpf: Add test for add_const base_id consistency
Daniel Borkmann
1
-0
/
+63
2026-04-11
bpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalars
Daniel Borkmann
1
-1
/
+16
2026-04-11
Merge branch 'bpf-static-stack-liveness-data-flow-analysis'
Alexei Starovoitov
15
-736
/
+4437
2026-04-11
bpf: poison dead stack slots
Alexei Starovoitov
4
-27
/
+70
2026-04-11
selftests/bpf: add new tests for static stack liveness analysis
Alexei Starovoitov
3
-0
/
+2464
2026-04-11
selftests/bpf: adjust verifier_log buffers
Alexei Starovoitov
1
-3
/
+3
2026-04-11
selftests/bpf: update existing tests due to liveness changes
Alexei Starovoitov
8
-86
/
+79
2026-04-11
bpf: change logging scheme for live stack analysis
Eduard Zingerman
2
-81
/
+165
2026-04-11
bpf: simplify liveness to use (callsite, depth) keyed func_instances
Eduard Zingerman
3
-566
/
+254
2026-04-11
bpf: record arg tracking results in bpf_liveness masks
Eduard Zingerman
3
-63
/
+245
2026-04-11
bpf: introduce forward arg-tracking dataflow analysis
Eduard Zingerman
3
-0
/
+1068
2026-04-11
bpf: prepare liveness internal API for static analysis pass
Eduard Zingerman
1
-25
/
+23
2026-04-11
bpf: 4-byte precise clean_verifier_state
Eduard Zingerman
2
-23
/
+85
2026-04-11
bpf: make liveness.c track stack with 4-byte granularity
Eduard Zingerman
3
-66
/
+115
2026-04-11
bpf: Add spis_*() helpers for 4-byte stack slot bitmasks
Alexei Starovoitov
1
-0
/
+67
2026-04-11
bpf: save subprogram name in bpf_subprog_info
Eduard Zingerman
2
-1
/
+2
2026-04-11
bpf: share several utility functions as internal API
Eduard Zingerman
3
-7
/
+9
2026-04-10
Merge branch 'selftests-bpf-test-btf-sanitization'
Alexei Starovoitov
3
-3
/
+109
2026-04-10
selftests/bpf: Add BTF sanitize test covering BTF layout
Alan Maguire
1
-0
/
+97
2026-04-10
libbpf: Allow use of feature cache for non-token cases
Alan Maguire
2
-3
/
+12
2026-04-10
selftests/bpf: Remove test_access_variable_array
Venkat Rao Bagalkote
2
-35
/
+0
2026-04-10
bpf: Fix RCU stall in bpf_fd_array_map_clear()
Sechang Lim
1
-1
/
+3
2026-04-10
Merge branch 'bpf-fix-and-improve-open-coded-task_vma-iterator'
Alexei Starovoitov
1
-15
/
+136
2026-04-10
bpf: return VMA snapshot from task_vma iterator
Puranjay Mohan
1
-12
/
+30
2026-04-10
bpf: switch task_vma iterator from mmap_lock to per-VMA locks
Puranjay Mohan
1
-18
/
+73
2026-04-10
bpf: fix mm lifecycle in open-coded task_vma iterator
Puranjay Mohan
1
-3
/
+51
2026-04-09
bpf: Fix use-after-free in offloaded map/prog info fill
Jiayuan Chen
1
-6
/
+4
2026-04-09
selftests/bpf: Add test for stale pkt range after scalar arithmetic
Daniel Borkmann
1
-0
/
+61
2026-04-09
bpf: Drop pkt_end markers on arithmetic to prevent is_pkt_ptr_branch_taken
Daniel Borkmann
1
-8
/
+22
2026-04-09
selftests/bpf: Add tests for ld_{abs,ind} failure path in subprogs
Daniel Borkmann
1
-0
/
+142
2026-04-09
bpf: Remove static qualifier from local subprog pointer
Daniel Borkmann
1
-2
/
+2
2026-04-09
bpf: Fix ld_{abs,ind} failure path analysis in subprogs
Daniel Borkmann
1
-2
/
+31
2026-04-09
bpf: Propagate error from visit_tailcall_insn
Daniel Borkmann
1
-2
/
+5
2026-04-09
selftests/bpf: Add test to ensure kprobe_multi is not sleepable
Varun R Mallya
2
-1
/
+59
2026-04-09
bpf: Make find_linfo widely available
Kumar Kartikeya Dwivedi
3
-42
/
+39
2026-04-09
bpf: Extract bpf_get_linfo_file_line
Kumar Kartikeya Dwivedi
2
-8
/
+23
2026-04-08
Merge branch 'allow-referenced-dynptr-to-be-overwritten-when-siblings-exists'
Alexei Starovoitov
2
-2
/
+136
2026-04-08
selftests/bpf: Test overwriting referenced dynptr
Amery Hung
1
-0
/
+115
2026-04-08
bpf: Allow overwriting referenced dynptr when refcnt > 1
Amery Hung
1
-2
/
+21
2026-04-08
selftests/bpf: Add tests for stale delta leaking through id reassignment
Daniel Borkmann
1
-0
/
+55
2026-04-08
selftests/bpf: Add tests for delta tracking when src_reg == dst_reg
Daniel Borkmann
1
-0
/
+57
2026-04-08
bpf: Clear delta when clearing reg id for non-{add,sub} ops
Daniel Borkmann
1
-28
/
+28
2026-04-08
bpf: Fix linked reg delta tracking when src_reg == dst_reg
Daniel Borkmann
1
-1
/
+2
2026-04-08
Merge branch 'tracing-fix-kprobe-attachment-when-module-shadows-vmlinux-symbol'
Alexei Starovoitov
3
-0
/
+117
2026-04-08
selftests/bpf: Add tests for kprobe attachment with duplicate symbols
Andrey Grodzovsky
2
-0
/
+109
2026-04-08
bpf: Prefer vmlinux symbols over module symbols for unqualified kprobes
Andrey Grodzovsky
1
-0
/
+8
2026-04-08
selftests/bpf: add test for nullable PTR_TO_BUF access
Qi Tang
2
-0
/
+48
2026-04-07
bpf: Retire rcu_trace_implies_rcu_gp()
Kumar Kartikeya Dwivedi
5
-60
/
+19
2026-04-07
selftests/bpf: Allow prog name matching for tests with __description
Kumar Kartikeya Dwivedi
4
-20
/
+76
2026-04-07
bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec()
Weiming Shi
1
-0
/
+2
[next]