summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | KVM: selftests: Unconditionally use memslot 0 when loading elf binarySean Christopherson2021-06-241-2/+1
* | | KVM: selftests: Introduce hyperv_features testVitaly Kuznetsov2021-06-171-0/+166
* | | KVM: selftests: Move evmcs.h to x86_64/Vitaly Kuznetsov2021-06-171-1/+1
* | | KVM: selftests: move Hyper-V MSR definitions to hyperv.hVitaly Kuznetsov2021-06-171-0/+19
* | | KVM: selftests: Introduce x2APIC register manipulation functionsJim Mattson2021-06-171-0/+10
* | | KVM: selftests: Hoist APIC functions out of individual testsJim Mattson2021-06-172-0/+25
* | | KVM: selftests: Move APIC definitions into a separate fileJim Mattson2021-06-173-47/+59
| |/ |/|
* | selftests: kvm: Add support for customized slot0 memory sizeZhenzhong Duan2021-06-081-3/+4
* | KVM: selftests: introduce P47V64 for s390xChristian Borntraeger2021-06-081-1/+2
|/
* KVM: selftests: add shared hugetlbfs backing source typeAxel Rasmussen2021-05-271-0/+11
* KVM: selftests: create alias mappings when using shared memoryAxel Rasmussen2021-05-271-0/+1
* KVM: selftests: add shmem backing source typeAxel Rasmussen2021-05-271-0/+1
* KVM: selftests: Print a message if /dev/kvm is missingDavid Matlack2021-05-271-0/+1
* KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()David Matlack2021-05-271-1/+1
* Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-04-231-0/+9
|\
| * KVM: selftests: vgic_init kvm selftests fixupEric Auger2021-04-071-1/+1
| * KVM: selftests: aarch64/vgic-v3 init sequence testsEric Auger2021-04-061-0/+9
* | Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini2021-04-221-0/+2
|\ \
| * | selftests: kvm: add _vm_ioctlEmanuele Giuseppe Esposito2021-03-181-0/+1
| * | selftests: kvm: add get_msr_index_featuresEmanuele Giuseppe Esposito2021-03-181-0/+1
| |/
* | KVM: selftests: List all hugetlb src types specified with page sizesYanan Wang2021-04-201-1/+17
* | KVM: selftests: Add a helper to get system default hugetlb page sizeYanan Wang2021-04-201-0/+1
* | KVM: selftests: Add a helper to get system configured THP page sizeYanan Wang2021-04-201-0/+2
* | KVM: selftests: Make a generic helper to get vm guest mode stringsYanan Wang2021-04-201-3/+1
|/
* KVM: selftests: Add missing header file needed by xAPIC IPI testsPeter Shier2021-02-111-0/+55
* KVM: x86: hyper-v: Make Hyper-V emulation enablement conditionalVitaly Kuznetsov2021-02-091-0/+1
* selftests: kvm: Move kvm_get_supported_hv_cpuid() to common codeVitaly Kuznetsov2021-02-091-0/+3
* selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_...Vitaly Kuznetsov2021-02-041-0/+14
* selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIESLike Xu2021-02-041-1/+2
* KVM: selftests: Add backing src parameter to dirty_log_perf_testBen Gardon2021-02-043-7/+16
* KVM: selftests: Add option to overlap vCPU memory accessBen Gardon2021-02-041-1/+3
* KVM: selftests: Rename timespec_diff_now to timespec_elapsedBen Gardon2021-02-041-1/+1
* KVM: selftests: Test IPI to halted vCPU in xAPIC while backing page movesPeter Shier2021-02-041-0/+20
* KVM: selftests: Implement perf_test_util more conventionallyAndrew Jones2021-01-072-130/+13
* KVM: selftests: Use vm_create_with_vcpus in create_vmAndrew Jones2021-01-072-36/+19
* KVM: selftests: Factor out guest mode codeAndrew Jones2021-01-071-0/+21
* Merge tag 'kvm-s390-next-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2020-12-121-0/+13
|\
| * KVM: selftests: sync_regs test for diag318Collin Walling2020-12-101-0/+13
* | KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones2020-11-161-4/+0
* | KVM: selftests: Introduce vm_create_[default_]_with_vcpusAndrew Jones2020-11-151-0/+10
* | KVM: selftests: Make vm_create_default commonAndrew Jones2020-11-151-4/+19
* | KVM: selftests: Add dirty ring buffer testPeter Xu2020-11-151-0/+3
* | KVM: selftests: test KVM_GET_SUPPORTED_HV_CPUID as a system ioctlVitaly Kuznetsov2020-11-151-0/+2
* | KVM: selftests: Verify supported CR4 bits can be set before KVM_SET_CPUID2Sean Christopherson2020-11-152-4/+17
* | KVM: selftests: Introduce the dirty log perf testBen Gardon2020-11-082-8/+11
* | KVM: selftests: Make the number of vcpus globalAndrew Jones2020-11-081-0/+3
* | KVM: selftests: Make the per vcpu memory size globalAndrew Jones2020-11-081-0/+3
* | KVM: selftests: Drop pointless vm_create wrapperAndrew Jones2020-11-082-2/+1
* | KVM: selftests: Add wrfract to common guest codeBen Gardon2020-11-081-1/+5
* | KVM: selftests: Simplify demand_paging_test with timespec_diff_nowBen Gardon2020-11-081-0/+1