aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-24KVM: selftests: Add wrapper to allocate page table pageSean Christopherson1-0/+2
2021-06-24KVM: selftests: Unconditionally allocate EPT tables in memslot 0Sean Christopherson1-6/+4
2021-06-24KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson1-3/+2
2021-06-24KVM: selftests: Unconditionally use memslot 0 for vaddr allocationsSean Christopherson1-3/+2
2021-06-24KVM: selftests: Add helpers to allocate N pages of virtual memorySean Christopherson1-0/+3
2021-06-24KVM: selftests: Unconditionally use memslot 0 when loading elf binarySean Christopherson1-2/+1
2021-06-17KVM: selftests: Introduce hyperv_features testVitaly Kuznetsov1-0/+166
2021-06-17KVM: selftests: Move evmcs.h to x86_64/Vitaly Kuznetsov1-1/+1
2021-06-17KVM: selftests: move Hyper-V MSR definitions to hyperv.hVitaly Kuznetsov1-0/+19
2021-06-17KVM: selftests: Introduce x2APIC register manipulation functionsJim Mattson1-0/+10
2021-06-17KVM: selftests: Hoist APIC functions out of individual testsJim Mattson2-0/+25
2021-06-17KVM: selftests: Move APIC definitions into a separate fileJim Mattson3-47/+59
2021-06-08selftests: kvm: Add support for customized slot0 memory sizeZhenzhong Duan1-3/+4
2021-06-08KVM: selftests: introduce P47V64 for s390xChristian Borntraeger1-1/+2
2021-05-27KVM: selftests: add shared hugetlbfs backing source typeAxel Rasmussen1-0/+11
2021-05-27KVM: selftests: create alias mappings when using shared memoryAxel Rasmussen1-0/+1
2021-05-27KVM: selftests: add shmem backing source typeAxel Rasmussen1-0/+1
2021-05-27KVM: selftests: Print a message if /dev/kvm is missingDavid Matlack1-0/+1
2021-05-27KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()David Matlack1-1/+1
2021-04-23Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+9
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini1-0/+2
2021-04-20KVM: selftests: List all hugetlb src types specified with page sizesYanan Wang1-1/+17
2021-04-20KVM: selftests: Add a helper to get system default hugetlb page sizeYanan Wang1-0/+1
2021-04-20KVM: selftests: Add a helper to get system configured THP page sizeYanan Wang1-0/+2
2021-04-20KVM: selftests: Make a generic helper to get vm guest mode stringsYanan Wang1-3/+1
2021-04-07KVM: selftests: vgic_init kvm selftests fixupEric Auger1-1/+1
2021-04-06KVM: selftests: aarch64/vgic-v3 init sequence testsEric Auger1-0/+9
2021-03-18selftests: kvm: add _vm_ioctlEmanuele Giuseppe Esposito1-0/+1
2021-03-18selftests: kvm: add get_msr_index_featuresEmanuele Giuseppe Esposito1-0/+1
2021-02-11KVM: selftests: Add missing header file needed by xAPIC IPI testsPeter Shier1-0/+55
2021-02-09KVM: x86: hyper-v: Make Hyper-V emulation enablement conditionalVitaly Kuznetsov1-0/+1
2021-02-09selftests: kvm: Move kvm_get_supported_hv_cpuid() to common codeVitaly Kuznetsov1-0/+3
2021-02-04selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_GET_SUPPORTED_CPUIDVitaly Kuznetsov1-0/+14
2021-02-04selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIESLike Xu1-1/+2
2021-02-04KVM: selftests: Add backing src parameter to dirty_log_perf_testBen Gardon3-7/+16
2021-02-04KVM: selftests: Add option to overlap vCPU memory accessBen Gardon1-1/+3
2021-02-04KVM: selftests: Rename timespec_diff_now to timespec_elapsedBen Gardon1-1/+1
2021-02-04KVM: selftests: Test IPI to halted vCPU in xAPIC while backing page movesPeter Shier1-0/+20
2021-01-07KVM: selftests: Implement perf_test_util more conventionallyAndrew Jones2-130/+13
2021-01-07KVM: selftests: Use vm_create_with_vcpus in create_vmAndrew Jones2-36/+19
2021-01-07KVM: selftests: Factor out guest mode codeAndrew Jones1-0/+21
2020-12-12Merge tag 'kvm-s390-next-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-0/+13
2020-12-10KVM: selftests: sync_regs test for diag318Collin Walling1-0/+13
2020-11-16KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones1-4/+0
2020-11-15KVM: selftests: Introduce vm_create_[default_]_with_vcpusAndrew Jones1-0/+10
2020-11-15KVM: selftests: Make vm_create_default commonAndrew Jones1-4/+19
2020-11-15KVM: selftests: Add dirty ring buffer testPeter Xu1-0/+3
2020-11-15KVM: selftests: test KVM_GET_SUPPORTED_HV_CPUID as a system ioctlVitaly Kuznetsov1-0/+2
2020-11-15KVM: selftests: Verify supported CR4 bits can be set before KVM_SET_CPUID2Sean Christopherson2-4/+17
2020-11-08KVM: selftests: Introduce the dirty log perf testBen Gardon2-8/+11