summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)Author
2020-10-21Merge branch 'kvm-fixes' into 'next'Paolo Bonzini
2020-09-28KVM: x86: do not attempt TSC synchronization on guest writesPaolo Bonzini
2020-09-28KVM: selftests: Add test for user space MSR handlingAlexander Graf
2020-09-28KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE"Sean Christopherson
2020-09-23selftests: kvm: Fix assert failure in single-step testYang Weijiang
2020-08-17selftests: kvm: Use a shorter encoding to clear RAXYang Weijiang
2020-07-27KVM: nVMX: check for invalid hdr.vmx.flagsPaolo Bonzini
2020-07-27KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATEPaolo Bonzini
2020-07-27selftests: kvm: do not set guest mode flagPaolo Bonzini
2020-06-11KVM: selftests: fix sync_with_host() in smm_testVitaly Kuznetsov
2020-06-11KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX i...Vitaly Kuznetsov
2020-06-11KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE checkVitaly Kuznetsov
2020-06-09KVM: selftests: Ignore KVM 5-level paging support for VM_MODE_PXXV48_4KSean Christopherson
2020-06-08KVM: selftests: fix vmx_preemption_timer_test build with GCC10Vitaly Kuznetsov
2020-06-08KVM: selftests: Add x86_64/debug_regs to .gitignoreVitaly Kuznetsov
2020-06-05KVM: selftests: Fix build with "make ARCH=x86_64"Vitaly Kuznetsov
2020-06-01KVM: selftests: fix rdtsc() for vmx_tsc_adjust_testVitaly Kuznetsov
2020-06-01KVM: selftests: update hyperv_cpuid with SynDBG testsVitaly Kuznetsov
2020-06-01KVM: selftests: VMX preemption timer migration testMakarand Sonare
2020-06-01selftests: kvm: fix smm test on SVMVitaly Kuznetsov
2020-06-01selftests: kvm: add a SVM version of state-testPaolo Bonzini
2020-06-01selftests: kvm: introduce cpu_has_svm() checkVitaly Kuznetsov
2020-05-20Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...Paolo Bonzini
2020-05-13Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini
2020-05-08KVM: VMX: pass correct DR6 for GD userspace exitPaolo Bonzini
2020-05-07Merge tag 'linux-kselftest-5.7-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-05-07KVM: selftests: Add KVM_SET_GUEST_DEBUG testPeter Xu
2020-05-06KVM: selftests: Fix build for evmcs.hPeter Xu
2020-05-01selftests: fix kvm relocatable native/cross builds and installsShuah Khan
2020-04-21selftests: kvm/set_memory_region_test: do not check RIP if the guest shuts downPaolo Bonzini
2020-04-15selftests: kvm: Add testcase for creating max number of memslotsWainer dos Santos Moschetta
2020-04-15KVM: selftests: Make set_memory_region_test common to all architecturesSean Christopherson
2020-04-15KVM: selftests: Add "zero" testcase to set_memory_region_testSean Christopherson
2020-04-15selftests: kvm: Add vm_get_fd() in kvm_utilWainer dos Santos Moschetta
2020-04-15KVM: selftests: Add "delete" testcase to set_memory_region_testSean Christopherson
2020-04-15KVM: sefltests: Add explicit synchronization to move mem region testSean Christopherson
2020-04-15KVM: selftests: Add GUEST_ASSERT variants to pass values to hostSean Christopherson
2020-04-15KVM: selftests: Add util to delete memory regionSean Christopherson
2020-04-15KVM: selftests: Use kernel's list instead of homebrewed replacementSean Christopherson
2020-04-15KVM: selftests: Take vcpu pointer instead of id in vm_vcpu_rm()Sean Christopherson
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-03-26KVM: selftests: Fix cosmetic copy-paste error in vm_mem_region_move()Sean Christopherson
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-18KVM: selftests: Rework timespec functions and usageAndrew Jones
2020-03-16KVM: selftests: enlightened VMPTRLD with an incorrect GPAVitaly Kuznetsov
2020-03-16KVM: selftests: test enlightened vmenter with wrong eVMCS versionVitaly Kuznetsov
2020-03-16KVM: selftests: define and use EVMCS_VERSIONVitaly Kuznetsov
2020-03-16selftests: kvm: Uses TEST_FAIL in tests/utilitiesWainer dos Santos Moschetta
2020-03-16selftests: kvm: Introduce the TEST_FAIL macroWainer dos Santos Moschetta
2020-03-16selftests: KVM: s390: check for registers to NOT change on resetChristian Borntraeger