aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | KVM: arm64: selftests: Add basic support to generate delaysRaghavendra Rao Ananta2021-10-171-0/+25
| | * | KVM: arm64: selftests: Add basic support for arch_timersRaghavendra Rao Ananta2021-10-171-0/+142
| | * | KVM: arm64: selftests: Add support for cpu_relaxRaghavendra Rao Ananta2021-10-171-0/+5
| | * | KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REGRaghavendra Rao Ananta2021-10-174-19/+21
| | * | tools: arm64: Import sysreg.hRaghavendra Rao Ananta2021-10-172-26/+15
| | * | KVM: arm64: selftests: Add MMIO readl/writel supportRaghavendra Rao Ananta2021-10-171-1/+45
| | |/
| * | KVM: arm64: selftests: Add init ITS device testRicardo Koller2021-10-111-0/+42
| * | KVM: arm64: selftests: Add test for legacy GICv3 REDIST base partially above ...Ricardo Koller2021-10-111-0/+34
| * | KVM: arm64: selftests: Add tests for GIC redist/cpuif partially above IPA rangeRicardo Koller2021-10-111-12/+26
| * | KVM: arm64: selftests: Add some tests for GICv2 in vgic_initRicardo Koller2021-10-111-32/+79
| * | KVM: arm64: selftests: Make vgic_init/vm_gic_create version agnosticRicardo Koller2021-10-111-9/+10
| * | KVM: arm64: selftests: Make vgic_init gic version agnosticRicardo Koller2021-10-111-61/+95
| |/
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-10-012-11/+60
| |\
| * \ Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-2712-61/+219
| |\ \
| * \ \ Merge tag 'linux-kselftest-fixes-5.15-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-09-255-33/+26
| |\ \ \
| | * | | selftests: kvm: fix get_run_delay() ignoring fscanf() return warnShuah Khan2021-09-163-2/+5
| | * | | selftests: kvm: move get_run_delay() into lib/test_utilShuah Khan2021-09-164-30/+16
| | * | | selftests:kvm: fix get_trans_hugepagesz() ignoring fscanf() return warnShuah Khan2021-09-161-1/+4
| | * | | selftests:kvm: fix get_warnings_count() ignoring fscanf() return warnShuah Khan2021-09-161-1/+2
* | | | | KVM: selftests: Fix nested SVM tests when built with clangJim Mattson2021-10-221-1/+13
* | | | | KVM: selftests: set CPUID before setting sregs in vcpu creationMichael Roth2021-10-222-4/+2
* | | | | selftests: KVM: Introduce system counter offset testOliver Upton2021-10-183-0/+134
* | | | | selftests: KVM: Add helpers for vCPU device attributesOliver Upton2021-10-182-0/+47
* | | | | selftests: KVM: Fix kvm device helper ioctl assertionsOliver Upton2021-10-181-3/+3
* | | | | selftests: KVM: Add test for KVM_{GET,SET}_CLOCKOliver Upton2021-10-184-0/+207
* | | | | KVM: selftests: Fix kvm_vm_free() in cr4_cpuid_sync and vmx_tsc_adjust testsThomas Huth2021-09-302-3/+2
* | | | | kvm: selftests: Fix spelling mistake "missmatch" -> "mismatch"Colin Ian King2021-09-301-1/+1
* | | | | kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross2021-09-301-1/+1
| |_|_|/ |/| | |
* | | | KVM: selftests: Ensure all migrations are performed when test is affinedSean Christopherson2021-09-301-10/+59
* | | | selftests: KVM: Don't clobber XMM register when readOliver Upton2021-09-281-1/+1
| |_|/ |/| |
* | | selftests: KVM: Explicitly use movq to read xmm registersOliver Upton2021-09-241-17/+17
* | | selftests: KVM: Call ucall_init when setting up in rseq_testOliver Upton2021-09-241-0/+1
* | | KVM: x86: selftests: test simultaneous uses of V_IRQ from L1 and L0Maxim Levitsky2021-09-233-0/+130
* | | KVM: selftests: Create a separate dirty bitmap per slotDavid Matlack2021-09-221-15/+39
* | | KVM: selftests: Refactor help message for -s backing_srcDavid Matlack2021-09-226-22/+25
* | | KVM: selftests: Change backing_src flag to -s in demand_paging_testDavid Matlack2021-09-221-5/+5
* | | selftests: KVM: Align SMCCC call with the spec in steal_timeOliver Upton2021-09-221-2/+2
* | | selftests: KVM: Fix check for !POLLIN in demand_paging_testOliver Upton2021-09-221-1/+1
|/ /
* / KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugsSean Christopherson2021-09-223-0/+240
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-083-4/+4
|\
| * tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko2021-09-083-4/+4
* | Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-09-064-0/+126
|\ \
| * | selftests: KVM: Introduce psci_cpu_on_testOliver Upton2021-08-194-0/+126
* | | KVM: selftests: test KVM_GUESTDBG_BLOCKIRQMaxim Levitsky2021-08-201-3/+21
* | | KVM: selftests: Add checks for histogram stats bucket_size fieldJing Zhang2021-08-201-0/+12
* | | 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
|/