summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests: kvm: fix sync_regs_test with newer gccsVitaly Kuznetsov2019-10-221-10/+11
* selftests: kvm: vmx_dirty_log_test: skip the test when VMX is not supportedVitaly Kuznetsov2019-10-221-0/+2
* selftests: kvm: consolidate VMX support checksVitaly Kuznetsov2019-10-225-15/+15
* selftests: kvm: vmx_set_nested_state_test: don't check for VMX support twiceVitaly Kuznetsov2019-10-221-6/+1
* selftests: kvm: synchronize .gitignore to MakefileVitaly Kuznetsov2019-10-221-0/+2
* selftests: kvm: Fix libkvm build errorShuah Khan2019-10-031-1/+1
* KVM: selftests: x86: clarify what is reported on KVM_GET_MSRS failureVitaly Kuznetsov2019-09-271-1/+1
* selftests: kvm: add test for dirty logging inside nested guestsPaolo Bonzini2019-09-277-3/+377
* KVM: selftests: fix ucall on x86Vitaly Kuznetsov2019-09-251-1/+1
* KVM: selftests: hyperv_cpuid: add check for NoNonArchitecturalCoreSharing bitVitaly Kuznetsov2019-09-241-0/+27
* KVM: selftests: Remove duplicate guest mode handlingPeter Xu2019-09-243-47/+26
* KVM: selftests: Introduce VM_MODE_PXXV48_4KPeter Xu2019-09-246-14/+67
* KVM: selftests: Create VM earlier for dirty log testPeter Xu2019-09-241-3/+16
* KVM: selftests: Move vm type into _vm_create() internallyPeter Xu2019-09-243-20/+17
* Merge tag 'kvm-s390-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-09-119-178/+484
|\
| * KVM: selftests: Test invalid bits in kvm_valid_regs and kvm_dirty_regs on s390xThomas Huth2019-09-041-0/+30
| * KVM: selftests: Add a test for the KVM_S390_MEM_OP ioctlThomas Huth2019-08-292-0/+167
| * KVM: selftests: Enable dirty_log_test on s390xThomas Huth2019-08-022-7/+53
| * KVM: selftests: Implement ucall() for s390xThomas Huth2019-08-023-3/+61
| * KVM: selftests: Split ucall.c into architecture specific filesThomas Huth2019-08-026-168/+173
* | selftests/kvm: make platform_info_test pass on AMDVitaly Kuznetsov2019-08-211-1/+1
* | selftests: kvm: fix state save/load on processors without XSAVEPaolo Bonzini2019-08-211-6/+10
* | selftests: kvm: fix vmx_set_nested_state_testPaolo Bonzini2019-08-151-3/+14
* | selftests: kvm: provide common function to enable eVMCSPaolo Bonzini2019-08-154-21/+28
* | selftests: kvm: do not try running the VM in vmx_set_nested_state_testPaolo Bonzini2019-08-151-15/+0
* | selftests: kvm: Adding config fragmentsNaresh Kamboju2019-08-091-0/+3
* | KVM: selftests: Update gitignore file for latest changesThomas Huth2019-08-091-1/+2
|/
* KVM: selftests: Remove superfluous define from vmx.cThomas Huth2019-07-201-2/+0
* Merge tag 'kvm-s390-next-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-07-159-10/+492
|\
| * KVM: selftests: enable pgste option for the linker on s390Christian Borntraeger2019-06-041-1/+6
| * KVM: selftests: Move kvm_create_max_vcpus test to generic codeThomas Huth2019-06-042-2/+5
| * KVM: selftests: Add the sync_regs test for s390xThomas Huth2019-06-042-0/+153
| * KVM: selftests: Add processor code for s390xThomas Huth2019-06-043-0/+309
| * KVM: selftests: Align memory region addresses to 1M on s390xThomas Huth2019-06-041-5/+16
| * KVM: selftests: Introduce a VM_MODE_DEFAULT macro for the default bitsThomas Huth2019-06-043-2/+8
| * KVM: selftests: Guard struct kvm_vcpu_events with __KVM_HAVE_VCPU_EVENTSThomas Huth2019-06-042-0/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-1312-42/+61
|\ \
| * \ Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-1123-87/+252
| |\ \
| * | | kvm: selftests: introduce aarch64_vcpu_add_defaultAndrew Jones2019-06-052-2/+9
| * | | kvm: selftests: introduce aarch64_vcpu_setupAndrew Jones2019-06-052-6/+15
| * | | kvm: selftests: hide vcpu_setup in processor codePaolo Bonzini2019-06-059-31/+28
| * | | kvm: selftests: ucall improvementsAndrew Jones2019-06-042-8/+14
| | |/ | |/|
* | | KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCSLiran Alon2019-07-021-0/+1
| |/ |/|
* | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2120-47/+20
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-1920-47/+20
| |/
* | KVM: nVMX: reorganize initial steps of vmx_set_nested_statePaolo Bonzini2019-06-201-12/+20
* | tests: kvm: Check for a kernel warningAaron Lewis2019-06-197-0/+184
* | kvm: tests: Sort tests in the Makefile alphabeticallyAaron Lewis2019-06-191-10/+10
* | KVM: x86: Modify struct kvm_nested_state to have explicit fields for dataLiran Alon2019-06-191-21/+21
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-2617-69/+61
|\