summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
Commit message (Expand)AuthorAgeFilesLines
* selftests: kvm: Check that TSC page value is small after KVM_SET_CLOCK(0)Vitaly Kuznetsov2021-04-011-2/+11
* selftests: kvm: make hardware_disable_test less verboseVitaly Kuznetsov2021-03-301-5/+5
* selftests: kvm: add set_boot_cpu_id testEmanuele Giuseppe Esposito2021-03-183-0/+168
* selftests: kvm: add _vm_ioctlEmanuele Giuseppe Esposito2021-03-182-1/+7
* selftests: kvm: add get_msr_index_featuresEmanuele Giuseppe Esposito2021-03-185-2/+137
* selftests: kvm: Add basic Hyper-V clocksources testsVitaly Kuznetsov2021-03-183-0/+262
* KVM: x86/xen: Add support for vCPU runstate informationDavid Woodhouse2021-03-021-3/+156
* selftests: kvm: Mmap the entire vcpu mmap areaAaron Lewis2021-03-021-2/+4
* selftests: kvm: avoid uninitialized variable warningPaolo Bonzini2021-02-151-1/+2
* selftests: kvm: add hardware_disable testIgnacio Alvarado2021-02-153-0/+167
* KVM: selftests: Don't bother mapping GVA for Xen shinfo testSean Christopherson2021-02-111-4/+3
* KVM: selftests: Fix hex vs. decimal snafu in Xen testSean Christopherson2021-02-111-1/+1
* KVM: selftests: Fix size of memslots created by Xen testsSean Christopherson2021-02-112-4/+2
* KVM: selftests: Ignore recently added Xen tests' build outputSean Christopherson2021-02-111-0/+2
* KVM: selftests: Add missing header file needed by xAPIC IPI testsPeter Shier2021-02-111-0/+55
* KVM: selftests: Add operand to vmsave/vmload/vmrun in svm.cRicardo Koller2021-02-111-4/+4
* KVM: x86: hyper-v: Make Hyper-V emulation enablement conditionalVitaly Kuznetsov2021-02-094-39/+39
* selftests: kvm: Properly set Hyper-V CPUIDs in evmcs_testVitaly Kuznetsov2021-02-091-1/+38
* selftests: kvm: Move kvm_get_supported_hv_cpuid() to common codeVitaly Kuznetsov2021-02-093-28/+39
* selftests: kvm: Raise the default timeout to 120 secondsVitaly Kuznetsov2021-02-091-0/+1
* KVM: x86: declare Xen HVM shared info capability and add test caseDavid Woodhouse2021-02-042-0/+170
* KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercallsJoao Martins2021-02-041-6/+33
* KVM: x86/xen: intercept xen hypercalls if enabledJoao Martins2021-02-043-0/+125
* selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_...Vitaly Kuznetsov2021-02-045-0/+233
* selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIESLike Xu2021-02-045-1/+169
* KVM: selftests: Disable dirty logging with vCPUs runningBen Gardon2021-02-041-5/+5
* KVM: selftests: Add backing src parameter to dirty_log_perf_testBen Gardon2021-02-048-15/+63
* KVM: selftests: Add memslot modification stress testBen Gardon2021-02-043-0/+213
* KVM: selftests: Add option to overlap vCPU memory accessBen Gardon2021-02-044-18/+57
* KVM: selftests: Fix population stage in dirty_log_perf_testBen Gardon2021-02-041-3/+8
* KVM: selftests: Convert iterations to int in dirty_log_perf_testBen Gardon2021-02-041-13/+13
* KVM: selftests: Avoid flooding debug log while populating memoryBen Gardon2021-02-041-5/+4
* KVM: selftests: Rename timespec_diff_now to timespec_elapsedBen Gardon2021-02-044-13/+13
* KVM: selftests: Test IPI to halted vCPU in xAPIC while backing page movesPeter Shier2021-02-044-0/+566
* KVM: selftests: Implement perf_test_util more conventionallyAndrew Jones2021-01-076-146/+166
* KVM: selftests: Use vm_create_with_vcpus in create_vmAndrew Jones2021-01-075-47/+21
* KVM: selftests: Factor out guest mode codeAndrew Jones2021-01-076-257/+189
* Merge branch 'kvm-master' into kvm-nextPaolo Bonzini2021-01-071-4/+13
|\
| * selftests: kvm/set_memory_region_test: Fix race in move region testMaciej S. Szmigiero2020-12-031-4/+13
* | Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2020-12-151-9/+30
|\ \
| * | KVM: arm64: selftests: Filter out DEMUX registersAndrew Jones2020-11-271-9/+30
| |/
* | Merge tag 'kvm-s390-next-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2020-12-124-2/+111
|\ \
| * | KVM: selftests: sync_regs test for diag318Collin Walling2020-12-104-2/+111
* | | selftests: kvm: Merge user_msr_test into userspace_msr_exit_testAaron Lewis2020-12-114-279/+236
* | | selftests: kvm: Test MSR exiting to userspaceAaron Lewis2020-12-114-1/+565
* | | KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones2020-11-1618-26/+30
* | | KVM: selftests: Make test skipping consistentAndrew Jones2020-11-163-10/+14
* | | KVM: selftests: Also build dirty_log_perf_test on AArch64Andrew Jones2020-11-151-0/+1
* | | KVM: selftests: Introduce vm_create_[default_]_with_vcpusAndrew Jones2020-11-152-5/+40
* | | KVM: selftests: Make vm_create_default commonAndrew Jones2020-11-155-75/+45