summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-07KVM: selftests: Allow specify physical cpu list in demand paging testPeter Xu1-0/+1
2023-06-02KVM: selftests: Move dirty logging functions to memstress.(c|h)Ben Gardon1-0/+8
2023-04-26Merge tag 'kvm-x86-selftests-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-11/+73
2023-04-26Merge tag 'kvm-x86-pmu-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-7/+38
2023-04-11KVM: selftests: Add test to verify KVM's supported XCR0Aaron Lewis1-0/+20
2023-04-11KVM: selftests: Add all known XFEATURE masks to common codeAaron Lewis1-8/+17
2023-04-11KVM: selftests: Rework dynamic XFeature helper to take mask, not bitSean Christopherson1-3/+3
2023-04-11KVM: selftests: Move XGETBV and XSETBV helpers to common codeAaron Lewis1-0/+18
2023-04-07KVM: selftests: Verify KVM preserves userspace writes to "durable" MSRsSean Christopherson1-1/+16
2023-04-07KVM: selftests: Print out failing MSR and value in vcpu_set_msr()Sean Christopherson1-8/+24
2023-04-05KVM: selftests: Add a helper for SMCCC calls with SMC instructionOliver Upton1-0/+13
2023-03-25KVM: selftests: Check that XTILEDATA supports XFDAaron Lewis1-0/+1
2023-03-25KVM: selftests: Check that the palette table exists before using itAaron Lewis1-0/+1
2023-03-25KVM: selftests: Add a fully functional "struct xstate" for x86Mingwei Zhang1-0/+12
2023-03-24KVM: selftests: Add a helper to read kvm boolean module parametersLike Xu1-0/+1
2023-03-14KVM: selftests: Print expected and actual exit reason in KVM exit reason assertVipin Sharma1-1/+2
2023-03-14KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma1-0/+8
2023-03-14KVM: selftests: Add helpers to make Xen-style VMCALL/VMMCALL hypercallsSean Christopherson1-0/+2
2023-02-15Merge tag 'kvm-x86-selftests-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-4/+26
2023-02-02KVM: selftests: Test Hyper-V extended hypercall enablementVipin Sharma1-0/+5
2023-01-24KVM: selftests: x86: Cache host CPU vendor (AMD vs. Intel)Vishal Annapurve1-0/+3
2023-01-24KVM: selftests: x86: Use "this_cpu" prefix for cpu vendor queriesVishal Annapurve1-3/+22
2023-01-24KVM: selftests: Fix a typo in the vcpu_msrs_set assertAaron Lewis1-1/+1
2022-12-29KVM: selftests: Test Hyper-V invariant TSC controlVitaly Kuznetsov2-0/+4
2022-12-29KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()Vitaly Kuznetsov1-47/+94
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-02KVM: selftests: Define and use a custom static assert in lib headersSean Christopherson2-12/+24
2022-12-02KVM: selftests: Restore assert for non-nested VMs in access tracking testSean Christopherson1-0/+1
2022-12-01KVM: 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