summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)AuthorLines
2025-02-14KVM: selftests: Add infrastructure for getting vCPU binary statsSean Christopherson-27/+27
2025-02-14KVM: selftests: Adjust number of files rlimit for all "standard" VMsSean Christopherson-27/+37
2025-02-14KVM: selftests: Get VM's binary stats FD when opening VMSean Christopherson-4/+11
2025-02-14KVM: selftests: Add struct and helpers to wrap binary stats cacheSean Christopherson-24/+34
2025-02-14KVM: selftests: Macrofy vm_get_stat() to auto-generate stat name stringSean Christopherson-12/+12
2025-02-14KVM: selftests: Assert that __vm_get_stat() actually finds a statSean Christopherson-2/+3
2025-02-12KVM: selftests: Close VM's binary stats FD when releasing VMSean Christopherson-6/+9
2025-02-12KVM: selftests: Fix mostly theoretical leak of VM's binary stats FDSean Christopherson-2/+2
2025-02-12KVM: selftests: Allow running a single iteration of dirty_log_testSean Christopherson-1/+1
2025-02-12KVM: selftests: Fix an off-by-one in the number of dirty_log_test iterationsSean Christopherson-1/+1
2025-02-12KVM: selftests: Set per-iteration variables at the start of each iterationSean Christopherson-26/+17
2025-02-12KVM: selftests: Tighten checks around prev iter's last dirty page in ringSean Christopherson-7/+15
2025-02-12KVM: selftests: Ensure guest writes min number of pages in dirty_log_testSean Christopherson-4/+36
2025-02-12KVM: sefltests: Verify value of dirty_log_test last page isn't bogusSean Christopherson-2/+3
2025-02-12KVM: selftests: Collect *all* dirty entries in each dirty_log_test iterationSean Christopherson-104/+45
2025-02-12KVM: selftests: Print (previous) last_page on dirty page value mismatchSean Christopherson-5/+8
2025-02-12KVM: selftests: Use continue to handle all "pass" scenarios in dirty_log_testSean Christopherson-8/+5
2025-02-12KVM: selftests: Post to sem_vcpu_stop if and only if vcpu_stop is trueSean Christopherson-14/+4
2025-02-12KVM: selftests: Keep dirty_log_test vCPU in guest until it needs to stopSean Christopherson-21/+22
2025-02-12KVM: selftests: Honor "stop" request in dirty ring testSean Christopherson-2/+10
2025-02-12KVM: selftests: Limit dirty_log_test's s390x workaround to s390xMaxim Levitsky-0/+2
2025-02-12KVM: selftests: Continuously reap dirty ring while vCPU is runningSean Christopherson-17/+46
2025-02-12KVM: selftests: Read per-page value into local var when verifying dirty_log_testSean Christopherson-9/+7
2025-02-12KVM: selftests: Precisely track number of dirty/clear pages for each iterationSean Christopherson-9/+9
2025-02-12KVM: selftests: Drop stale srandom() initialization from dirty_log_testSean Christopherson-2/+0
2025-02-12KVM: selftests: Drop signal/kick from dirty ring testcaseSean Christopherson-91/+15
2025-02-12KVM: selftests: Sync dirty_log_test iteration to guest *before* resumingSean Christopherson-1/+1
2025-02-12KVM: selftests: Support multiple write retires in dirty_log_testMaxim Levitsky-2/+50
2025-02-12KVM: selftests: Actually emit forced emulation prefix for kvm_asm_safe_fep()Sean Christopherson-1/+1
2025-02-12KVM: selftests: Add CPUID tests for Hyper-V features that need in-kernel APICSean Christopherson-1/+14
2025-02-12KVM: selftests: Manage CPUID array in Hyper-V CPUID test's core helperSean Christopherson-13/+17
2025-02-12KVM: selftests: Mark test_hv_cpuid_e2big() static in Hyper-V CPUID testSean Christopherson-1/+1
2025-02-12KVM: selftests: Print out the actual Top-Down Slots count on failureSean Christopherson-1/+3
2025-02-12KVM: selftests: Drop the "feature event" param from guest test helpersSean Christopherson-11/+8
2025-02-12KVM: selftests: Remove dead code in Intel PMU counters testSean Christopherson-9/+8
2025-02-12KVM: selftests: Only validate counts for hardware-supported arch eventsSean Christopherson-7/+18
2025-02-12KVM: selftests: Make Intel arch events globally available in PMU counters testSean Christopherson-35/+49
2025-02-04KVM: selftests: Fix spelling mistake "initally" -> "initially"Colin Ian King-2/+2
2025-01-31KVM: s390: selftests: Streamline uc_skey test to issue iske after sskeChristoph Schlameuss-18/+6
2025-01-31KVM: s390: selftests: fix ucontrol memory region testClaudio Imbrenda-2/+6
2025-01-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-2/+2
2025-01-20Merge tag 'kvm-riscv-6.14-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini-1/+17
2025-01-20Merge tag 'kvm-x86-misc-6.14' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-37/+144
2025-01-17Merge branch kvm-arm64/coresight-6.14 into kvmarm-master/nextMarc Zyngier-2/+2
2025-01-15Merge tag 'loongarch-kvm-6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-2/+171
2025-01-13KVM: arm64: Fix selftests after sysreg field name updateMarc Zyngier-2/+2
2025-01-12Merge tag 'kvm-s390-master-6.13-1' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini-1/+171
2025-01-08KVM: selftests: Add helpers for locally (un)blocking IRQs on x86Sean Christopherson-14/+51
2025-01-08KVM: selftests: Use data load to trigger LLC references/misses in Intel PMUSean Christopherson-4/+5
2025-01-08KVM: selftests: Add printf attribute to _no_printf()Isaku Yamahata-1/+1