aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)Author
2020-01-19selftests: kvm: fix build with glibc >= 2.30Vitaly Kuznetsov
2019-12-16selftests: kvm: fix sync_regs_test with newer gccsVitaly Kuznetsov
2019-12-16selftests: kvm: vmx_set_nested_state_test: don't check for VMX support twiceVitaly Kuznetsov
2019-11-25selftests: kvm: Fix libkvm build errorShuah Khan
2019-09-10selftests/kvm: make platform_info_test pass on AMDVitaly Kuznetsov
2019-09-10selftests: kvm: fix state save/load on processors without XSAVEPaolo Bonzini
2019-09-10selftests: kvm: fix vmx_set_nested_state_testPaolo Bonzini
2019-09-10selftests: kvm: provide common function to enable eVMCSPaolo Bonzini
2019-09-10selftests: kvm: do not try running the VM in vmx_set_nested_state_testPaolo Bonzini
2019-08-29selftests: kvm: Adding config fragmentsNaresh Kamboju
2019-07-02KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCSLiran Alon
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-20KVM: nVMX: reorganize initial steps of vmx_set_nested_statePaolo Bonzini
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner
2019-06-19tests: kvm: Check for a kernel warningAaron Lewis
2019-06-19kvm: tests: Sort tests in the Makefile alphabeticallyAaron Lewis
2019-06-19KVM: x86: Modify struct kvm_nested_state to have explicit fields for dataLiran Alon
2019-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-05-24KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guardThomas Huth
2019-05-24kvm: selftests: aarch64: compile with warnings onAndrew Jones
2019-05-24kvm: selftests: aarch64: fix default vm modeAndrew Jones
2019-05-24kvm: selftests: aarch64: dirty_log_test: fix unaligned memslot sizeAndrew Jones
2019-05-24KVM: selftests: do not blindly clobber registers in guest asmPaolo Bonzini
2019-05-24KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.cThomas Huth
2019-05-24KVM: selftests: Compile code with warnings enabledThomas Huth
2019-05-24kvm: selftests: avoid type punningPaolo Bonzini
2019-05-24KVM: selftests: Fix a condition in test_hv_cpuid()Dan Carpenter
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-05-08tests: kvm: Add tests for KVM_SET_NESTED_STATEAaron Lewis
2019-05-08tests: kvm: Add tests for KVM_CAP_MAX_VCPUS and KVM_CAP_MAX_CPU_IDAaron Lewis
2019-05-08tests: kvm: Add tests to .gitignoreAaron Lewis
2019-05-08KVM: Introduce KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2Peter Xu
2019-04-30KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizePaolo Bonzini
2019-04-30KVM: selftests: make hyperv_cpuid test pass on AMDVitaly Kuznetsov
2019-04-30KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizePaolo Bonzini
2019-04-16selftests: kvm: add a selftest for SMMVitaly Kuznetsov
2019-04-16selftests: kvm: fix for compilers that do not support -no-piePaolo Bonzini
2019-04-16selftests: kvm/evmcs_test: complete I/O before migrating guest statePaolo Bonzini
2019-03-28KVM: selftests: complete IO before migrating guest stateSean Christopherson
2019-03-28KVM: selftests: disable stack protector for all KVM testsSean Christopherson
2019-03-28KVM: selftests: explicitly disable PIE for testsSean Christopherson
2019-03-28KVM: selftests: assert on exit reason in CR4/cpuid sync testSean Christopherson
2019-02-12selftests: kvm: add selftest for releasing VM file descriptor while in L2Paolo Bonzini
2019-01-25KVM: selftests: check returned evmcs version rangeVitaly Kuznetsov
2019-01-25kvm: selftests: Fix region overlap check in kvm_utilBen Gardon
2018-12-21kvm: selftests: ucall: fix exit mmio address guessingAndrew Jones
2018-12-21kvm: selftests: aarch64: dirty_log_test: support greater than 40-bit IPAsAndrew Jones
2018-12-21kvm: selftests: add pa-48/va-48 VM modesAndrew Jones
2018-12-21kvm: selftests: dirty_log_test: improve mode param managementAndrew Jones