summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib
AgeCommit message (Expand)AuthorLines
2021-11-16Merge branch 'kvm-selftest' into kvm-masterPaolo Bonzini-68/+168
2021-11-16KVM: selftests: Wait for all vCPU to be created before entering guest modeDavid Matlack-0/+26
2021-11-16KVM: selftests: Move vCPU thread creation and joining to common helpersDavid Matlack-0/+46
2021-11-16KVM: selftests: Sync perf_test_args to guest during VM creationSean Christopherson-0/+12
2021-11-16KVM: selftests: Fill per-vCPU struct during "perf_test" VM creationSean Christopherson-34/+37
2021-11-16KVM: selftests: Create VM with adjusted number of guest pages for perf testsSean Christopherson-2/+6
2021-11-16KVM: selftests: Remove perf_test_args.host_page_sizeSean Christopherson-2/+1
2021-11-16KVM: selftests: Move per-VM GPA into perf_test_argsSean Christopherson-13/+8
2021-11-16KVM: selftests: Capture per-vCPU GPA in perf_test_vcpu_argsSean Christopherson-5/+4
2021-11-16KVM: selftests: Use shorthand local var to access struct perf_tests_argsSean Christopherson-16/+19
2021-11-16KVM: selftests: Require GPA to be aligned when backed by hugepagesSean Christopherson-1/+8
2021-11-16KVM: selftests: Assert mmap HVA is aligned when using HugeTLBSean Christopherson-0/+16
2021-11-16KVM: selftests: Expose align() helpers to testsSean Christopherson-15/+5
2021-11-16KVM: selftests: Explicitly state indicies for vm_guest_mode_params arraySean Christopherson-9/+9
2021-11-11selftest: KVM: Add open sev dev helperPeter Gonda-10/+27
2021-10-31Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini-10/+559
2021-10-22KVM: selftests: Fix nested SVM tests when built with clangJim Mattson-1/+13
2021-10-22KVM: selftests: set CPUID before setting sregs in vcpu creationMichael Roth-4/+2
2021-10-18selftests: KVM: Add helpers for vCPU device attributesOliver Upton-0/+38
2021-10-18selftests: KVM: Fix kvm device helper ioctl assertionsOliver Upton-3/+3
2021-10-17KVM: arm64: selftests: Add host support for vGICRaghavendra Rao Ananta-0/+70
2021-10-17KVM: arm64: selftests: Add basic GICv3 supportRaghavendra Rao Ananta-0/+426
2021-10-17KVM: arm64: selftests: Add light-weight spinlock supportRaghavendra Rao Ananta-0/+27
2021-10-17KVM: arm64: selftests: Add guest support to get the vcpuidRaghavendra Rao Ananta-0/+6
2021-10-17KVM: arm64: selftests: Maintain consistency for vcpuid typeRaghavendra Rao Ananta-1/+1
2021-10-17KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REGRaghavendra Rao Ananta-8/+8
2021-09-30kvm: selftests: Fix spelling mistake "missmatch" -> "mismatch"Colin Ian King-1/+1
2021-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-4/+13
2021-09-22KVM: selftests: Refactor help message for -s backing_srcDavid Matlack-4/+13
2021-09-16selftests: kvm: fix get_run_delay() ignoring fscanf() return warnShuah Khan-1/+3
2021-09-16selftests: kvm: move get_run_delay() into lib/test_utilShuah Khan-0/+15
2021-09-16selftests:kvm: fix get_trans_hugepagesz() ignoring fscanf() return warnShuah Khan-1/+4
2021-08-06KVM: selftests: Move vcpu_args_set into perf_test_utilDavid Matlack-0/+2
2021-08-06KVM: selftests: Support multiple slots in dirty_log_perf_testDavid Matlack-5/+15
2021-07-15KVM: selftests: Address extra memslot parameters in vm_vaddr_allocRicardo Koller-1/+1
2021-07-14Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini-0/+21
2021-07-06KVM: selftests: introduce P44V64 for z196 and EC12Christian Borntraeger-0/+21
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini-13/+233
2021-06-24selftests: kvm: Allows userspace to handle emulation errors.Aaron Lewis-0/+92
2021-06-24KVM: selftests: Add selftest for KVM statistics data binary interfaceJing Zhang-0/+12
2021-06-24KVM: selftests: Add hugepage support for x86-64Sean Christopherson-25/+60
2021-06-24KVM: selftests: Genericize upper level page table entry structSean Christopherson-65/+26
2021-06-24KVM: selftests: Add PTE helper for x86-64 in preparation for hugepagesSean Christopherson-28/+31
2021-06-24KVM: selftests: Rename x86's page table "address" to "pfn"Sean Christopherson-25/+22
2021-06-24KVM: selftests: Add wrapper to allocate page table pageSean Christopherson-39/+21
2021-06-24KVM: selftests: Unconditionally allocate EPT tables in memslot 0Sean Christopherson-12/+9
2021-06-24KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson-23/+20
2021-06-24KVM: selftests: Unconditionally use memslot 0 for vaddr allocationsSean Christopherson-17/+15
2021-06-24KVM: selftests: Use alloc_page helper for x86-64's GDT/IDT/TSS allocationsSean Christopherson-6/+4
2021-06-24KVM: selftests: Lower the min virtual address for misc page allocationsSean Christopherson-1/+1