aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib
AgeCommit message (Expand)AuthorFilesLines
2024-06-21Merge tag 'kvm-riscv-fixes-6.10-2' of https://github.com/kvm-riscv/linux into...Gravatar Paolo Bonzini 1-0/+1
2024-06-06KVM: selftests: Fix RISC-V compilationGravatar Andrew Jones 1-0/+1
2024-06-05KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBitsGravatar Tao Su 1-2/+13
2024-05-12Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Gravatar Paolo Bonzini 10-198/+146
2024-05-12Merge tag 'kvm-x86-selftests-6.10' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 2-65/+96
2024-05-12Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Gravatar Paolo Bonzini 5-58/+349
2024-05-07Merge tag 'kvm-riscv-6.10-1' of https://github.com/kvm-riscv/linux into HEADGravatar Paolo Bonzini 1-0/+12
2024-05-02KVM: selftests: Require KVM_CAP_USER_MEMORY2 for tests that create memslotsGravatar Sean Christopherson 1-0/+8
2024-04-29KVM: selftests: Drop @selector from segment helpersGravatar Sean Christopherson 1-15/+14
2024-04-29KVM: selftests: Init x86's segments during VM creationGravatar Sean Christopherson 1-48/+20
2024-04-29KVM: selftests: Add macro for TSS selector, rename up code/data macrosGravatar Sean Christopherson 1-9/+9
2024-04-29KVM: selftests: Allocate x86's TSS at VM creationGravatar Sean Christopherson 1-3/+2
2024-04-29KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()Gravatar Sean Christopherson 1-25/+5
2024-04-29KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()Gravatar Sean Christopherson 1-16/+11
2024-04-29KVM: selftests: Allocate x86's GDT during VM creationGravatar Sean Christopherson 1-3/+1
2024-04-29KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setupGravatar Sean Christopherson 1-1/+2
2024-04-29KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Gravatar Sean Christopherson 1-2/+6
2024-04-29KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()Gravatar Sean Christopherson 1-2/+2
2024-04-29KVM: selftests: Move x86's descriptor table helpers "up" in processor.cGravatar Sean Christopherson 1-96/+95
2024-04-29KVM: selftests: Fix off-by-one initialization of GDT limitGravatar Ackerley Tng 1-1/+1
2024-04-29KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_archGravatar Sean Christopherson 1-11/+11
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Gravatar Sean Christopherson 5-1/+9
2024-04-29KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()Gravatar Sean Christopherson 1-0/+3
2024-04-29KVM: selftests: Provide an API for getting a random bool from an RNGGravatar Sean Christopherson 1-1/+1
2024-04-29KVM: selftests: Provide a global pseudo-RNG instance for all testsGravatar Sean Christopherson 2-7/+10
2024-04-29KVM: selftests: Define _GNU_SOURCE for all selftests codeGravatar Sean Christopherson 6-13/+0
2024-04-26KVM: riscv: selftests: Add a test for PMU snapshot functionalityGravatar Atish Patra 1-0/+12
2024-04-25KVM: selftests: Add helper for enabling LPIs on a redistributorGravatar Oliver Upton 2-0/+26
2024-04-25KVM: selftests: Add a minimal library for interacting with an ITSGravatar Oliver Upton 2-0/+266
2024-04-25KVM: selftests: Standardise layout of GIC framesGravatar Oliver Upton 4-57/+45
2024-04-25KVM: selftests: Align with kernel's GIC definitionsGravatar Oliver Upton 1-1/+12
2024-04-11selftests: kvm: split "launch" phase of SEV VM creationGravatar Paolo Bonzini 1-6/+10
2024-04-11selftests: kvm: switch to using KVM_X86_*_VMGravatar Paolo Bonzini 3-9/+36
2024-04-09KVM: selftests: Use EPOLL in userfaultfd_util reader threadsGravatar Anish Moorthy 1-39/+35
2024-04-09KVM: selftests: Allow many vCPUs and reader threads per UFFD in demand paging...Gravatar Anish Moorthy 1-27/+54
2024-03-11Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 3-9/+99
2024-03-11Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 8-53/+270
2024-03-06KVM: riscv: selftests: Change vcpu_has_ext to a common functionGravatar Haibo Xu 1-0/+10
2024-03-06KVM: riscv: selftests: Add guest helper to get vcpu idGravatar Haibo Xu 1-0/+8
2024-03-06KVM: riscv: selftests: Add exception handling supportGravatar Haibo Xu 2-0/+170
2024-02-28KVM: selftests: Add a basic SEV-ES smoke testGravatar Sean Christopherson 2-2/+6
2024-02-28KVM: selftests: Add library for creating and interacting with SEV guestsGravatar Peter Gonda 3-0/+128
2024-02-28KVM: selftests: Allow tagging protected memory in guest page tablesGravatar Peter Gonda 2-1/+31
2024-02-28KVM: selftests: Explicitly ucall pool from shared memoryGravatar Peter Gonda 1-1/+2
2024-02-28KVM: selftests: Add support for protected vm_vaddr_* allocationsGravatar Michael Roth 1-5/+21
2024-02-28KVM: selftests: Add support for allocating/managing protected guest memoryGravatar Peter Gonda 1-4/+18
2024-02-28KVM: selftests: Make sparsebit structs const where appropriateGravatar Michael Roth 1-24/+24
2024-02-28KVM: selftests: Extend VM creation's @shape to allow control of VM subtypeGravatar Sean Christopherson 1-0/+1
2024-02-28KVM: selftests: Move setting a vCPU's entry point to a dedicated APIGravatar Sean Christopherson 4-18/+41
2024-02-01KVM: selftests: Run clocksource dependent tests with hyperv_clocksource_tsc_p...Gravatar Vitaly Kuznetsov 1-2/+3