summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)AuthorLines
2019-11-13selftests: kvm: fix build with glibc >= 2.30Vitaly Kuznetsov-2/+2
2019-10-22selftests: kvm: fix sync_regs_test with newer gccsVitaly Kuznetsov-10/+11
2019-10-22selftests: kvm: vmx_dirty_log_test: skip the test when VMX is not supportedVitaly Kuznetsov-0/+2
2019-10-22selftests: kvm: consolidate VMX support checksVitaly Kuznetsov-15/+15
2019-10-22selftests: kvm: vmx_set_nested_state_test: don't check for VMX support twiceVitaly Kuznetsov-6/+1
2019-10-22selftests: kvm: synchronize .gitignore to MakefileVitaly Kuznetsov-0/+2
2019-10-03selftests: kvm: Fix libkvm build errorShuah Khan-1/+1
2019-09-27KVM: selftests: x86: clarify what is reported on KVM_GET_MSRS failureVitaly Kuznetsov-1/+1
2019-09-27selftests: kvm: add test for dirty logging inside nested guestsPaolo Bonzini-3/+377
2019-09-25KVM: selftests: fix ucall on x86Vitaly Kuznetsov-1/+1
2019-09-24KVM: selftests: hyperv_cpuid: add check for NoNonArchitecturalCoreSharing bitVitaly Kuznetsov-0/+27
2019-09-24KVM: selftests: Remove duplicate guest mode handlingPeter Xu-47/+26
2019-09-24KVM: selftests: Introduce VM_MODE_PXXV48_4KPeter Xu-14/+67
2019-09-24KVM: selftests: Create VM earlier for dirty log testPeter Xu-3/+16
2019-09-24KVM: selftests: Move vm type into _vm_create() internallyPeter Xu-20/+17
2019-09-11Merge tag 'kvm-s390-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini-178/+484
2019-09-04KVM: selftests: Test invalid bits in kvm_valid_regs and kvm_dirty_regs on s390xThomas Huth-0/+30
2019-08-29KVM: selftests: Add a test for the KVM_S390_MEM_OP ioctlThomas Huth-0/+167
2019-08-21selftests/kvm: make platform_info_test pass on AMDVitaly Kuznetsov-1/+1
2019-08-21selftests: kvm: fix state save/load on processors without XSAVEPaolo Bonzini-6/+10
2019-08-15selftests: kvm: fix vmx_set_nested_state_testPaolo Bonzini-3/+14
2019-08-15selftests: kvm: provide common function to enable eVMCSPaolo Bonzini-21/+28
2019-08-15selftests: kvm: do not try running the VM in vmx_set_nested_state_testPaolo Bonzini-15/+0
2019-08-09selftests: kvm: Adding config fragmentsNaresh Kamboju-0/+3
2019-08-09KVM: selftests: Update gitignore file for latest changesThomas Huth-1/+2
2019-08-02KVM: selftests: Enable dirty_log_test on s390xThomas Huth-7/+53
2019-08-02KVM: selftests: Implement ucall() for s390xThomas Huth-3/+61
2019-08-02KVM: selftests: Split ucall.c into architecture specific filesThomas Huth-168/+173
2019-07-20KVM: selftests: Remove superfluous define from vmx.cThomas Huth-2/+0
2019-07-15Merge tag 'kvm-s390-next-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini-10/+492
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-42/+61
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini-87/+252
2019-07-02KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCSLiran Alon-0/+1
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-47/+20
2019-06-20KVM: nVMX: reorganize initial steps of vmx_set_nested_statePaolo Bonzini-12/+20
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner-47/+20
2019-06-19tests: kvm: Check for a kernel warningAaron Lewis-0/+184
2019-06-19kvm: tests: Sort tests in the Makefile alphabeticallyAaron Lewis-10/+10
2019-06-19KVM: x86: Modify struct kvm_nested_state to have explicit fields for dataLiran Alon-21/+21
2019-06-05kvm: selftests: introduce aarch64_vcpu_add_defaultAndrew Jones-2/+9
2019-06-05kvm: selftests: introduce aarch64_vcpu_setupAndrew Jones-6/+15
2019-06-05kvm: selftests: hide vcpu_setup in processor codePaolo Bonzini-31/+28
2019-06-04kvm: selftests: ucall improvementsAndrew Jones-8/+14
2019-06-04KVM: selftests: enable pgste option for the linker on s390Christian Borntraeger-1/+6
2019-06-04KVM: selftests: Move kvm_create_max_vcpus test to generic codeThomas Huth-2/+5
2019-06-04KVM: selftests: Add the sync_regs test for s390xThomas Huth-0/+153
2019-06-04KVM: selftests: Add processor code for s390xThomas Huth-0/+309
2019-06-04KVM: selftests: Align memory region addresses to 1M on s390xThomas Huth-5/+16
2019-06-04KVM: selftests: Introduce a VM_MODE_DEFAULT macro for the default bitsThomas Huth-2/+8
2019-06-04KVM: selftests: Guard struct kvm_vcpu_events with __KVM_HAVE_VCPU_EVENTSThomas Huth-0/+4