summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | KVM: selftests: Add selftest for KVM statistics data binary interfaceJing Zhang2021-06-241-0/+12
* | | KVM: selftests: Add hugepage support for x86-64Sean Christopherson2021-06-241-25/+60
* | | KVM: selftests: Genericize upper level page table entry structSean Christopherson2021-06-241-65/+26
* | | KVM: selftests: Add PTE helper for x86-64 in preparation for hugepagesSean Christopherson2021-06-241-28/+31
* | | KVM: selftests: Rename x86's page table "address" to "pfn"Sean Christopherson2021-06-241-25/+22
* | | KVM: selftests: Add wrapper to allocate page table pageSean Christopherson2021-06-245-39/+21
* | | KVM: selftests: Unconditionally allocate EPT tables in memslot 0Sean Christopherson2021-06-241-12/+9
* | | KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson2021-06-246-23/+20
* | | KVM: selftests: Unconditionally use memslot 0 for vaddr allocationsSean Christopherson2021-06-245-17/+15
* | | KVM: selftests: Use alloc_page helper for x86-64's GDT/IDT/TSS allocationsSean Christopherson2021-06-241-6/+4
* | | KVM: selftests: Lower the min virtual address for misc page allocationsSean Christopherson2021-06-241-1/+1
* | | KVM: selftests: Add helpers to allocate N pages of virtual memorySean Christopherson2021-06-243-20/+52
* | | KVM: selftests: Unconditionally use memslot 0 for x86's GDT/TSS setupSean Christopherson2021-06-241-10/+8
* | | KVM: selftests: Unconditionally use memslot 0 when loading elf binarySean Christopherson2021-06-242-5/+3
* | | KVM: selftests: fix triple fault if ept=0 in dirty_log_testHou Wenlong2021-06-242-4/+3
* | | KVM: selftests: Introduce x2APIC register manipulation functionsJim Mattson2021-06-171-3/+2
* | | KVM: selftests: Hoist APIC functions out of individual testsJim Mattson2021-06-171-0/+46
| |/ |/|
* | KVM: selftests: Fix kvm_check_cap() assertionFuad Tabba2021-06-171-1/+1
* | KVM: selftests: Fix compiling errors when initializing the static structureYanan Wang2021-06-101-19/+19
* | selftests: kvm: Add support for customized slot0 memory sizeZhenzhong Duan2021-06-082-10/+39
* | KVM: selftests: introduce P47V64 for s390xChristian Borntraeger2021-06-081-0/+5
|/
* KVM: selftests: add shared hugetlbfs backing source typeAxel Rasmussen2021-05-272-2/+18
* KVM: selftests: create alias mappings when using shared memoryAxel Rasmussen2021-05-272-0/+51
* KVM: selftests: add shmem backing source typeAxel Rasmussen2021-05-272-1/+21
* KVM: selftests: refactor vm_mem_backing_src_type flagsAxel Rasmussen2021-05-272-18/+20
* KVM: selftests: Print a message if /dev/kvm is missingDavid Matlack2021-05-272-26/+36
* KVM: selftests: trivial comment/logging fixesAxel Rasmussen2021-05-271-2/+2
* KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()David Matlack2021-05-272-2/+4
* KVM: selftests: Keep track of memslots more efficientlyMaciej S. Szmigiero2021-05-273-34/+123
* selftests: kvm: fix potential issue with ELF loadingPaolo Bonzini2021-05-271-5/+4
* selftests: kvm: make allocation of extra memory take effectZhenzhong Duan2021-05-271-1/+1
* Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-05-171-1/+0
|\
| * Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-071-1/+0
| |\
| | * selftests: remove duplicate includeZhang Yunkai2021-05-071-1/+0
* | | selftests: kvm: remove reassignment of non-absolute variablesBill Wendling2021-05-071-2/+2
|/ /
* | selftests: kvm: Fix the check of return valueZhenzhong Duan2021-04-261-2/+2
* | Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-04-231-0/+75
|\ \
| * | KVM: selftests: vgic_init kvm selftests fixupEric Auger2021-04-071-16/+14
| * | KVM: selftests: aarch64/vgic-v3 init sequence testsEric Auger2021-04-061-0/+77
* | | Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini2021-04-222-3/+6
|\ \ \ | | |/ | |/|
| * | selftests: kvm: add _vm_ioctlEmanuele Giuseppe Esposito2021-03-181-1/+6
| * | selftests: kvm: add get_msr_index_featuresEmanuele Giuseppe Esposito2021-03-181-2/+0
| |/
* | KVM: selftests: Adapt vm_userspace_mem_region_add to new helpersYanan Wang2021-04-201-19/+9
* | KVM: selftests: List all hugetlb src types specified with page sizesYanan Wang2021-04-202-12/+101
* | KVM: selftests: Add a helper to get system default hugetlb page sizeYanan Wang2021-04-201-0/+25
* | KVM: selftests: Add a helper to get system configured THP page sizeYanan Wang2021-04-201-0/+29
* | KVM: selftests: Make a generic helper to get vm guest mode stringsYanan Wang2021-04-201-11/+18
* | KVM: selftests: Print the errno besides error-string in TEST_ASSERTYanan Wang2021-04-201-2/+2
|/
* selftests: kvm: Mmap the entire vcpu mmap areaAaron Lewis2021-03-021-2/+4
* selftests: kvm: avoid uninitialized variable warningPaolo Bonzini2021-02-151-1/+2