aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/include/x86_64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-11selftest: KVM: Add open sev dev helperPeter Gonda1-0/+2
2021-09-28selftests: KVM: Don't clobber XMM register when readOliver Upton1-1/+1
2021-09-24selftests: KVM: Explicitly use movq to read xmm registersOliver Upton1-17/+17
2021-08-03KVM: selftests: Test access to XMM fast hypercallsVitaly Kuznetsov1-1/+4
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-3/+1
2021-06-24selftests: kvm: Allows userspace to handle emulation errors.Aaron Lewis1-0/+4
2021-06-24KVM: sefltests: Add x86-64 test to verify MMU reacts to CPUID updatesSean Christopherson1-0/+3
2021-06-24KVM: selftests: Add hugepage support for x86-64Sean Christopherson1-0/+8
2021-06-24KVM: selftests: Unconditionally allocate EPT tables in memslot 0Sean Christopherson1-6/+4
2021-06-17KVM: selftests: Introduce hyperv_features testVitaly Kuznetsov1-0/+166
2021-06-17KVM: selftests: Move evmcs.h to x86_64/Vitaly Kuznetsov1-0/+1102
2021-06-17KVM: selftests: move Hyper-V MSR definitions to hyperv.hVitaly Kuznetsov1-0/+19
2021-06-17KVM: selftests: Introduce x2APIC register manipulation functionsJim Mattson1-0/+10
2021-06-17KVM: selftests: Hoist APIC functions out of individual testsJim Mattson2-0/+25
2021-06-17KVM: selftests: Move APIC definitions into a separate fileJim Mattson3-47/+59
2021-06-14KVM: selftests: Introduce UCALL_UNHANDLED for unhandled vector reportingRicardo Koller1-2/+0
2021-06-14KVM: selftests: Rename vm_handle_exceptionRicardo Koller1-1/+1
2021-02-09KVM: x86: hyper-v: Make Hyper-V emulation enablement conditionalVitaly Kuznetsov1-0/+1
2021-02-09selftests: kvm: Move kvm_get_supported_hv_cpuid() to common codeVitaly Kuznetsov1-0/+3
2021-02-04selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_GET_SUPPORTED_CPUIDVitaly Kuznetsov1-0/+14
2021-02-04selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIESLike Xu1-1/+2
2021-02-04KVM: selftests: Test IPI to halted vCPU in xAPIC while backing page movesPeter Shier1-0/+20
2020-11-15KVM: selftests: Verify supported CR4 bits can be set before KVM_SET_CPUID2Sean Christopherson2-4/+17
2020-11-08selftests: kvm: test enforcement of paravirtual cpuid featuresOliver Upton1-0/+12
2020-11-08selftests: kvm: Add exception handling to selftestsAaron Lewis1-0/+24
2020-11-08selftests: kvm: Fix the segment descriptor layout to match the actual layoutAaron Lewis1-1/+1
2020-10-31KVM: selftests: test behavior of unmapped L2 APIC-access addressJim Mattson1-0/+6
2020-09-28KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE"Sean Christopherson1-1/+1
2020-06-11KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE checkVitaly Kuznetsov2-0/+2
2020-06-08KVM: selftests: fix vmx_preemption_timer_test build with GCC10Vitaly Kuznetsov1-4/+0
2020-06-01KVM: selftests: fix rdtsc() for vmx_tsc_adjust_testVitaly Kuznetsov1-1/+1
2020-06-01KVM: selftests: VMX preemption timer migration testMakarand Sonare2-4/+34
2020-06-01selftests: kvm: introduce cpu_has_svm() checkVitaly Kuznetsov1-0/+10
2020-02-12selftests: KVM: Remove unused x86_register enumEric Auger1-20/+0
2020-02-12selftests: KVM: AMD Nested test infrastructureEric Auger3-0/+355
2020-02-12selftests: KVM: Replace get_{gdt,idt}_base() by get_{gdt,idt}()Eric Auger1-4/+4
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+4
2020-01-13selftests, kvm: Replace manual MSR defs with common msr-index.hSean Christopherson1-723/+3
2020-01-08KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTINGXiaoyao Li1-1/+1
2020-01-08KVM: VMX: Rename NMI_PENDING to NMI_WINDOWXiaoyao Li1-1/+1
2020-01-08KVM: VMX: Rename INTERRUPT_PENDING to INTERRUPT_WINDOWXiaoyao Li1-2/+2
2019-10-22kvm: tests: Add test to verify MSR_IA32_XSSAaron Lewis1-1/+6
2019-10-22selftests: kvm: consolidate VMX support checksVitaly Kuznetsov1-0/+2
2019-09-27selftests: kvm: add test for dirty logging inside nested guestsPaolo Bonzini2-0/+17
2019-09-24KVM: selftests: Introduce VM_MODE_PXXV48_4KPeter Xu1-0/+3
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds2-6/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2-6/+2
2019-06-19tests: kvm: Check for a kernel warningAaron Lewis1-0/+2
2019-04-16selftests: kvm: add a selftest for SMMVitaly Kuznetsov1-0/+27
2018-10-17KVM: selftests: add Enlightened VMCS testVitaly Kuznetsov1-0/+28