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
Age
Commit message (
Expand
)
Author
Lines
2026-01-26
selftests/bpf: Harden cpu flags test for lru_percpu_hash map
Leon Hwang
-3
/
+10
2026-01-25
selftests/bpf: Add tests for execution context helpers
Changwoo Min
-0
/
+144
2026-01-25
selftests/bpf: Introduce execution context detection helpers
Changwoo Min
-0
/
+58
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
/
+100
2026-01-24
selftests/bpf: test bpf_get_func_* for fsession
Menglong Dong
-1
/
+65
2026-01-24
selftests/bpf: add testcases for fsession
Menglong Dong
-0
/
+187
2026-01-24
bpf: change prototype of bpf_session_{cookie,is_return}
Menglong Dong
-29
/
+22
2026-01-24
bpf: add fsession support
Menglong Dong
-1
/
+1
2026-01-24
selftests/bpf: Fix xdp_pull_data failure with 64K page
Yonghong Song
-7
/
+9
2026-01-24
selftests/bpf: Fix task_local_data failure with 64K page
Yonghong Song
-4
/
+4
2026-01-21
selftests/bpf: Fix resource leak in serial_test_wq on attach failure
Kery Qi
-2
/
+3
2026-01-21
selftests/bpf: Test kfunc bpf_strncasecmp
Yuzuki Ishiyama
-0
/
+15
2026-01-21
selftests/bpf: test bpf_get_func_arg() for tp_btf
Menglong Dong
-0
/
+61
2026-01-20
selftests/bpf: test the jited inline of bpf_get_current_task
Menglong Dong
-0
/
+22
2026-01-20
watchdog: softlockup: panic when lockup duration exceeds N thresholds
Li RongQing
-1
/
+1
2026-01-20
selftests/bpf: update verifier test for default trusted pointer semantics
Matt Bobrowski
-34
/
+52
2026-01-20
selftests/bpf: Add tests for BPF_DIV and BPF_MOD range tracking
Yazhou Tang
-0
/
+1151
2026-01-20
bpf: Add range tracking for BPF_DIV and BPF_MOD
Yazhou Tang
-5
/
+6
2026-01-20
selftests/bpf: Migrate struct_ops_assoc test to KF_IMPLICIT_ARGS
Ihor Solodrai
-16
/
+17
2026-01-20
bpf: Migrate bpf_stream_vprintk() to KF_IMPLICIT_ARGS
Ihor Solodrai
-3
/
+3
2026-01-20
bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGS
Ihor Solodrai
-13
/
+12
2026-01-20
bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGS
Ihor Solodrai
-9
/
+4
2026-01-20
selftests/bpf: Add tests for KF_IMPLICIT_ARGS
Ihor Solodrai
-0
/
+77
2026-01-20
selftests/bpf: Add perfbuf multi-producer benchmark
Gyutae Bae
-0
/
+5
2026-01-16
selftests/bpf: Fix map_kptr test failure
Yonghong Song
-0
/
+41
2026-01-16
selftests/bpf: Support when CONFIG_VXLAN=m
Alan Maguire
-8
/
+13
2026-01-16
selftests: bpf: Add test for multiple syncs from linked register
Puranjay Mohan
-0
/
+33
2026-01-15
selftests/bpf: Add test for bpf_override_return helper
Jiri Olsa
-0
/
+71
2026-01-14
selftests/bpf: Extend live regs tests with a test for gotox
Anton Protopopov
-0
/
+41
2026-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
-3
/
+11
2026-01-13
selftests/bpf: Add tests for loading insn array values with offsets
Anton Protopopov
-0
/
+208
2026-01-13
selftests/bpf: assert BPF kfunc default trusted pointer semantics
Matt Bobrowski
-0
/
+34
2026-01-13
bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by default
Matt Bobrowski
-5
/
+5
2026-01-13
selftests/bpf: Add test cases for btf__permute functionality
Donglin Peng
-0
/
+244
2026-01-13
selftests/bpf: Add tests for s>>=31 and s>>=63
Alexei Starovoitov
-0
/
+85
2026-01-13
selftests/bpf: Fix verifier_arena_globals1 failure with 64K page
Yonghong Song
-1
/
+1
2026-01-13
selftests/bpf: Fix sk_bypass_prot_mem failure with 64K page
Yonghong Song
-1
/
+6
2026-01-13
selftests/bpf: Fix dmabuf_iter/lots_of_buffers failure with 64K page
Yonghong Song
-1
/
+1
2026-01-12
selftests/bpf: Use the correct destructor kfunc type
Sami Tolvanen
-1
/
+7
2026-01-06
bpf: GCC requires function attributes before the declarator
Jose E. Marchesi
-1
/
+1
2026-01-06
bpf: adapt selftests to GCC 16 -Wunused-but-set-variable
Jose E. Marchesi
-0
/
+20
2026-01-06
selftests/bpf: Add cases to test BPF_F_CPU and BPF_F_ALL_CPUS flags
Leon Hwang
-0
/
+360
2026-01-06
selftests/bpf: add tests for arena kfuncs under lock
Emil Tsalapatis
-0
/
+38
2026-01-06
selftests/bpf: Update xdp_context_test_run test to check maximum metadata size
Toke Høiland-Jørgensen
-3
/
+11
2026-01-02
selftests: bpf: Fix test_bpf_nf for trusted args becoming default
Puranjay Mohan
-8
/
+61
2026-01-02
selftests: bpf: fix cgroup_hierarchical_stats
Puranjay Mohan
-3
/
+3
2026-01-02
selftests: bpf: fix test_kfunc_dynptr_param
Puranjay Mohan
-3
/
+2
2026-01-02
selftests: bpf: Update failure message for rbtree_fail
Puranjay Mohan
-1
/
+1
2026-01-02
selftests: bpf: Update kfunc_param_nullable test for new error message
Puranjay Mohan
-1
/
+1
[prev]
[next]