summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib
AgeCommit message (Expand)AuthorLines
2019-11-13selftests: kvm: fix build with glibc >= 2.30Vitaly Kuznetsov-2/+2
2019-10-22selftests: kvm: consolidate VMX support checksVitaly Kuznetsov-0/+10
2019-09-27KVM: selftests: x86: clarify what is reported on KVM_GET_MSRS failureVitaly Kuznetsov-1/+1
2019-09-27selftests: kvm: add test for dirty logging inside nested guestsPaolo Bonzini-3/+203
2019-09-25KVM: selftests: fix ucall on x86Vitaly Kuznetsov-1/+1
2019-09-24KVM: selftests: Remove duplicate guest mode handlingPeter Xu-0/+17
2019-09-24KVM: selftests: Introduce VM_MODE_PXXV48_4KPeter Xu-10/+52
2019-09-24KVM: selftests: Move vm type into _vm_create() internallyPeter Xu-8/+13
2019-09-11Merge tag 'kvm-s390-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini-157/+224
2019-08-21selftests: kvm: fix state save/load on processors without XSAVEPaolo Bonzini-6/+10
2019-08-15selftests: kvm: provide common function to enable eVMCSPaolo Bonzini-0/+20
2019-08-02KVM: selftests: Implement ucall() for s390xThomas Huth-0/+56
2019-08-02KVM: selftests: Split ucall.c into architecture specific filesThomas Huth-157/+168
2019-07-20KVM: selftests: Remove superfluous define from vmx.cThomas Huth-2/+0
2019-07-15Merge tag 'kvm-s390-next-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini-7/+298
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini-16/+60
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-16/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner-16/+8
2019-06-19tests: kvm: Check for a kernel warningAaron Lewis-0/+52
2019-06-05kvm: selftests: introduce aarch64_vcpu_add_defaultAndrew Jones-2/+7
2019-06-05kvm: selftests: introduce aarch64_vcpu_setupAndrew Jones-6/+13
2019-06-05kvm: selftests: hide vcpu_setup in processor codePaolo Bonzini-25/+23
2019-06-04kvm: selftests: ucall improvementsAndrew Jones-6/+13
2019-06-04KVM: selftests: Add processor code for s390xThomas Huth-0/+286
2019-06-04KVM: selftests: Align memory region addresses to 1M on s390xThomas Huth-5/+16
2019-06-04KVM: selftests: Introduce a VM_MODE_DEFAULT macro for the default bitsThomas Huth-2/+2
2019-06-04KVM: selftests: Guard struct kvm_vcpu_events with __KVM_HAVE_VCPU_EVENTSThomas Huth-0/+2
2019-05-24KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guardThomas Huth-0/+2
2019-05-24kvm: selftests: aarch64: compile with warnings onAndrew Jones-4/+5
2019-05-24kvm: selftests: aarch64: fix default vm modeAndrew Jones-1/+1
2019-05-24KVM: selftests: Compile code with warnings enabledThomas Huth-6/+1
2019-05-24kvm: selftests: avoid type punningPaolo Bonzini-1/+1
2019-05-08tests: kvm: Add tests for KVM_SET_NESTED_STATEAaron Lewis-0/+32
2019-04-16selftests: kvm: add a selftest for SMMVitaly Kuznetsov-6/+6
2019-04-16selftests: kvm/evmcs_test: complete I/O before migrating guest statePaolo Bonzini-0/+13
2019-03-28KVM: selftests: complete IO before migrating guest stateSean Christopherson-0/+16
2019-01-25kvm: selftests: Fix region overlap check in kvm_utilBen Gardon-7/+2
2018-12-21kvm: selftests: ucall: fix exit mmio address guessingAndrew Jones-11/+19
2018-12-21kvm: selftests: aarch64: dirty_log_test: support greater than 40-bit IPAsAndrew Jones-5/+13
2018-12-21kvm: selftests: add pa-48/va-48 VM modesAndrew Jones-8/+33
2018-12-14kvm: selftests: ucall: improve ucall placement in memory, fix unsigned compar...Paolo Bonzini-8/+6
2018-12-14KVM: selftests: implement an unchecked version of vcpu_ioctl()Vitaly Kuznetsov-2/+12
2018-12-14kvm: introduce manual dirty log reprotectPaolo Bonzini-0/+13
2018-10-28Merge tag 'linux-kselftest-4.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2018-10-24kvm: selftests: fix spelling mistake "Insufficent" -> "Insufficient"Colin Ian King-1/+1
2018-10-17KVM: selftests: add Enlightened VMCS testVitaly Kuznetsov-12/+36
2018-10-17KVM: selftests: state_test: test bare VMXON migrationVitaly Kuznetsov-0/+5
2018-10-17kvm: selftests: stop lying to aarch64 tests about PA-bitsAndrew Jones-0/+24
2018-10-17kvm: selftests: introduce new VM mode for 64K pagesAndrew Jones-24/+41
2018-10-17kvm: selftests: add vcpu support for aarch64Andrew Jones-0/+83