summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-177-3/+396
|\
| * tests: kvm: Add tests for KVM_SET_NESTED_STATEAaron Lewis2019-05-085-0/+318
| * tests: kvm: Add tests for KVM_CAP_MAX_VCPUS and KVM_CAP_MAX_CPU_IDAaron Lewis2019-05-083-0/+72
| * tests: kvm: Add tests to .gitignoreAaron Lewis2019-05-081-1/+4
| * KVM: Introduce KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2Peter Xu2019-05-081-2/+2
| * KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizePaolo Bonzini2019-04-301-2/+2
* | KVM: selftests: make hyperv_cpuid test pass on AMDVitaly Kuznetsov2019-04-301-1/+8
* | KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizePaolo Bonzini2019-04-301-3/+6
|/
* selftests: kvm: add a selftest for SMMVitaly Kuznetsov2019-04-164-6/+191
* selftests: kvm: fix for compilers that do not support -no-piePaolo Bonzini2019-04-161-1/+7
* selftests: kvm/evmcs_test: complete I/O before migrating guest statePaolo Bonzini2019-04-164-16/+17
* KVM: selftests: complete IO before migrating guest stateSean Christopherson2019-03-283-2/+33
* KVM: selftests: disable stack protector for all KVM testsSean Christopherson2019-03-281-2/+2
* KVM: selftests: explicitly disable PIE for testsSean Christopherson2019-03-281-1/+1
* KVM: selftests: assert on exit reason in CR4/cpuid sync testSean Christopherson2019-03-281-16/+19
* selftests: kvm: add selftest for releasing VM file descriptor while in L2Paolo Bonzini2019-02-123-0/+97
* KVM: selftests: check returned evmcs version rangeVitaly Kuznetsov2019-01-251-0/+6
* kvm: selftests: Fix region overlap check in kvm_utilBen Gardon2019-01-251-7/+2Star
* kvm: selftests: ucall: fix exit mmio address guessingAndrew Jones2018-12-211-11/+19
* kvm: selftests: aarch64: dirty_log_test: support greater than 40-bit IPAsAndrew Jones2018-12-214-9/+42
* kvm: selftests: add pa-48/va-48 VM modesAndrew Jones2018-12-213-8/+35
* kvm: selftests: dirty_log_test: improve mode param managementAndrew Jones2018-12-211-25/+23Star
* kvm: selftests: dirty_log_test: reset guest test phys offsetAndrew Jones2018-12-211-4/+7
* kvm: selftests: dirty_log_test: always use -tAndrew Jones2018-12-211-19/+17Star
* kvm: selftests: dirty_log_test: don't identity map the test memAndrew Jones2018-12-211-13/+14
* kvm: selftests: x86_64: dirty_log_test: fix -tAndrew Jones2018-12-211-0/+9
* selftests: kvm: report failed stage when exit reason is unexpectedVitaly Kuznetsov2018-12-212-4/+4
* kvm: selftests: ucall: improve ucall placement in memory, fix unsigned compar...Paolo Bonzini2018-12-141-8/+6Star
* KVM: selftests: Add hyperv_cpuid testVitaly Kuznetsov2018-12-142-0/+158
* KVM: selftests: implement an unchecked version of vcpu_ioctl()Vitaly Kuznetsov2018-12-142-2/+14
* kvm: introduce manual dirty log reprotectPaolo Bonzini2018-12-145-0/+38
* selftests: Fix test errors related to lib.mk khdr targetShuah Khan2018-12-141-1/+1
* Merge tag 'linux-kselftest-4.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-282-3/+3
|\
| * selftests: kvm: Fix -Wformat warningsAndrea Parri2018-10-241-2/+2
| * kvm: selftests: fix spelling mistake "Insufficent" -> "Insufficient"Colin Ian King2018-10-241-1/+1
* | selftests/kvm: add missing executables to .gitignoreAnders Roxell2018-10-191-0/+1
* | KVM: selftests: add Enlightened VMCS testVitaly Kuznetsov2018-10-175-12/+1323
* | KVM: selftests: state_test: test bare VMXON migrationVitaly Kuznetsov2018-10-174-10/+19
* | kvm: selftests: support high GPAs in dirty_log_testAndrew Jones2018-10-171-15/+50
* | kvm: selftests: stop lying to aarch64 tests about PA-bitsAndrew Jones2018-10-174-3/+36
* | kvm: selftests: dirty_log_test: also test 64K pages on aarch64Andrew Jones2018-10-171-46/+137
* | kvm: selftests: port dirty_log_test to aarch64Andrew Jones2018-10-173-80/+90
* | kvm: selftests: introduce new VM mode for 64K pagesAndrew Jones2018-10-175-25/+47
* | kvm: selftests: add vcpu support for aarch64Andrew Jones2018-10-172-0/+138
* | kvm: selftests: add virt mem support for aarch64Andrew Jones2018-10-173-0/+218
* | kvm: selftests: add vm_phy_pages_allocAndrew Jones2018-10-172-23/+39
* | kvm: selftests: tidy up kvm_utilAndrew Jones2018-10-176-399/+407
* | kvm: selftests: add cscope make targetAndrew Jones2018-10-171-1/+10
* | kvm: selftests: move arch-specific files to arch-specific locationsAndrew Jones2018-10-1718-49/+50
* | kvm: selftests: introduce ucallAndrew Jones2018-10-1710-85/+222