aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-24KVM: selftests: Add wrapper to allocate page table pageSean Christopherson5-39/+21
2021-06-24KVM: selftests: Unconditionally allocate EPT tables in memslot 0Sean Christopherson1-12/+9
2021-06-24KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson6-23/+20
2021-06-24KVM: selftests: Unconditionally use memslot 0 for vaddr allocationsSean Christopherson5-17/+15
2021-06-24KVM: selftests: Use alloc_page helper for x86-64's GDT/IDT/TSS allocationsSean Christopherson1-6/+4
2021-06-24KVM: selftests: Lower the min virtual address for misc page allocationsSean Christopherson1-1/+1
2021-06-24KVM: selftests: Add helpers to allocate N pages of virtual memorySean Christopherson3-20/+52
2021-06-24KVM: selftests: Unconditionally use memslot 0 for x86's GDT/TSS setupSean Christopherson1-10/+8
2021-06-24KVM: selftests: Unconditionally use memslot 0 when loading elf binarySean Christopherson2-5/+3
2021-06-24KVM: selftests: fix triple fault if ept=0 in dirty_log_testHou Wenlong2-4/+3
2021-06-17KVM: selftests: Introduce x2APIC register manipulation functionsJim Mattson1-3/+2
2021-06-17KVM: selftests: Hoist APIC functions out of individual testsJim Mattson1-0/+46
2021-06-17KVM: selftests: Fix kvm_check_cap() assertionFuad Tabba1-1/+1
2021-06-10KVM: selftests: Fix compiling errors when initializing the static structureYanan Wang1-19/+19
2021-06-08selftests: kvm: Add support for customized slot0 memory sizeZhenzhong Duan2-10/+39
2021-06-08KVM: selftests: introduce P47V64 for s390xChristian Borntraeger1-0/+5
2021-05-27KVM: selftests: add shared hugetlbfs backing source typeAxel Rasmussen2-2/+18
2021-05-27KVM: selftests: create alias mappings when using shared memoryAxel Rasmussen2-0/+51
2021-05-27KVM: selftests: add shmem backing source typeAxel Rasmussen2-1/+21
2021-05-27KVM: selftests: refactor vm_mem_backing_src_type flagsAxel Rasmussen2-18/+20
2021-05-27KVM: selftests: Print a message if /dev/kvm is missingDavid Matlack2-26/+36
2021-05-27KVM: selftests: trivial comment/logging fixesAxel Rasmussen1-2/+2
2021-05-27KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()David Matlack2-2/+4
2021-05-27KVM: selftests: Keep track of memslots more efficientlyMaciej S. Szmigiero3-34/+123
2021-05-27selftests: kvm: fix potential issue with ELF loadingPaolo Bonzini1-5/+4
2021-05-27selftests: kvm: make allocation of extra memory take effectZhenzhong Duan1-1/+1
2021-05-17Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-1/+0
2021-05-07selftests: kvm: remove reassignment of non-absolute variablesBill Wendling1-2/+2
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2021-05-07selftests: remove duplicate includeZhang Yunkai1-1/+0
2021-04-26selftests: kvm: Fix the check of return valueZhenzhong Duan1-2/+2
2021-04-23Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+75
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini2-3/+6
2021-04-20KVM: selftests: Adapt vm_userspace_mem_region_add to new helpersYanan Wang1-19/+9
2021-04-20KVM: selftests: List all hugetlb src types specified with page sizesYanan Wang2-12/+101
2021-04-20KVM: selftests: Add a helper to get system default hugetlb page sizeYanan Wang1-0/+25
2021-04-20KVM: selftests: Add a helper to get system configured THP page sizeYanan Wang1-0/+29
2021-04-20KVM: selftests: Make a generic helper to get vm guest mode stringsYanan Wang1-11/+18
2021-04-20KVM: selftests: Print the errno besides error-string in TEST_ASSERTYanan Wang1-2/+2
2021-04-07KVM: selftests: vgic_init kvm selftests fixupEric Auger1-16/+14
2021-04-06KVM: selftests: aarch64/vgic-v3 init sequence testsEric Auger1-0/+77
2021-03-18selftests: kvm: add _vm_ioctlEmanuele Giuseppe Esposito1-1/+6
2021-03-18selftests: kvm: add get_msr_index_featuresEmanuele Giuseppe Esposito1-2/+0
2021-03-02selftests: kvm: Mmap the entire vcpu mmap areaAaron Lewis1-2/+4
2021-02-15selftests: kvm: avoid uninitialized variable warningPaolo Bonzini1-1/+2
2021-02-11KVM: selftests: Add operand to vmsave/vmload/vmrun in svm.cRicardo Koller1-4/+4
2021-02-09KVM: x86: hyper-v: Make Hyper-V emulation enablement conditionalVitaly Kuznetsov1-0/+35
2021-02-09selftests: kvm: Move kvm_get_supported_hv_cpuid() to common codeVitaly Kuznetsov1-0/+33
2021-02-04KVM: x86/xen: intercept xen hypercalls if enabledJoao Martins1-0/+1
2021-02-04selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_GET_SUPPORTED_CPUIDVitaly Kuznetsov1-0/+42