summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)AuthorFilesLines
2025-02-12KVM: selftests: Actually emit forced emulation prefix for kvm_asm_safe_fep()Sean Christopherson1-1/+1
2025-02-12KVM: selftests: Add CPUID tests for Hyper-V features that need in-kernel APICSean Christopherson1-1/+14
2025-02-12KVM: selftests: Manage CPUID array in Hyper-V CPUID test's core helperSean Christopherson1-13/+17
2025-02-12KVM: selftests: Mark test_hv_cpuid_e2big() static in Hyper-V CPUID testSean Christopherson1-1/+1
2025-02-12KVM: selftests: Print out the actual Top-Down Slots count on failureSean Christopherson1-1/+3
2025-02-12KVM: selftests: Drop the "feature event" param from guest test helpersSean Christopherson1-11/+8
2025-02-12KVM: selftests: Remove dead code in Intel PMU counters testSean Christopherson1-9/+8
2025-02-12KVM: selftests: Only validate counts for hardware-supported arch eventsSean Christopherson1-7/+18
2025-02-12KVM: selftests: Make Intel arch events globally available in PMU counters testSean Christopherson1-35/+49
2025-02-04KVM: selftests: Fix spelling mistake "initally" -> "initially"Colin Ian King1-2/+2
2025-01-31KVM: s390: selftests: Streamline uc_skey test to issue iske after sskeChristoph Schlameuss1-18/+6
2025-01-31KVM: s390: selftests: fix ucontrol memory region testClaudio Imbrenda1-2/+6
2025-01-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-2/+2
2025-01-20Merge tag 'kvm-riscv-6.14-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-1/+17
2025-01-20Merge tag 'kvm-x86-misc-6.14' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini5-37/+144
2025-01-17Merge branch kvm-arm64/coresight-6.14 into kvmarm-master/nextMarc Zyngier2-2/+2
2025-01-15Merge tag 'loongarch-kvm-6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2-2/+171
2025-01-13KVM: arm64: Fix selftests after sysreg field name updateMarc Zyngier2-2/+2
2025-01-12Merge tag 'kvm-s390-master-6.13-1' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini1-1/+171
2025-01-08KVM: selftests: Add helpers for locally (un)blocking IRQs on x86Sean Christopherson7-14/+51
2025-01-08KVM: selftests: Use data load to trigger LLC references/misses in Intel PMUSean Christopherson1-4/+5
2025-01-08KVM: selftests: Add printf attribute to _no_printf()Isaku Yamahata1-1/+1
2025-01-08KVM: selftests: Remove unneeded semicolonChen Ni1-1/+1
2025-01-08KVM: selftests: Add defines for AMD PMU CPUID features and propertiesColton Lewis1-0/+7
2025-01-08KVM: selftests: Fix typos in x86's PMU counter test's macro variable useColton Lewis1-3/+3
2025-01-07KVM: s390: selftests: Add has device attr check to uc_attr_mem_limit selftestChristoph Schlameuss1-1/+4
2025-01-07KVM: s390: selftests: Add ucontrol gis routing testChristoph Schlameuss1-0/+19
2025-01-07KVM: s390: selftests: Add ucontrol flic attr selftestsChristoph Schlameuss1-0/+148
2024-12-30KVM: riscv: selftests: Add Svvptc/Zabha/Ziccrse exts to get-reg-list testQuan Zhou1-0/+12
2024-12-30KVM: riscv: selftests: Add SBI SUSP to get-reg-list testAndrew Jones1-1/+5
2024-12-18KVM: selftests: Add test case for MMIO during vectoring on x86Ivan Orlov2-0/+53
2024-12-18KVM: selftests: Add and use a helper function for x86's LIDTIvan Orlov3-2/+7
2024-12-18KVM: selftests: Update x86's KVM PV test to match KVM's disabling exits behaviorSean Christopherson1-3/+30
2024-12-18KVM: selftests: Fix a bad TEST_REQUIRE() in x86's KVM PV testSean Christopherson1-2/+3
2024-12-18KVM: selftests: Verify KVM stuffs runtime CPUID OS bits on CR4 writesSean Christopherson1-0/+10
2024-12-18KVM: selftests: Refresh vCPU CPUID cache in __vcpu_get_cpuid_entry()Sean Christopherson1-7/+9
2024-12-18KVM: selftests: Assert that vcpu->cpuid is non-NULL when getting CPUID entriesSean Christopherson1-0/+2
2024-12-18KVM: selftests: Update x86's set_sregs_test to match KVM's CPUID enforcementSean Christopherson1-23/+30
2024-12-18KVM: selftests: Override ARCH for x86_64 instead of using ARCH_DIRSean Christopherson2-13/+11
2024-12-18KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directoriesSean Christopherson151-206/+170
2024-12-18KVM: selftests: Provide empty 'all' and 'clean' targets for unsupported ARCHsSean Christopherson3-331/+340
2024-12-18KVM: selftests: Verify KVM correctly handles mprotect(PROT_READ)Sean Christopherson1-3/+101
2024-12-18KVM: selftests: Add a read-only mprotect() phase to mmu_stress_testSean Christopherson1-4/+18
2024-12-18KVM: selftests: Precisely limit the number of guest loops in mmu_stress_testSean Christopherson1-6/+19
2024-12-18KVM: selftests: Use vcpu_arch_put_guest() in mmu_stress_testSean Christopherson1-1/+1
2024-12-18KVM: selftests: Enable mmu_stress_test on arm64Sean Christopherson1-0/+1
2024-12-18KVM: sefltests: Explicitly include ucall_common.h in mmu_stress_test.cSean Christopherson1-0/+1
2024-12-18KVM: selftests: Compute number of extra pages needed in mmu_stress_testSean Christopherson1-1/+7
2024-12-18KVM: selftests: Only muck with SREGS on x86 in mmu_stress_testSean Christopherson1-3/+3
2024-12-18KVM: selftests: Rename max_guest_memory_test to mmu_stress_testSean Christopherson2-1/+1