summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/include
AgeCommit message (Expand)AuthorFilesLines
2022-12-12Merge remote-tracking branch 'kvm/queue' into HEADPaolo Bonzini3-12/+35
2022-12-09KVM: arm64: selftests: Align VA space allocator with TTBR0Oliver Upton1-0/+1
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini4-8/+106
2022-12-05Merge branch kvm-arm64/selftest/access-tracking into kvmarm-master/nextMarc Zyngier1-0/+3
2022-12-02KVM: arm64: selftests: Enable single-step without a "full" ucall()Sean Christopherson1-0/+8
2022-12-02Merge tag 'kvm-x86-fixes-6.2-1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+2
2022-12-01KVM: selftests: Define and use a custom static assert in lib headersSean Christopherson2-12/+24
2022-12-01KVM: selftests: Restore assert for non-nested VMs in access tracking testSean Christopherson1-0/+1
2022-11-30KVM: selftests: Verify userspace can stuff IA32_FEATURE_CONTROL at willSean Christopherson1-0/+2
2022-11-29KVM: selftests: Have perf_test_util signal when to stop vCPUsOliver Upton1-0/+3
2022-11-21KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush testVitaly Kuznetsov1-0/+4
2022-11-21KVM: selftests: evmcs_test: Introduce L2 TLB flush testVitaly Kuznetsov1-0/+2
2022-11-21KVM: selftests: Stuff RAX/RCX with 'safe' values in vmmcall()/vmcall()Vitaly Kuznetsov3-10/+24
2022-11-21KVM: selftests: Allocate Hyper-V partition assist pageVitaly Kuznetsov1-0/+5
2022-11-21KVM: selftests: Create a vendor independent helper to allocate Hyper-V specif...Vitaly Kuznetsov3-10/+17
2022-11-21KVM: selftests: Split off load_evmcs() from load_vmcs()Vitaly Kuznetsov1-0/+10
2022-11-21KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.hVitaly Kuznetsov2-38/+33
2022-11-21KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.hVitaly Kuznetsov1-5/+17
2022-11-21KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.hVitaly Kuznetsov1-4/+6
2022-11-21KVM: selftests: Hyper-V PV TLB flush selftestVitaly Kuznetsov1-0/+1
2022-11-18KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request u...Vitaly Kuznetsov1-0/+1
2022-11-18KVM: selftests: Hyper-V PV IPI selftestVitaly Kuznetsov1-3/+32
2022-11-18KVM: selftests: Move the function doing Hyper-V hypercall to a common headerVitaly Kuznetsov1-0/+19
2022-11-18KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common headerVitaly Kuznetsov1-0/+3
2022-11-18KVM: selftests: Better XMM read/write helpersVitaly Kuznetsov1-34/+36
2022-11-18x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"Sean Christopherson1-2/+2
2022-11-18KVM: SVM: Add a proper field for Hyper-V VMCB enlightenmentsSean Christopherson1-1/+4
2022-11-18KVM: selftests: Move "struct hv_enlightenments" to x86_64/svm.hSean Christopherson1-0/+17
2022-11-17Merge branch 'kvm-svm-harden' into HEADPaolo Bonzini1-0/+13
2022-11-17KVM: selftests: move idt_entry to headerMaxim Levitsky1-0/+13
2022-11-16KVM: selftests: Check for KVM nEPT support using "feature" MSRsDavid Matlack1-1/+1
2022-11-16KVM: selftests: Drop helpers for getting specific KVM supported CPUID entrySean Christopherson1-11/+0
2022-11-16KVM: selftests: Add and use KVM helpers for x86 Family and ModelSean Christopherson1-2/+17
2022-11-16KVM: selftests: Add dedicated helpers for getting x86 Family and ModelSean Christopherson1-17/+35
2022-11-16KVM: selftests: Add PMU feature framework, use in PMU event filter testSean Christopherson1-0/+41
2022-11-16KVM: selftests: Convert vmx_pmu_caps_test to use X86_PROPERTY_*Sean Christopherson1-4/+2
2022-11-16KVM: selftests: Convert AMX test to use X86_PROPRETY_XXXSean Christopherson1-0/+9
2022-11-16KVM: selftests: Add kvm_cpu_*() support for X86_PROPERTY_*Sean Christopherson1-5/+29
2022-11-16KVM: selftests: Add X86_PROPERTY_* framework to retrieve CPUID valuesSean Christopherson1-0/+68
2022-11-16KVM: selftests: Refactor X86_FEATURE_* framework to prep for X86_PROPERTY_*Sean Christopherson1-13/+25
2022-11-16KVM: selftests: Add X86_FEATURE_PAE and use it calc "fallback" MAXPHYADDRSean Christopherson1-0/+1
2022-11-16KVM: selftests: Provide error code as a KVM_ASM_SAFE() outputSean Christopherson1-12/+27
2022-11-16KVM: selftests: Avoid JMP in non-faulting path of KVM_ASM_SAFE()Sean Christopherson1-5/+3
2022-11-16KVM: selftests: Copy KVM PFERR masks into selftestsDavid Matlack1-0/+23
2022-11-16KVM: selftests: Add arch specific post vm creation hookVishal Annapurve1-0/+2
2022-11-16KVM: selftests: Add arch specific initializationVishal Annapurve1-0/+7
2022-11-16KVM: selftests: Play nice with huge pages when getting PTEs/GPAsSean Christopherson1-2/+9
2022-11-16KVM: selftests: Remove useless shifts when creating guest page tablesSean Christopherson1-1/+2
2022-11-16KVM: selftests: Drop reserved bit checks from PTE accessorSean Christopherson1-2/+1
2022-11-16KVM: selftests: Drop helpers to read/write page table entriesSean Christopherson1-4/+2