summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)Author
2021-12-20KVM: selftests: Add test to verify TRIPLE_FAULT on invalid L2 guest stateSean Christopherson
2021-12-20selftests: KVM: Fix non-x86 compilingAndrew Jones
2021-12-19KVM: selftests: vmx_pmu_msrs_test: Drop tests mangling guest visible CPUIDsVitaly Kuznetsov
2021-12-10selftests: KVM: Add test to verify KVM doesn't explode on "bad" I/OSean Christopherson
2021-12-10selftests: KVM: avoid failures due to reserved HyperTransport regionPaolo Bonzini
2021-12-09KVM: x86: selftests: svm_int_ctl_test: fix intercept calculationMaciej S. Szmigiero
2021-11-30KVM: SEV: Prohibit migration of a VM that has mirrorsPaolo Bonzini
2021-11-30selftests: sev_migrate_tests: add tests for KVM_CAP_VM_COPY_ENC_CONTEXT_FROMPaolo Bonzini
2021-11-30KVM: selftests: page_table_test: fix calculation of guest_test_phys_memMaciej S. Szmigiero
2021-11-26KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILEVitaly Kuznetsov
2021-11-26KVM: selftests: Avoid KVM_SET_CPUID2 after KVM_RUN in hyperv_features testVitaly Kuznetsov
2021-11-26selftests: sev_migrate_tests: free all VMsPaolo Bonzini
2021-11-26selftests: fix check for circular KVM_CAP_VM_MOVE_ENC_CONTEXT_FROMPaolo Bonzini
2021-11-18selftests: KVM: Add /x86_64/sev_migrate_tests to .gitignoreArnaldo Carvalho de Melo
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-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-02Merge tag 'linux-kselftest-next-5.16-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2021-10-31Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-10-22KVM: selftests: Fix nested SVM tests when built with clangJim Mattson
2021-10-22KVM: selftests: set CPUID before setting sregs in vcpu creationMichael Roth
2021-10-21selftests: kvm: fix mismatched fclose() after popen()Shuah Khan
2021-10-21Merge branch kvm/selftests/memslot into kvmarm-master/nextMarc Zyngier
2021-10-21KVM: selftests: Build the memslot tests for arm64Ricardo Koller
2021-10-21KVM: selftests: Make memslot_perf_test arch independentRicardo Koller
2021-10-18selftests: KVM: Introduce system counter offset testOliver Upton
2021-10-18selftests: KVM: Add helpers for vCPU device attributesOliver Upton
2021-10-18selftests: KVM: Fix kvm device helper ioctl assertionsOliver Upton
2021-10-18selftests: KVM: Add test for KVM_{GET,SET}_CLOCKOliver Upton
2021-10-17Merge branch kvm-arm64/selftest/timer into kvmarm-master/nextMarc Zyngier
2021-10-17KVM: arm64: selftests: arch_timer: Support vCPU migrationRaghavendra Rao Ananta
2021-10-17KVM: arm64: selftests: Add arch_timer testRaghavendra Rao Ananta