summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib
AgeCommit message (Expand)AuthorLines
2022-11-16KVM: selftests: Add X86_FEATURE_PAE and use it calc "fallback" MAXPHYADDRSean Christopherson-3/+1
2022-11-16KVM: selftests: Provide error code as a KVM_ASM_SAFE() outputSean Christopherson-0/+1
2022-11-16KVM: selftests: Add arch specific post vm creation hookVishal Annapurve-3/+10
2022-11-16KVM: selftests: Add arch specific initializationVishal Annapurve-9/+15
2022-11-16KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve-0/+6
2022-11-16KVM: selftests: Play nice with huge pages when getting PTEs/GPAsSean Christopherson-7/+38
2022-11-16KVM: selftests: Use vm_get_page_table_entry() in addr_arch_gva2gpa()Sean Christopherson-34/+4
2022-11-16KVM: selftests: Use virt_get_pte() when getting PTE pointerSean Christopherson-23/+6
2022-11-16KVM: selftests: Verify parent PTE is PRESENT when getting child PTESean Christopherson-8/+13
2022-11-16KVM: selftests: Remove useless shifts when creating guest page tablesSean Christopherson-9/+8
2022-11-16KVM: selftests: Drop reserved bit checks from PTE accessorSean Christopherson-25/+1
2022-11-16KVM: selftests: Drop helpers to read/write page table entriesSean Christopherson-19/+2
2022-11-16KVM: selftests: Fix spelling mistake "begining" -> "beginning"Colin Ian King-1/+1
2022-11-16KVM: selftests: Add ucall pool based implementationPeter Gonda-12/+73
2022-11-16KVM: selftests: Drop now-unnecessary ucall_uninit()Sean Christopherson-25/+2
2022-11-16KVM: selftests: Make arm64's MMIO ucall multi-VM friendlySean Christopherson-5/+14
2022-11-16KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson-56/+17
2022-11-16KVM: selftests: Consolidate boilerplate code in get_ucall()Sean Christopherson-53/+31
2022-11-16KVM: selftests: Consolidate common code for populating ucall structSean Christopherson-71/+40
2022-11-16KVM: selftests: Rename perf_test_util symbols to memstressDavid Matlack-50/+50
2022-11-16KVM: selftests: Rename pta (short for perf_test_args) to argsDavid Matlack-30/+30
2022-11-16KVM: selftests: Rename perf_test_util.[ch] to memstress.[ch]David Matlack-3/+3
2022-11-16KVM: selftests: randomize page access orderColton Lewis-1/+14
2022-11-16KVM: selftests: randomize which pages are written vs readColton Lewis-5/+8
2022-11-16KVM: selftests: create -r argument to specify random seedColton Lewis-0/+6
2022-11-16KVM: selftests: implement random number generator for guest codeColton Lewis-0/+17
2022-11-16KVM: selftests: Allowing running dirty_log_perf_test on specific CPUsVipin Sharma-1/+61
2022-11-16KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()Vipin Sharma-0/+19
2022-11-10KVM: selftests: Use the right memslot for code, page-tables, and data allocat...Ricardo Koller-40/+61
2022-11-10KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()Ricardo Koller-24/+30
2022-11-10KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_typeRicardo Koller-8/+10
2022-11-10KVM: selftests: Stash backing_src_type in struct userspace_mem_regionRicardo Koller-0/+1
2022-11-10KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macrosRicardo Koller-1/+1
2022-11-10KVM: selftests: Add missing close and munmap in __vm_mem_region_delete()Ricardo Koller-0/+6
2022-11-10KVM: selftests: aarch64: Add virt_get_pte_hva() library functionRicardo Koller-3/+10
2022-11-10KVM: selftests: Add a userfaultfd libraryRicardo Koller-0/+186
2022-11-10KVM: arm64: selftests: Use FIELD_GET() to extract ID register fieldsReiji Watanabe-3/+4
2022-11-10KVM: selftests: Use host page size to map ring buffer in dirty_log_testGavin Shan-1/+1
2022-10-03Merge tag 'kvmarm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini-1/+4
2022-09-30KVM: selftests: Fix nx_huge_pages_test on TDP-disabled hostsDavid Matlack-0/+27
2022-09-30KVM: selftests: Add helpers to read kvm_{intel,amd} boolean module parametersDavid Matlack-12/+40
2022-09-30Revert "KVM: selftests: Fix nested SVM tests when built with clang"Sean Christopherson-13/+1
2022-09-30KVM: selftests: Implement memcmp(), memcpy(), and memset() for guest useSean Christopherson-0/+39
2022-09-30KVM: selftests: Gracefully handle empty stack tracesDavid Matlack-7/+13
2022-09-29KVM: selftests: dirty-log: Use KVM_CAP_DIRTY_LOG_RING_ACQ_REL if availableMarc Zyngier-1/+4
2022-09-27KVM: selftests: Skip tests that require EPT when it is not availableDavid Matlack-0/+20
2022-08-01selftests: kvm: set rax before vmcallAndrei Vagin-1/+1
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini-1810/+839
2022-07-13KVM: selftests: Use the common cpuid() helper in cpu_vendor_string_is()Sean Christopherson-8/+2
2022-07-13KVM: selftests: Clean up requirements for XFD-aware XSAVE featuresSean Christopherson-3/+5