summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib/x86_64
AgeCommit message (Expand)Author
2021-12-10selftests: KVM: avoid failures due to reserved HyperTransport regionPaolo Bonzini
2021-11-11selftest: KVM: Add open sev dev helperPeter Gonda
2021-10-22KVM: selftests: Fix nested SVM tests when built with clangJim Mattson
2021-10-22KVM: selftests: set CPUID before setting sregs in vcpu creationMichael Roth
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-06-24selftests: kvm: Allows userspace to handle emulation errors.Aaron Lewis
2021-06-24KVM: selftests: Add hugepage support for x86-64Sean Christopherson
2021-06-24KVM: selftests: Genericize upper level page table entry structSean Christopherson
2021-06-24KVM: selftests: Add PTE helper for x86-64 in preparation for hugepagesSean Christopherson
2021-06-24KVM: selftests: Rename x86's page table "address" to "pfn"Sean Christopherson
2021-06-24KVM: selftests: Add wrapper to allocate page table pageSean Christopherson
2021-06-24KVM: selftests: Unconditionally allocate EPT tables in memslot 0Sean Christopherson
2021-06-24KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson
2021-06-24KVM: selftests: Unconditionally use memslot 0 for vaddr allocationsSean Christopherson
2021-06-24KVM: selftests: Use alloc_page helper for x86-64's GDT/IDT/TSS allocationsSean Christopherson
2021-06-24KVM: selftests: Add helpers to allocate N pages of virtual memorySean Christopherson
2021-06-24KVM: selftests: Unconditionally use memslot 0 for x86's GDT/TSS setupSean Christopherson
2021-06-24KVM: selftests: fix triple fault if ept=0 in dirty_log_testHou Wenlong
2021-06-17KVM: selftests: Introduce x2APIC register manipulation functionsJim Mattson
2021-06-17KVM: selftests: Hoist APIC functions out of individual testsJim Mattson
2021-06-14KVM: selftests: Introduce UCALL_UNHANDLED for unhandled vector reportingRicardo Koller
2021-06-14KVM: selftests: Rename vm_handle_exceptionRicardo Koller
2021-05-27KVM: selftests: Print a message if /dev/kvm is missingDavid Matlack
2021-05-07selftests: kvm: remove reassignment of non-absolute variablesBill Wendling
2021-02-15selftests: kvm: avoid uninitialized variable warningPaolo Bonzini
2021-02-11KVM: selftests: Add operand to vmsave/vmload/vmrun in svm.cRicardo Koller
2021-02-09KVM: x86: hyper-v: Make Hyper-V emulation enablement conditionalVitaly Kuznetsov
2021-02-09selftests: kvm: Move kvm_get_supported_hv_cpuid() to common codeVitaly Kuznetsov
2021-02-04selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_...Vitaly Kuznetsov
2021-02-04selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIESLike Xu
2020-11-15KVM: selftests: Make vm_create_default commonAndrew Jones
2020-11-08selftests: kvm: test enforcement of paravirtual cpuid featuresOliver Upton
2020-11-08selftests: kvm: Add exception handling to selftestsAaron Lewis
2020-11-08selftests: kvm: Clear uc so UCALL_NONE is being properly reportedAaron Lewis
2020-11-08selftests: kvm: Fix the segment descriptor layout to match the actual layoutAaron Lewis
2020-10-31KVM: selftests: test behavior of unmapped L2 APIC-access addressJim Mattson
2020-06-11KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE checkVitaly Kuznetsov
2020-05-06KVM: selftests: Fix build for evmcs.hPeter Xu
2020-03-16KVM: selftests: define and use EVMCS_VERSIONVitaly Kuznetsov
2020-03-16selftests: kvm: Uses TEST_FAIL in tests/utilitiesWainer dos Santos Moschetta
2020-03-16KVM: selftests: Use consistent message for test skippingAndrew Jones
2020-03-16KVM: selftests: Share common API documentationAndrew Jones
2020-02-12selftests: KVM: AMD Nested test infrastructureEric Auger
2020-02-12selftests: KVM: Replace get_{gdt,idt}_base() by get_{gdt,idt}()Eric Auger
2020-01-13tools/x86: Sync msr-index.h from kernel sourcesSean Christopherson
2019-10-22kvm: tests: Add test to verify MSR_IA32_XSSAaron Lewis
2019-10-22selftests: kvm: consolidate VMX support checksVitaly Kuznetsov
2019-09-27KVM: selftests: x86: clarify what is reported on KVM_GET_MSRS failureVitaly Kuznetsov
2019-09-27selftests: kvm: add test for dirty logging inside nested guestsPaolo Bonzini
2019-09-25KVM: selftests: fix ucall on x86Vitaly Kuznetsov