aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/x86_64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-11Merge branch 'kvm-sev-move-context' into kvm-masterPaolo Bonzini1-0/+203
2021-11-11selftest: KVM: Add intra host migration testsPeter Gonda1-0/+203
2021-11-02Merge tag 'linux-kselftest-next-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-1/+1
2021-10-31Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini2-16/+2
2021-10-21selftests: kvm: fix mismatched fclose() after popen()Shuah Khan1-1/+1
2021-10-18selftests: KVM: Add test for KVM_{GET,SET}_CLOCKOliver Upton1-0/+203
2021-09-30KVM: selftests: Fix kvm_vm_free() in cr4_cpuid_sync and vmx_tsc_adjust testsThomas Huth2-3/+2
2021-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+128
2021-09-23KVM: x86: selftests: test simultaneous uses of V_IRQ from L1 and L0Maxim Levitsky1-0/+128
2021-09-16selftests: kvm: move get_run_delay() into lib/test_utilShuah Khan1-15/+0
2021-09-16selftests:kvm: fix get_warnings_count() ignoring fscanf() return warnShuah Khan1-1/+2
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko1-1/+1
2021-08-20KVM: selftests: test KVM_GUESTDBG_BLOCKIRQMaxim Levitsky1-3/+21
2021-08-04KVM: selftests: fix hyperv_clock testMaxim Levitsky1-1/+1
2021-08-03KVM: selftests: Test access to XMM fast hypercallsVitaly Kuznetsov1-3/+38
2021-07-15KVM: selftests: smm_test: Test SMM enter from L2Vitaly Kuznetsov1-6/+64
2021-07-14KVM: selftests: x86: Address missing vm_install_exception_handler conversionsMarc Zyngier2-2/+2
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini6-18/+14
2021-06-24selftests: kvm: Allows userspace to handle emulation errors.Aaron Lewis1-0/+219
2021-06-24KVM: sefltests: Add x86-64 test to verify MMU reacts to CPUID updatesSean Christopherson1-0/+147
2021-06-24KVM: selftests: Unconditionally allocate EPT tables in memslot 0Sean Christopherson2-4/+4
2021-06-24KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson4-4/+4
2021-06-24KVM: selftests: Unconditionally use memslot 0 for vaddr allocationsSean Christopherson1-1/+1
2021-06-24KVM: selftests: Use "standard" min virtual address for CPUID test allocSean Christopherson1-2/+1
2021-06-24KVM: selftests: Use alloc page helper for xAPIC IPI testSean Christopherson1-1/+1
2021-06-24KVM: selftests: Add helpers to allocate N pages of virtual memorySean Christopherson2-4/+4
2021-06-24KVM: selftests: Use "standard" min virtual address for Hyper-V pagesSean Christopherson1-1/+1
2021-06-24KVM: selftests: Unconditionally use memslot 0 when loading elf binarySean Christopherson1-1/+1
2021-06-24KVM: selftests: Zero out the correct page in the Hyper-V features testSean Christopherson1-1/+1
2021-06-24KVM: selftests: fix triple fault if ept=0 in dirty_log_testHou Wenlong1-2/+0
2021-06-17KVM: selftests: evmcs_test: Test that KVM_STATE_NESTED_EVMCS is never lostVitaly Kuznetsov1-26/+38
2021-06-17KVM: selftests: Introduce hyperv_features testVitaly Kuznetsov1-0/+649
2021-06-17KVM: selftests: move Hyper-V MSR definitions to hyperv.hVitaly Kuznetsov1-7/+1
2021-06-17KVM: selftests: Introduce x2APIC register manipulation functionsJim Mattson1-2/+2
2021-06-17KVM: selftests: Hoist APIC functions out of individual testsJim Mattson3-65/+11
2021-06-17KVM: selftests: x86: Add vmx_nested_tsc_scaling_testIlias Stamatis1-0/+242
2021-06-14KVM: selftests: Move GUEST_ASSERT_EQ to utils headerRicardo Koller1-9/+0
2021-06-14KVM: selftests: Complete x86_64/sync_regs_test ucallRicardo Koller1-1/+6
2021-06-14KVM: selftests: Rename vm_handle_exceptionRicardo Koller4-8/+8
2021-05-27KVM: selftests: Print a message if /dev/kvm is missingDavid Matlack1-6/+2
2021-05-27KVM: selftests: Ignore CPUID.0DH.1H in get_cpuid_testDavid Matlack1-0/+5
2021-05-07KVM: selftests: evmcs_test: Check that VMCS12 is alway properly synced to eVMCS after restoreVitaly Kuznetsov1-11/+55
2021-05-07KVM: selftests: evmcs_test: Check that VMLAUNCH with bogus EVMPTR is causing #UDVitaly Kuznetsov1-8/+16
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini3-0/+569
2021-04-17KVM: selftests: remove redundant semi-colonYang Yingliang1-1/+1
2021-04-01selftests: kvm: Check that TSC page value is small after KVM_SET_CLOCK(0)Vitaly Kuznetsov1-2/+11
2021-03-18selftests: kvm: add set_boot_cpu_id testEmanuele Giuseppe Esposito1-0/+166
2021-03-18selftests: kvm: add get_msr_index_featuresEmanuele Giuseppe Esposito1-0/+134
2021-03-18selftests: kvm: Add basic Hyper-V clocksources testsVitaly Kuznetsov1-0/+260