aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib/kvm_util.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-20KVM: selftests: Replace "paddr" with "gpa" throughoutSean Christopherson1-27/+26
2026-04-20KVM: selftests: Replace "u64 gpa" with "gpa_t" throughoutSean Christopherson1-7/+7
2026-04-20KVM: selftests: Replace "vaddr" with "gva" throughoutSean Christopherson1-35/+25
2026-04-20KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()Sean Christopherson1-2/+2
2026-04-20KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()Sean Christopherson1-19/+5
2026-04-20KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VMSean Christopherson1-62/+22
2026-04-20KVM: selftests: Use u8 instead of uint8_tDavid Matlack1-1/+1
2026-04-20KVM: selftests: Use u32 instead of uint32_tDavid Matlack1-39/+38
2026-04-20KVM: selftests: Use u64 instead of uint64_tDavid Matlack1-44/+44
2026-04-20KVM: selftests: Use gpa_t instead of vm_paddr_tDavid Matlack1-14/+13
2026-04-20KVM: selftests: Use gva_t instead of vm_vaddr_tDavid Matlack1-18/+14
2026-04-07KVM: selftests: Remove 1M alignment requirement for s390Claudio Imbrenda1-8/+1
2026-02-11Merge tag 'kvm-riscv-6.20-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-0/+33
2026-02-09Merge tag 'kvm-x86-selftests-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-14/+14
2026-02-06KVM: riscv: selftests: Add riscv vm satp modesWu Fei1-0/+33
2026-01-15KVM: selftests: Fix typos and stale comments in kvm_utilFuad Tabba1-1/+1
2026-01-08KVM: selftests: Add "struct kvm_mmu" to track a given MMU instanceSean Christopherson1-14/+14
2025-12-02Merge tag 'kvmarm-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini1-0/+11
2025-12-01Merge branch 'kvm-arm64/nv-xnx-haf' into kvmarm/nextOliver Upton1-0/+10
2025-12-01KVM: arm64: selftests: Add test for AT emulationOliver Upton1-0/+10
2025-11-26Merge tag 'kvm-x86-selftests-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-17/+16
2025-11-21KVM: selftests: Make sure vm->vpages_mapped is always up-to-dateYosry Ahmed1-3/+0
2025-11-20KVM: selftests: Change VM_MODE_PXXV48_4K to VM_MODE_PXXVYY_4KJim Mattson1-14/+16
2025-11-12KVM: selftests: Test for KVM_EXIT_ARM_SEAJiaqi Yan1-0/+1
2025-11-03KVM: selftests: Rename "guest_paddr" variables to "gpa"Sean Christopherson1-25/+21
2025-10-20KVM: selftests: Report stacktraces SIGBUS, SIGSEGV, SIGILL, and SIGFPE by def...Sean Christopherson1-0/+24
2025-10-20KVM: selftests: Define wrappers for common syscalls to assert successSean Christopherson1-23/+8
2025-10-18Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-29/+15
2025-10-13KVM: selftests: Fix irqfd_test for non-x86 architecturesOliver Upton1-0/+5
2025-10-10KVM: selftests: Add wrappers for mmap() and munmap() to assert successSean Christopherson1-29/+15
2025-09-30Merge tag 'kvm-x86-selftests-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-36/+6
2025-09-24KVM: arm64: selftests: Create a VGICv3 for 'default' VMsOliver Upton1-2/+13
2025-08-19KVM: selftests: Move Intel and AMD module param helpers to x86/processor.hSean Christopherson1-32/+2
2025-08-19KVM: selftests: Fix signedness issue with vCPU mmap size checkJames Houghton1-4/+4
2025-07-29Merge tag 'kvm-x86-selftests-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-4/+19
2025-07-29Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-8/+7
2025-07-09KVM: selftests: Expand set of APIs for pinning tasks to a single CPUSean Christopherson1-8/+7
2025-06-20KVM: selftests: Fall back to split IRQ chip if full in-kernel chip is unsuppo...Sean Christopherson1-1/+12
2025-06-20KVM: selftests: Play nice with EACCES errors in open_path_or_exit()Sean Christopherson1-2/+3
2025-06-20KVM: selftests: Add __open_path_or_exit() variant to provide extra help infoSean Christopherson1-4/+15
2025-06-20KVM: selftests: Verify KVM is loaded when getting a KVM module paramSean Christopherson1-0/+3
2025-05-27Merge tag 'kvm-x86-selftests-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+19
2025-05-20KVM: selftests: Add VM_MODE_P47V47_16K VM modeBibo Mao1-0/+3
2025-05-02KVM: selftests: Force GUEST_MEMFD flag for SNP VM typePratik R. Sampat1-2/+19
2025-04-04selftests: kvm: bring list of exit reasons up to datePaolo Bonzini1-3/+2
2025-02-14KVM: selftests: Add infrastructure for getting vCPU binary statsSean Christopherson1-19/+13
2025-02-14KVM: selftests: Adjust number of files rlimit for all "standard" VMsSean Christopherson1-0/+34
2025-02-14KVM: selftests: Get VM's binary stats FD when opening VMSean Christopherson1-4/+11
2025-02-14KVM: selftests: Add struct and helpers to wrap binary stats cacheSean Christopherson1-20/+27
2025-02-14KVM: selftests: Assert that __vm_get_stat() actually finds a statSean Christopherson1-2/+3