summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
Commit message (Expand)AuthorAgeFilesLines
* selftests: KVM: Handle compiler optimizations in ucallRaghavendra Rao Ananta2022-06-231-5/+4
* KVM: selftests: Restrict test region to 48-bit physical addresses when using ...David Matlack2022-06-091-3/+15
* KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2David Matlack2022-06-098-8/+182
* KVM: selftests: Clean up LIBKVM files in MakefileDavid Matlack2022-06-091-5/+31
* KVM: selftests: Link selftests directly with lib object filesDavid Matlack2022-06-091-7/+4
* KVM: selftests: Drop unnecessary rule for STATIC_LIBSDavid Matlack2022-06-091-1/+0
* KVM: selftests: Add a helper to check EPT/VPID capabilitiesDavid Matlack2022-06-091-1/+6
* KVM: selftests: Move VMX_EPT_VPID_CAP_AD_BITS to vmx.hDavid Matlack2022-06-092-3/+2
* KVM: selftests: Refactor nested_map() to specify target levelDavid Matlack2022-06-091-4/+12
* KVM: selftests: Drop stale function parameter comment for nested_map()David Matlack2022-06-091-1/+0
* KVM: selftests: Add option to create 2M and 1G EPT mappingsDavid Matlack2022-06-091-50/+60
* KVM: selftests: Replace x86_page_size with PG_LEVEL_XXDavid Matlack2022-06-094-24/+29
* 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-2617-174/+1346
| |\
| * | 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
| |/ |/|
* | KVM: selftests: x86: Sync the new name of the test case to .gitignoreLike Xu2022-05-251-1/+1
* | Merge tag 'kvm-s390-next-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2022-05-251-1/+45
|\ \
| * | KVM: s390: selftest: Test suppression indication on key prot exceptionJanis Schoetterl-Glausch2022-05-201-1/+45
* | | Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-05-253-18/+32
|\ \ \
| * | | KVM: selftests: riscv: Remove unneeded semicolonJiapeng Chong2022-05-201-1/+1
| * | | KVM: selftests: riscv: Improve unexpected guest trap handlingAnup Patel2022-05-203-17/+31
| | |/ | |/|
* | | Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-2518-261/+711
|\ \ \
| * \ \ Merge branch kvm-arm64/psci-suspend into kvmarm-master/nextMarc Zyngier2022-05-161-31/+132
| |\ \ \
| | * | | selftests: KVM: Test SYSTEM_SUSPEND PSCI callOliver Upton2022-05-041-0/+69
| | * | | selftests: KVM: Refactor psci_test to make it amenable to new testsOliver Upton2022-05-041-37/+60
| | * | | selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_testOliver Upton2022-05-041-2/+11
| | * | | selftests: KVM: Create helper for making SMCCC callsOliver Upton2022-05-044-27/+58
| | * | | selftests: KVM: Rename psci_cpu_on_test to psci_testOliver Upton2022-05-043-2/+2
| | |/ /
| * | | Merge branch kvm-arm64/hcall-selection into kvmarm-master/nextMarc Zyngier2022-05-168-29/+406
| |\ \ \ | | |/ / | |/| |
| | * | selftests: KVM: aarch64: Add the bitmap firmware registers to get-reg-listRaghavendra Rao Ananta2022-05-031-0/+8
| | * | selftests: KVM: aarch64: Introduce hypercall ABI testRaghavendra Rao Ananta2022-05-033-0/+338
| | * | selftests: KVM: Create helper for making SMCCC callsOliver Upton2022-05-034-27/+58
| | * | selftests: KVM: Rename psci_cpu_on_test to psci_testOliver Upton2022-05-033-2/+2
| * | | kvm: selftests: introduce and use more page size-related constantsPaolo Bonzini2022-04-218-13/+8
| * | | kvm: selftests: do not use bitfields larger than 32-bits for PTEsPaolo Bonzini2022-04-212-115/+92
| * | | KVM: selftests: Silence compiler warning in the kvm_page_table_testThomas Huth2022-04-211-1/+1
| |/ /
* | | KVM: selftests: x86: Fix test failure on arch lbr capable platformsYang Weijiang2022-05-252-9/+11
* | | selftests: kvm/x86/xen: Replace a comma in the xen_shinfo_test with semicolonLike Xu2022-04-131-1/+1
* | | Merge branch 'kvm-older-features' into HEADPaolo Bonzini2022-04-135-12/+646
|\ \ \ | |/ / |/| |
| * | KVM: x86: Test case for TSC scaling and offset syncDavid Woodhouse2022-04-022-0/+120
| * | 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-023-0/+172
* | | selftests: kvm: add tsc_scaling_sync to .gitignoreLike Xu2022-04-111-0/+1
* | | KVM: selftests: riscv: Fix alignment of the guest_hang() functionAnup Patel2022-04-091-1/+1
* | | KVM: selftests: riscv: Set PTE A and D bits in VS-stage page tableAnup Patel2022-04-091-1/+3
* | | selftests: KVM: Free the GIC FD when cleaning up in arch_timerOliver Upton2022-04-071-4/+11