summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'kvm-vmx-secctl' into HEADPaolo Bonzini2021-08-103-5/+43
|\ \ \ | | |/ | |/|
| * | KVM: selftests: fix hyperv_clock testMaxim Levitsky2021-08-041-1/+1
| * | KVM: selftests: Test access to XMM fast hypercallsVitaly Kuznetsov2021-08-032-4/+42
| |/
* | KVM: selftests: Move vcpu_args_set into perf_test_utilDavid Matlack2021-08-065-5/+2
* | KVM: selftests: Support multiple slots in dirty_log_perf_testDavid Matlack2021-08-066-20/+84
|/
* KVM: selftests: Introduce access_tracking_perf_testDavid Matlack2021-07-273-0/+431
* KVM: selftests: Fix missing break in dirty_log_perf_test arg parsingDavid Matlack2021-07-271-0/+1
* Merge tag 'kvmarm-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-07-192-2/+3
|\
| * KVM: arm64: selftests: get-reg-list: actually enable pmu regs in pmu sublistAndrew Jones2021-07-141-1/+2
| * KVM: selftests: change pthread_yield to sched_yieldAndrew Jones2021-07-141-1/+1
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-06-2848-575/+3161
| |\
* | | KVM: selftests: smm_test: Test SMM enter from L2Vitaly Kuznetsov2021-07-151-6/+64
* | | KVM: selftests: Address extra memslot parameters in vm_vaddr_allocRicardo Koller2021-07-151-1/+1
* | | KVM: selftests: x86: Address missing vm_install_exception_handler conversionsMarc Zyngier2021-07-142-2/+2
* | | Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2021-07-144-4/+27
|\ \ \ | |_|/ |/| |
| * | KVM: selftests: do not require 64GB in set_memory_region_testChristian Borntraeger2021-07-061-1/+2
| * | KVM: selftests: introduce P44V64 for z196 and EC12Christian Borntraeger2021-07-063-1/+23
| |/
| * KVM: selftests: Fix mapping length truncation in m{,un}map()Zenghui Yu2021-06-241-2/+2
* | Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-06-2517-173/+913
|\ \
| * \ Merge branch kvm-arm64/selftest/sysreg-list-fix into kvmarm-master/nextMarc Zyngier2021-06-224-123/+321
| |\ \
| | * | KVM: arm64: selftests: get-reg-list: Split base and pmu registersAndrew Jones2021-06-221-8/+31
| | * | KVM: arm64: selftests: get-reg-list: Remove get-reg-list-sveAndrew Jones2021-06-224-15/+21
| | * | KVM: arm64: selftests: get-reg-list: Provide config selection optionAndrew Jones2021-06-221-3/+53
| | * | KVM: arm64: selftests: get-reg-list: Prepare to run multiple configs at onceAndrew Jones2021-06-221-17/+51
| | * | KVM: arm64: selftests: get-reg-list: Introduce vcpu configsAndrew Jones2021-06-221-90/+175
| * | | KVM: selftests: Add aarch64/debug-exceptions testRicardo Koller2021-06-144-6/+268
| * | | KVM: selftests: Add exception handling support for aarch64Ricardo Koller2021-06-144-1/+287
| * | | KVM: selftests: Move GUEST_ASSERT_EQ to utils headerRicardo Koller2021-06-142-19/+12
| * | | KVM: selftests: Introduce UCALL_UNHANDLED for unhandled vector reportingRicardo Koller2021-06-143-13/+9
| * | | KVM: selftests: Complete x86_64/sync_regs_test ucallRicardo Koller2021-06-141-1/+6
| * | | KVM: selftests: Rename vm_handle_exceptionRicardo Koller2021-06-146-11/+11
| |/ /
* | | selftests: kvm: Allows userspace to handle emulation errors.Aaron Lewis2021-06-245-0/+317
* | | KVM: selftests: Add selftest for KVM statistics data binary interfaceJing Zhang2021-06-245-0/+256
* | | KVM: sefltests: Add x86-64 test to verify MMU reacts to CPUID updatesSean Christopherson2021-06-244-0/+152
* | | KVM: selftests: Add hugepage support for x86-64Sean Christopherson2021-06-242-25/+68
* | | KVM: selftests: Genericize upper level page table entry structSean Christopherson2021-06-241-65/+26
* | | KVM: selftests: Add PTE helper for x86-64 in preparation for hugepagesSean Christopherson2021-06-241-28/+31
* | | KVM: selftests: Rename x86's page table "address" to "pfn"Sean Christopherson2021-06-241-25/+22
* | | KVM: selftests: Add wrapper to allocate page table pageSean Christopherson2021-06-246-39/+23
* | | KVM: selftests: Unconditionally allocate EPT tables in memslot 0Sean Christopherson2021-06-244-22/+17
* | | KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson2021-06-2416-35/+31
* | | KVM: selftests: Unconditionally use memslot 0 for vaddr allocationsSean Christopherson2021-06-247-21/+18
* | | KVM: selftests: Use "standard" min virtual address for CPUID test allocSean Christopherson2021-06-241-2/+1
* | | KVM: selftests: Use alloc page helper for xAPIC IPI testSean Christopherson2021-06-241-1/+1
* | | KVM: selftests: Use alloc_page helper for x86-64's GDT/IDT/TSS allocationsSean Christopherson2021-06-241-6/+4
* | | KVM: selftests: Lower the min virtual address for misc page allocationsSean Christopherson2021-06-241-1/+1
* | | KVM: selftests: Add helpers to allocate N pages of virtual memorySean Christopherson2021-06-246-24/+59
* | | KVM: selftests: Use "standard" min virtual address for Hyper-V pagesSean Christopherson2021-06-241-1/+1
* | | KVM: selftests: Unconditionally use memslot 0 for x86's GDT/TSS setupSean Christopherson2021-06-241-10/+8
* | | KVM: selftests: Unconditionally use memslot 0 when loading elf binarySean Christopherson2021-06-246-10/+7