summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)Author
2025-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-04-08Merge tag 'kvmarm-fixes-6.15-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2025-04-06KVM: arm64: selftests: Explicitly set the page attrs to Inner-ShareableRaghavendra Rao Ananta
2025-04-06KVM: arm64: selftests: Introduce and use hardware-definition macrosRaghavendra Rao Ananta
2025-04-04Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-04-04Merge branch 'kvm-6.15-rc2-fixes' into HEADPaolo Bonzini
2025-04-04KVM: selftests: Add option to rseq test to override /dev/cpu_dma_latencySean Christopherson
2025-04-04selftests: kvm: list once tests that are valid on all architecturesPaolo Bonzini
2025-04-04selftests: kvm: bring list of exit reasons up to datePaolo Bonzini
2025-04-04selftests: kvm: revamp MONITOR/MWAIT testsPaolo Bonzini
2025-03-20Merge tag 'kvmarm-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini
2025-03-20Merge tag 'kvm-riscv-6.15-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2025-03-19Merge branch 'kvm-arm64/writable-midr' into kvmarm/nextOliver Upton
2025-03-19Merge branch 'kvm-arm64/pv-cpuid' into kvmarm/nextOliver Upton
2025-03-19Merge branch 'kvm-arm64/nv-idregs' into kvmarm/nextOliver Upton
2025-03-19Merge tag 'kvm-x86-selftests-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-03-19Merge tag 'kvm-x86-selftests_6.15-1' of https://github.com/kvm-x86/linux into...Paolo Bonzini
2025-03-19Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-03-19KVM: riscv: selftests: Add Zaamo/Zalrsc extensions to get-reg-list testClément Léger
2025-03-12KVM: arm64: selftests: Test that TGRAN*_2 fields are writableSebastian Ott
2025-03-06KVM: riscv: selftests: Allow number of interrupts to be configurableAtish Patra
2025-03-06KVM: riscv: selftests: Change command line optionAtish Patra
2025-03-06KVM: riscv: selftests: Do not start the counter in the overflow handlerAtish Patra
2025-03-03KVM: selftests: Fix printf() format goof in SEV smoke testSean Christopherson
2025-03-03KVM: selftests: Ensure all vCPUs hit -EFAULT during initial RO stageSean Christopherson
2025-02-28KVM: selftests: Relax assertion on HLT exits if CPU supports Idle HLTSean Christopherson
2025-02-28KVM: selftests: Assert that STI blocking isn't set after event injectionSean Christopherson
2025-02-28KVM: selftests: Fix spelling mistake "UFFDIO_CONINUE" -> "UFFDIO_CONTINUE"Colin Ian King
2025-02-26KVM: selftests: Add test for KVM_REG_ARM_VENDOR_HYP_BMAP_2Shameer Kolothum
2025-02-26KVM: selftests: arm64: Test writes to MIDR,REVIDR,AIDRSebastian Ott
2025-02-24KVM: selftests: Add a nested (forced) emulation intercept test for x86Sean Christopherson
2025-02-14KVM: selftests: Add infrastructure for getting vCPU binary statsSean Christopherson
2025-02-14KVM: selftests: Adjust number of files rlimit for all "standard" VMsSean Christopherson
2025-02-14KVM: selftests: Get VM's binary stats FD when opening VMSean Christopherson
2025-02-14KVM: selftests: Add struct and helpers to wrap binary stats cacheSean Christopherson
2025-02-14KVM: selftests: Macrofy vm_get_stat() to auto-generate stat name stringSean Christopherson
2025-02-14KVM: selftests: Assert that __vm_get_stat() actually finds a statSean Christopherson
2025-02-12KVM: selftests: Close VM's binary stats FD when releasing VMSean Christopherson
2025-02-12KVM: selftests: Fix mostly theoretical leak of VM's binary stats FDSean Christopherson
2025-02-12KVM: selftests: Allow running a single iteration of dirty_log_testSean Christopherson
2025-02-12KVM: selftests: Fix an off-by-one in the number of dirty_log_test iterationsSean Christopherson
2025-02-12KVM: selftests: Set per-iteration variables at the start of each iterationSean Christopherson
2025-02-12KVM: selftests: Tighten checks around prev iter's last dirty page in ringSean Christopherson
2025-02-12KVM: selftests: Ensure guest writes min number of pages in dirty_log_testSean Christopherson
2025-02-12KVM: sefltests: Verify value of dirty_log_test last page isn't bogusSean Christopherson
2025-02-12KVM: selftests: Collect *all* dirty entries in each dirty_log_test iterationSean Christopherson
2025-02-12KVM: selftests: Print (previous) last_page on dirty page value mismatchSean Christopherson
2025-02-12KVM: selftests: Use continue to handle all "pass" scenarios in dirty_log_testSean Christopherson
2025-02-12KVM: selftests: Post to sem_vcpu_stop if and only if vcpu_stop is trueSean Christopherson
2025-02-12KVM: selftests: Keep dirty_log_test vCPU in guest until it needs to stopSean Christopherson