summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* selftests: KVM: skip hugetlb tests if huge pages are not availablePaolo Bonzini2023-03-141-9/+16
* Merge tag 'kvm-x86-selftests-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-02-154-30/+23
|\
| * KVM: selftests: Remove duplicate macro definitionShaoqin Huang2023-02-081-3/+0
| * selftests: KVM: Replace optarg with arg in guest_modes_cmdlineShaoqin Huang2023-02-081-1/+1
| * KVM: selftests: x86: Use host's native hypercall instruction in kvm_hypercall()Vishal Annapurve2023-01-241-2/+8
| * KVM: selftests: x86: Cache host CPU vendor (AMD vs. Intel)Vishal Annapurve2023-01-241-2/+12
| * KVM: selftests: x86: Use "this_cpu" prefix for cpu vendor queriesVishal Annapurve2023-01-241-24/+2
| * KVM: selftests: kvm_vm_elf_load() and elfhdr_get() should close fdReiji Watanabe2023-01-241-0/+2
* | KVM: selftests: Test Hyper-V extended hypercall exit to userspaceVipin Sharma2023-02-011-0/+1
|/
* KVM: selftests: Mark correct page as mapped in virt_map()Oliver Upton2022-12-271-2/+2
* KVM: arm64: selftests: Don't identity map the ucall MMIO holeOliver Upton2022-12-271-2/+4
* KVM: selftests: document the default implementation of vm_vaddr_populate_bitmapPaolo Bonzini2022-12-271-0/+9
* KVM: selftests: Use magic value to signal ucall_alloc() failureSean Christopherson2022-12-271-2/+14
* KVM: selftests: Fix a typo in x86-64's kvm_get_cpu_address_width()Sean Christopherson2022-12-271-1/+1
* Merge remote-tracking branch 'kvm/queue' into HEADPaolo Bonzini2022-12-122-41/+45
|\
| * tools: Drop "atomic_" prefix from atomic test_and_set_bit()Sean Christopherson2022-12-021-1/+1
| * KVM: selftests: Disallow "get supported CPUID" before REQ_XCOMP_GUEST_PERMSean Christopherson2022-12-011-6/+12
| * KVM: selftests: Move __vm_xsave_require_permission() below CPUID helpersSean Christopherson2022-12-011-32/+32