summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/include
AgeCommit message (Expand)AuthorLines
2020-12-12Merge tag 'kvm-s390-next-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini-0/+13
2020-12-10KVM: selftests: sync_regs test for diag318Collin Walling-0/+13
2020-11-16KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones-4/+0
2020-11-15KVM: selftests: Introduce vm_create_[default_]_with_vcpusAndrew Jones-0/+10
2020-11-15KVM: selftests: Make vm_create_default commonAndrew Jones-4/+19
2020-11-15KVM: selftests: Add dirty ring buffer testPeter Xu-0/+3
2020-11-15KVM: selftests: test KVM_GET_SUPPORTED_HV_CPUID as a system ioctlVitaly Kuznetsov-0/+2
2020-11-15KVM: selftests: Verify supported CR4 bits can be set before KVM_SET_CPUID2Sean Christopherson-4/+17
2020-11-08KVM: selftests: Introduce the dirty log perf testBen Gardon-8/+11
2020-11-08KVM: selftests: Make the number of vcpus globalAndrew Jones-0/+3
2020-11-08KVM: selftests: Make the per vcpu memory size globalAndrew Jones-0/+3
2020-11-08KVM: selftests: Drop pointless vm_create wrapperAndrew Jones-2/+1
2020-11-08KVM: selftests: Add wrfract to common guest codeBen Gardon-1/+5
2020-11-08KVM: selftests: Simplify demand_paging_test with timespec_diff_nowBen Gardon-0/+1
2020-11-08KVM: selftests: Remove address rounding in guest codeBen Gardon-1/+0
2020-11-08KVM: selftests: Factor code out of demand_paging_testBen Gardon-0/+187
2020-11-08KVM: selftests: Add aarch64 get-reg-list testAndrew Jones-0/+1
2020-11-08selftests: kvm: test enforcement of paravirtual cpuid featuresOliver Upton-0/+15
2020-11-08selftests: kvm: Add exception handling to selftestsAaron Lewis-0/+26
2020-11-08selftests: kvm: Fix the segment descriptor layout to match the actual layoutAaron Lewis-1/+1
2020-10-31KVM: selftests: test behavior of unmapped L2 APIC-access addressJim Mattson-0/+6
2020-09-28KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE"Sean Christopherson-1/+1
2020-06-11KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE checkVitaly Kuznetsov-0/+2
2020-06-08KVM: selftests: fix vmx_preemption_timer_test build with GCC10Vitaly Kuznetsov-4/+0
2020-06-01KVM: selftests: fix rdtsc() for vmx_tsc_adjust_testVitaly Kuznetsov-1/+1
2020-06-01KVM: selftests: VMX preemption timer migration testMakarand Sonare-4/+36
2020-06-01selftests: kvm: introduce cpu_has_svm() checkVitaly Kuznetsov-0/+10
2020-05-13Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini-2/+4
2020-05-07KVM: selftests: Add KVM_SET_GUEST_DEBUG testPeter Xu-0/+2
2020-05-06KVM: selftests: Fix build for evmcs.hPeter Xu-2/+2
2020-04-15selftests: kvm: Add vm_get_fd() in kvm_utilWainer dos Santos Moschetta-0/+1
2020-04-15KVM: selftests: Add GUEST_ASSERT variants to pass values to hostSean Christopherson-5/+20
2020-04-15KVM: selftests: Add util to delete memory regionSean Christopherson-0/+1
2020-04-15KVM: selftests: Use kernel's list instead of homebrewed replacementSean Christopherson-0/+1
2020-03-18KVM: selftests: Rework timespec functions and usageAndrew Jones-1/+2
2020-03-16KVM: selftests: define and use EVMCS_VERSIONVitaly Kuznetsov-0/+2
2020-03-16selftests: kvm: Introduce the TEST_FAIL macroWainer dos Santos Moschetta-0/+3
2020-03-16KVM: selftests: Introduce steal-time testAndrew Jones-0/+2
2020-03-16KVM: selftests: virt_map should take npages, not sizeAndrew Jones-3/+3
2020-03-16KVM: selftests: Use consistent message for test skippingAndrew Jones-0/+2
2020-03-16KVM: selftests: Enable printf format warnings for TEST_ASSERTAndrew Jones-1/+2
2020-03-16KVM: selftests: Share common API documentationAndrew Jones-2/+98
2020-03-16KVM: selftests: s390x: Provide additional num-guest-pages adjustmentAndrew Jones-1/+7
2020-03-16KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGIONSean Christopherson-0/+1
2020-03-16KVM: selftests: Rework debug message printingAndrew Jones-6/+13
2020-03-16KVM: selftests: Time guest demand pagingBen Gardon-0/+3
2020-03-16KVM: selftests: Add memory size parameter to the demand paging testBen Gardon-0/+2
2020-02-24KVM: selftests: Introduce num-pages conversion utilitiesAndrew Jones-0/+8
2020-02-12selftests: KVM: Remove unused x86_register enumEric Auger-20/+0
2020-02-12selftests: KVM: AMD Nested test infrastructureEric Auger-0/+355