summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-203-13/+118
| * | | KVM: selftests: Add a helper to get system default hugetlb page sizeYanan Wang2021-04-202-0/+26
| * | | KVM: selftests: Add a helper to get system configured THP page sizeYanan Wang2021-04-202-0/+31
| * | | KVM: selftests: Make a generic helper to get vm guest mode stringsYanan Wang2021-04-202-14/+19
| * | | KVM: selftests: Print the errno besides error-string in TEST_ASSERTYanan Wang2021-04-201-2/+2
| * | | KVM: selftests: remove redundant semi-colonYang Yingliang2021-04-171-1/+1
| | |/ | |/|
* | | Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-291-1/+1
|\ \ \ | |_|/ |/| |
| * | tools: do not include scripts/Kbuild.includeMasahiro Yamada2021-04-251-1/+1
| |/
* | selftests: kvm: Check that TSC page value is small after KVM_SET_CLOCK(0)Vitaly Kuznetsov2021-04-011-2/+11
* | selftests: kvm: make hardware_disable_test less verboseVitaly Kuznetsov2021-03-301-5/+5
* | selftests: kvm: add set_boot_cpu_id testEmanuele Giuseppe Esposito2021-03-183-0/+168
* | selftests: kvm: add _vm_ioctlEmanuele Giuseppe Esposito2021-03-182-1/+7
* | selftests: kvm: add get_msr_index_featuresEmanuele Giuseppe Esposito2021-03-185-2/+137
* | selftests: kvm: Add basic Hyper-V clocksources testsVitaly Kuznetsov2021-03-183-0/+262
|/
* KVM: x86/xen: Add support for vCPU runstate informationDavid Woodhouse2021-03-021-3/+156
* selftests: kvm: Mmap the entire vcpu mmap areaAaron Lewis2021-03-021-2/+4
* selftests: kvm: avoid uninitialized variable warningPaolo Bonzini2021-02-151-1/+2
* selftests: kvm: add hardware_disable testIgnacio Alvarado2021-02-153-0/+167
* KVM: selftests: Don't bother mapping GVA for Xen shinfo testSean Christopherson2021-02-111-4/+3
* KVM: selftests: Fix hex vs. decimal snafu in Xen testSean Christopherson2021-02-111-1/+1
* KVM: selftests: Fix size of memslots created by Xen testsSean Christopherson2021-02-112-4/+2
* KVM: selftests: Ignore recently added Xen tests' build outputSean Christopherson2021-02-111-0/+2
* KVM: selftests: Add missing header file needed by xAPIC IPI testsPeter Shier2021-02-111-0/+55
* KVM: selftests: Add operand to vmsave/vmload/vmrun in svm.cRicardo Koller2021-02-111-4/+4
* KVM: x86: hyper-v: Make Hyper-V emulation enablement conditionalVitaly Kuznetsov2021-02-094-39/+39
* selftests: kvm: Properly set Hyper-V CPUIDs in evmcs_testVitaly Kuznetsov2021-02-091-1/+38
* selftests: kvm: Move kvm_get_supported_hv_cpuid() to common codeVitaly Kuznetsov2021-02-093-28/+39
* selftests: kvm: Raise the default timeout to 120 secondsVitaly Kuznetsov2021-02-091-0/+1
* KVM: x86: declare Xen HVM shared info capability and add test caseDavid Woodhouse2021-02-042-0/+170
* KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercallsJoao Martins2021-02-041-6/+33
* KVM: x86/xen: intercept xen hypercalls if enabledJoao Martins2021-02-043-0/+125
* selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_...Vitaly Kuznetsov2021-02-045-0/+233
* selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIESLike Xu2021-02-045-1/+169
* KVM: selftests: Disable dirty logging with vCPUs runningBen Gardon2021-02-041-5/+5
* KVM: selftests: Add backing src parameter to dirty_log_perf_testBen Gardon2021-02-048-15/+63
* KVM: selftests: Add memslot modification stress testBen Gardon2021-02-043-0/+213
* KVM: selftests: Add option to overlap vCPU memory accessBen Gardon2021-02-044-18/+57
* KVM: selftests: Fix population stage in dirty_log_perf_testBen Gardon2021-02-041-3/+8
* KVM: selftests: Convert iterations to int in dirty_log_perf_testBen Gardon2021-02-041-13/+13
* KVM: selftests: Avoid flooding debug log while populating memoryBen Gardon2021-02-041-5/+4
* KVM: selftests: Rename timespec_diff_now to timespec_elapsedBen Gardon2021-02-044-13/+13
* KVM: selftests: Test IPI to halted vCPU in xAPIC while backing page movesPeter Shier2021-02-044-0/+566
* KVM: selftests: Implement perf_test_util more conventionallyAndrew Jones2021-01-076-146/+166
* KVM: selftests: Use vm_create_with_vcpus in create_vmAndrew Jones2021-01-075-47/+21
* KVM: selftests: Factor out guest mode codeAndrew Jones2021-01-076-257/+189
* Merge branch 'kvm-master' into kvm-nextPaolo Bonzini2021-01-071-4/+13
|\
| * selftests: kvm/set_memory_region_test: Fix race in move region testMaciej S. Szmigiero2020-12-031-4/+13
* | Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2020-12-151-9/+30
|\ \
| * | KVM: arm64: selftests: Filter out DEMUX registersAndrew Jones2020-11-271-9/+30
| |/