summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)AuthorLines
2026-05-12KVM: selftests: Ensure gmem file sizes are multiple of host page sizeSean Christopherson-2/+7
2026-05-06KVM: selftests: arm64: Fix steal_time test after UAPI refactoringSebastian Ott-0/+2
2026-04-27Merge tag 'kvm-x86-selftests_kernel_types-7.1' of https://github.com/kvm-x86/...Paolo Bonzini-2820/+2709
2026-04-27KVM: selftests: Add check_steal_time_uapi() implementation for LoongArchSean Christopherson-0/+5
2026-04-20KVM: selftests: Replace "paddr" with "gpa" throughoutSean Christopherson-100/+98
2026-04-20KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"Sean Christopherson-9/+7
2026-04-20KVM: selftests: Replace "u64 gpa" with "gpa_t" throughoutSean Christopherson-55/+55
2026-04-20KVM: selftests: Replace "vaddr" with "gva" throughoutSean Christopherson-182/+150
2026-04-20KVM: selftests: Clarify that arm64's inject_uer() takes a host PA, not a gues...Sean Christopherson-2/+2
2026-04-20KVM: selftests: Rename translate_to_host_paddr() => translate_hva_to_hpa()Sean Christopherson-8/+5
2026-04-20KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()Sean Christopherson-4/+4
2026-04-20KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()Sean Christopherson-23/+9
2026-04-20KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VMSean Christopherson-142/+102
2026-04-20KVM: selftests: Use u8 instead of uint8_tDavid Matlack-205/+201
2026-04-20KVM: selftests: Use s16 instead of int16_tDavid Matlack-1/+1
2026-04-20KVM: selftests: Use u16 instead of uint16_tDavid Matlack-42/+42
2026-04-20KVM: selftests: Use s32 instead of int32_tDavid Matlack-14/+14
2026-04-20KVM: selftests: Use u32 instead of uint32_tDavid Matlack-646/+642
2026-04-20KVM: selftests: Use s64 instead of int64_tDavid Matlack-22/+22
2026-04-20KVM: selftests: Use u64 instead of uint64_tDavid Matlack-1415/+1415
2026-04-20KVM: selftests: Use gpa_t for GPAs in Hyper-V selftestsDavid Matlack-6/+6
2026-04-20KVM: selftests: Use gpa_t instead of vm_paddr_tDavid Matlack-96/+92
2026-04-20KVM: selftests: Use gva_t instead of vm_vaddr_tDavid Matlack-178/+172
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-286/+1703
2026-04-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+1
2026-04-13Merge tag 'kvm-s390-next-7.1-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-40/+5
2026-04-13Merge tag 'kvm-x86-svm-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-2/+0
2026-04-13Merge tag 'kvm-x86-nested-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-16/+435
2026-04-13Merge tag 'kvm-x86-selftests-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-12/+92
2026-04-13Merge tag 'kvmarm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini-197/+724
2026-04-13Merge tag 'loongarch-kvm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini-2/+302
2026-04-13Merge tag 'kvm-riscv-7.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini-17/+145
2026-04-09KVM: LoongArch: selftests: Add PMU overflow interrupt testSong Gao-0/+60
2026-04-09KVM: LoongArch: selftests: Add basic PMU event counting testSong Gao-2/+223
2026-04-09KVM: LoongArch: selftests: Add cpucfg read/write helpersSong Gao-0/+19
2026-04-08Merge branch kvm-arm64/misc-7.1 into kvmarm-master/nextMarc Zyngier-12/+2
2026-04-07KVM: s390: selftests: enable some common memory-related testsClaudio Imbrenda-6/+3
2026-04-07KVM: selftests: Remove 1M alignment requirement for s390Claudio Imbrenda-34/+2
2026-04-03KVM: selftests: Drop 'invalid' from svm_nested_invalid_vmcb12_gpa's nameYosry Ahmed-1/+1
2026-04-03KVM: selftests: Rework svm_nested_invalid_vmcb12_gpaYosry Ahmed-37/+115
2026-04-03KVM: selftests: Remove duplicate LAUNCH_UPDATE_VMSA call in SEV-ES migrate testSean Christopherson-2/+0
2026-04-02KVM: riscv: selftests: Implement kvm_arch_has_default_irqchipMayuresh Chitale-0/+5
2026-04-01KVM: arm64: selftests: Avoid testing the IMPDEF behaviorZenghui Yu (Huawei)-12/+2
2026-04-01KVM: arm64: set_id_regs: Allow GICv3 support to be set at runtimeMarc Zyngier-7/+45
2026-03-27RISC-V: KVM: selftests: Fix firmware counter read in sbi_pmu_testJiakai Xu-1/+56
2026-03-26KVM: arm64: kselftest: set_id_regs: Add test for FEAT_LSUIYeoreum Yun-0/+1
2026-03-26RISC-V: KVM: selftests: Add RISC-V SBI STA shmem alignment testsJiakai Xu-0/+33
2026-03-26KVM: selftests: Refactor UAPI tests into dedicated functionJiakai Xu-16/+51
2026-03-24Merge tag 'kvm-s390-master-7.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-0/+76
2026-03-19KVM: arm64: selftests: Add no-vgic-v5 selftestSascha Bischoff-178/+298