summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib
Commit message (Expand)AuthorAgeFilesLines
* selftests: kvm: fix build with glibc >= 2.30Vitaly Kuznetsov2019-11-131-2/+2
* selftests: kvm: consolidate VMX support checksVitaly Kuznetsov2019-10-221-0/+10
* KVM: selftests: x86: clarify what is reported on KVM_GET_MSRS failureVitaly Kuznetsov2019-09-271-1/+1
* selftests: kvm: add test for dirty logging inside nested guestsPaolo Bonzini2019-09-273-3/+203
* KVM: selftests: fix ucall on x86Vitaly Kuznetsov2019-09-251-1/+1
* KVM: selftests: Remove duplicate guest mode handlingPeter Xu2019-09-241-0/+17
* KVM: selftests: Introduce VM_MODE_PXXV48_4KPeter Xu2019-09-243-10/+52
* KVM: selftests: Move vm type into _vm_create() internallyPeter Xu2019-09-241-8/+13
* Merge tag 'kvm-s390-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-09-114-157/+224
|\
| * KVM: selftests: Implement ucall() for s390xThomas Huth2019-08-021-0/+56
| * KVM: selftests: Split ucall.c into architecture specific filesThomas Huth2019-08-023-157/+168
* | selftests: kvm: fix state save/load on processors without XSAVEPaolo Bonzini2019-08-211-6/+10
* | selftests: kvm: provide common function to enable eVMCSPaolo Bonzini2019-08-151-0/+20
|/
* KVM: selftests: Remove superfluous define from vmx.cThomas Huth2019-07-201-2/+0
* Merge tag 'kvm-s390-next-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-07-154-7/+298
|\
| * KVM: selftests: Add processor code for s390xThomas Huth2019-06-041-0/+286
| * 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-042-2/+2
| * KVM: selftests: Guard struct kvm_vcpu_events with __KVM_HAVE_VCPU_EVENTSThomas Huth2019-06-041-0/+2
* | Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-118-16/+60
|\ \
| * \ Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-218-16/+8
| |\ \
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-198-16/+8
| | |/
| * / tests: kvm: Check for a kernel warningAaron Lewis2019-06-192-0/+52
| |/
* | kvm: selftests: introduce aarch64_vcpu_add_defaultAndrew Jones2019-06-051-2/+7
* | kvm: selftests: introduce aarch64_vcpu_setupAndrew Jones2019-06-051-6/+13
* | kvm: selftests: hide vcpu_setup in processor codePaolo Bonzini2019-06-054-25/+23
* | kvm: selftests: ucall improvementsAndrew Jones2019-06-041-6/+13
|/
* KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guardThomas Huth2019-05-241-0/+2
* 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: Compile code with warnings enabledThomas Huth2019-05-242-6/+1
* kvm: selftests: avoid type punningPaolo Bonzini2019-05-241-1/+1
* tests: kvm: Add tests for KVM_SET_NESTED_STATEAaron Lewis2019-05-081-0/+32
* selftests: kvm: add a selftest for SMMVitaly Kuznetsov2019-04-161-6/+6
* selftests: kvm/evmcs_test: complete I/O before migrating guest statePaolo Bonzini2019-04-162-0/+13
* KVM: selftests: complete IO before migrating guest stateSean Christopherson2019-03-281-0/+16
* 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-212-5/+13
* kvm: selftests: add pa-48/va-48 VM modesAndrew Jones2018-12-212-8/+33
* kvm: selftests: ucall: improve ucall placement in memory, fix unsigned compar...Paolo Bonzini2018-12-141-8/+6
* KVM: selftests: implement an unchecked version of vcpu_ioctl()Vitaly Kuznetsov2018-12-141-2/+12
* kvm: introduce manual dirty log reprotectPaolo Bonzini2018-12-141-0/+13
* Merge tag 'linux-kselftest-4.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-281-1/+1
|\
| * kvm: selftests: fix spelling mistake "Insufficent" -> "Insufficient"Colin Ian King2018-10-241-1/+1
* | KVM: selftests: add Enlightened VMCS testVitaly Kuznetsov2018-10-171-12/+36
* | KVM: selftests: state_test: test bare VMXON migrationVitaly Kuznetsov2018-10-171-0/+5
* | kvm: selftests: stop lying to aarch64 tests about PA-bitsAndrew Jones2018-10-172-0/+24
* | kvm: selftests: introduce new VM mode for 64K pagesAndrew Jones2018-10-174-24/+41
* | kvm: selftests: add vcpu support for aarch64Andrew Jones2018-10-171-0/+83