index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
progs
/
bpf_misc.h
Age
Commit message (
Expand
)
Author
2025-05-09
selftests/bpf: Enable non-arena load-acquire/store-release selftests for riscv64
Peilin Ye
2025-04-25
selftests/bpf: Correct typo in __clang_major__ macro
Peilin Ye
2025-03-15
selftests/bpf: test cases for compute_live_registers()
Eduard Zingerman
2025-02-14
selftests/bpf: Introduce __load_if_JITed annotation for tests
Jiayuan Chen
2025-02-11
selftests/bpf: Define SYS_PREFIX for powerpc
Saket Kumar Bhaskar
2024-12-04
selftests/bpf: Introduce __caps_unpriv annotation for tests
Eduard Zingerman
2024-08-21
selftests/bpf: __jited test tag to check disassembly after jit
Eduard Zingerman
2024-08-21
selftests/bpf: replace __regex macro with "{{...}}" patterns
Eduard Zingerman
2024-08-21
selftests/bpf: fix to avoid __msg tag de-duplication by clang
Eduard Zingerman
2024-07-29
selftests/bpf: __arch_* macro to limit test cases to specific archs
Eduard Zingerman
2024-07-29
selftests/bpf: allow checking xlated programs in verifier_* tests
Eduard Zingerman
2024-06-26
selftests/bpf: Move ARRAY_SIZE to bpf_misc.h
Jiri Olsa
2024-06-21
selftests/bpf: Support checks against a regular expression
Cupertino Miranda
2024-01-23
bpf: Use r constraint instead of p constraint in selftests
Jose E. Marchesi
2023-12-13
bpf: selftests: test_loader: Support __btf_path() annotation
Daniel Xu
2023-10-04
selftests/bpf: Define SYS_PREFIX for riscv
Björn Töpel
2023-05-04
selftests/bpf: add precision propagation tests in the presence of subprogs
Andrii Nakryiko
2023-04-21
selftests/bpf: Add notion of auxiliary programs for test_loader
Eduard Zingerman
2023-04-18
libbpf: move bpf_for(), bpf_for_each(), and bpf_repeat() into bpf_helpers.h
Andrii Nakryiko
2023-03-25
selftests/bpf: Tests execution support for test_loader.c
Eduard Zingerman
2023-03-25
selftests/bpf: Unprivileged tests for test_loader.c
Eduard Zingerman
2023-03-25
selftests/bpf: __imm_insn & __imm_const macro for bpf_misc.h
Eduard Zingerman
2023-03-10
selftests/bpf: add __sink() macro to fake variable consumption
Andrii Nakryiko
2023-03-10
selftests/bpf: prevent unused variable warning in bpf_for()
Andrii Nakryiko
2023-03-08
selftests/bpf: add iterators tests
Andrii Nakryiko
2023-03-08
selftests/bpf: add bpf_for_each(), bpf_for(), and bpf_repeat() macros
Andrii Nakryiko
2023-03-01
selftests/bpf: Support custom per-test flags and multiple expected messages
Andrii Nakryiko
2023-01-23
selftests/bpf: Validate arch-specific argument registers limits
Andrii Nakryiko
2023-01-20
selftests/bpf: convenience macro for use with 'asm volatile' blocks
Eduard Zingerman
2022-12-07
selftests/bpf: add generic BPF program tester-loader
Andrii Nakryiko
2022-02-07
selftests/bpf: Use "__se_" prefix on architectures without syscall wrapper
Naveen N. Rao
2022-01-24
selftests/bpf: Extract syscall wrapper
Kenta Tada