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-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
2026-04-07
bpf: Drop task_to_inode and inet_conn_established from lsm sleepable hooks
Jiayuan Chen
1
-3
/
+0
2026-04-07
Merge branch 'properly-load-values-from-insn_arays-with-non-zero-offsets'
Alexei Starovoitov
3
-39
/
+135
2026-04-07
selftests/bpf: Add more tests for loading insn arrays with offsets
Anton Protopopov
2
-39
/
+115
2026-04-07
bpf: Do not ignore offsets for loads from insn_arrays
Anton Protopopov
1
-0
/
+20
2026-04-07
bpf: Avoid -Wflex-array-members-not-at-end warnings
Gustavo A. R. Silva
3
-12
/
+9
2026-04-07
Merge branch 'allow-variable-offsets-for-syscall-ptr_to_ctx'
Alexei Starovoitov
6
-93
/
+703
2026-04-07
selftests/bpf: Add tests for syscall ctx accesses beyond U16_MAX
Kumar Kartikeya Dwivedi
1
-0
/
+108
2026-04-07
selftests/bpf: Add tests for unaligned syscall ctx accesses
Kumar Kartikeya Dwivedi
1
-0
/
+133
2026-04-07
selftests/bpf: Test modified syscall ctx for ARG_PTR_TO_CTX
Kumar Kartikeya Dwivedi
1
-0
/
+94
2026-04-07
selftests/bpf: Add syscall ctx variable offset tests
Kumar Kartikeya Dwivedi
2
-6
/
+267
2026-04-07
selftests/bpf: Convert ctx tests from ASM to C
Kumar Kartikeya Dwivedi
2
-45
/
+35
2026-04-07
bpf: Enable unaligned accesses for syscall ctx
Kumar Kartikeya Dwivedi
1
-2
/
+1
2026-04-07
bpf: Support variable offsets for syscall PTR_TO_CTX
Kumar Kartikeya Dwivedi
3
-40
/
+65
2026-04-06
bpf: Fix stale offload->prog pointer after constant blinding
MingTao Huang
1
-0
/
+2
2026-04-06
selftests/bpf: remove unused toggle in tc_tunnel
Alexis Lothoré (eBPF Foundation)
1
-10
/
+5
2026-04-06
Merge branch 'bpf-fix-end-of-list-detection-in-cgroup_storage_get_next_key'
Alexei Starovoitov
2
-1
/
+6
2026-04-06
selftests/bpf: add get_next_key boundary test for cgroup_storage
Weiming Shi
1
-0
/
+5
2026-04-06
bpf: fix end-of-list detection in cgroup_storage_get_next_key()
Weiming Shi
1
-1
/
+1
2026-04-06
Merge branch 'bpf-fix-torn-writes-in-non-prealloc-htab-with-bpf_f_lock'
Alexei Starovoitov
3
-1
/
+188
2026-04-06
selftests/bpf: Add torn write detection test for htab BPF_F_LOCK
Mykyta Yatsenko
2
-1
/
+184
2026-04-06
bpf: Use copy_map_value_locked() in alloc_htab_elem() for BPF_F_LOCK
Mykyta Yatsenko
1
-0
/
+4
2026-04-03
Merge branch 'bpf-prep-patches-for-static-stack-liveness'
Alexei Starovoitov
11
-98
/
+1057
2026-04-03
bpf: Add helper and kfunc stack access size resolution
Alexei Starovoitov
2
-0
/
+194
2026-04-03
bpf: Move verifier helpers to header
Alexei Starovoitov
2
-34
/
+38
2026-04-03
bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passes
Alexei Starovoitov
6
-32
/
+490
2026-04-03
selftests/bpf: Add tests for subprog topological ordering
Alexei Starovoitov
2
-0
/
+228
2026-04-03
bpf: Sort subprogs in topological order after check_cfg()
Alexei Starovoitov
4
-5
/
+98
[next]