summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBitsTao Su2024-06-051-0/+1
* selftests/kvm: remove dead filePaolo Bonzini2024-05-151-1135/+0
* Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Paolo Bonzini2024-05-1212-20/+1190
|\
| * KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson2024-04-291-2/+0
| * KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_archSean Christopherson2024-04-292-3/+5
| * KVM: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_tSean Christopherson2024-04-292-15/+21
| * Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson2024-04-296-8/+1131
| * KVM: selftests: Randomly force emulation on x86 writes from guest codeSean Christopherson2024-04-291-0/+21
| * KVM: selftests: Add vcpu_arch_put_guest() to do writes from guest codeSean Christopherson2024-04-291-0/+3
| * KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()Sean Christopherson2024-04-291-0/+2
| * KVM: selftests: Provide an API for getting a random bool from an RNGSean Christopherson2024-04-291-0/+11
| * KVM: selftests: Provide a global pseudo-RNG instance for all testsSean Christopherson2024-04-292-1/+8
| * KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson2024-04-292-9/+6
* | Merge tag 'kvm-x86-selftests-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-05-121-3/+13
|\ \
| * | KVM: selftests: Allow many vCPUs and reader threads per UFFD in demand paging...Anish Moorthy2024-04-091-3/+13
* | | Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini2024-05-125-38/+612
|\ \ \
| * | | KVM: selftests: Use MPIDR_HWID_BITMASK from cputype.hOliver Upton2024-04-251-2/+0
| * | | KVM: selftests: Add helper for enabling LPIs on a redistributorOliver Upton2024-04-251-0/+3
| * | | KVM: selftests: Add a minimal library for interacting with an ITSOliver Upton2024-04-253-1/+28
| * | | KVM: selftests: Add quadword MMIO accessorsOliver Upton2024-04-251-0/+17
| * | | KVM: selftests: Standardise layout of GIC framesOliver Upton2024-04-252-4/+11
| * | | KVM: selftests: Align with kernel's GIC definitionsOliver Upton2024-04-251-32/+554
| |/ /
* | | Merge tag 'kvm-riscv-6.10-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-05-073-39/+152
|\ \ \ | |_|/ |/| |
| * | KVM: riscv: selftests: Add a test for PMU snapshot functionalityAtish Patra2024-04-261-0/+25
| * | KVM: riscv: selftests: Add SBI PMU extension definitionsAtish Patra2024-04-261-0/+66
| * | KVM: riscv: selftests: Add helper functions for extension checksAtish Patra2024-04-261-0/+10
| * | KVM: riscv: selftests: Move sbi definitions to its own header fileAtish Patra2024-04-263-39/+51
| |/
* | selftests: kvm: split "launch" phase of SEV VM creationPaolo Bonzini2024-04-111-1/+2
* | selftests: kvm: switch to using KVM_X86_*_VMPaolo Bonzini2024-04-113-23/+4
* | selftests: kvm: add tests for KVM_SEV_INIT2Paolo Bonzini2024-04-111-4/+2
|/
* Merge tag 'kvm-x86-pvunhalt-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-191-0/+11
|\
| * KVM: selftests: Check that PV_UNHALT is cleared when HLT exiting is disabledVitaly Kuznetsov2024-03-061-0/+9
* | Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-113-32/+217
|\ \
| * | KVM: selftests: Add helpers for safe and safe+forced RDMSR, RDPMC, and XGETBVSean Christopherson2024-01-311-12/+26
| * | KVM: selftests: Add a forced emulation variation of KVM_ASM_SAFE()Sean Christopherson2024-01-311-2/+28
| * | KVM: selftests: Move KVM_FEP macro into common library headerSean Christopherson2024-01-311-0/+3
| * | KVM: selftests: Query module param to detect FEP in MSR filtering testSean Christopherson2024-01-311-0/+5
| * | KVM: selftests: Add helpers to read integer module paramsSean Christopherson2024-01-311-0/+4
| * | KVM: selftests: Add a helper to query if the PMU module param is enabledSean Christopherson2024-01-311-0/+5
| * | KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assetsJinrong Liang2024-01-311-0/+97
| * | KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed countersSean Christopherson2024-01-311-18/+47
| * | KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()Sean Christopherson2024-01-311-2/+2
| * | KVM: selftests: Add vcpu_set_cpuid_property() to set propertiesJinrong Liang2024-01-311-1/+3
| |/
* | Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-119-26/+286
|\ \
| * | KVM: selftests: Add a basic SEV-ES smoke testSean Christopherson2024-02-291-0/+2
| * | KVM: selftests: Add library for creating and interacting with SEV guestsPeter Gonda2024-02-293-0/+115
| * | KVM: selftests: Allow tagging protected memory in guest page tablesPeter Gonda2024-02-295-0/+55
| * | KVM: selftests: Add support for protected vm_vaddr_* allocationsMichael Roth2024-02-281-0/+3
| * | KVM: selftests: Add support for allocating/managing protected guest memoryPeter Gonda2024-02-281-2/+23
| * | KVM: selftests: Add a macro to iterate over a sparsebit rangeAckerley Tng2024-02-281-0/+20