summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/include
AgeCommit message (Expand)AuthorLines
2026-04-13Merge tag 'kvm-s390-next-7.1-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-4/+0
2026-04-13Merge tag 'kvm-x86-nested-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-7/+12
2026-04-13Merge tag 'kvm-x86-selftests-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-0/+8
2026-04-13Merge tag 'kvmarm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini-0/+150
2026-04-13Merge tag 'loongarch-kvm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini-0/+81
2026-04-09KVM: LoongArch: selftests: Add PMU overflow interrupt testSong Gao-0/+24
2026-04-09KVM: LoongArch: selftests: Add basic PMU event counting testSong Gao-0/+46
2026-04-09KVM: LoongArch: selftests: Add cpucfg read/write helpersSong Gao-0/+11
2026-04-07KVM: selftests: Remove 1M alignment requirement for s390Claudio Imbrenda-4/+0
2026-03-27RISC-V: KVM: selftests: Fix firmware counter read in sbi_pmu_testJiakai Xu-0/+37
2026-03-26RISC-V: KVM: selftests: Add RISC-V SBI STA shmem alignment testsJiakai Xu-0/+2
2026-03-19KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftestSascha Bischoff-0/+150
2026-03-12KVM: selftests: Verify SEV+ guests can read and write EFER, CR0, CR4, and CR8Sean Christopherson-0/+23
2026-03-11selftests: kvm: extract common functionality out of smm_test.cPaolo Bonzini-0/+17
2026-03-04KVM: SVM: Rename vmcb->virt_ext to vmcb->misc_ctl2Yosry Ahmed-4/+4
2026-03-04KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctlSean Christopherson-3/+3
2026-03-04KVM: selftests: Add a test for LBR save/restore (ft. nested)Yosry Ahmed-0/+5
2026-03-04KVM: selftests: Wrap madvise() to assert successAckerley Tng-0/+1
2026-03-02KVM: selftests: Add a flag to identify AMD compatible test casesZhiquan Li-0/+1
2026-03-02KVM: selftests: Add CPU vendor detection for HygonZhiquan Li-0/+6
2026-02-11Merge tag 'kvm-x86-apic-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-0/+4
2026-02-11Merge tag 'kvm-riscv-6.20-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini-3/+16
2026-02-09Merge tag 'kvm-x86-svm-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-2/+1
2026-02-09Merge tag 'kvm-x86-selftests-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-32/+106
2026-02-06KVM: riscv: selftests: Add riscv vm satp modesWu Fei-3/+16
2026-01-16KVM: selftests: Test READ=>WRITE dirty logging behavior for shadow MMUSean Christopherson-0/+1
2026-01-15KVM: selftests: Fix typos and stale comments in kvm_utilFuad Tabba-2/+2
2026-01-15KVM: selftests: Move page_align() to shared headerFuad Tabba-0/+5
2026-01-15KVM: arm64: selftests: Disable unused TTBR1_EL1 translationsFuad Tabba-0/+4
2026-01-14KVM: selftests: Add a selftests for nested VMLOAD/VMSAVEYosry Ahmed-0/+1
2026-01-13KVM: SVM: Treat exit_code as an unsigned 64-bit value through all of KVMSean Christopherson-2/+1
2026-01-13KVM: selftests: Add a test to verify APICv updates (while L2 is active)Sean Christopherson-0/+4
2026-01-08KVM: selftests: Rename vm_get_page_table_entry() to vm_get_pte()Sean Christopherson-1/+1
2026-01-08KVM: selftests: Set the user bit on nested NPT PTEsYosry Ahmed-0/+3
2026-01-08KVM: selftests: Add support for nested NPTsYosry Ahmed-0/+11
2026-01-08KVM: selftests: Move TDP mapping functions outside of vmx.cSean Christopherson-3/+4
2026-01-08KVM: selftests: Reuse virt mapping functions for nested EPTsYosry Ahmed-4/+16
2026-01-08KVM: selftests: Add a stage-2 MMU instance to kvm_vmSean Christopherson-0/+5
2026-01-08KVM: selftests: Stop passing VMX metadata to TDP mapping functionsYosry Ahmed-8/+3
2026-01-08KVM: selftests: Use a TDP MMU to share EPT page tables between vCPUsYosry Ahmed-5/+10
2026-01-08KVM: selftests: Move PTE bitmasks to kvm_mmuYosry Ahmed-11/+33
2026-01-08KVM: selftests: Add a "struct kvm_mmu_arch arch" member to kvm_mmuSean Christopherson-0/+9
2026-01-08KVM: selftests: Plumb "struct kvm_mmu" into x86's MMU APIsSean Christopherson-1/+2
2026-01-08KVM: selftests: Add "struct kvm_mmu" to track a given MMU instanceSean Christopherson-3/+8
2026-01-08KVM: selftests: Rename nested TDP mapping functionsYosry Ahmed-8/+8
2026-01-08KVM: selftests: Stop passing a memslot to nested_map_memslot()Yosry Ahmed-2/+2
2026-01-08KVM: selftests: Make __vm_get_page_table_entry() staticYosry Ahmed-2/+0
2026-01-08KVM: selftests: Fix sign extension bug in get_desc64_base()MJ Pooladkhay-2/+4
2026-01-08KVM: selftests: Test TPR / CR8 sync and interrupt maskingMaciej S. Szmigiero-0/+3
2025-12-02Merge tag 'kvmarm-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini-0/+3