summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/xen: Add runstate tests for 32-bit mode and crossing page boundaryDavid Woodhouse2022-11-301-20/+95
* KVM: x86/xen: Allow XEN_RUNSTATE_UPDATE flag behaviour to be configuredDavid Woodhouse2022-11-301-0/+14
* KVM: x86/xen: Compatibility fixes for shared runstate areaDavid Woodhouse2022-11-301-6/+6
* KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'Vitaly Kuznetsov2022-11-213-2/+2
* KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush testVitaly Kuznetsov2022-11-212-5/+58
* KVM: selftests: evmcs_test: Introduce L2 TLB flush testVitaly Kuznetsov2022-11-212-2/+50
* KVM: selftests: Introduce rdmsr_from_l2() and use it for MSR-Bitmap testsVitaly Kuznetsov2022-11-212-21/+23
* KVM: selftests: Stuff RAX/RCX with 'safe' values in vmmcall()/vmcall()Vitaly Kuznetsov2022-11-213-10/+24
* KVM: selftests: Allocate Hyper-V partition assist pageVitaly Kuznetsov2022-11-212-0/+10
* KVM: selftests: Create a vendor independent helper to allocate Hyper-V specif...Vitaly Kuznetsov2022-11-216-33/+48
* KVM: selftests: Split off load_evmcs() from load_vmcs()Vitaly Kuznetsov2022-11-213-22/+24
* KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.hVitaly Kuznetsov2022-11-215-38/+56
* KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.hVitaly Kuznetsov2022-11-211-5/+17
* KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.hVitaly Kuznetsov2022-11-211-4/+6
* KVM: selftests: Hyper-V PV TLB flush selftestVitaly Kuznetsov2022-11-214-0/+693
* KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request u...Vitaly Kuznetsov2022-11-182-2/+3
* KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() tooVitaly Kuznetsov2022-11-181-2/+3
* KVM: selftests: Hyper-V PV IPI selftestVitaly Kuznetsov2022-11-185-4/+349
* KVM: selftests: Move the function doing Hyper-V hypercall to a common headerVitaly Kuznetsov2022-11-182-19/+20
* KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common headerVitaly Kuznetsov2022-11-182-4/+5
* KVM: selftests: Better XMM read/write helpersVitaly Kuznetsov2022-11-181-34/+36
* x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"Sean Christopherson2022-11-182-3/+3
* KVM: SVM: Add a proper field for Hyper-V VMCB enlightenmentsSean Christopherson2022-11-182-3/+5
* KVM: selftests: Move "struct hv_enlightenments" to x86_64/svm.hSean Christopherson2022-11-182-18/+17
* x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.hSean Christopherson2022-11-181-3/+3
* Merge branch 'kvm-svm-harden' into HEADPaolo Bonzini2022-11-176-30/+138
|\
| * KVM: selftests: add svm part to triple_fault_testMaxim Levitsky2022-11-171-17/+56
| * kvm: selftests: add svm nested shutdown testMaxim Levitsky2022-11-173-0/+69
| * KVM: selftests: move idt_entry to headerMaxim Levitsky2022-11-172-13/+13
* | KVM: selftests: Assert in prepare_eptp() that nEPT is supportedDavid Matlack2022-11-163-1/+3
* | KVM: selftests: Check for KVM nEPT support using "feature" MSRsDavid Matlack2022-11-162-9/+5
* | KVM: selftests: Drop helpers for getting specific KVM supported CPUID entrySean Christopherson2022-11-161-11/+0
* | KVM: selftests: Add and use KVM helpers for x86 Family and ModelSean Christopherson2022-11-162-14/+28
* | KVM: selftests: Add dedicated helpers for getting x86 Family and ModelSean Christopherson2022-11-162-20/+36
* | KVM: selftests: Add PMU feature framework, use in PMU event filter testSean Christopherson2022-11-162-44/+48
* | KVM: selftests: Convert vmx_pmu_caps_test to use X86_PROPERTY_*Sean Christopherson2022-11-162-21/+4
* | KVM: selftests: Convert AMX test to use X86_PROPRETY_XXXSean Christopherson2022-11-162-79/+31
* | KVM: selftests: Add kvm_cpu_*() support for X86_PROPERTY_*Sean Christopherson2022-11-162-12/+39
* | KVM: selftests: Refactor kvm_cpuid_has() to prep for X86_PROPERTY_* supportSean Christopherson2022-11-161-6/+13
* | KVM: selftests: Use X86_PROPERTY_MAX_KVM_LEAF in CPUID testSean Christopherson2022-11-161-10/+1
* | KVM: selftests: Add X86_PROPERTY_* framework to retrieve CPUID valuesSean Christopherson2022-11-162-10/+76
* | KVM: selftests: Refactor X86_FEATURE_* framework to prep for X86_PROPERTY_*Sean Christopherson2022-11-161-13/+25
* | KVM: selftests: Add X86_FEATURE_PAE and use it calc "fallback" MAXPHYADDRSean Christopherson2022-11-162-3/+2
* | KVM: selftests: Add a test for KVM_CAP_EXIT_ON_EMULATION_FAILUREDavid Matlack2022-11-163-0/+47
* | KVM: selftests: Expect #PF(RSVD) when TDP is disabledDavid Matlack2022-11-161-5/+46
* | KVM: selftests: Provide error code as a KVM_ASM_SAFE() outputSean Christopherson2022-11-163-13/+30
* | KVM: selftests: Avoid JMP in non-faulting path of KVM_ASM_SAFE()Sean Christopherson2022-11-161-5/+3
* | KVM: selftests: Copy KVM PFERR masks into selftestsDavid Matlack2022-11-161-0/+23
* | KVM: selftests: Move flds instruction emulation failure handling to headerDavid Matlack2022-11-162-40/+59
* | KVM: selftests: Delete dead ucall codeDavid Matlack2022-11-161-60/+1