summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+0Star
* 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/+28Star
| * | | 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/+20Star
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-1920-47/+20Star
| |/
* | 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/+61Star
|\
| * 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/+0Star
| * KVM: selftests: Compile code with warnings enabledThomas Huth2019-05-2412-31/+16Star
| * kvm: selftests: avoid type punningPaolo Bonzini2019-05-242-2/+2
| * KVM: selftests: Fix a condition in test_hv_cpuid()Dan Carpenter2019-05-241-3/+2Star
* | 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