index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
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
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