summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-selftests-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-04-262-11/+73
|\
| * KVM: selftests: Add test to verify KVM's supported XCR0Aaron Lewis2023-04-111-0/+20
| * KVM: selftests: Add all known XFEATURE masks to common codeAaron Lewis2023-04-111-8/+17
| * KVM: selftests: Rework dynamic XFeature helper to take mask, not bitSean Christopherson2023-04-111-3/+3
| * KVM: selftests: Move XGETBV and XSETBV helpers to common codeAaron Lewis2023-04-111-0/+18
| * KVM: selftests: Check that XTILEDATA supports XFDAaron Lewis2023-03-241-0/+1
| * KVM: selftests: Check that the palette table exists before using itAaron Lewis2023-03-241-0/+1
| * KVM: selftests: Add a fully functional "struct xstate" for x86Mingwei Zhang2023-03-241-0/+12
| * KVM: selftests: Add a helper to read kvm boolean module parametersLike Xu2023-03-241-0/+1
* | Merge tag 'kvm-x86-pmu-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-04-261-7/+38
|\ \
| * | KVM: selftests: Verify KVM preserves userspace writes to "durable" MSRsSean Christopherson2023-04-061-1/+16
| * | KVM: selftests: Print out failing MSR and value in vcpu_set_msr()Sean Christopherson2023-04-061-8/+24
| |/
* | KVM: selftests: Add a helper for SMCCC calls with SMC instructionOliver Upton2023-04-051-0/+13
|/
* KVM: selftests: Print expected and actual exit reason in KVM exit reason assertVipin Sharma2023-03-141-1/+2
* KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma2023-03-141-0/+8
* KVM: selftests: Add helpers to make Xen-style VMCALL/VMMCALL hypercallsSean Christopherson2023-03-141-0/+2
* Merge tag 'kvm-x86-selftests-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-02-151-4/+26
|\
| * KVM: selftests: x86: Cache host CPU vendor (AMD vs. Intel)Vishal Annapurve2023-01-241-0/+3
| * KVM: selftests: x86: Use "this_cpu" prefix for cpu vendor queriesVishal Annapurve2023-01-241-3/+22
| * KVM: selftests: Fix a typo in the vcpu_msrs_set assertAaron Lewis2023-01-241-1/+1
* | KVM: selftests: Test Hyper-V extended hypercall enablementVipin Sharma2023-02-011-0/+5
|/
* KVM: selftests: Test Hyper-V invariant TSC controlVitaly Kuznetsov2022-12-292-0/+4
* KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()Vitaly Kuznetsov2022-12-291-47/+94
* Merge remote-tracking branch 'kvm/queue' into HEADPaolo Bonzini2022-12-123-12/+35
|\
| * KVM: arm64: selftests: Enable single-step without a "full" ucall()Sean Christopherson2022-12-021-0/+8
| * Merge tag 'kvm-x86-fixes-6.2-1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2022-12-021-0/+2
| |\
| | * KVM: selftests: Verify userspace can stuff IA32_FEATURE_CONTROL at willSean Christopherson2022-11-301-0/+2
| * | KVM: selftests: Define and use a custom static assert in lib headersSean Christopherson2022-12-012-12/+24
| * | KVM: selftests: Restore assert for non-nested VMs in access tracking testSean Christopherson2022-12-011-0/+1
| |/
* | KVM: arm64: selftests: Align VA space allocator with TTBR0Oliver Upton2022-12-091-0/+1
* | Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2022-12-094-8/+106
|\ \ | |/ |/|
| * Merge branch kvm-arm64/selftest/access-tracking into kvmarm-master/nextMarc Zyngier2022-12-051-0/+3
| |\
| | * KVM: selftests: Have perf_test_util signal when to stop vCPUsOliver Upton2022-11-291-0/+3
| * | KVM: selftests: aarch64: Add aarch64/page_fault_testRicardo Koller2022-11-101-0/+8
| * | KVM: selftests: Use the right memslot for code, page-tables, and data allocat...Ricardo Koller2022-11-101-0/+4
| * | KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_typeRicardo Koller2022-11-101-2/+24
| * | KVM: selftests: Stash backing_src_type in struct userspace_mem_regionRicardo Koller2022-11-101-0/+1
| * | KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macrosRicardo Koller2022-11-101-6/+19
| * | KVM: selftests: aarch64: Add virt_get_pte_hva() library functionRicardo Koller2022-11-101-0/+2
| * | KVM: selftests: Add a userfaultfd libraryRicardo Koller2022-11-101-0/+45
| |/
* | KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush testVitaly Kuznetsov2022-11-211-0/+4
* | KVM: selftests: evmcs_test: Introduce L2 TLB flush testVitaly Kuznetsov2022-11-211-0/+2
* | 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-211-0/+5
* | KVM: selftests: Create a vendor independent helper to allocate Hyper-V specif...Vitaly Kuznetsov2022-11-213-10/+17
* | KVM: selftests: Split off load_evmcs() from load_vmcs()Vitaly Kuznetsov2022-11-211-0/+10
* | KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.hVitaly Kuznetsov2022-11-212-38/+33
* | 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-211-0/+1