index
:
Linux Stable
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.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
/
tools
/
testing
/
selftests
/
bpf
/
verifier
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: verifier: Support eliding map lookup nullness
Daniel Xu
2025-01-16
1
-1
/
+1
*
bpf: verifier: Refactor helper access type tracking
Daniel Xu
2025-01-16
1
-1
/
+1
*
bpf: Fix error message on kfunc arg type mismatch
Maxim Mikityanskiy
2024-09-09
1
-1
/
+1
*
selftests/bpf: fix some typos in selftests
Lin Yikai
2024-09-05
1
-1
/
+1
*
bpf: Remove mark_precise_scalar_ids()
Eduard Zingerman
2024-07-29
1
-4
/
+4
*
bpf: Track equal scalars history on per-instruction level
Eduard Zingerman
2024-07-29
1
-10
/
+10
*
selftests/bpf: Test for null-pointer-deref bugfix in resolve_prog_type()
Tengda Wu
2024-07-12
1
-0
/
+13
*
bpf: relax zero fixed offset constraint on KF_TRUSTED_ARGS/KF_RCU
Matt Bobrowski
2024-07-09
1
-1
/
+1
*
bpf: Track delta between "linked" registers.
Alexei Starovoitov
2024-06-14
1
-11
/
+11
*
selftests/bpf: Skip callback tests if jit is disabled in test_verifier
Tiezhu Yang
2024-01-23
1
-0
/
+6
*
bpf: Assign ID to scalars on spill
Maxim Mikityanskiy
2024-01-23
1
-3
/
+3
*
bpf: Fix accesses to uninit stack slots
Andrei Matei
2023-12-08
2
-12
/
+3
*
bpf: support non-r10 register spill/fill to/from stack in precision tracking
Andrii Nakryiko
2023-12-05
1
-16
/
+22
*
bpf: fix control-flow graph checking in privileged mode
Andrii Nakryiko
2023-11-09
1
-3
/
+3
*
bpf: handle ldimm64 properly in check_cfg()
Andrii Nakryiko
2023-11-09
1
-4
/
+4
*
selftests/bpf: Add test for immediate spilled to stack
Hao Sun
2023-11-01
1
-0
/
+32
*
selftests/bpf: Fix a test_verifier failure
Yonghong Song
2023-07-27
1
-3
/
+3
*
selftests/bpf: Add F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to some tests
Björn Töpel
2023-07-05
5
-1
/
+14
*
bpf: Use scalar ids in mark_chain_precision()
Eduard Zingerman
2023-06-13
1
-4
/
+4
*
bpf: fix mark_all_scalars_precise use in mark_chain_precision
Andrii Nakryiko
2023-05-04
1
-4
/
+5
*
bpf: maintain bitmasks across all active frames in __mark_chain_precision
Andrii Nakryiko
2023-05-04
1
-9
/
+9
*
bpf: improve precision backtrack logging
Andrii Nakryiko
2023-05-04
1
-52
/
+54
*
selftests/bpf: Add test case to assert precise scalar path pruning
Daniel Borkmann
2023-04-27
1
-0
/
+36
*
selftests/bpf: verifier/prevent_map_lookup converted to inline assembly
Eduard Zingerman
2023-04-22
1
-29
/
+0
*
selftests/bpf: verifier/value_ptr_arith converted to inline assembly
Eduard Zingerman
2023-04-21
1
-1140
/
+0
*
selftests/bpf: verifier/value_illegal_alu converted to inline assembly
Eduard Zingerman
2023-04-21
1
-95
/
+0
*
selftests/bpf: verifier/unpriv converted to inline assembly
Eduard Zingerman
2023-04-21
1
-562
/
+0
*
selftests/bpf: verifier/subreg converted to inline assembly
Eduard Zingerman
2023-04-21
1
-533
/
+0
*
selftests/bpf: verifier/spin_lock converted to inline assembly
Eduard Zingerman
2023-04-21
1
-447
/
+0
*
selftests/bpf: verifier/sock converted to inline assembly
Eduard Zingerman
2023-04-21
1
-706
/
+0
*
selftests/bpf: verifier/search_pruning converted to inline assembly
Eduard Zingerman
2023-04-21
1
-266
/
+0
*
selftests/bpf: verifier/runtime_jit converted to inline assembly
Eduard Zingerman
2023-04-21
1
-231
/
+0
*
selftests/bpf: verifier/regalloc converted to inline assembly
Eduard Zingerman
2023-04-21
1
-277
/
+0
*
selftests/bpf: verifier/ref_tracking converted to inline assembly
Eduard Zingerman
2023-04-21
1
-1082
/
+0
*
selftests/bpf: verifier/map_ptr_mixing converted to inline assembly
Eduard Zingerman
2023-04-21
1
-100
/
+0
*
selftests/bpf: verifier/map_in_map converted to inline assembly
Eduard Zingerman
2023-04-21
1
-96
/
+0
*
selftests/bpf: verifier/lwt converted to inline assembly
Eduard Zingerman
2023-04-21
1
-189
/
+0
*
selftests/bpf: verifier/loops1 converted to inline assembly
Eduard Zingerman
2023-04-21
1
-206
/
+0
*
selftests/bpf: verifier/jeq_infer_not_null converted to inline assembly
Eduard Zingerman
2023-04-21
1
-174
/
+0
*
selftests/bpf: verifier/direct_packet_access converted to inline assembly
Eduard Zingerman
2023-04-21
1
-710
/
+0
*
selftests/bpf: verifier/d_path converted to inline assembly
Eduard Zingerman
2023-04-21
1
-37
/
+0
*
selftests/bpf: verifier/ctx converted to inline assembly
Eduard Zingerman
2023-04-21
1
-186
/
+0
*
selftests/bpf: verifier/btf_ctx_access converted to inline assembly
Eduard Zingerman
2023-04-21
1
-25
/
+0
*
selftests/bpf: verifier/bpf_get_stack converted to inline assembly
Eduard Zingerman
2023-04-21
1
-87
/
+0
*
selftests/bpf: verifier/bounds converted to inline assembly
Eduard Zingerman
2023-04-21
1
-884
/
+0
*
bpf: Remove bpf_kfunc_call_test_kptr_get() test kfunc
David Vernet
2023-04-16
1
-27
/
+0
*
selftests/bpf: Add test to access u32 ptr argument in tracing program
Feng Zhou
2023-04-11
1
-0
/
+13
*
selftests/bpf: Rewrite two infinite loops in bound check cases
Xu Kuohai
2023-03-29
1
-8
/
+16
*
selftests/bpf: Remove verifier/xdp_direct_packet_access.c, converted to progs...
Eduard Zingerman
2023-03-28
1
-1468
/
+0
*
selftests/bpf: verifier/xdp.c converted to inline assembly
Eduard Zingerman
2023-03-25
1
-14
/
+0
[next]