summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'kvm-s390-next-7.1-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2-12/+1
13 daysMerge tag 'kvm-x86-nested-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
13 daysMerge tag 'kvm-x86-selftests-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-4/+11
13 daysMerge tag 'loongarch-kvm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini1-1/+14
2026-04-09KVM: LoongArch: selftests: Add basic PMU event counting testSong Gao1-1/+6
2026-04-09KVM: LoongArch: selftests: Add cpucfg read/write helpersSong Gao1-0/+8
2026-04-07KVM: selftests: Remove 1M alignment requirement for s390Claudio Imbrenda2-12/+1
2026-04-02KVM: riscv: selftests: Implement kvm_arch_has_default_irqchipMayuresh Chitale1-0/+5
2026-03-11selftests: kvm: extract common functionality out of smm_test.cPaolo Bonzini1-0/+26
2026-03-05KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctlSean Christopherson1-1/+1
2026-03-03KVM: selftests: Add a flag to identify AMD compatible test casesZhiquan Li1-4/+8
2026-03-03KVM: selftests: Add CPU vendor detection for HygonZhiquan Li1-0/+3
2026-02-11Merge tag 'kvm-riscv-6.20-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini3-11/+126
2026-02-09Merge tag 'kvm-x86-selftests-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini9-354/+365
2026-02-06KVM: riscv: selftests: Add riscv vm satp modesWu Fei3-11/+126
2026-01-16KVM: selftests: Test READ=>WRITE dirty logging behavior for shadow MMUSean Christopherson1-0/+7
2026-01-15KVM: selftests: Fix typos and stale comments in kvm_utilFuad Tabba1-1/+1
2026-01-15KVM: selftests: Move page_align() to shared headerFuad Tabba2-12/+2
2026-01-15KVM: riscv: selftests: Fix incorrect rounding in page_align()Fuad Tabba1-1/+1
2026-01-15KVM: arm64: selftests: Fix incorrect rounding in page_align()Fuad Tabba1-1/+1
2026-01-15KVM: arm64: selftests: Disable unused TTBR1_EL1 translationsFuad Tabba1-0/+2
2026-01-14KVM: selftests: Slightly simplify memstress_setup_nested()Yosry Ahmed1-4/+1
2026-01-08KVM: selftests: Rename vm_get_page_table_entry() to vm_get_pte()Sean Christopherson1-1/+1
2026-01-08KVM: selftests: Extend memstress to run on nested SVMYosry Ahmed1-7/+35
2026-01-08KVM: selftests: Set the user bit on nested NPT PTEsYosry Ahmed2-2/+6
2026-01-08KVM: selftests: Add support for nested NPTsYosry Ahmed3-2/+41
2026-01-08KVM: selftests: Allow kvm_cpu_has_ept() to be called on AMD CPUsYosry Ahmed1-0/+3
2026-01-08KVM: selftests: Move TDP mapping functions outside of vmx.cSean Christopherson2-71/+53
2026-01-08KVM: selftests: Reuse virt mapping functions for nested EPTsYosry Ahmed2-104/+36
2026-01-08KVM: selftests: Stop passing VMX metadata to TDP mapping functionsYosry Ahmed2-27/+17
2026-01-08KVM: selftests: Use a TDP MMU to share EPT page tables between vCPUsYosry Ahmed3-23/+35
2026-01-08KVM: selftests: Move PTE bitmasks to kvm_mmuYosry Ahmed1-28/+43
2026-01-08KVM: selftests: Plumb "struct kvm_mmu" into x86's MMU APIsSean Christopherson1-27/+37
2026-01-08KVM: selftests: Add "struct kvm_mmu" to track a given MMU instanceSean Christopherson6-84/+85
2026-01-08KVM: selftests: Stop setting A/D bits when creating EPT PTEsYosry Ahmed1-8/+0
2026-01-08KVM: selftests: Kill eptPageTablePointerYosry Ahmed1-20/+17
2026-01-08KVM: selftests: Rename nested TDP mapping functionsYosry Ahmed2-28/+26
2026-01-08KVM: selftests: Stop passing a memslot to nested_map_memslot()Yosry Ahmed1-4/+8
2026-01-08KVM: selftests: Make __vm_get_page_table_entry() staticYosry Ahmed1-2/+2
2025-12-02Merge tag 'kvmarm-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini5-0/+50
2025-12-02Merge tag 'loongarch-kvm-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2-2/+51
2025-12-01Merge branch 'kvm-arm64/nv-xnx-haf' into kvmarm/nextOliver Upton1-0/+10
2025-12-01Merge branch 'kvm-arm64/vgic-lr-overflow' into kvmarm/nextOliver Upton3-0/+24
2025-12-01Merge branch 'kvm-arm64/sea-user' into kvmarm/nextOliver Upton1-0/+1
2025-12-01KVM: arm64: selftests: Add test for AT emulationOliver Upton1-0/+10
2025-11-28KVM: LoongArch: selftests: Add time counter test caseBibo Mao1-0/+9
2025-11-28KVM: LoongArch: selftests: Add timer interrupt test caseBibo Mao1-2/+2
2025-11-27KVM: LoongArch: selftests: Add exception handler register interfaceBibo Mao1-0/+29
2025-11-27KVM: LoongArch: selftests: Add basic interfacesBibo Mao1-0/+5
2025-11-27KVM: LoongArch: selftests: Add system registers save/restore on exceptionBibo Mao1-0/+6