summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Paolo Bonzini2024-05-1210-198/+146
|\
| * KVM: selftests: Drop @selector from segment helpersSean Christopherson2024-04-291-15/+14
| * KVM: selftests: Init x86's segments during VM creationSean Christopherson2024-04-291-48/+20
| * KVM: selftests: Add macro for TSS selector, rename up code/data macrosSean Christopherson2024-04-291-9/+9
| * KVM: selftests: Allocate x86's TSS at VM creationSean Christopherson2024-04-291-3/+2
| * KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()Sean Christopherson2024-04-291-25/+5
| * KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()Sean Christopherson2024-04-291-16/+11
| * KVM: selftests: Allocate x86's GDT during VM creationSean Christopherson2024-04-291-3/+1
| * KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setupSean Christopherson2024-04-291-1/+2
| * KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson2024-04-291-2/+6
| * KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()Sean Christopherson2024-04-291-2/+2
| * KVM: selftests: Move x86's descriptor table helpers "up" in processor.cSean Christopherson2024-04-291-96/+95
| * KVM: selftests: Fix off-by-one initialization of GDT limitAckerley Tng2024-04-291-1/+1
| * KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_archSean Christopherson2024-04-291-11/+11
| * Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson2024-04-295-1/+9
| * KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()Sean Christopherson2024-04-291-0/+3
| * KVM: selftests: Provide an API for getting a random bool from an RNGSean Christopherson2024-04-291-1/+1
| * KVM: selftests: Provide a global pseudo-RNG instance for all testsSean Christopherson2024-04-292-7/+10
| * KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson2024-04-296-13/+0
* | Merge tag 'kvm-x86-selftests-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-05-122-65/+96
|\ \
| * | KVM: selftests: Require KVM_CAP_USER_MEMORY2 for tests that create memslotsSean Christopherson2024-05-021-0/+8
| * | KVM: selftests: Use EPOLL in userfaultfd_util reader threadsAnish Moorthy2024-04-091-39/+35
| * | KVM: selftests: Allow many vCPUs and reader threads per UFFD in demand paging...Anish Moorthy2024-04-091-27/+54
* | | Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini2024-05-125-58/+349
|\ \ \
| * | | KVM: selftests: Add helper for enabling LPIs on a redistributorOliver Upton2024-04-252-0/+26
| * | | KVM: selftests: Add a minimal library for interacting with an ITSOliver Upton2024-04-252-0/+266
| * | | KVM: selftests: Standardise layout of GIC framesOliver Upton2024-04-254-57/+45
| * | | KVM: selftests: Align with kernel's GIC definitionsOliver Upton2024-04-251-1/+12
| |/ /
* | | Merge tag 'kvm-riscv-6.10-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-05-071-0/+12
|\ \ \ | |_|/ |/| |
| * | KVM: riscv: selftests: Add a test for PMU snapshot functionalityAtish Patra2024-04-261-0/+12
| |/
* | selftests: kvm: split "launch" phase of SEV VM creationPaolo Bonzini2024-04-111-6/+10
* | selftests: kvm: switch to using KVM_X86_*_VMPaolo Bonzini2024-04-113-9/+36
|/
* Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-113-9/+99
|\
| * KVM: selftests: Add helpers to read integer module paramsSean Christopherson2024-01-301-6/+56
| * KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assetsJinrong Liang2024-01-301-0/+31
| * KVM: selftests: Add vcpu_set_cpuid_property() to set propertiesJinrong Liang2024-01-301-3/+12
* | Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-118-53/+270
|\ \
| * | KVM: selftests: Add a basic SEV-ES smoke testSean Christopherson2024-02-282-2/+6
| * | KVM: selftests: Add library for creating and interacting with SEV guestsPeter Gonda2024-02-283-0/+128
| * | KVM: selftests: Allow tagging protected memory in guest page tablesPeter Gonda2024-02-282-1/+31
| * | KVM: selftests: Explicitly ucall pool from shared memoryPeter Gonda2024-02-281-1/+2
| * | KVM: selftests: Add support for protected vm_vaddr_* allocationsMichael Roth2024-02-281-5/+21
| * | KVM: selftests: Add support for allocating/managing protected guest memoryPeter Gonda2024-02-281-4/+18
| * | KVM: selftests: Make sparsebit structs const where appropriateMichael Roth2024-02-281-24/+24
| * | KVM: selftests: Extend VM creation's @shape to allow control of VM subtypeSean Christopherson2024-02-281-0/+1
| * | KVM: selftests: Move setting a vCPU's entry point to a dedicated APISean Christopherson2024-02-284-18/+41
| |/
* | KVM: riscv: selftests: Change vcpu_has_ext to a common functionHaibo Xu2024-03-061-0/+10
* | KVM: riscv: selftests: Add guest helper to get vcpu idHaibo Xu2024-03-061-0/+8
* | KVM: riscv: selftests: Add exception handling supportHaibo Xu2024-03-062-0/+170
* | KVM: selftests: Run clocksource dependent tests with hyperv_clocksource_tsc_p...Vitaly Kuznetsov2024-02-011-2/+3