summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvmarm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2024-01-083-41/+81
|\
| * KVM: selftests: arm64: Support P52V48 4K and 16K guest_modesRyan Roberts2023-11-273-9/+35
| * KVM: selftests: arm64: Determine max ipa size per-page sizeRyan Roberts2023-11-272-32/+46
* | Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-01-022-28/+47
|\ \
| * | RISC-V: KVM: selftests: Add guest_sbi_probe_extensionAndrew Jones2023-12-301-0/+19
| * | RISC-V: KVM: selftests: Move sbi_ecall to processor.cAndrew Jones2023-12-302-26/+26
| * | KVM: riscv: selftests: Add RISCV_SBI_EXT_REGAndrew Jones2023-12-291-2/+2
| |/
* | KVM: selftests: Add logic to detect if ioctl() failed because VM was killedSean Christopherson2023-11-291-1/+1
* | KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helperChao Peng2023-11-141-0/+29
* | KVM: selftests: Introduce VM "shape" to allow tests to specify the VM typeSean Christopherson2023-11-142-22/+24
* | KVM: selftests: Add helpers to convert guest memory b/w private and sharedVishal Annapurve2023-11-141-0/+28
* | KVM: selftests: Add support for creating private memslotsSean Christopherson2023-11-141-31/+45
* | KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2Sean Christopherson2023-11-141-9/+10
* | KVM: selftests: Drop unused kvm_userspace_memory_region_find() helperSean Christopherson2023-11-141-29/+0
|/
* Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-10-311-3/+3
|\
| * tools headers arm64: Update sysreg.h with kernel sourcesJing Zhang2023-10-181-3/+3
* | KVM: selftests: Remove obsolete and incorrect test case metadataLike Xu2023-10-041-2/+0
* | KVM: selftests: Treat %llx like %lx when formatting guest printfSean Christopherson2023-10-041-0/+7
|/
* KVM: selftests: Assert that vasprintf() is successfulSean Christopherson2023-09-201-1/+1
* Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-08-311-0/+15
|\
| * KVM: arm64: selftests: Replace str_with_index with strdup_printfAndrew Jones2023-08-081-0/+15
* | KVM: selftests: Print out guest RIP on unhandled exceptionSean Christopherson2023-08-021-12/+6
* | KVM: selftests: Add arch ucall.h and inline simple arch hooksSean Christopherson2023-08-024-35/+1
* | KVM: selftests: Add formatted guest assert support in ucall frameworkSean Christopherson2023-08-021-0/+22
* | KVM: selftests: Add string formatting options to ucallAaron Lewis2023-08-021-0/+17
* | KVM: selftests: Add additional pages to the guest to accommodate ucallAaron Lewis2023-08-022-0/+9
* | KVM: selftests: Add guest_snprintf() to KVM selftestsAaron Lewis2023-08-021-0/+307
* | KVM: selftests: Add strnlen() to the string overridesAaron Lewis2023-08-021-0/+9
* | KVM: selftests: Add a shameful hack to preserve/clobber GPRs across ucallSean Christopherson2023-08-021-2/+30
* | KVM: selftests: Rename the ASSERT_EQ macroThomas Huth2023-08-021-1/+1
* | KVM: selftests: Remove superfluous variable assignmentMinjie Du2023-08-021-1/+0
|/
* KVM: selftests: Allow specify physical cpu list in demand paging testPeter Xu2023-06-061-0/+17
* KVM: selftests: Move dirty logging functions to memstress.(c|h)Ben Gardon2023-06-011-0/+72
* KVM: selftests: touch all pages of args on each memstress iterationPaolo Bonzini2023-06-011-0/+3
* KVM: selftests: Allow dumping per-vcpu info for uffd threadsPeter Xu2023-05-311-2/+2
* Merge tag 'kvm-x86-selftests-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-04-262-8/+33
|\
| * KVM: selftests: Fix spelling mistake "perrmited" -> "permitted"Colin Ian King2023-04-141-1/+1
| * KVM: selftests: Rework dynamic XFeature helper to take mask, not bitSean Christopherson2023-04-111-7/+10
| * KVM: selftests: Add 'malloc' failure check in vcpu_save_stateIvan Orlov2023-03-241-0/+1
| * KVM: selftests: Adjust VM's initial stack address to align with SysV ABI specAckerley Tng2023-03-241-1/+17
| * KVM: selftests: Add a helper to read kvm boolean module parametersLike Xu2023-03-241-0/+5
* | Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier2023-04-211-19/+33
|\ \
| * | KVM: selftests: Add a helper for SMCCC calls with SMC instructionOliver Upton2023-04-051-19/+33
| |/
* | KVM: selftests: arm64: Fix ttbr0_el1 encoding for PA bits > 48Ryan Roberts2023-03-301-2/+5
* | KVM: selftests: arm64: Fix pte encode/decode for PA bits > 48Ryan Roberts2023-03-301-8/+24
|/
* KVM: selftests: Sync KVM exit reasons in selftestsVipin Sharma2023-03-141-2/+15
* KVM: selftests: Add macro to generate KVM exit reason stringsSean Christopherson2023-03-141-26/+28
* KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma2023-03-141-2/+1
* KVM: selftests: Add helpers to make Xen-style VMCALL/VMMCALL hypercallsSean Christopherson2023-03-141-0/+10
* KVM: selftests: Move the guts of kvm_hypercall() to a separate macroSean Christopherson2023-03-141-12/+17