summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/include/kvm_util.h
AgeCommit message (Expand)AuthorFilesLines
2026-04-21KVM: selftests: Replace "paddr" with "gpa" throughoutSean Christopherson1-12/+11
2026-04-21KVM: selftests: Replace "u64 gpa" with "gpa_t" throughoutSean Christopherson1-13/+13
2026-04-21KVM: selftests: Replace "vaddr" with "gva" throughoutSean Christopherson1-22/+10
2026-04-21KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()Sean Christopherson1-1/+1
2026-04-21KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()Sean Christopherson1-1/+1
2026-04-21KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VMSean Christopherson1-8/+8
2026-04-21KVM: selftests: Use u8 instead of uint8_tDavid Matlack1-7/+7
2026-04-21KVM: selftests: Use u16 instead of uint16_tDavid Matlack1-1/+1
2026-04-21KVM: selftests: Use u32 instead of uint32_tDavid Matlack1-63/+61
2026-04-21KVM: selftests: Use u64 instead of uint64_tDavid Matlack1-74/+78
2026-04-21KVM: selftests: Use gpa_t instead of vm_paddr_tDavid Matlack1-16/+15
2026-04-21KVM: selftests: Use gva_t instead of vm_vaddr_tDavid Matlack1-17/+15
2026-04-07KVM: selftests: Remove 1M alignment requirement for s390Claudio Imbrenda1-4/+0
2026-02-11Merge tag 'kvm-riscv-6.20-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-3/+14
2026-02-09Merge tag 'kvm-x86-selftests-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-3/+15
2026-02-06KVM: riscv: selftests: Add riscv vm satp modesWu Fei1-3/+14
2026-01-15KVM: selftests: Fix typos and stale comments in kvm_utilFuad Tabba1-2/+2
2026-01-15KVM: selftests: Move page_align() to shared headerFuad Tabba1-0/+5
2026-01-08KVM: selftests: Add a stage-2 MMU instance to kvm_vmSean Christopherson1-0/+5
2026-01-08KVM: selftests: Add a "struct kvm_mmu_arch arch" member to kvm_mmuSean Christopherson1-0/+2
2026-01-08KVM: selftests: Add "struct kvm_mmu" to track a given MMU instanceSean Christopherson1-3/+8
2025-12-02Merge tag 'kvmarm-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini1-0/+1
2025-12-01KVM: arm64: selftests: Add test for AT emulationOliver Upton1-0/+1
2025-11-26Merge tag 'kvm-x86-selftests-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+3
2025-11-21KVM: selftests: Make sure vm->vpages_mapped is always up-to-dateYosry Ahmed1-0/+1
2025-11-21KVM: selftests: Change VM_MODE_PXXV48_4K to VM_MODE_PXXVYY_4KJim Mattson1-2/+2
2025-11-03KVM: selftests: Rename "guest_paddr" variables to "gpa"Sean Christopherson1-5/+5
2025-10-20KVM: selftests: Define wrappers for common syscalls to assert successSean Christopherson1-28/+1
2025-10-18Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+25
2025-10-13KVM: selftests: Fix irqfd_test for non-x86 architecturesOliver Upton1-0/+2
2025-10-11KVM: selftests: Add wrappers for mmap() and munmap() to assert successSean Christopherson1-0/+25
2025-09-30Merge tag 'kvm-x86-selftests-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-6/+11
2025-09-24KVM: arm64: selftests: Alias EL1 registers to EL2 counterpartsOliver Upton1-0/+3
2025-09-24KVM: arm64: selftests: Create a VGICv3 for 'default' VMsOliver Upton1-1/+3
2025-08-19KVM: selftests: Move Intel and AMD module param helpers to x86/processor.hSean Christopherson1-6/+11
2025-07-29Merge tag 'kvm-x86-selftests-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2025-07-29Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+30
2025-07-09KVM: selftests: Expand set of APIs for pinning tasks to a single CPUSean Christopherson1-1/+30
2025-06-23KVM: selftests: Add utilities to create eventfds and do KVM_IRQFDSean Christopherson1-0/+40
2025-06-20KVM: selftests: Add __open_path_or_exit() variant to provide extra help infoSean Christopherson1-0/+1
2025-05-27Merge tag 'kvm-x86-selftests-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+35
2025-05-20KVM: selftests: Add KVM selftests header files for LoongArchBibo Mao1-0/+5
2025-05-20KVM: selftests: Add VM_MODE_P47V47_16K VM modeBibo Mao1-0/+1
2025-05-02KVM: selftests: Add SMT control state helperPratik R. Sampat1-0/+35
2025-02-14KVM: selftests: Add infrastructure for getting vCPU binary statsSean Christopherson1-8/+12
2025-02-14KVM: selftests: Adjust number of files rlimit for all "standard" VMsSean Christopherson1-0/+2
2025-02-14KVM: selftests: Add struct and helpers to wrap binary stats cacheSean Christopherson1-4/+7
2025-02-14KVM: selftests: Macrofy vm_get_stat() to auto-generate stat name stringSean Christopherson1-7/+7
2024-12-19KVM: selftests: Assert that vcpu_{g,s}et_reg() won't truncateSean Christopherson1-0/+4
2024-12-19KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-paramSean Christopherson1-2/+4