summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)AuthorLines
2024-03-11Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-240/+802
2024-03-11Merge tag 'kvm-riscv-6.9-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini-307/+788
2024-03-11Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini-35/+23
2024-03-06KVM: selftests: Check that PV_UNHALT is cleared when HLT exiting is disabledVitaly Kuznetsov-0/+48
2024-03-06KVM: riscv: selftests: Add Zacas extension to get-reg-list testAnup Patel-0/+4
2024-03-06KVM: riscv: selftests: Add Ztso extension to get-reg-list testAnup Patel-0/+4
2024-03-06KVM: riscv: selftests: Add sstc timer testHaibo Xu-10/+210
2024-03-06KVM: riscv: selftests: Change vcpu_has_ext to a common functionHaibo Xu-10/+13
2024-03-06KVM: riscv: selftests: Add guest helper to get vcpu idHaibo Xu-4/+10
2024-03-06KVM: riscv: selftests: Add exception handling supportHaibo Xu-0/+221
2024-03-05KVM: selftests: Explicitly close guest_memfd files in some gmem testsDongli Zhang-0/+5
2024-02-29KVM: selftests: aarch64: Remove unused functions from vpmu testRaghavendra Rao Ananta-16/+0
2024-02-28KVM: selftests: Add a basic SEV-ES smoke testSean Christopherson-2/+38
2024-02-28KVM: selftests: Add a basic SEV smoke testPeter Gonda-0/+59
2024-02-28KVM: selftests: Use the SEV library APIs in the intra-host migration testSean Christopherson-42/+18
2024-02-28KVM: selftests: Add library for creating and interacting with SEV guestsPeter Gonda-0/+244
2024-02-28KVM: selftests: Allow tagging protected memory in guest page tablesPeter Gonda-1/+86
2024-02-28KVM: selftests: Explicitly ucall pool from shared memoryPeter Gonda-1/+2
2024-02-28KVM: selftests: Add support for protected vm_vaddr_* allocationsMichael Roth-5/+24
2024-02-28KVM: selftests: Add support for allocating/managing protected guest memoryPeter Gonda-6/+41
2024-02-28KVM: selftests: Add a macro to iterate over a sparsebit rangeAckerley Tng-0/+20
2024-02-28KVM: selftests: Make sparsebit structs const where appropriateMichael Roth-42/+42
2024-02-28KVM: selftests: Extend VM creation's @shape to allow control of VM subtypeSean Christopherson-2/+8
2024-02-28KVM: selftests: x86: Use TAP interface in the userspace_msr_exit testThomas Huth-39/+13
2024-02-28KVM: selftests: x86: Use TAP interface in the vmx_pmu_caps testThomas Huth-40/+12
2024-02-28KVM: selftests: x86: Use TAP interface in the fix_hypercall testThomas Huth-9/+18
2024-02-28KVM: selftests: x86: Use TAP interface in the sync_regs testThomas Huth-26/+84
2024-02-28KVM: selftests: Add a macro to define a test with one vcpuThomas Huth-0/+36
2024-02-28KVM: selftests: Move setting a vCPU's entry point to a dedicated APISean Christopherson-22/+48
2024-02-26KVM: selftests: x86: sync_regs_test: Get regs structure before modifying itThomas Huth-0/+1
2024-02-26KVM: selftests: x86: sync_regs_test: Use vcpu_run() where appropriateThomas Huth-5/+5
2024-02-26KVM: riscv: selftests: Switch to use macro from csr.hHaibo Xu-8/+2
2024-02-26KVM: selftests: Add CONFIG_64BIT definition for the buildHaibo Xu-1/+1
2024-02-26KVM: arm64: selftests: Split arch_timer test codeHaibo Xu-280/+311
2024-02-26KVM: arm64: selftests: Enable tuning of error margin in arch_timer testHaibo Xu-9/+23
2024-02-26KVM: arm64: selftests: Data type cleanup for arch_timer testHaibo Xu-6/+6
2024-02-26selftests/kvm: Fix issues with $(SPLIT_TESTS)Paolo Bonzini-8/+12
2024-02-23treewide: remove meaningless assignments in MakefilesMasahiro Yamada-2/+2
2024-02-23KVM: s390: selftest: memop: Fix undefined behaviorNina Schoetterl-Glausch-0/+2
2024-02-22KVM: selftests: Add a testcase to verify GUEST_MEMFD and READONLY are exclusiveSean Christopherson-0/+6
2024-02-22KVM: selftests: Create GUEST_MEMFD for relevant invalid flags testcasesSean Christopherson-1/+5
2024-02-22KVM: s390: selftests: memop: add a simple AR testEric Farman-0/+31
2024-02-22KVM: selftests: re-map Xen's vcpu_info using HVA rather than GPAPaul Durrant-0/+15
2024-02-22KVM: selftests: map Xen's shared_info page using HVA rather than GFNPaul Durrant-9/+35
2024-02-21KVM: selftests: Test top-down slots event in x86's pmu_counters_testDapeng Mi-0/+3
2024-02-14Merge tag 'kvm-x86-selftests-6.8-rcN' of https://github.com/kvm-x86/linux int...Paolo Bonzini-239/+236
2024-02-13KVM: selftests: Print timer ctl register in ISTATUS assertionOliver Upton-1/+1
2024-02-12KVM: selftests: Fix GUEST_PRINTF() format warnings in ARM codeSean Christopherson-12/+12
2024-02-06KVM: selftests: Don't assert on exact number of 4KiB in dirty log split testSean Christopherson-9/+12
2024-02-06KVM: selftests: Fix a semaphore imbalance in the dirty ring logging testSean Christopherson-23/+27