summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib
AgeCommit message (Expand)AuthorLines
2021-06-24KVM: selftests: Add helpers to allocate N pages of virtual memorySean Christopherson-20/+52
2021-06-24KVM: selftests: Unconditionally use memslot 0 for x86's GDT/TSS setupSean Christopherson-10/+8
2021-06-24KVM: selftests: Unconditionally use memslot 0 when loading elf binarySean Christopherson-5/+3
2021-06-24KVM: selftests: fix triple fault if ept=0 in dirty_log_testHou Wenlong-4/+3
2021-06-17KVM: selftests: Introduce x2APIC register manipulation functionsJim Mattson-3/+2
2021-06-17KVM: selftests: Hoist APIC functions out of individual testsJim Mattson-0/+46
2021-06-17KVM: selftests: Fix kvm_check_cap() assertionFuad Tabba-1/+1
2021-06-14KVM: selftests: Add exception handling support for aarch64Ricardo Koller-0/+223
2021-06-14KVM: selftests: Introduce UCALL_UNHANDLED for unhandled vector reportingRicardo Koller-11/+8
2021-06-14KVM: selftests: Rename vm_handle_exceptionRicardo Koller-2/+2
2021-06-10KVM: selftests: Fix compiling errors when initializing the static structureYanan Wang-19/+19
2021-06-08selftests: kvm: Add support for customized slot0 memory sizeZhenzhong Duan-10/+39
2021-06-08KVM: selftests: introduce P47V64 for s390xChristian Borntraeger-0/+5
2021-05-27KVM: selftests: add shared hugetlbfs backing source typeAxel Rasmussen-2/+18
2021-05-27KVM: selftests: create alias mappings when using shared memoryAxel Rasmussen-0/+51
2021-05-27KVM: selftests: add shmem backing source typeAxel Rasmussen-1/+21
2021-05-27KVM: selftests: refactor vm_mem_backing_src_type flagsAxel Rasmussen-18/+20
2021-05-27KVM: selftests: Print a message if /dev/kvm is missingDavid Matlack-26/+36
2021-05-27KVM: selftests: trivial comment/logging fixesAxel Rasmussen-2/+2
2021-05-27KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()David Matlack-2/+4
2021-05-27KVM: selftests: Keep track of memslots more efficientlyMaciej S. Szmigiero-34/+123
2021-05-27selftests: kvm: fix potential issue with ELF loadingPaolo Bonzini-5/+4
2021-05-27selftests: kvm: make allocation of extra memory take effectZhenzhong Duan-1/+1
2021-05-17Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini-1/+0
2021-05-07selftests: kvm: remove reassignment of non-absolute variablesBill Wendling-2/+2
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+0
2021-05-07selftests: remove duplicate includeZhang Yunkai-1/+0
2021-04-26selftests: kvm: Fix the check of return valueZhenzhong Duan-2/+2
2021-04-23Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini-0/+75
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini-3/+6
2021-04-20KVM: selftests: Adapt vm_userspace_mem_region_add to new helpersYanan Wang-19/+9
2021-04-20KVM: selftests: List all hugetlb src types specified with page sizesYanan Wang-12/+101
2021-04-20KVM: selftests: Add a helper to get system default hugetlb page sizeYanan Wang-0/+25
2021-04-20KVM: selftests: Add a helper to get system configured THP page sizeYanan Wang-0/+29
2021-04-20KVM: selftests: Make a generic helper to get vm guest mode stringsYanan Wang-11/+18
2021-04-20KVM: selftests: Print the errno besides error-string in TEST_ASSERTYanan Wang-2/+2
2021-04-07KVM: selftests: vgic_init kvm selftests fixupEric Auger-16/+14
2021-04-06KVM: selftests: aarch64/vgic-v3 init sequence testsEric Auger-0/+77
2021-03-18selftests: kvm: add _vm_ioctlEmanuele Giuseppe Esposito-1/+6
2021-03-18selftests: kvm: add get_msr_index_featuresEmanuele Giuseppe Esposito-2/+0
2021-03-02selftests: kvm: Mmap the entire vcpu mmap areaAaron Lewis-2/+4
2021-02-15selftests: kvm: avoid uninitialized variable warningPaolo Bonzini-1/+2
2021-02-11KVM: selftests: Add operand to vmsave/vmload/vmrun in svm.cRicardo Koller-4/+4
2021-02-09KVM: x86: hyper-v: Make Hyper-V emulation enablement conditionalVitaly Kuznetsov-0/+35
2021-02-09selftests: kvm: Move kvm_get_supported_hv_cpuid() to common codeVitaly Kuznetsov-0/+33
2021-02-04KVM: x86/xen: intercept xen hypercalls if enabledJoao Martins-0/+1
2021-02-04selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_...Vitaly Kuznetsov-0/+42
2021-02-04selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIESLike Xu-0/+34
2021-02-04KVM: selftests: Add backing src parameter to dirty_log_perf_testBen Gardon-3/+32
2021-02-04KVM: selftests: Add option to overlap vCPU memory accessBen Gardon-7/+18