summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-02-04bpf: Support negative offsets, BPF_SUB, and alu32 for linked register trackingPuranjay Mohan
2026-02-04selftests/bpf: Add tests for BPF_END bitwise trackingTianci Cao
2026-02-04selftests/bpf: Strengthen timer_start_deadlock testAlexei Starovoitov
2026-02-04selftests/bpf: Add a testcase for deadlock avoidanceAlexei Starovoitov
2026-02-04resolve_btfids: Refactor the sort_btf_by_name functionDonglin Peng
2026-02-03selftests/bpf: Add a test to stress bpf_timer_start and map_delete raceAlexei Starovoitov
2026-02-03selftests/bpf: Removed obsolete testsMykyta Yatsenko
2026-02-03selftests/bpf: Add timer stress test in NMI contextMykyta Yatsenko
2026-02-03selftests/bpf: Verify bpf_timer_cancel_async worksMykyta Yatsenko
2026-02-03selftests/bpf: Add stress test for timer async cancelMykyta Yatsenko
2026-02-03selftests/bpf: Refactor timer selftestsMykyta Yatsenko
2026-02-03selftests/bpf: Add selftests for stream functions under lockEmil Tsalapatis
2026-02-03selftests/bpf: Add selftests for bpf_stream_print_stackEmil Tsalapatis
2026-02-03selftests/bpf: Add a test for ids=0 to verifier_scalar_ids testPuranjay Mohan
2026-02-03bpf: Relax scalar id equivalence for state pruningPuranjay Mohan
2026-01-31selftests/bpf: Enable get_func_args and get_func_ip tests on arm64Leon Hwang
2026-01-31bpf: Add bpf_jit_supports_fsession()Leon Hwang
2026-01-31selftests/bpf: Test access from RO map from xdp_store_bytesPaul Chaignon
2026-01-30selftests/bpf: Allow to benchmark trigger with stacktraceJiri Olsa
2026-01-30selftests/bpf: Add stacktrace ips test for fentry/fexitJiri Olsa
2026-01-30selftests/bpf: Add stacktrace ips test for kprobe/kretprobeJiri Olsa
2026-01-30selftests/bpf: Fix kprobe multi stacktrace_ips testJiri Olsa
2026-01-30selftests/bpf: Make bpf get_preempt_count() work for v6.14+ kernelsChangwoo Min
2026-01-30selftests/bpf: Add test for sleepable program tailcallsJiri Olsa
2026-01-28bpf: Test nospec after dead stack write in helperLuis Gerhorst
2026-01-28bpftool: Fix dependencies for static buildIhor Solodrai
2026-01-28selftests/bpf: Remove xxd util dependencyMykyta Yatsenko
2026-01-27selftests/bpf: Add tests for FIONREAD and copied_seqJiayuan Chen
2026-01-27selftests/bpf: cover BPF_CGROUP_ITER_CHILDREN control optionMatt Bobrowski
2026-01-27bpf: add new BPF_CGROUP_ITER_CHILDREN control optionMatt Bobrowski
2026-01-26selftests/bpf: convert test_bpftool_map_access.sh into test_progs frameworkAlexis Lothoré (eBPF Foundation)
2026-01-26selftests/bpf: convert test_bpftool_metadata.sh into test_progs frameworkAlexis Lothoré (eBPF Foundation)
2026-01-26selftests/bpf: Add a few helpers for bpftool testingAlexis Lothoré (eBPF Foundation)
2026-01-26selftests/bpf: Harden cpu flags test for lru_percpu_hash mapLeon Hwang
2026-01-25selftests/bpf: Add tests for execution context helpersChangwoo Min
2026-01-25selftests/bpf: Introduce execution context detection helpersChangwoo Min
2026-01-24selftests/bpf: test fsession mixed with fentry and fexitMenglong Dong
2026-01-24selftests/bpf: add testcases for fsession cookieMenglong Dong
2026-01-24selftests/bpf: test bpf_get_func_* for fsessionMenglong Dong
2026-01-24selftests/bpf: add testcases for fsessionMenglong Dong
2026-01-24bpftool: add fsession supportMenglong Dong
2026-01-24libbpf: add fsession supportMenglong Dong
2026-01-24bpf: change prototype of bpf_session_{cookie,is_return}Menglong Dong
2026-01-24bpf: add fsession supportMenglong Dong
2026-01-24selftests/bpf: Fix xdp_pull_data failure with 64K pageYonghong Song
2026-01-24selftests/bpf: Fix task_local_data failure with 64K pageYonghong Song
2026-01-21selftests/bpf: Fix resource leak in serial_test_wq on attach failureKery Qi
2026-01-21selftests/bpf: Test kfunc bpf_strncasecmpYuzuki Ishiyama
2026-01-21selftests/bpf: test bpf_get_func_arg() for tp_btfMenglong Dong
2026-01-20selftests/bpf: test the jited inline of bpf_get_current_taskMenglong Dong