aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib/x86_64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-24KVM: selftests: Unconditionally use memslot 0 for vaddr allocationsSean Christopherson1-3/+3
2021-06-24KVM: selftests: Use alloc_page helper for x86-64's GDT/IDT/TSS allocationsSean Christopherson1-6/+4
2021-06-24KVM: selftests: Add helpers to allocate N pages of virtual memorySean Christopherson2-20/+14
2021-06-24KVM: selftests: Unconditionally use memslot 0 for x86's GDT/TSS setupSean Christopherson1-10/+8
2021-06-24KVM: selftests: fix triple fault if ept=0 in dirty_log_testHou Wenlong1-0/+3
2021-06-17KVM: selftests: Introduce x2APIC register manipulation functionsJim Mattson1-3/+2
2021-06-17KVM: selftests: Hoist APIC functions out of individual testsJim Mattson1-0/+46
2021-05-27KVM: selftests: Print a message if /dev/kvm is missingDavid Matlack1-12/+4
2021-05-07selftests: kvm: remove reassignment of non-absolute variablesBill Wendling1-2/+2
2021-02-15selftests: kvm: avoid uninitialized variable warningPaolo Bonzini1-1/+2
2021-02-11KVM: selftests: Add operand to vmsave/vmload/vmrun in svm.cRicardo Koller1-4/+4
2021-02-09KVM: x86: hyper-v: Make Hyper-V emulation enablement conditionalVitaly Kuznetsov1-0/+35
2021-02-09selftests: kvm: Move kvm_get_supported_hv_cpuid() to common codeVitaly Kuznetsov1-0/+33
2021-02-04selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_GET_SUPPORTED_CPUIDVitaly Kuznetsov1-0/+42
2021-02-04selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIESLike Xu1-0/+34
2020-11-15KVM: selftests: Make vm_create_default commonAndrew Jones1-32/+0
2020-11-08selftests: kvm: test enforcement of paravirtual cpuid featuresOliver Upton1-0/+29
2020-11-08selftests: kvm: Add exception handling to selftestsAaron Lewis2-3/+192
2020-11-08selftests: kvm: Clear uc so UCALL_NONE is being properly reportedAaron Lewis1-0/+3
2020-11-08selftests: kvm: Fix the segment descriptor layout to match the actual layoutAaron Lewis1-1/+2
2020-10-31KVM: selftests: test behavior of unmapped L2 APIC-access addressJim Mattson1-0/+9
2020-06-11KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE checkVitaly Kuznetsov2-5/+14
2020-05-06KVM: selftests: Fix build for evmcs.hPeter Xu1-0/+3
2020-03-16KVM: selftests: define and use EVMCS_VERSIONVitaly Kuznetsov1-1/+1
2020-03-16selftests: kvm: Uses TEST_FAIL in tests/utilitiesWainer dos Santos Moschetta1-3/+2
2020-03-16KVM: selftests: Use consistent message for test skippingAndrew Jones2-2/+2
2020-03-16KVM: selftests: Share common API documentationAndrew Jones1-155/+41
2020-02-12selftests: KVM: AMD Nested test infrastructureEric Auger1-0/+161
2020-02-12selftests: KVM: Replace get_{gdt,idt}_base() by get_{gdt,idt}()Eric Auger1-3/+3
2020-01-13tools/x86: Sync msr-index.h from kernel sourcesSean Christopherson1-4/+4
2019-10-22kvm: tests: Add test to verify MSR_IA32_XSSAaron Lewis1-9/+63
2019-10-22selftests: kvm: consolidate VMX support checksVitaly Kuznetsov1-0/+10
2019-09-27KVM: selftests: x86: clarify what is reported on KVM_GET_MSRS failureVitaly Kuznetsov1-1/+1
2019-09-27selftests: kvm: add test for dirty logging inside nested guestsPaolo Bonzini1-2/+199
2019-09-25KVM: selftests: fix ucall on x86Vitaly Kuznetsov1-1/+1
2019-09-24KVM: selftests: Introduce VM_MODE_PXXV48_4KPeter Xu1-4/+26
2019-09-11Merge tag 'kvm-s390-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-0/+56
2019-08-21selftests: kvm: fix state save/load on processors without XSAVEPaolo Bonzini1-6/+10
2019-08-15selftests: kvm: provide common function to enable eVMCSPaolo Bonzini1-0/+20
2019-08-02KVM: selftests: Split ucall.c into architecture specific filesThomas Huth1-0/+56
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 Bonzini1-1/+1
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini2-4/+18
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds2-4/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2-4/+2
2019-06-19tests: kvm: Check for a kernel warningAaron Lewis1-0/+16
2019-06-05kvm: selftests: hide vcpu_setup in processor codePaolo Bonzini1-2/+3
2019-06-04KVM: selftests: Introduce a VM_MODE_DEFAULT macro for the default bitsThomas Huth1-1/+1
2019-05-24KVM: selftests: Compile code with warnings enabledThomas Huth1-3/+1
2019-04-16selftests: kvm: add a selftest for SMMVitaly Kuznetsov1-6/+6