summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/x86_64
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Replace x86_page_size with PG_LEVEL_XXDavid Matlack2022-06-091-1/+1
* Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini2022-06-091-4/+33
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-264-20/+653
| |\
| * | selftests: kvm/x86: Verify the pmu event filter matches the correct eventAaron Lewis2022-05-201-0/+19
| * | selftests: kvm/x86: Add the helper function create_pmu_event_filterAaron Lewis2022-05-201-4/+14
* | | KVM: selftests: Make hyperv_clock selftest more stableVitaly Kuznetsov2022-06-071-3/+7
| |/ |/|
* | Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-256-7/+0
|\|
| * kvm: selftests: introduce and use more page size-related constantsPaolo Bonzini2022-04-216-7/+0
* | KVM: selftests: x86: Fix test failure on arch lbr capable platformsYang Weijiang2022-05-251-8/+10
* | selftests: kvm/x86/xen: Replace a comma in the xen_shinfo_test with semicolonLike Xu2022-04-131-1/+1
* | KVM: x86: Test case for TSC scaling and offset syncDavid Woodhouse2022-04-021-0/+119
* | KVM: x86/xen: Update self test for Xen PV timersDavid Woodhouse2022-04-021-3/+32
* | KVM: x86/xen: Add self tests for KVM_XEN_HVM_CONFIG_EVTCHN_SENDDavid Woodhouse2022-04-021-13/+320
* | KVM: x86/xen: handle PV spinlocks slowpathBoris Ostrovsky2022-04-021-0/+6
* | selftests: KVM: Test KVM_X86_QUIRK_FIX_HYPERCALL_INSNOliver Upton2022-04-021-0/+170
|/
* KVM: selftests: Add test to verify KVM handling of ICRSean Christopherson2022-03-011-0/+150
* KVM: selftests: Verify disabling PMU virtualization via KVM_CAP_CONFIG_PMUDavid Dunn2022-02-251-0/+33
* selftests: KVM: allow sev_migrate_tests on machines without SEV-ESPaolo Bonzini2022-02-181-21/+57
* KVM: SEV: Allow SEV intra-host migration of VM with mirrorsPeter Gonda2022-02-181-14/+33
* KVM: selftests: nSVM: Add enlightened MSR-Bitmap selftestVitaly Kuznetsov2022-02-101-0/+175
* KVM: selftests: nVMX: Add enlightened MSR-Bitmap selftestVitaly Kuznetsov2022-02-101-0/+59
* KVM: selftests: nVMX: Properly deal with 'hv_clean_fields'Vitaly Kuznetsov2022-02-101-2/+3
* KVM: selftests: Adapt hyperv_cpuid test to the newly introduced Enlightened M...Vitaly Kuznetsov2022-02-101-12/+17
* selftests: kvm: move vm_xsave_req_perm call to amx_testPaolo Bonzini2022-01-261-0/+2
* KVM: selftests: Don't skip L2's VMCALL in SMM test for SVM guestSean Christopherson2022-01-261-1/+0
* selftests: kvm/x86: Fix the warning in pmu_event_filter_test.cJinrong Liang2022-01-201-4/+0
* kvm: selftests: Do not indent with spacesPaolo Bonzini2022-01-193-21/+21
* KVM: selftests: Add a test to force emulation with a pending exceptionSean Christopherson2022-01-191-0/+139
* selftests: kvm/x86: Add test for KVM_SET_PMU_EVENT_FILTERJim Mattson2022-01-191-0/+438
* KVM: selftests: Test KVM_SET_CPUID2 after KVM_RUNVitaly Kuznetsov2022-01-171-0/+30
* KVM: selftests: Rename 'get_cpuid_test' to 'cpuid_test'Vitaly Kuznetsov2022-01-171-0/+0
* selftest: kvm: Add amx selftestYang Zhong2022-01-141-0/+448
* kvm: selftests: Add support for KVM_CAP_XSAVE2Wei Wang2022-01-144-4/+4
* KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel deliveryDavid Woodhouse2022-01-071-1/+183
* selftests: KVM: sev_migrate_tests: Add mirror command testsPeter Gonda2022-01-071-4/+51
* selftests: KVM: sev_migrate_tests: Fix sev_ioctl()Peter Gonda2022-01-071-1/+2
* selftests: KVM: sev_migrate_tests: Fix test_sev_mirror()Peter Gonda2022-01-071-4/+1
* KVM: selftests: Add test to verify TRIPLE_FAULT on invalid L2 guest stateSean Christopherson2021-12-201-0/+105
* KVM: selftests: vmx_pmu_msrs_test: Drop tests mangling guest visible CPUIDsVitaly Kuznetsov2021-12-191-17/+0
* selftests: KVM: Add test to verify KVM doesn't explode on "bad" I/OSean Christopherson2021-12-101-0/+114
* KVM: x86: selftests: svm_int_ctl_test: fix intercept calculationMaciej S. Szmigiero2021-12-091-1/+1
* KVM: SEV: Prohibit migration of a VM that has mirrorsPaolo Bonzini2021-11-301-0/+37
* selftests: sev_migrate_tests: add tests for KVM_CAP_VM_COPY_ENC_CONTEXT_FROMPaolo Bonzini2021-11-301-7/+105
* KVM: selftests: Avoid KVM_SET_CPUID2 after KVM_RUN in hyperv_features testVitaly Kuznetsov2021-11-261-69/+71
* selftests: sev_migrate_tests: free all VMsPaolo Bonzini2021-11-261-1/+8
* selftests: fix check for circular KVM_CAP_VM_MOVE_ENC_CONTEXT_FROMPaolo Bonzini2021-11-261-2/+5
* Merge branch 'kvm-selftest' into kvm-masterPaolo Bonzini2021-11-161-9/+66
|\
| * KVM: selftests: Add event channel upcall support to xen_shinfo_testDavid Woodhouse2021-11-161-9/+66
* | Merge branch 'kvm-sev-move-context' into kvm-masterPaolo Bonzini2021-11-111-0/+203
|\ \
| * | selftest: KVM: Add intra host migration testsPeter Gonda2021-11-111-0/+203
| |/