aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/include
AgeCommit message (Expand)AuthorFilesLines
2025-09-24KVM: arm64: selftests: Add helper to check for VGICv3 supportOliver Upton1-0/+1
2025-09-24KVM: arm64: selftests: Provide kvm_arch_vm_post_create() in library codeOliver Upton1-0/+2
2025-09-23KVM: selftests: Add an MSR test to exercise guest/host and read/writeSean Christopherson1-0/+5
2025-09-23KVM: selftests: Add ex_str() to print human friendly name of exception vectorsSean Christopherson1-0/+2
2025-09-23KVM: selftests: Handle Intel Atom errata that leads to PMU event overcountdongsheng1-0/+16
2025-09-23KVM: selftests: Validate more arch-events in pmu_counters_testDapeng Mi2-1/+16
2025-09-20KVM: arm64: selftest: Expand external_aborts test to look for TTW levelsMarc Zyngier1-0/+1
2025-09-16KVM: riscv: selftests: Add missing headers for new testcasesDong Yang1-0/+1
2025-09-11KVM: selftests: Add support for #DE exception fixupSean Christopherson1-0/+6
2025-08-19KVM: selftests: Move Intel and AMD module param helpers to x86/processor.hSean Christopherson2-6/+31
2025-07-29Merge tag 'kvmarm-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini1-0/+10
2025-07-29Merge tag 'kvm-x86-selftests-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-1/+6
2025-07-29Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+30
2025-07-09KVM: selftests: Expand set of APIs for pinning tasks to a single CPUSean Christopherson1-1/+30
2025-07-08KVM: arm64: selftests: Add basic SError injection testOliver Upton1-0/+10
2025-06-23KVM: selftests: Add utilities to create eventfds and do KVM_IRQFDSean Christopherson1-0/+40
2025-06-20KVM: selftests: Add __open_path_or_exit() variant to provide extra help infoSean Christopherson1-0/+1
2025-06-20KVM: selftests: Verify KVM is loaded when getting a KVM module paramSean Christopherson1-1/+5
2025-05-27Merge tag 'kvm-x86-selftests-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini5-1/+140
2025-05-26Merge tag 'kvm-riscv-6.16-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-3/+20
2025-05-21KVM: riscv: selftests: Decode stval to identify exact exception typeAtish Patra1-0/+13
2025-05-21KVM: riscv: selftests: Align the trap information wiht pt_regsAtish Patra1-3/+7
2025-05-20KVM: selftests: Add ucall test support for LoongArchBibo Mao1-0/+20
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 Mao1-0/+1
2025-05-16KVM: selftests: access_tracking_perf_test: Use MGLRU for access trackingJames Houghton1-0/+51
2025-05-16KVM: selftests: access_tracking_perf_test: Add option to skip the sanity checkMaxim Levitsky1-0/+1
2025-05-02KVM: selftests: Add library support for interacting with SNPPratik R. Sampat1-1/+32
2025-05-02KVM: selftests: Introduce SEV VM type checkPratik R. Sampat1-0/+15
2025-05-02KVM: selftests: Add SMT control state helperPratik R. Sampat1-0/+35
2025-05-02KVM: selftests: Add vmgexit helperPratik R. Sampat1-0/+5
2025-05-02KVM: selftests: SEV-SNP test for KVM_SEV_INIT2Pratik R. Sampat1-0/+1
2025-04-08Merge tag 'kvmarm-fixes-6.15-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-6/+61
2025-04-06KVM: arm64: selftests: Explicitly set the page attrs to Inner-ShareableRaghavendra Rao Ananta1-0/+1
2025-04-06KVM: arm64: selftests: Introduce and use hardware-definition macrosRaghavendra Rao Ananta1-6/+60
2025-03-19Merge tag 'kvm-x86-selftests-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-13/+23
2025-03-19Merge tag 'kvm-x86-selftests_6.15-1' of https://github.com/kvm-x86/linux into...Paolo Bonzini2-1/+48
2025-02-28KVM: selftests: Relax assertion on HLT exits if CPU supports Idle HLTSean Christopherson1-0/+1
2025-02-14KVM: selftests: Add infrastructure for getting vCPU binary statsSean Christopherson1-8/+12
2025-02-14KVM: selftests: Adjust number of files rlimit for all "standard" VMsSean Christopherson1-0/+2
2025-02-14KVM: selftests: Add struct and helpers to wrap binary stats cacheSean Christopherson1-4/+7
2025-02-14KVM: selftests: Macrofy vm_get_stat() to auto-generate stat name stringSean Christopherson1-7/+7
2025-02-12KVM: selftests: Actually emit forced emulation prefix for kvm_asm_safe_fep()Sean Christopherson1-1/+1
2025-01-08KVM: selftests: Add helpers for locally (un)blocking IRQs on x86Sean Christopherson1-0/+40
2025-01-08KVM: selftests: Add printf attribute to _no_printf()Isaku Yamahata1-1/+1
2025-01-08KVM: selftests: Add defines for AMD PMU CPUID features and propertiesColton Lewis1-0/+7
2024-12-18KVM: selftests: Add test case for MMIO during vectoring on x86Ivan Orlov1-0/+2
2024-12-18KVM: selftests: Add and use a helper function for x86's LIDTIvan Orlov1-0/+5
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