aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-08KVM: arm64: selftests: Catch up set_id_regs with the kernelOliver Upton1-2/+12
2025-07-08KVM: arm64: selftests: Add SCTLR2_EL1 to get-reg-listOliver Upton1-0/+7
2025-07-08KVM: arm64: selftests: Test SEAs are taken to SError vector when EASE=1Oliver Upton1-1/+41
2025-07-08KVM: arm64: selftests: Add basic SError injection testOliver Upton3-8/+121
2025-07-03KVM: selftests: Change MDSCR_EL1 register holding variables as uint64_tAnshuman Khandual1-2/+2
2025-06-24KVM: selftests: Add back the missing check of MONITOR/MWAIT availabilityChenyi Qiang1-0/+1
2025-06-23KVM: selftests: Add a KVM_IRQFD test to verify uniqueness requirementsSean Christopherson2-0/+136
2025-06-23KVM: selftests: Add utilities to create eventfds and do KVM_IRQFDSean Christopherson3-23/+47
2025-06-23KVM: selftests: Assert that eventfd() succeeds in Xen shinfo testSean Christopherson1-6/+3
2025-06-20KVM: selftests: Fall back to split IRQ chip if full in-kernel chip is unsuppo...Sean Christopherson1-1/+12
2025-06-20KVM: selftests: Print a more helpful message for EACCESS in access tracking testSean Christopherson1-5/+2
2025-06-20KVM: selftests: Play nice with EACCES errors in open_path_or_exit()Sean Christopherson1-2/+3
2025-06-20KVM: selftests: Add __open_path_or_exit() variant to provide extra help infoSean Christopherson2-4/+16
2025-06-20KVM: selftests: Verify KVM is loaded when getting a KVM module paramSean Christopherson4-12/+9
2025-06-20KVM: selftests: Fix spelling of 'occurrences' in sparsebit.c commentsRahul Kumar1-2/+2
2025-06-20KVM: selftests: Verify KVM disable interception (for userspace) on filter changeSean Christopherson1-0/+8
2025-06-19KVM: arm64: selftests: Close the GIC FD in arch_timer_edge_casesZenghui Yu1-3/+13
2025-06-11Merge tag 'kvmarm-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-14/+25
2025-06-05KVM: arm64: selftests: Determine effective counter width in arch_timer_edge_c...Sebastian Ott1-9/+18
2025-06-05KVM: arm64: selftests: Fix xVAL init in arch_timer_edge_casesSebastian Ott1-1/+1
2025-06-05KVM: arm64: selftests: Fix thread migration in arch_timer_edge_casesSebastian Ott1-3/+5
2025-06-05KVM: arm64: selftests: Fix help text for arch_timer_edge_casesSebastian Ott1-1/+1
2025-05-27Merge tag 'kvm-x86-svm-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-0/+136
2025-05-27Merge tag 'kvm-x86-selftests-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini16-104/+1127
2025-05-26Merge tag 'kvm-riscv-6.16-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini7-77/+247
2025-05-26Merge tag 'kvmarm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini3-1/+204
2025-05-23Merge branch kvm-arm64/misc-6.16 into kvmarm-master/nextMarc Zyngier2-0/+128
2025-05-21KVM: riscv: selftests: Add vector extension testsAtish Patra1-0/+132
2025-05-21KVM: riscv: selftests: Decode stval to identify exact exception typeAtish Patra2-1/+32
2025-05-21KVM: riscv: selftests: Align the trap information wiht pt_regsAtish Patra6-76/+83
2025-05-20KVM: selftests: Add supported test cases for LoongArchBibo Mao3-2/+19
2025-05-20KVM: selftests: Add ucall test support for LoongArchBibo Mao2-0/+58
2025-05-20KVM: selftests: Add core KVM selftests support for LoongArchBibo Mao2-0/+405
2025-05-20KVM: selftests: Add KVM selftests header files for LoongArchBibo Mao3-0/+153
2025-05-20KVM: selftests: Add VM_MODE_P47V47_16K VM modeBibo Mao2-0/+4
2025-05-19KVM: selftests: Add test to verify KVM_CAP_X86_BUS_LOCK_EXITNikunj A Dadhania2-0/+136
2025-05-16KVM: selftests: access_tracking_perf_test: Use MGLRU for access trackingJames Houghton4-26/+638
2025-05-16KVM: selftests: Build and link selftests/cgroup/lib into KVM selftestsJames Houghton1-1/+2
2025-05-16KVM: selftests: access_tracking_perf_test: Add option to skip the sanity checkMaxim Levitsky3-9/+61
2025-05-16KVM: selftests: Extract guts of THP accessor to standalone sysfs helpersSean Christopherson1-11/+24
2025-05-16KVM: selftests: Confirm exposing MTE_frac does not break migrationBen Horgan1-1/+76
2025-05-08KVM: selftests: Add a test for x86's fastops emulationSean Christopherson2-0/+166
2025-05-06KVM: arm64: selftests: Add test for SVE host corruptionMark Brown2-0/+128
2025-05-05KVM: arm64: selftest: Don't try to disable AArch64 supportMarc Zyngier1-4/+4
2025-05-02KVM: selftests: Add a basic SEV-SNP smoke testPratik R. Sampat1-2/+23
2025-05-02KVM: selftests: Decouple SEV policy from VM typePratik R. Sampat1-24/+26
2025-05-02KVM: selftests: Force GUEST_MEMFD flag for SNP VM typePratik R. Sampat1-2/+19
2025-05-02KVM: selftests: Add library support for interacting with SNPPratik R. Sampat2-6/+95
2025-05-02KVM: selftests: Introduce SEV VM type checkPratik R. Sampat3-3/+18
2025-05-02KVM: selftests: Replace assert() with TEST_ASSERT_EQ()Pratik R. Sampat1-4/+4