aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib/x86_64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-09KVM: selftests: Refactor nested_map() to specify target levelDavid Matlack1-4/+12
2022-06-09KVM: selftests: Drop stale function parameter comment for nested_map()David Matlack1-1/+0
2022-06-09KVM: selftests: Add option to create 2M and 1G EPT mappingsDavid Matlack1-50/+60
2022-06-09KVM: selftests: Replace x86_page_size with PG_LEVEL_XXDavid Matlack1-16/+15
2022-06-08selftests: kvm: replace ternary operator with min()Guo Zhengkui1-1/+1
2022-04-21kvm: selftests: introduce and use more page size-related constantsPaolo Bonzini1-6/+6
2022-04-21kvm: selftests: do not use bitfields larger than 32-bits for PTEsPaolo Bonzini1-115/+77
2022-02-10KVM: selftests: nSVM: Set up MSR-Bitmap for SVM guestsVitaly Kuznetsov1-0/+6
2022-01-28selftests: kvm: check dynamic bits against KVM_X86_XCOMP_GUEST_SUPPPaolo Bonzini1-0/+15
2022-01-26selftests: kvm: move vm_xsave_req_perm call to amx_testPaolo Bonzini1-6/+6
2022-01-20selftests: kvm/x86: Fix the warning in lib/x86_64/processor.cJinrong Liang1-0/+1
2022-01-19kvm: selftests: Do not indent with spacesPaolo Bonzini1-30/+30
2022-01-19selftests: kvm/x86: Export x86_family() for use outside of processor.cJim Mattson1-12/+0
2022-01-19selftests: kvm/x86: Introduce is_amd_cpu()Jim Mattson1-9/+9
2022-01-19selftests: kvm/x86: Parameterize the CPUID vendor string checkJim Mattson1-3/+7
2022-01-17KVM: selftests: Test KVM_SET_CPUID2 after KVM_RUNVitaly Kuznetsov1-4/+29
2022-01-14selftest: kvm: Move struct kvm_x86_state to headerYang Zhong1-15/+0
2022-01-14selftest: kvm: Reorder vcpu_load_state steps for AMXPaolo Bonzini1-8/+9
2022-01-14kvm: selftests: Add support for KVM_CAP_XSAVE2Wei Wang1-3/+64
2021-12-10selftests: KVM: avoid failures due to reserved HyperTransport regionPaolo Bonzini1-0/+68
2021-11-11selftest: KVM: Add open sev dev helperPeter Gonda1-0/+13
2021-10-22KVM: selftests: Fix nested SVM tests when built with clangJim Mattson1-1/+13
2021-10-22KVM: selftests: set CPUID before setting sregs in vcpu creationMichael Roth1-3/+1
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-13/+10
2021-06-24selftests: 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_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