summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib/x86_64
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2David Matlack2022-06-092-0/+127
* KVM: selftests: Add a helper to check EPT/VPID capabilitiesDavid Matlack2022-06-091-1/+6
* KVM: selftests: Refactor nested_map() to specify target levelDavid Matlack2022-06-091-4/+12
* KVM: selftests: Drop stale function parameter comment for nested_map()David Matlack2022-06-091-1/+0
* KVM: selftests: Add option to create 2M and 1G EPT mappingsDavid Matlack2022-06-091-50/+60
* KVM: selftests: Replace x86_page_size with PG_LEVEL_XXDavid Matlack2022-06-091-16/+15
* kvm: selftests: introduce and use more page size-related constantsPaolo Bonzini2022-04-211-6/+6
* kvm: selftests: do not use bitfields larger than 32-bits for PTEsPaolo Bonzini2022-04-211-115/+77
* KVM: selftests: nSVM: Set up MSR-Bitmap for SVM guestsVitaly Kuznetsov2022-02-101-0/+6
* selftests: kvm: check dynamic bits against KVM_X86_XCOMP_GUEST_SUPPPaolo Bonzini2022-01-281-0/+15
* selftests: kvm: move vm_xsave_req_perm call to amx_testPaolo Bonzini2022-01-261-6/+6
* selftests: kvm/x86: Fix the warning in lib/x86_64/processor.cJinrong Liang2022-01-201-0/+1
* kvm: selftests: Do not indent with spacesPaolo Bonzini2022-01-191-30/+30
* selftests: kvm/x86: Export x86_family() for use outside of processor.cJim Mattson2022-01-191-12/+0
* selftests: kvm/x86: Introduce is_amd_cpu()Jim Mattson2022-01-191-9/+9
* selftests: kvm/x86: Parameterize the CPUID vendor string checkJim Mattson2022-01-191-3/+7
* KVM: selftests: Test KVM_SET_CPUID2 after KVM_RUNVitaly Kuznetsov2022-01-171-4/+29
* selftest: kvm: Move struct kvm_x86_state to headerYang Zhong2022-01-141-15/+0
* selftest: kvm: Reorder vcpu_load_state steps for AMXPaolo Bonzini2022-01-141-8/+9
* kvm: selftests: Add support for KVM_CAP_XSAVE2Wei Wang2022-01-141-3/+64
* selftests: KVM: avoid failures due to reserved HyperTransport regionPaolo Bonzini2021-12-101-0/+68
* selftest: KVM: Add open sev dev helperPeter Gonda2021-11-111-0/+13
* KVM: selftests: Fix nested SVM tests when built with clangJim Mattson2021-10-221-1/+13
* KVM: selftests: set CPUID before setting sregs in vcpu creationMichael Roth2021-10-221-3/+1
* Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-06-251-13/+10
|\
| * KVM: selftests: Introduce UCALL_UNHANDLED for unhandled vector reportingRicardo Koller2021-06-141-11/+8
| * KVM: selftests: Rename vm_handle_exceptionRicardo Koller2021-06-141-2/+2
* | selftests: kvm: Allows userspace to handle emulation errors.Aaron Lewis2021-06-241-0/+92
* | KVM: selftests: Add hugepage support for x86-64Sean Christopherson2021-06-241-25/+60
* | KVM: selftests: Genericize upper level page table entry structSean Christopherson2021-06-241-65/+26
* | KVM: selftests: Add PTE helper for x86-64 in preparation for hugepagesSean Christopherson2021-06-241-28/+31
* | KVM: selftests: Rename x86's page table "address" to "pfn"Sean Christopherson2021-06-241-25/+22
* | KVM: selftests: Add wrapper to allocate page table pageSean Christopherson2021-06-242-24/+7
* | KVM: selftests: Unconditionally allocate EPT tables in memslot 0Sean Christopherson2021-06-241-12/+9
* | KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson2021-06-241-5/+4
* | KVM: selftests: Unconditionally use memslot 0 for vaddr allocationsSean Christopherson2021-06-241-3/+3
* | KVM: selftests: Use alloc_page helper for x86-64's GDT/IDT/TSS allocationsSean Christopherson2021-06-241-6/+4
* | KVM: selftests: Add helpers to allocate N pages of virtual memorySean Christopherson2021-06-242-20/+14
* | KVM: selftests: Unconditionally use memslot 0 for x86's GDT/TSS setupSean Christopherson2021-06-241-10/+8
* | KVM: selftests: fix triple fault if ept=0 in dirty_log_testHou Wenlong2021-06-241-0/+3
* | KVM: selftests: Introduce x2APIC register manipulation functionsJim Mattson2021-06-171-3/+2
* | KVM: selftests: Hoist APIC functions out of individual testsJim Mattson2021-06-171-0/+46
|/
* KVM: selftests: Print a message if /dev/kvm is missingDavid Matlack2021-05-271-12/+4
* selftests: kvm: remove reassignment of non-absolute variablesBill Wendling2021-05-071-2/+2
* selftests: kvm: avoid uninitialized variable warningPaolo Bonzini2021-02-151-1/+2
* KVM: selftests: Add operand to vmsave/vmload/vmrun in svm.cRicardo Koller2021-02-111-4/+4
* KVM: x86: hyper-v: Make Hyper-V emulation enablement conditionalVitaly Kuznetsov2021-02-091-0/+35
* selftests: kvm: Move kvm_get_supported_hv_cpuid() to common codeVitaly Kuznetsov2021-02-091-0/+33
* selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_...Vitaly Kuznetsov2021-02-041-0/+42
* selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIESLike Xu2021-02-041-0/+34