index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-23
selftests/bpf: wq: add bpf_wq_init() checks
Benjamin Tissoires
4
-0
/
+97
2024-04-23
selftests/bpf: add bpf_wq tests
Benjamin Tissoires
2
-0
/
+140
2024-04-19
selftests/bpf: Use connect_to_addr in sk_assign
Geliang Tang
1
-25
/
+1
2024-04-19
selftests/bpf: Use connect_to_addr in cls_redirect
Geliang Tang
1
-17
/
+1
2024-04-19
selftests/bpf: Update arguments of connect_to_addr
Geliang Tang
3
-7
/
+15
2024-04-19
selftests/bpf: Use start_server_addr in sk_assign
Geliang Tang
1
-25
/
+4
2024-04-19
selftests/bpf: Use start_server_addr in cls_redirect
Geliang Tang
1
-18
/
+2
2024-04-19
selftests/bpf: Add start_server_addr helper
Geliang Tang
2
-2
/
+14
2024-04-12
selftests/bpf: Add read_trace_pipe_iter function
Jiri Olsa
4
-77
/
+60
2024-04-11
selftests/bpf: Export send_recv_data helper
Geliang Tang
3
-80
/
+104
2024-04-11
selftests/bpf: Add struct send_recv_arg
Geliang Tang
1
-12
/
+22
2024-04-11
selftests/bpf: Fix umount cgroup2 error in test_sockmap
Geliang Tang
1
-1
/
+1
2024-04-10
selftests/bpf: Enable tests for atomics with cpuv4
Yonghong Song
1
-1
/
+1
2024-04-10
selftests/bpf: Add some tests with new bpf_program__attach_sockmap() APIs
Yonghong Song
5
-2
/
+206
2024-04-10
selftests/bpf: Refactor out helper functions for a few tests
Yonghong Song
2
-17
/
+30
2024-04-09
selftests/bpf: Add tests for atomics in bpf_arena.
Alexei Starovoitov
4
-0
/
+366
2024-04-08
selftests/bpf: eliminate warning of get_cgroup_id_from_path()
Jason Xing
1
-1
/
+1
2024-04-05
selftests/bpf: Verify calling core kfuncs from BPF_PROG_TYPE_SYCALL
David Vernet
4
-2
/
+135
2024-04-05
selftests/bpf: Make sure libbpf doesn't enforce the signature of a func pointer.
Kui-Feng Lee
2
-0
/
+37
2024-04-05
selftests/bpf: add test for bpf_for_each_map_elem() with different maps
Philo Lu
2
-0
/
+111
2024-04-04
selftests/bpf: add fp-leaking precise subprog result tests
Andrii Nakryiko
1
-0
/
+89
2024-04-03
selftests/xsk: Add new test case for AF_XDP under max ring sizes
Tushar Vyavahare
1
-0
/
+25
2024-04-03
selftests/xsk: Test AF_XDP functionality under minimal ring configurations
Tushar Vyavahare
1
-0
/
+21
2024-04-03
selftests/xsk: Introduce set_ring_size function with a retry mechanism for ha...
Tushar Vyavahare
3
-2
/
+66
2024-04-03
selftests/bpf: Implement set_hw_ring_size function to configure interface rin...
Tushar Vyavahare
2
-0
/
+25
2024-04-03
selftests/bpf: Implement get_hw_ring_size function to retrieve current and ma...
Tushar Vyavahare
4
-15
/
+28
2024-04-03
selftests/xsk: Make batch size variable
Tushar Vyavahare
2
-10
/
+13
2024-04-02
bpf: Add arm64 JIT support for bpf_addr_space_cast instruction.
Puranjay Mohan
1
-2
/
+0
2024-04-02
selftests/bpf: Add pid limit for mptcpify prog
Geliang Tang
2
-0
/
+6
2024-04-02
selftests/bpf: Skip test when perf_event_open returns EOPNOTSUPP
Pu Lehui
2
-2
/
+2
2024-04-02
selftests/bpf: Using llvm may_goto inline asm for cond_break macro
Yonghong Song
1
-0
/
+11
2024-03-29
selftests/bpf: make multi-uprobe tests work in RELEASE=1 mode
Andrii Nakryiko
2
-2
/
+2
2024-03-28
selftests/bpf: Drop settimeo in do_test
Geliang Tang
1
-2
/
+1
2024-03-28
selftests/bpf: Use connect_fd_to_fd in bpf_tcp_ca
Geliang Tang
1
-7
/
+1
2024-03-28
selftests/bpf: Add a kprobe_multi subtest to use addrs instead of syms
Yonghong Song
1
-0
/
+98
2024-03-28
selftests/bpf: Fix kprobe_multi_bench_attach test failure with LTO kernel
Yonghong Song
1
-14
/
+48
2024-03-28
selftests/bpf: Add {load,search}_kallsyms_custom_local()
Yonghong Song
2
-0
/
+32
2024-03-28
selftests/bpf: Refactor trace helper func load_kallsyms_local()
Yonghong Song
2
-7
/
+14
2024-03-28
selftests/bpf: Refactor some functions for kprobe_multi_test
Yonghong Song
1
-37
/
+57
2024-03-28
selftests/bpf: Replace CHECK with ASSERT macros for ksyms test
Yonghong Song
1
-19
/
+11
2024-03-28
selftests/bpf: Test loading bpf-tcp-cc prog calling the kernel tcp-cc kfuncs
Martin KaFai Lau
3
-0
/
+135
2024-03-28
selftests/bpf: add batched tp/raw_tp/fmodret tests
Andrii Nakryiko
4
-1
/
+81
2024-03-28
selftests/bpf: lazy-load trigger bench BPF programs
Andrii Nakryiko
2
-12
/
+42
2024-03-28
selftests/bpf: remove syscall-driven benchs, keep syscall-count only
Andrii Nakryiko
5
-299
/
+42
2024-03-28
selftests/bpf: add batched, mostly in-kernel BPF triggering benchmarks
Andrii Nakryiko
4
-7
/
+238
2024-03-28
selftests/bpf: rename and clean up userspace-triggered benchmarks
Andrii Nakryiko
3
-73
/
+49
2024-03-28
bpf: improve error message for unsupported helper
Mykyta Yatsenko
2
-5
/
+5
2024-03-28
selftests/bpf: Add BPF_FIB_LOOKUP_MARK tests
Anton Protopopov
1
-29
/
+103
2024-03-28
selftests: forwarding: Add a test for testing lib.sh functionality
Petr Machata
2
-0
/
+209
2024-03-28
selftests: forwarding: router_mpath_nh_lib: Don't skip, xfail on veth
Petr Machata
2
-11
/
+15
[next]