summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/Makefile.kvm
AgeCommit message (Expand)AuthorFilesLines
2026-02-11Merge tag 'kvm-s390-next-7.0-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-0/+1
2026-02-11Merge tag 'kvm-x86-apic-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2026-02-09Merge tag 'kvm-x86-svm-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
2026-02-09Merge tag 'kvm-x86-selftests-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+3
2026-02-09Merge tag 'kvmarm-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-0/+1
2026-02-09Merge tag 'loongarch-kvm-6.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-0/+1
2026-02-06KVM: LoongArch: selftests: Add steal time test caseBibo Mao1-0/+1
2026-02-04KVM: s390: selftests: Add selftest for the KVM_S390_KEYOP ioctlClaudio Imbrenda1-0/+1
2026-01-23KVM: selftests: Add -U_FORTIFY_SOURCE to avoid some unpredictable test failuresZhiquan Li1-0/+1
2026-01-15KVM: arm64: selftests: Add a test for FEAT_IDSTMarc Zyngier1-0/+1
2026-01-15KVM: selftests: Add a selftests for nested VMLOAD/VMSAVEYosry Ahmed1-0/+1
2026-01-14KVM: selftests: Add a test to verify APICv updates (while L2 is active)Sean Christopherson1-0/+1
2026-01-08KVM: selftests: Extend vmx_set_nested_state_test to cover SVMYosry Ahmed1-1/+1
2026-01-08KVM: selftests: Extend vmx_dirty_log_test to cover SVMYosry Ahmed1-1/+1
2026-01-08KVM: selftests: Test TPR / CR8 sync and interrupt maskingMaciej S. Szmigiero1-0/+1
2025-12-02Merge tag 'kvm-s390-next-6.19-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini1-0/+1
2025-12-02Merge tag 'kvmarm-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini1-0/+2
2025-12-02Merge tag 'loongarch-kvm-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-0/+1
2025-12-01Merge branch 'kvm-arm64/nv-xnx-haf' into kvmarm/nextOliver Upton1-0/+1
2025-12-01KVM: arm64: selftests: Add test for AT emulationOliver Upton1-0/+1
2025-11-28KVM: LoongArch: selftests: Add timer interrupt test caseBibo Mao1-0/+1
2025-11-21KVM: s390: Add capability that forwards operation exceptionsJanosch Frank1-0/+1
2025-11-21KVM: selftests: Add a VMX test for LA57 nested stateJim Mattson1-0/+1
2025-11-21KVM: selftests: Extend vmx_tsc_adjust_test to cover SVMYosry Ahmed1-1/+1
2025-11-21KVM: selftests: Move nested invalid CR3 check to its own testYosry Ahmed1-0/+1
2025-11-21KVM: selftests: Extend vmx_nested_tsc_scaling_test to cover SVMYosry Ahmed1-1/+1
2025-11-21KVM: selftests: Extend vmx_close_while_nested_test to cover SVMYosry Ahmed1-1/+1
2025-11-12KVM: selftests: Test for KVM_EXIT_ARM_SEAJiaqi Yan1-0/+1
2025-09-30Merge tag 'kvm-x86-cet-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2025-09-30Merge tag 'kvm-riscv-6.18-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-0/+6
2025-09-30Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-0/+1
2025-09-30Merge tag 'kvmarm-fixes-6.17-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-0/+1
2025-09-24KVM: arm64: selftests: Add basic test for running in VHE EL2Oliver Upton1-0/+1
2025-09-23KVM: selftests: Add an MSR test to exercise guest/host and read/writeSean Christopherson1-0/+1
2025-09-16KVM: riscv: selftests: Add common supported test casesQuan Zhou1-0/+6
2025-08-29Merge tag 'kvmarm-fixes-6.17-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-0/+1
2025-08-27KVM: selftests: Do not use hardcoded page sizes in guest_memfd testFuad Tabba1-0/+1
2025-08-08KVM: arm64: selftest: Add standalone test checking for KVM's own UUIDMarc Zyngier1-0/+1
2025-07-29Merge tag 'kvmarm-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini1-1/+1
2025-07-29Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2025-07-09KVM: selftests: Test behavior of KVM_X86_DISABLE_EXITS_APERFMPERFJim Mattson1-0/+1
2025-07-08KVM: arm64: selftests: Add basic SError injection testOliver Upton1-1/+1
2025-06-23KVM: selftests: Add a KVM_IRQFD test to verify uniqueness requirementsSean Christopherson1-0/+1
2025-05-27Merge tag 'kvm-x86-svm-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2025-05-27Merge tag 'kvm-x86-selftests-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+4
2025-05-26Merge tag 'kvmarm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-0/+1
2025-05-20KVM: selftests: Add supported test cases for LoongArchBibo Mao1-0/+17
2025-05-19KVM: selftests: Add test to verify KVM_CAP_X86_BUS_LOCK_EXITNikunj A Dadhania1-0/+1
2025-05-16KVM: selftests: access_tracking_perf_test: Use MGLRU for access trackingJames Houghton1-0/+1
2025-05-16KVM: selftests: Build and link selftests/cgroup/lib into KVM selftestsJames Houghton1-1/+2