aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-25KVM: selftests: fix ucall on x86Vitaly Kuznetsov1-1/+1
2019-09-24KVM: selftests: hyperv_cpuid: add check for NoNonArchitecturalCoreSharing bitVitaly Kuznetsov1-0/+27
2019-09-24KVM: selftests: Remove duplicate guest mode handlingPeter Xu3-47/+26
2019-09-24KVM: selftests: Introduce VM_MODE_PXXV48_4KPeter Xu6-14/+67
2019-09-24KVM: selftests: Create VM earlier for dirty log testPeter Xu1-3/+16
2019-09-24KVM: selftests: Move vm type into _vm_create() internallyPeter Xu3-20/+17
2019-09-11Merge tag 'kvm-s390-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini9-178/+484
2019-09-04KVM: selftests: Test invalid bits in kvm_valid_regs and kvm_dirty_regs on s390xThomas Huth1-0/+30
2019-08-29KVM: selftests: Add a test for the KVM_S390_MEM_OP ioctlThomas Huth2-0/+167
2019-08-21selftests/kvm: make platform_info_test pass on AMDVitaly Kuznetsov1-1/+1
2019-08-21selftests: kvm: fix state save/load on processors without XSAVEPaolo Bonzini1-6/+10
2019-08-15selftests: kvm: fix vmx_set_nested_state_testPaolo Bonzini1-3/+14
2019-08-15selftests: kvm: provide common function to enable eVMCSPaolo Bonzini4-21/+28
2019-08-15selftests: kvm: do not try running the VM in vmx_set_nested_state_testPaolo Bonzini1-15/+0
2019-08-09selftests: kvm: Adding config fragmentsNaresh Kamboju1-0/+3
2019-08-09KVM: selftests: Update gitignore file for latest changesThomas Huth1-1/+2
2019-08-02KVM: selftests: Enable dirty_log_test on s390xThomas Huth2-7/+53
2019-08-02KVM: selftests: Implement ucall() for s390xThomas Huth3-3/+61
2019-08-02KVM: selftests: Split ucall.c into architecture specific filesThomas Huth6-168/+173
2019-07-20KVM: selftests: Remove superfluous define from vmx.cThomas Huth1-2/+0
2019-07-15Merge tag 'kvm-s390-next-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini9-10/+492
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-42/+61
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini23-87/+252
2019-07-02KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCSLiran Alon1-0/+1
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds20-47/+20
2019-06-20KVM: nVMX: reorganize initial steps of vmx_set_nested_statePaolo Bonzini1-12/+20
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner20-47/+20
2019-06-19tests: kvm: Check for a kernel warningAaron Lewis7-0/+184
2019-06-19kvm: tests: Sort tests in the Makefile alphabeticallyAaron Lewis1-10/+10
2019-06-19KVM: x86: Modify struct kvm_nested_state to have explicit fields for dataLiran Alon1-21/+21
2019-06-05kvm: selftests: introduce aarch64_vcpu_add_defaultAndrew Jones2-2/+9
2019-06-05kvm: selftests: introduce aarch64_vcpu_setupAndrew Jones2-6/+15
2019-06-05kvm: selftests: hide vcpu_setup in processor codePaolo Bonzini9-31/+28
2019-06-04kvm: selftests: ucall improvementsAndrew Jones2-8/+14
2019-06-04KVM: selftests: enable pgste option for the linker on s390Christian Borntraeger1-1/+6
2019-06-04KVM: selftests: Move kvm_create_max_vcpus test to generic codeThomas Huth2-2/+5
2019-06-04KVM: selftests: Add the sync_regs test for s390xThomas Huth2-0/+153
2019-06-04KVM: selftests: Add processor code for s390xThomas Huth3-0/+309
2019-06-04KVM: selftests: Align memory region addresses to 1M on s390xThomas Huth1-5/+16
2019-06-04KVM: selftests: Introduce a VM_MODE_DEFAULT macro for the default bitsThomas Huth3-2/+8
2019-06-04KVM: selftests: Guard struct kvm_vcpu_events with __KVM_HAVE_VCPU_EVENTSThomas Huth2-0/+4
2019-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds17-69/+61
2019-05-24KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guardThomas Huth2-0/+4
2019-05-24kvm: selftests: aarch64: compile with warnings onAndrew Jones1-4/+5
2019-05-24kvm: selftests: aarch64: fix default vm modeAndrew Jones1-1/+1
2019-05-24kvm: selftests: aarch64: dirty_log_test: fix unaligned memslot sizeAndrew Jones1-1/+1
2019-05-24KVM: selftests: do not blindly clobber registers in guest asmPaolo Bonzini1-24/+30
2019-05-24KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.cThomas Huth1-3/+0
2019-05-24KVM: selftests: Compile code with warnings enabledThomas Huth12-31/+16
2019-05-24kvm: selftests: avoid type punningPaolo Bonzini2-2/+2