index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
prog_tests
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-13
selftests/bpf: Add mptcp test with sockmap
Jiayuan Chen
1
-0
/
+140
2025-11-05
selftests/bpf: Add stacktrace ips test for raw_tp
Jiri Olsa
1
-0
/
+46
2025-11-05
selftests/bpf: Add stacktrace ips test for kprobe_multi/kretprobe_multi
Jiri Olsa
1
-0
/
+104
2025-11-03
selftests/bpf: Add tests for livepatch + bpf trampoline
Song Liu
1
-0
/
+107
2025-10-16
selftests: arg_parsing: Ensure data is flushed to disk before reading.
Xing Guo
1
-0
/
+3
2025-10-14
selftests/bpf: make arg_parsing.c more robust to crashes
Andrii Nakryiko
1
-3
/
+6
2025-10-10
selftests/bpf: Add test for unpinning htab with internal timer struct
KaFai Wan
1
-0
/
+36
2025-10-01
selftests/bpf: Add test for libbpf_sha256()
Eric Biggers
1
-0
/
+52
2025-10-01
selftests/bpf: Fix typo in subtest_basic_usdt after merge conflict
Jiri Olsa
1
-1
/
+1
2025-10-01
selftests/bpf: Fix open-coded gettid syscall in uprobe syscall tests
Jiri Olsa
1
-2
/
+2
2025-09-30
Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
43
-512
/
+2385
2025-09-30
Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-46
/
+476
2025-09-28
selftests/bpf: Add stress test for rqspinlock in NMI
Kumar Kartikeya Dwivedi
1
-0
/
+16
2025-09-27
selftests/bpf: Add test case for different expected_attach_type
Daniel Borkmann
1
-1
/
+30
2025-09-25
selftests/bpf: Add stacktrace map lookup_and_delete_elem test case
Tao Chen
1
-1
/
+10
2025-09-25
selftests/bpf: Refactor stacktrace_map case with skeleton
Tao Chen
2
-40
/
+18
2025-09-25
selftests/bpf: Fix flaky bpf_cookie selftest
Mykyta Yatsenko
1
-2
/
+1
2025-09-25
selftests/bpf: Task_work selftest cleanup fixes
Mykyta Yatsenko
1
-4
/
+11
2025-09-24
selftests/bpf: Add kprobe multi write ctx attach test
Jiri Olsa
1
-0
/
+27
2025-09-24
selftests/bpf: Add kprobe write ctx attach test
Jiri Olsa
1
-0
/
+28
2025-09-24
selftests/bpf: Add uprobe context ip register change test
Jiri Olsa
1
-0
/
+42
2025-09-24
selftests/bpf: Add uprobe context registers changes test
Jiri Olsa
1
-1
/
+113
2025-09-23
Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/master'
Martin KaFai Lau
2
-3
/
+180
2025-09-23
selftests/bpf: Test bpf_xdp_pull_data
Amery Hung
1
-0
/
+179
2025-09-23
bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
Amery Hung
1
-3
/
+1
2025-09-23
selftests/bpf: Add union argument tests using fexit programs
Leon Hwang
1
-0
/
+29
2025-09-23
selftests/bpf: add bpf task work stress tests
Mykyta Yatsenko
1
-0
/
+130
2025-09-23
selftests/bpf: BPF task work scheduling tests
Mykyta Yatsenko
1
-0
/
+150
2025-09-22
selftests/bpf: Enable signature verification for some lskel tests
KP Singh
4
-8
/
+35
2025-09-19
selftests/bpf: test cases for callchain sensitive live stack tracking
Eduard Zingerman
1
-0
/
+2
2025-09-19
selftests/bpf: __not_msg() tag for test_loader framework
Eduard Zingerman
1
-0
/
+125
2025-09-19
bpf: disable and remove registers chain based liveness
Eduard Zingerman
3
-117
/
+117
2025-09-18
selftests/bpf: Add tests for exclusive maps
KP Singh
1
-0
/
+54
2025-09-15
selftests/bpf: More open-coded gettid syscall cleanup
Alan Maguire
4
-4
/
+4
2025-09-15
selftests/bpf: Add a test for bpf_cgroup_from_id lookup in non-root cgns
Kumar Kartikeya Dwivedi
1
-0
/
+71
2025-09-15
selftests/bpf: Fix arena_spin_lock selftest failure
Saket Kumar Bhaskar
1
-0
/
+13
2025-09-15
selftests/bpf: Skip timer_interrupt case when bpf_timer is not supported
Leon Hwang
1
-0
/
+4
2025-09-15
selftests/bpf: Fix uprobe_sigill test for uprobe syscall error value
Jiri Olsa
1
-28
/
+6
2025-09-11
selftests/bpf: Add tests for arena fault reporting
Puranjay Mohan
1
-0
/
+49
2025-09-11
selftests: bpf: use __stderr in stream error tests
Puranjay Mohan
1
-82
/
+0
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
5
-0
/
+20
2025-09-10
selftests/bpf: Skip timer cases when bpf_timer is not supported
Leon Hwang
5
-0
/
+20
2025-09-04
selftests/bpf: Add case to test bpf_in_interrupt()
Leon Hwang
1
-0
/
+30
2025-09-04
selftests/bpf: Test kfunc bpf_strcasecmp
Rong Tao
1
-0
/
+1
2025-09-04
selftests/bpf: move get_ksyms and get_addrs to trace_helpers.c
Menglong Dong
1
-217
/
+3
2025-08-27
selftests/bpf: Enable timed may_goto tests for arm64
Puranjay Mohan
1
-1
/
+1
2025-08-27
selftests/bpf: Enrich subtest_basic_usdt case in selftests to cover SIB handling logic
Jiawei Zhao
1
-2
/
+81
2025-08-27
selftests/bpf: Fix typos and grammar in test sources
Shubham Sharma
10
-11
/
+11
2025-08-27
bpf: Add selftest to check the verifier's abstract multiplication
Nandakumar Edamana
1
-0
/
+2
2025-08-26
selftests/bpf: Enable timed may_goto verifier tests on s390x
Ilya Leoshkevich
1
-1
/
+1
[next]