summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2024-04-05selftests/mm: include strings.h for ffslEdward Liaw
2024-04-05selftests/bpf: Verify calling core kfuncs from BPF_PROG_TYPE_SYCALLDavid Vernet
2024-04-05selftests/bpf: Make sure libbpf doesn't enforce the signature of a func pointer.Kui-Feng Lee
2024-04-05selftests/bpf: add test for bpf_for_each_map_elem() with different mapsPhilo Lu
2024-04-04selftests/bpf: add fp-leaking precise subprog result testsAndrii Nakryiko
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-04selftests/harness: Prevent infinite loop due to Assert in FIXTURE_TEARDOWNShengyu Li
2024-04-04selftests/ftrace: Limit length in subsystem-enable testsYuanhe Shu
2024-04-04rcutorture: Disable tracing to permit Tasks Rude RCU testingPaul E. McKenney
2024-04-04scftorture: Increase memory provided to guest OSPaul E. McKenney
2024-04-03selftests: cgroup: skip test_cgcore_lesser_ns_open when cgroup2 mounted witho...Tianchen Ding
2024-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-04-03selftests/xsk: Add new test case for AF_XDP under max ring sizesTushar Vyavahare
2024-04-03selftests/xsk: Test AF_XDP functionality under minimal ring configurationsTushar Vyavahare
2024-04-03selftests/xsk: Introduce set_ring_size function with a retry mechanism for ha...Tushar Vyavahare
2024-04-03selftests/bpf: Implement set_hw_ring_size function to configure interface rin...Tushar Vyavahare
2024-04-03selftests/bpf: Implement get_hw_ring_size function to retrieve current and ma...Tushar Vyavahare
2024-04-03selftests/xsk: Make batch size variableTushar Vyavahare
2024-04-02bpf: Add arm64 JIT support for bpf_addr_space_cast instruction.Puranjay Mohan
2024-04-02selftests/bpf: Add pid limit for mptcpify progGeliang Tang
2024-04-02Merge tag 'kvm-riscv-fixes-6.9-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini
2024-04-02Merge tag 'kvmarm-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-04-02selftests/bpf: Skip test when perf_event_open returns EOPNOTSUPPPu Lehui
2024-04-02selftests/bpf: Using llvm may_goto inline asm for cond_break macroYonghong Song
2024-04-01selftests: mptcp: join: fix dev in check_endpointGeliang Tang
2024-04-01mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti
2024-04-01selftests: reuseaddr_conflict: add missing new line at the end of the outputJakub Kicinski
2024-03-29selftests/bpf: make multi-uprobe tests work in RELEASE=1 modeAndrii Nakryiko
2024-03-29Merge tag 'linux_kselftest-fixes-6.9-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2024-03-29Merge tag 'linux_kselftest-kunit-fixes-6.9-rc2' of git://git.kernel.org/pub/s...Linus Torvalds
2024-03-29selftest: tcp: Add bind() tests for SO_REUSEADDR/SO_REUSEPORT.Kuniyuki Iwashima
2024-03-29selftest: tcp: Add bind() tests for IPV6_V6ONLY.Kuniyuki Iwashima
2024-03-29selftest: tcp: Add more bind() calls.Kuniyuki Iwashima
2024-03-29selftest: tcp: Add v4-v4 and v6-v6 bind() conflict tests.Kuniyuki Iwashima
2024-03-29selftest: tcp: Define the reverse order bind() tests explicitly.Kuniyuki Iwashima
2024-03-29selftest: tcp: Make bind() selftest flexible.Kuniyuki Iwashima
2024-03-29selftests: dmabuf-heap: add config file for the testMuhammad Usama Anjum
2024-03-29selftests/seccomp: Try to fit runtime of benchmark into timeoutMark Brown
2024-03-29selftests/ftrace: Fix event filter target_func selectionMark Rutland
2024-03-29selftest: af_unix: Test GC for SCM_RIGHTS.Kuniyuki Iwashima
2024-03-29selftests: net: gro fwd: update vxlan GRO test expectationsAntoine Tenart
2024-03-29x86/selftests: Skip the tests if prerequisites aren't fulfilledMuhammad Usama Anjum
2024-03-28selftests/bpf: Drop settimeo in do_testGeliang Tang
2024-03-28selftests/bpf: Use connect_fd_to_fd in bpf_tcp_caGeliang Tang
2024-03-28selftests/bpf: Add a kprobe_multi subtest to use addrs instead of symsYonghong Song
2024-03-28selftests/bpf: Fix kprobe_multi_bench_attach test failure with LTO kernelYonghong Song
2024-03-28selftests/bpf: Add {load,search}_kallsyms_custom_local()Yonghong Song
2024-03-28selftests/bpf: Refactor trace helper func load_kallsyms_local()Yonghong Song
2024-03-28selftests/bpf: Refactor some functions for kprobe_multi_testYonghong Song