aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2021-11-20selftests: mptcp: add tproxy test caseFlorian Westphal
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-18Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-11-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-11-18selftests: KVM: Add /x86_64/sev_migrate_tests to .gitignoreArnaldo Carvalho de Melo
2021-11-17ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti
2021-11-16selftests: add a test case for mirred egress to ingressDavide Caratti
2021-11-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-11-16Merge branch 'kvm-selftest' into kvm-masterPaolo Bonzini
2021-11-16KVM: selftests: Use perf_test_destroy_vm in memslot_modification_stress_testDavid Matlack
2021-11-16KVM: selftests: Wait for all vCPU to be created before entering guest modeDavid Matlack
2021-11-16KVM: selftests: Move vCPU thread creation and joining to common helpersDavid Matlack
2021-11-16KVM: selftests: Start at iteration 0 instead of -1David Matlack
2021-11-16KVM: selftests: Sync perf_test_args to guest during VM creationSean Christopherson
2021-11-16KVM: selftests: Fill per-vCPU struct during "perf_test" VM creationSean Christopherson
2021-11-16KVM: selftests: Create VM with adjusted number of guest pages for perf testsSean Christopherson
2021-11-16KVM: selftests: Remove perf_test_args.host_page_sizeSean Christopherson
2021-11-16KVM: selftests: Move per-VM GPA into perf_test_argsSean Christopherson
2021-11-16KVM: selftests: Use perf util's per-vCPU GPA/pages in demand paging testSean Christopherson
2021-11-16KVM: selftests: Capture per-vCPU GPA in perf_test_vcpu_argsSean Christopherson
2021-11-16KVM: selftests: Use shorthand local var to access struct perf_tests_argsSean Christopherson
2021-11-16KVM: selftests: Require GPA to be aligned when backed by hugepagesSean Christopherson
2021-11-16KVM: selftests: Assert mmap HVA is aligned when using HugeTLBSean Christopherson
2021-11-16KVM: selftests: Expose align() helpers to testsSean Christopherson
2021-11-16KVM: selftests: Explicitly state indicies for vm_guest_mode_params arraySean Christopherson
2021-11-16KVM: selftests: Add event channel upcall support to xen_shinfo_testDavid Woodhouse
2021-11-15selftests/bpf: Add tests for restricted helpersDmitrii Banshchikov
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-11-12selftests: net: switch to socat in the GSO GRE testJakub Kicinski
2021-11-12tools/runqslower: Fix cross-buildJean-Philippe Brucker
2021-11-12selftests/bpf: Check map in map pruningLorenz Bauer
2021-11-12selftests/bpf: Fix a tautological-constant-out-of-range-compare compiler warningYonghong Song
2021-11-12selftests/bpf: Fix an unused-but-set-variable compiler warningYonghong Song
2021-11-11selftests/bpf: Clarify llvm dependency with btf_tag selftestYonghong Song
2021-11-11selftests/bpf: Add a C test for btf_type_tagYonghong Song
2021-11-11selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.cYonghong Song
2021-11-11selftests/bpf: Test BTF_KIND_DECL_TAG for deduplicationYonghong Song
2021-11-11selftests/bpf: Add BTF_KIND_TYPE_TAG unit testsYonghong Song
2021-11-11selftests/bpf: Test libbpf API function btf__add_type_tag()Yonghong Song
2021-11-11selftests/bpf: Update btf_dump__new() uses to v1.0+ variantAndrii Nakryiko
2021-11-11selftests/bpf: Migrate all deprecated perf_buffer usesAndrii Nakryiko
2021-11-11libbpf: Turn btf_dedup_opts into OPTS-based structAndrii Nakryiko
2021-11-11selftests/bpf: Minor cleanups and normalization of MakefileAndrii Nakryiko
2021-11-11selftests/bpf: Fix bpf_prog_test_load() logic to pass extra log levelAndrii Nakryiko
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-11-11Merge branch 'kvm-sev-move-context' into kvm-masterPaolo Bonzini
2021-11-11selftest: KVM: Add intra host migration testsPeter Gonda
2021-11-11selftest: KVM: Add open sev dev helperPeter Gonda
2021-11-11selftests/net: udpgso_bench_rx: fix port argumentWillem de Bruijn