summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-1828-255/+1029
|\
| * Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-189-10/+488
| |\
| | * selftests: add a test case for mirred egress to ingressDavide Caratti2021-11-162-1/+47
| | * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-11-166-2/+432
| | |\
| | | * selftests/bpf: Add tests for restricted helpersDmitrii Banshchikov2021-11-154-1/+397
| | | * tools/runqslower: Fix cross-buildJean-Philippe Brucker2021-11-121-1/+1
| | | * selftests/bpf: Check map in map pruningLorenz Bauer2021-11-121-0/+34
| | * | selftests: net: switch to socat in the GSO GRE testJakub Kicinski2021-11-121-7/+9
| | |/
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-1814-237/+309
| |\ \
| | * | selftests: KVM: Add /x86_64/sev_migrate_tests to .gitignoreArnaldo Carvalho de Melo2021-11-181-0/+1
| | * | Merge branch 'kvm-selftest' into kvm-masterPaolo Bonzini2021-11-1613-237/+308
| | |\ \
| | | * | KVM: selftests: Use perf_test_destroy_vm in memslot_modification_stress_testDavid Matlack2021-11-161-2/+1
| | | * | KVM: selftests: Wait for all vCPU to be created before entering guest modeDavid Matlack2021-11-161-0/+26
| | | * | KVM: selftests: Move vCPU thread creation and joining to common helpersDavid Matlack2021-11-166-90/+67
| | | * | KVM: selftests: Start at iteration 0 instead of -1David Matlack2021-11-161-5/+3
| | | * | KVM: selftests: Sync perf_test_args to guest during VM creationSean Christopherson2021-11-166-15/+16
| | | * | KVM: selftests: Fill per-vCPU struct during "perf_test" VM creationSean Christopherson2021-11-166-54/+45
| | | * | KVM: selftests: Create VM with adjusted number of guest pages for perf testsSean Christopherson2021-11-161-2/+6
| | | * | KVM: selftests: Remove perf_test_args.host_page_sizeSean Christopherson2021-11-162-3/+1
| | | * | KVM: selftests: Move per-VM GPA into perf_test_argsSean Christopherson2021-11-163-21/+10
| | | * | KVM: selftests: Use perf util's per-vCPU GPA/pages in demand paging testSean Christopherson2021-11-161-16/+5
| | | * | KVM: selftests: Capture per-vCPU GPA in perf_test_vcpu_argsSean Christopherson2021-11-162-5/+5
| | | * | KVM: selftests: Use shorthand local var to access struct perf_tests_argsSean Christopherson2021-11-161-16/+19
| | | * | KVM: selftests: Require GPA to be aligned when backed by hugepagesSean Christopherson2021-11-162-1/+8
| | | * | KVM: selftests: Assert mmap HVA is aligned when using HugeTLBSean Christopherson2021-11-163-0/+17
| | | * | KVM: selftests: Expose align() helpers to testsSean Christopherson2021-11-166-19/+34
| | | * | KVM: selftests: Explicitly state indicies for vm_guest_mode_params arraySean Christopherson2021-11-161-9/+9
| | | * | KVM: selftests: Add event channel upcall support to xen_shinfo_testDavid Woodhouse2021-11-161-9/+66
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-136-11/+235
| |\| | | | | |_|/ | |/| |
| | * | Merge branch 'kvm-sev-move-context' into kvm-masterPaolo Bonzini2021-11-116-11/+235
| | |\ \
| | | * | selftest: KVM: Add intra host migration testsPeter Gonda2021-11-112-1/+205
| | | * | selftest: KVM: Add open sev dev helperPeter Gonda2021-11-114-10/+30
| | | |/
* | | | ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti2021-11-172-1/+72
* | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-1592-427/+1023
|\ \ \ \ | |/ / / |/| | |
| * | | selftests/bpf: Fix a tautological-constant-out-of-range-compare compiler warningYonghong Song2021-11-121-6/+11
| * | | selftests/bpf: Fix an unused-but-set-variable compiler warningYonghong Song2021-11-121-2/+0
| * | | selftests/bpf: Clarify llvm dependency with btf_tag selftestYonghong Song2021-11-111-4/+5
| * | | selftests/bpf: Add a C test for btf_type_tagYonghong Song2021-11-112-0/+49
| * | | selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.cYonghong Song2021-11-112-11/+13
| * | | selftests/bpf: Test BTF_KIND_DECL_TAG for deduplicationYonghong Song2021-11-111-4/+135
| * | | selftests/bpf: Add BTF_KIND_TYPE_TAG unit testsYonghong Song2021-11-112-0/+21
| * | | selftests/bpf: Test libbpf API function btf__add_type_tag()Yonghong Song2021-11-112-28/+43
| * | | selftests/bpf: Update btf_dump__new() uses to v1.0+ variantAndrii Nakryiko2021-11-113-26/+15
| * | | selftests/bpf: Migrate all deprecated perf_buffer usesAndrii Nakryiko2021-11-116-25/+11
| * | | libbpf: Turn btf_dedup_opts into OPTS-based structAndrii Nakryiko2021-11-112-42/+10
| * | | selftests/bpf: Minor cleanups and normalization of MakefileAndrii Nakryiko2021-11-111-16/+16
| * | | selftests/bpf: Fix bpf_prog_test_load() logic to pass extra log levelAndrii Nakryiko2021-11-111-1/+6
| * | | selftests/bpf: Add tests for accessing ingress_ifindex in bpf_sk_lookupMark Pashmfouroush2021-11-103-0/+71
| * | | selftests/bpf: Add exception handling selftests for tp_bpf programAlan Maguire2021-11-082-0/+86
| * | | selftests/bpf: Add tests for bpf_find_vmaSong Liu2021-11-074-0/+244