summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/include/x86_64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2David Matlack2022-06-092-0/+8
* KVM: selftests: Move VMX_EPT_VPID_CAP_AD_BITS to vmx.hDavid Matlack2022-06-092-3/+2
* KVM: selftests: Replace x86_page_size with PG_LEVEL_XXDavid Matlack2022-06-091-6/+12
* kvm: selftests: introduce and use more page size-related constantsPaolo Bonzini2022-04-211-0/+2
* kvm: selftests: do not use bitfields larger than 32-bits for PTEsPaolo Bonzini2022-04-211-0/+15
* KVM: selftests: Define cpu_relax() helpers for s390 and x86Sean Christopherson2022-03-081-0/+5
* KVM: selftests: Add test to verify KVM handling of ICRSean Christopherson2022-03-011-0/+1
* KVM: selftests: nSVM: Add enlightened MSR-Bitmap selftestVitaly Kuznetsov2022-02-101-0/+1
* KVM: selftests: nSVM: Update 'struct vmcb_control_area' definitionVitaly Kuznetsov2022-02-101-1/+8
* KVM: selftests: nSVM: Set up MSR-Bitmap for SVM guestsVitaly Kuznetsov2022-02-101-0/+5
* KVM: selftests: nVMX: Properly deal with 'hv_clean_fields'Vitaly Kuznetsov2022-02-101-1/+149
* selftests: kvm: move vm_xsave_req_perm call to amx_testPaolo Bonzini2022-01-261-0/+1
* kvm: selftests: Do not indent with spacesPaolo Bonzini2022-01-191-5/+5
* selftests: kvm/x86: Introduce x86_model()Jim Mattson2022-01-191-0/+5
* selftests: kvm/x86: Export x86_family() for use outside of processor.cJim Mattson2022-01-191-0/+12
* selftests: kvm/x86: Introduce is_amd_cpu()Jim Mattson2022-01-191-0/+1
* KVM: selftests: Test KVM_SET_CPUID2 after KVM_RUNVitaly Kuznetsov2022-01-171-0/+7
* selftest: kvm: Move struct kvm_x86_state to headerYang Zhong2022-01-141-1/+15
* kvm: selftests: Add support for KVM_CAP_XSAVE2Wei Wang2022-01-141-0/+10
* selftest: KVM: Add open sev dev helperPeter Gonda2021-11-111-0/+2
* selftests: KVM: Don't clobber XMM register when readOliver Upton2021-09-281-1/+1
* selftests: KVM: Explicitly use movq to read xmm registersOliver Upton2021-09-241-17/+17
* KVM: selftests: Test access to XMM fast hypercallsVitaly Kuznetsov2021-08-031-1/+4
* Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-06-251-3/+1
|\
| * KVM: selftests: Introduce UCALL_UNHANDLED for unhandled vector reportingRicardo Koller2021-06-141-2/+0
| * KVM: selftests: Rename vm_handle_exceptionRicardo Koller2021-06-141-1/+1
* | selftests: kvm: Allows userspace to handle emulation errors.Aaron Lewis2021-06-251-0/+4
* | KVM: sefltests: Add x86-64 test to verify MMU reacts to CPUID updatesSean Christopherson2021-06-241-0/+3
* | KVM: selftests: Add hugepage support for x86-64Sean Christopherson2021-06-241-0/+8
* | KVM: selftests: Unconditionally allocate EPT tables in memslot 0Sean Christopherson2021-06-241-6/+4
* | KVM: selftests: Introduce hyperv_features testVitaly Kuznetsov2021-06-171-0/+166
* | KVM: selftests: Move evmcs.h to x86_64/Vitaly Kuznetsov2021-06-171-0/+1102
* | KVM: selftests: move Hyper-V MSR definitions to hyperv.hVitaly Kuznetsov2021-06-171-0/+19
* | KVM: selftests: Introduce x2APIC register manipulation functionsJim Mattson2021-06-171-0/+10
* | KVM: selftests: Hoist APIC functions out of individual testsJim Mattson2021-06-172-0/+25
* | KVM: selftests: Move APIC definitions into a separate fileJim Mattson2021-06-173-47/+59
|/
* KVM: x86: hyper-v: Make Hyper-V emulation enablement conditionalVitaly Kuznetsov2021-02-091-0/+1
* selftests: kvm: Move kvm_get_supported_hv_cpuid() to common codeVitaly Kuznetsov2021-02-091-0/+3
* selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_...Vitaly Kuznetsov2021-02-041-0/+14
* selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIESLike Xu2021-02-041-1/+2
* KVM: selftests: Test IPI to halted vCPU in xAPIC while backing page movesPeter Shier2021-02-041-0/+20
* KVM: selftests: Verify supported CR4 bits can be set before KVM_SET_CPUID2Sean Christopherson2020-11-152-4/+17
* selftests: kvm: test enforcement of paravirtual cpuid featuresOliver Upton2020-11-081-0/+12
* selftests: kvm: Add exception handling to selftestsAaron Lewis2020-11-081-0/+24
* selftests: kvm: Fix the segment descriptor layout to match the actual layoutAaron Lewis2020-11-081-1/+1
* KVM: selftests: test behavior of unmapped L2 APIC-access addressJim Mattson2020-10-311-0/+6
* KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE"Sean Christopherson2020-09-281-1/+1
* KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE checkVitaly Kuznetsov2020-06-112-0/+2
* KVM: selftests: fix vmx_preemption_timer_test build with GCC10Vitaly Kuznetsov2020-06-081-4/+0
* KVM: selftests: fix rdtsc() for vmx_tsc_adjust_testVitaly Kuznetsov2020-06-011-1/+1