summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/include/kvm_util.h
AgeCommit message (Expand)Author
2026-02-11Merge tag 'kvm-riscv-6.20-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2026-02-09Merge tag 'kvm-x86-selftests-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-02-06KVM: riscv: selftests: Add riscv vm satp modesWu Fei
2026-01-15KVM: selftests: Fix typos and stale comments in kvm_utilFuad Tabba
2026-01-15KVM: selftests: Move page_align() to shared headerFuad Tabba
2026-01-08KVM: selftests: Add a stage-2 MMU instance to kvm_vmSean Christopherson
2026-01-08KVM: selftests: Add a "struct kvm_mmu_arch arch" member to kvm_mmuSean Christopherson
2026-01-08KVM: selftests: Add "struct kvm_mmu" to track a given MMU instanceSean Christopherson
2025-12-02Merge tag 'kvmarm-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini
2025-12-01KVM: arm64: selftests: Add test for AT emulationOliver Upton
2025-11-26Merge tag 'kvm-x86-selftests-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-11-21KVM: selftests: Make sure vm->vpages_mapped is always up-to-dateYosry Ahmed
2025-11-20KVM: selftests: Change VM_MODE_PXXV48_4K to VM_MODE_PXXVYY_4KJim Mattson
2025-11-03KVM: selftests: Rename "guest_paddr" variables to "gpa"Sean Christopherson
2025-10-20KVM: selftests: Define wrappers for common syscalls to assert successSean Christopherson
2025-10-18Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-10-13KVM: selftests: Fix irqfd_test for non-x86 architecturesOliver Upton
2025-10-10KVM: selftests: Add wrappers for mmap() and munmap() to assert successSean Christopherson
2025-09-30Merge tag 'kvm-x86-selftests-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-09-24KVM: arm64: selftests: Alias EL1 registers to EL2 counterpartsOliver Upton
2025-09-24KVM: arm64: selftests: Create a VGICv3 for 'default' VMsOliver Upton
2025-08-19KVM: selftests: Move Intel and AMD module param helpers to x86/processor.hSean Christopherson
2025-07-29Merge tag 'kvm-x86-selftests-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-07-29Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-07-09KVM: selftests: Expand set of APIs for pinning tasks to a single CPUSean Christopherson
2025-06-23KVM: selftests: Add utilities to create eventfds and do KVM_IRQFDSean Christopherson
2025-06-20KVM: selftests: Add __open_path_or_exit() variant to provide extra help infoSean Christopherson
2025-05-27Merge tag 'kvm-x86-selftests-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-05-20KVM: selftests: Add KVM selftests header files for LoongArchBibo Mao
2025-05-20KVM: selftests: Add VM_MODE_P47V47_16K VM modeBibo Mao
2025-05-02KVM: selftests: Add SMT control state helperPratik R. Sampat
2025-02-14KVM: selftests: Add infrastructure for getting vCPU binary statsSean Christopherson
2025-02-14KVM: selftests: Adjust number of files rlimit for all "standard" VMsSean Christopherson
2025-02-14KVM: selftests: Add struct and helpers to wrap binary stats cacheSean Christopherson
2025-02-14KVM: selftests: Macrofy vm_get_stat() to auto-generate stat name stringSean Christopherson
2024-12-18KVM: selftests: Assert that vcpu_{g,s}et_reg() won't truncateSean Christopherson
2024-12-18KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-paramSean Christopherson
2024-09-17Merge tag 'kvm-x86-selftests-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-08-29KVM: selftests: Add a test for coalesced MMIO (and PIO on x86)Sean Christopherson
2024-08-29KVM: selftests: Remove unused kvm_memcmp_hva_gva()Sean Christopherson
2024-04-29KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_archSean Christopherson
2024-04-29KVM: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_tSean Christopherson
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson
2022-01-07kvm: selftests: move ucall declarations into ucall_common.hMichael Roth
2022-01-07kvm: selftests: move base kvm_util.h declarations to kvm_util_base.hMichael Roth
2022-01-07Merge tag 'kvm-riscv-5.17-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2022-01-06KVM: selftests: Add initial support for RISC-V 64-bitAnup Patel
2022-01-04Merge branch kvm-arm64/selftest/irq-injection into kvmarm-master/nextMarc Zyngier
2021-12-28KVM: selftests: Add IRQ GSI routing library functionsRicardo Koller