summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)AuthorLines
2025-05-20KVM: selftests: Add VM_MODE_P47V47_16K VM modeBibo Mao-0/+4
2025-05-19KVM: selftests: Add test to verify KVM_CAP_X86_BUS_LOCK_EXITNikunj A Dadhania-0/+136
2025-05-16KVM: selftests: access_tracking_perf_test: Use MGLRU for access trackingJames Houghton-26/+638
2025-05-16KVM: selftests: Build and link selftests/cgroup/lib into KVM selftestsJames Houghton-1/+2
2025-05-16KVM: selftests: access_tracking_perf_test: Add option to skip the sanity checkMaxim Levitsky-9/+61
2025-05-16KVM: selftests: Extract guts of THP accessor to standalone sysfs helpersSean Christopherson-11/+24
2025-05-16KVM: selftests: Confirm exposing MTE_frac does not break migrationBen Horgan-1/+76
2025-05-08KVM: selftests: Add a test for x86's fastops emulationSean Christopherson-0/+166
2025-05-06KVM: arm64: selftests: Add test for SVE host corruptionMark Brown-0/+128
2025-05-05KVM: arm64: selftest: Don't try to disable AArch64 supportMarc Zyngier-4/+4
2025-05-02KVM: selftests: Add a basic SEV-SNP smoke testPratik R. Sampat-2/+23
2025-05-02KVM: selftests: Decouple SEV policy from VM typePratik R. Sampat-24/+26
2025-05-02KVM: selftests: Force GUEST_MEMFD flag for SNP VM typePratik R. Sampat-2/+19
2025-05-02KVM: selftests: Add library support for interacting with SNPPratik R. Sampat-6/+95
2025-05-02KVM: selftests: Introduce SEV VM type checkPratik R. Sampat-3/+18
2025-05-02KVM: selftests: Replace assert() with TEST_ASSERT_EQ()Pratik R. Sampat-4/+4
2025-05-02KVM: selftests: Add SMT control state helperPratik R. Sampat-20/+36
2025-05-02KVM: selftests: Add vmgexit helperPratik R. Sampat-1/+6
2025-05-02KVM: selftests: SEV-SNP test for KVM_SEV_INIT2Pratik R. Sampat-0/+14
2025-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-123/+195
2025-04-08Merge tag 'kvmarm-fixes-6.15-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-33/+96
2025-04-06KVM: arm64: selftests: Explicitly set the page attrs to Inner-ShareableRaghavendra Rao Ananta-0/+4
2025-04-06KVM: arm64: selftests: Introduce and use hardware-definition macrosRaghavendra Rao Ananta-33/+92
2025-04-04Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+8
2025-04-04Merge branch 'kvm-6.15-rc2-fixes' into HEADPaolo Bonzini-6/+25
2025-04-04KVM: selftests: Add option to rseq test to override /dev/cpu_dma_latencySean Christopherson-6/+25
2025-04-04selftests: kvm: list once tests that are valid on all architecturesPaolo Bonzini-30/+15
2025-04-04selftests: kvm: bring list of exit reasons up to datePaolo Bonzini-3/+2
2025-04-04selftests: kvm: revamp MONITOR/MWAIT testsPaolo Bonzini-51/+57
2025-03-20Merge tag 'kvmarm-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini-17/+70
2025-03-20Merge tag 'kvm-riscv-6.15-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini-25/+56
2025-03-19Merge branch 'kvm-arm64/writable-midr' into kvmarm/nextOliver Upton-7/+30
2025-03-19Merge branch 'kvm-arm64/pv-cpuid' into kvmarm/nextOliver Upton-10/+37
2025-03-19Merge branch 'kvm-arm64/nv-idregs' into kvmarm/nextOliver Upton-0/+3
2025-03-19Merge tag 'kvm-x86-selftests-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-356/+370
2025-03-19Merge tag 'kvm-x86-selftests_6.15-1' of https://github.com/kvm-x86/linux into...Paolo Bonzini-83/+151
2025-03-19Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-0/+147
2025-03-19KVM: riscv: selftests: Add Zaamo/Zalrsc extensions to get-reg-list testClément Léger-0/+8
2025-03-12KVM: arm64: selftests: Test that TGRAN*_2 fields are writableSebastian Ott-0/+3
2025-03-06KVM: riscv: selftests: Allow number of interrupts to be configurableAtish Patra-7/+31
2025-03-06KVM: riscv: selftests: Change command line optionAtish Patra-14/+26
2025-03-06KVM: riscv: selftests: Do not start the counter in the overflow handlerAtish Patra-7/+2
2025-03-03KVM: selftests: Fix printf() format goof in SEV smoke testSean Christopherson-1/+2
2025-03-03KVM: selftests: Ensure all vCPUs hit -EFAULT during initial RO stageSean Christopherson-8/+13
2025-02-28KVM: selftests: Relax assertion on HLT exits if CPU supports Idle HLTSean Christopherson-1/+13
2025-02-28KVM: selftests: Assert that STI blocking isn't set after event injectionSean Christopherson-0/+2
2025-02-28KVM: selftests: Fix spelling mistake "UFFDIO_CONINUE" -> "UFFDIO_CONTINUE"Colin Ian King-1/+1
2025-02-26KVM: selftests: Add test for KVM_REG_ARM_VENDOR_HYP_BMAP_2Shameer Kolothum-10/+37
2025-02-26KVM: selftests: arm64: Test writes to MIDR,REVIDR,AIDRSebastian Ott-7/+30
2025-02-24KVM: selftests: Add a nested (forced) emulation intercept test for x86Sean Christopherson-0/+147