index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
progs
Age
Commit message (
Expand
)
Author
Lines
13 days
selftests/bpf: Test refinement of single-value tnum
Paul Chaignon
-0
/
+137
13 days
selftests/bpf: Add tests for special fields races
Kumar Kartikeya Dwivedi
-0
/
+197
2026-02-26
selftests/bpf: Fix OOB read in dmabuf_collector
T.J. Mercier
-1
/
+1
2026-02-18
selftests/bpf: Use vmlinux.h in test_xdp_meta
Ihor Solodrai
-6
/
+6
2026-02-13
selftests/bpf: enable fsession_test on riscv64
Menglong Dong
-2
/
+2
2026-02-13
selftests/bpf: Fix map_kptr grace period wait
Kumar Kartikeya Dwivedi
-26
/
+4
2026-02-13
selftests/bpf: Adjust selftest due to function rename
Ihor Solodrai
-4
/
+4
2026-02-06
selftests/bpf: Fix outdated test on storage->smap
Amery Hung
-17
/
+2
2026-02-06
selftests/bpf: Remove test_task_storage_map_stress_lookup
Amery Hung
-38
/
+0
2026-02-06
selftests/bpf: Update task_local_storage/task_storage_nodeadlock test
Amery Hung
-5
/
+2
2026-02-06
selftests/bpf: Update task_local_storage/recursion test
Amery Hung
-12
/
+2
2026-02-06
selftests/bpf: Update sk_storage_omem_uncharge test
Amery Hung
-9
/
+3
2026-02-04
selftests/bpf: Add tests for improved linked register tracking
Puranjay Mohan
-2
/
+301
2026-02-04
bpf: Support negative offsets, BPF_SUB, and alu32 for linked register tracking
Puranjay Mohan
-1
/
+1
2026-02-04
selftests/bpf: Add tests for BPF_END bitwise tracking
Tianci Cao
-0
/
+43
2026-02-04
selftests/bpf: Strengthen timer_start_deadlock test
Alexei Starovoitov
-7
/
+2
2026-02-04
selftests/bpf: Add a testcase for deadlock avoidance
Alexei Starovoitov
-0
/
+75
2026-02-03
selftests/bpf: Add a test to stress bpf_timer_start and map_delete race
Alexei Starovoitov
-0
/
+66
2026-02-03
selftests/bpf: Removed obsolete tests
Mykyta Yatsenko
-111
/
+0
2026-02-03
selftests/bpf: Add timer stress test in NMI context
Mykyta Yatsenko
-12
/
+73
2026-02-03
selftests/bpf: Verify bpf_timer_cancel_async works
Mykyta Yatsenko
-0
/
+23
2026-02-03
selftests/bpf: Add stress test for timer async cancel
Mykyta Yatsenko
-3
/
+11
2026-02-03
selftests/bpf: Add selftests for stream functions under lock
Emil Tsalapatis
-0
/
+32
2026-02-03
selftests/bpf: Add selftests for bpf_stream_print_stack
Emil Tsalapatis
-0
/
+21
2026-02-03
selftests/bpf: Add a test for ids=0 to verifier_scalar_ids test
Puranjay Mohan
-0
/
+45
2026-02-03
bpf: Relax scalar id equivalence for state pruning
Puranjay Mohan
-3
/
+5
2026-01-31
selftests/bpf: Enable get_func_args and get_func_ip tests on arm64
Leon Hwang
-2
/
+2
2026-01-31
selftests/bpf: Test access from RO map from xdp_store_bytes
Paul Chaignon
-0
/
+35
2026-01-30
selftests/bpf: Allow to benchmark trigger with stacktrace
Jiri Olsa
-9
/
+37
2026-01-30
selftests/bpf: Add stacktrace ips test for fentry/fexit
Jiri Olsa
-0
/
+20
2026-01-30
selftests/bpf: Add stacktrace ips test for kprobe/kretprobe
Jiri Olsa
-0
/
+7
2026-01-30
selftests/bpf: Add test for sleepable program tailcalls
Jiri Olsa
-0
/
+43
2026-01-28
bpf: Test nospec after dead stack write in helper
Luis Gerhorst
-0
/
+22
2026-01-27
selftests/bpf: Add tests for FIONREAD and copied_seq
Jiayuan Chen
-0
/
+14
2026-01-27
selftests/bpf: cover BPF_CGROUP_ITER_CHILDREN control option
Matt Bobrowski
-3
/
+6
2026-01-25
selftests/bpf: Add tests for execution context helpers
Changwoo Min
-0
/
+48
2026-01-24
selftests/bpf: test fsession mixed with fentry and fexit
Menglong Dong
-0
/
+16
2026-01-24
selftests/bpf: add testcases for fsession cookie
Menglong Dong
-0
/
+66
2026-01-24
selftests/bpf: test bpf_get_func_* for fsession
Menglong Dong
-1
/
+62
2026-01-24
selftests/bpf: add testcases for fsession
Menglong Dong
-0
/
+97
2026-01-24
bpf: change prototype of bpf_session_{cookie,is_return}
Menglong Dong
-26
/
+22
2026-01-24
selftests/bpf: Fix task_local_data failure with 64K page
Yonghong Song
-1
/
+1
2026-01-21
selftests/bpf: Test kfunc bpf_strncasecmp
Yuzuki Ishiyama
-0
/
+14
2026-01-21
selftests/bpf: test bpf_get_func_arg() for tp_btf
Menglong Dong
-0
/
+44
2026-01-20
selftests/bpf: test the jited inline of bpf_get_current_task
Menglong Dong
-0
/
+20
2026-01-20
selftests/bpf: update verifier test for default trusted pointer semantics
Matt Bobrowski
-32
/
+29
2026-01-20
selftests/bpf: Add tests for BPF_DIV and BPF_MOD range tracking
Yazhou Tang
-0
/
+1149
2026-01-20
bpf: Add range tracking for BPF_DIV and BPF_MOD
Yazhou Tang
-3
/
+4
2026-01-20
selftests/bpf: Migrate struct_ops_assoc test to KF_IMPLICIT_ARGS
Ihor Solodrai
-9
/
+9
2026-01-20
bpf: Migrate bpf_stream_vprintk() to KF_IMPLICIT_ARGS
Ihor Solodrai
-3
/
+3
[next]