summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
Commit message (Expand)AuthorAgeFilesLines
* selftests: kvm: Use a shorter encoding to clear RAXYang Weijiang2020-08-171-2/+2
* KVM: nVMX: check for invalid hdr.vmx.flagsPaolo Bonzini2020-07-271-0/+13
* KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATEPaolo Bonzini2020-07-271-1/+11
* selftests: kvm: do not set guest mode flagPaolo Bonzini2020-07-271-8/+9
* KVM: selftests: fix sync_with_host() in smm_testVitaly Kuznetsov2020-06-111-2/+2
* KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX i...Vitaly Kuznetsov2020-06-112-3/+5
* KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE checkVitaly Kuznetsov2020-06-116-17/+30
* KVM: selftests: Ignore KVM 5-level paging support for VM_MODE_PXXV48_4KSean Christopherson2020-06-091-2/+9
* KVM: selftests: fix vmx_preemption_timer_test build with GCC10Vitaly Kuznetsov2020-06-082-4/+4
* KVM: selftests: Add x86_64/debug_regs to .gitignoreVitaly Kuznetsov2020-06-081-0/+1
* KVM: selftests: Fix build with "make ARCH=x86_64"Vitaly Kuznetsov2020-06-051-0/+4
* KVM: selftests: fix rdtsc() for vmx_tsc_adjust_testVitaly Kuznetsov2020-06-011-1/+1
* KVM: selftests: update hyperv_cpuid with SynDBG testsVitaly Kuznetsov2020-06-011-47/+56
* KVM: selftests: VMX preemption timer migration testMakarand Sonare2020-06-016-4/+293
* selftests: kvm: fix smm test on SVMVitaly Kuznetsov2020-06-011-6/+13
* selftests: kvm: add a SVM version of state-testPaolo Bonzini2020-06-011-12/+50
* selftests: kvm: introduce cpu_has_svm() checkVitaly Kuznetsov2020-06-011-0/+10
* Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...Paolo Bonzini2020-05-201-1/+28
|\
| * Merge tag 'linux-kselftest-5.7-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-05-071-1/+28
| |\
| | * selftests: fix kvm relocatable native/cross builds and installsShuah Khan2020-05-011-1/+28
* | | Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini2020-05-137-2/+220
|\ \ \
| * | | KVM: VMX: pass correct DR6 for GD userspace exitPaolo Bonzini2020-05-081-1/+23
| * | | KVM: selftests: Add KVM_SET_GUEST_DEBUG testPeter Xu2020-05-074-0/+192
| |/ /
| * / KVM: selftests: Fix build for evmcs.hPeter Xu2020-05-062-2/+5
| |/
| * Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
| |\
| | * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | | selftests: kvm/set_memory_region_test: do not check RIP if the guest shuts downPaolo Bonzini2020-04-211-4/+9
* | | selftests: kvm: Add testcase for creating max number of memslotsWainer dos Santos Moschetta2020-04-151-4/+61
* | | KVM: selftests: Make set_memory_region_test common to all architecturesSean Christopherson2020-04-153-3/+14
* | | KVM: selftests: Add "zero" testcase to set_memory_region_testSean Christopherson2020-04-151-0/+24
* | | selftests: kvm: Add vm_get_fd() in kvm_utilWainer dos Santos Moschetta2020-04-152-0/+6
* | | KVM: selftests: Add "delete" testcase to set_memory_region_testSean Christopherson2020-04-151-0/+91
* | | KVM: sefltests: Add explicit synchronization to move mem region testSean Christopherson2020-04-151-18/+99
* | | KVM: selftests: Add GUEST_ASSERT variants to pass values to hostSean Christopherson2020-04-151-5/+20
* | | KVM: selftests: Add util to delete memory regionSean Christopherson2020-04-152-17/+40
* | | KVM: selftests: Use kernel's list instead of homebrewed replacementSean Christopherson2020-04-154-60/+48
* | | KVM: selftests: Take vcpu pointer instead of id in vm_vcpu_rm()Sean Christopherson2020-04-151-4/+3
|/ /
* | KVM: selftests: Fix cosmetic copy-paste error in vm_mem_region_move()Sean Christopherson2020-03-261-2/+2
* | KVM: selftests: Rework timespec functions and usageAndrew Jones2020-03-184-44/+35
* | KVM: selftests: enlightened VMPTRLD with an incorrect GPAVitaly Kuznetsov2020-03-161-2/+10
* | KVM: selftests: test enlightened vmenter with wrong eVMCS versionVitaly Kuznetsov2020-03-161-4/+9
* | KVM: selftests: define and use EVMCS_VERSIONVitaly Kuznetsov2020-03-162-1/+3
* | selftests: kvm: Uses TEST_FAIL in tests/utilitiesWainer dos Santos Moschetta2020-03-1613-53/+46
* | selftests: kvm: Introduce the TEST_FAIL macroWainer dos Santos Moschetta2020-03-161-0/+3
* | selftests: KVM: s390: check for registers to NOT change on resetChristian Borntraeger2020-03-161-2/+53
* | selftests: KVM: s390: test more register variants for the reset ioctlChristian Borntraeger2020-03-161-9/+41
* | selftests: KVM: s390: fix early guest crashChristian Borntraeger2020-03-161-14/+13
* | KVM: selftests: Introduce steal-time testAndrew Jones2020-03-167-5/+385
* | KVM: selftests: virt_map should take npages, not sizeAndrew Jones2020-03-166-19/+16
* | KVM: selftests: Use consistent message for test skippingAndrew Jones2020-03-1618-25/+37