summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* KVM: selftests: implement random number generator for guest codeColton Lewis2022-11-162-0/+24
* KVM: selftests: Allowing running dirty_log_perf_test on specific CPUsVipin Sharma2022-11-165-3/+92
* KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validationVipin Sharma2022-11-1613-66/+47
* KVM: selftests: Shorten the test args in memslot_modification_stress_test.cVipin Sharma2022-11-161-10/+8
* KVM: selftests: Use SZ_* macros from sizes.h in max_guest_memory_test.cVipin Sharma2022-11-161-8/+8
* KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()Vipin Sharma2022-11-1614-29/+50
* KVM: selftests: Put command line options in alphabetical order in dirty_log_p...Vipin Sharma2022-11-161-17/+19
* KVM: selftests: Add missing break between -e and -g option in dirty_log_perf_...Vipin Sharma2022-11-161-0/+1
* selftests: kvm/x86: Test the flags in MSR filtering and MSR exitingAaron Lewis2022-11-091-0/+85