summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib/x86_64
AgeCommit message (Expand)AuthorFilesLines
2021-12-14selftests: KVM: avoid failures due to reserved HyperTransport regionPaolo Bonzini1-0/+68
2021-11-18KVM: selftests: Fix nested SVM tests when built with clangJim Mattson1-1/+13
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-13/+10
2021-06-25selftests: kvm: Allows userspace to handle emulation errors.Aaron Lewis1-0/+92
2021-06-24KVM: selftests: Add hugepage support for x86-64Sean Christopherson1-25/+60
2021-06-24KVM: selftests: Genericize upper level page table entry structSean Christopherson1-65/+26
2021-06-24KVM: selftests: Add PTE helper for x86-64 in preparation for hugepagesSean Christopherson1-28/+31
2021-06-24KVM: selftests: Rename x86's page table "address" to "pfn"Sean Christopherson1-25/+22
2021-06-24KVM: selftests: Add wrapper to allocate page table pageSean Christopherson2-24/+7
2021-06-24KVM: selftests: Unconditionally allocate EPT tables in memslot 0Sean Christopherson1-12/+9
2021-06-24KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson1-5/+4
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-06-14KVM: selftests: Introduce UCALL_UNHANDLED for unhandled vector reportingRicardo Koller1-11/+8
2021-06-14KVM: selftests: Rename vm_handle_exceptionRicardo Koller1-2/+2
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_...Vitaly 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/...Paolo Bonzini1-0/+56