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-2617-69/+61
|\
| * KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guardThomas Huth2019-05-242-0/+4
| * kvm: selftests: aarch64: compile with warnings onAndrew Jones2019-05-241-4/+5
| * kvm: selftests: aarch64: fix default vm modeAndrew Jones2019-05-241-1/+1
| * kvm: selftests: aarch64: dirty_log_test: fix unaligned memslot sizeAndrew Jones2019-05-241-1/+1
| * KVM: selftests: do not blindly clobber registers in guest asmPaolo Bonzini2019-05-241-24/+30
| * KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.cThomas Huth2019-05-241-3/+0
| * KVM: selftests: Compile code with warnings enabledThomas Huth2019-05-2412-31/+16
| * kvm: selftests: avoid type punningPaolo Bonzini2019-05-242-2/+2
| * KVM: selftests: Fix a condition in test_hv_cpuid()Dan Carpenter2019-05-241-3/+2
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* 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/+2
* 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/+23
* 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/+17
* 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/+6
* 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-131-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