summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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: x86/mmu: Use BIT{,_ULL}() for PFERR masksDavid Matlack2022-11-161-10/+10
* 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
* KVM: selftests: Explicitly require instructions bytesDavid Matlack2022-11-161-48/+20
* KVM: selftests: Rename emulator_error_test to smaller_maxphyaddr_emulation_testDavid Matlack2022-11-163-3/+4
* KVM: selftests: Don't assume vcpu->id is '0' in xAPIC state testGautam Menghani2022-11-161-1/+3
* KVM: selftests: Add arch specific post vm creation hookVishal Annapurve2022-11-163-3/+12
* KVM: selftests: Add arch specific initializationVishal Annapurve2022-11-163-9/+22
* KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve2022-11-1620-54/+6
* KVM: selftests: Play nice with huge pages when getting PTEs/GPAsSean Christopherson2022-11-162-9/+47
* KVM: selftests: Use vm_get_page_table_entry() in addr_arch_gva2gpa()Sean Christopherson2022-11-161-34/+4
* KVM: selftests: Use virt_get_pte() when getting PTE pointerSean Christopherson2022-11-161-23/+6
* KVM: selftests: Verify parent PTE is PRESENT when getting child PTESean Christopherson2022-11-161-8/+13
* KVM: selftests: Remove useless shifts when creating guest page tablesSean Christopherson2022-11-162-10/+10
* KVM: selftests: Drop reserved bit checks from PTE accessorSean Christopherson2022-11-163-28/+3
* KVM: selftests: Drop helpers to read/write page table entriesSean Christopherson2022-11-163-25/+8
* KVM: selftests: Fix spelling mistake "begining" -> "beginning"Colin Ian King2022-11-161-1/+1
* KVM: selftests: Add ucall pool based implementationPeter Gonda2022-11-166-17/+77
* KVM: selftests: Drop now-unnecessary ucall_uninit()Sean Christopherson2022-11-169-34/+2
* KVM: selftests: Make arm64's MMIO ucall multi-VM friendlySean Christopherson2022-11-162-5/+29
* tools: Add atomic_test_and_set_bit()Peter Gonda2022-11-162-0/+19
* KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson2022-11-1620-76/+20
* KVM: selftests: Consolidate boilerplate code in get_ucall()Sean Christopherson2022-11-166-59/+33
* KVM: selftests: Consolidate common code for populating ucall structSean Christopherson2022-11-167-74/+61
* KVM: arm64: selftests: Disable single-step without relying on ucall()Sean Christopherson2022-11-161-13/+15
* KVM: arm64: selftests: Disable single-step with correct KVM defineSean Christopherson2022-11-161-1/+1
* KVM: selftests: Rename perf_test_util symbols to memstressDavid Matlack2022-11-167-106/+106
* KVM: selftests: Rename pta (short for perf_test_args) to argsDavid Matlack2022-11-161-30/+30
* KVM: selftests: Rename perf_test_util.[ch] to memstress.[ch]David Matlack2022-11-168-14/+14
* KVM: selftests: randomize page access orderColton Lewis2022-11-163-3/+26
* KVM: selftests: randomize which pages are written vs readColton Lewis2022-11-164-20/+36
* KVM: selftests: create -r argument to specify random seedColton Lewis2022-11-163-2/+18