summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib
AgeCommit message (Expand)AuthorLines
2024-06-21Merge tag 'kvm-riscv-fixes-6.10-2' of https://github.com/kvm-riscv/linux into...Paolo Bonzini-0/+1
2024-06-06KVM: selftests: Fix RISC-V compilationAndrew Jones-0/+1
2024-06-05KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBitsTao Su-2/+13
2024-05-12Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Paolo Bonzini-198/+146
2024-05-12Merge tag 'kvm-x86-selftests-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-65/+96
2024-05-12Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini-58/+349
2024-05-07Merge tag 'kvm-riscv-6.10-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini-0/+12
2024-05-02KVM: selftests: Require KVM_CAP_USER_MEMORY2 for tests that create memslotsSean Christopherson-0/+8
2024-04-29KVM: selftests: Drop @selector from segment helpersSean Christopherson-15/+14
2024-04-29KVM: selftests: Init x86's segments during VM creationSean Christopherson-48/+20
2024-04-29KVM: selftests: Add macro for TSS selector, rename up code/data macrosSean Christopherson-9/+9
2024-04-29KVM: selftests: Allocate x86's TSS at VM creationSean Christopherson-3/+2
2024-04-29KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()Sean Christopherson-25/+5
2024-04-29KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()Sean Christopherson-16/+11
2024-04-29KVM: selftests: Allocate x86's GDT during VM creationSean Christopherson-3/+1
2024-04-29KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setupSean Christopherson-1/+2
2024-04-29KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson-2/+6
2024-04-29KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()Sean Christopherson-2/+2
2024-04-29KVM: selftests: Move x86's descriptor table helpers "up" in processor.cSean Christopherson-96/+95
2024-04-29KVM: selftests: Fix off-by-one initialization of GDT limitAckerley Tng-1/+1
2024-04-29KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_archSean Christopherson-11/+11
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson-1/+9
2024-04-29KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()Sean Christopherson-0/+3
2024-04-29KVM: selftests: Provide an API for getting a random bool from an RNGSean Christopherson-1/+1
2024-04-29KVM: selftests: Provide a global pseudo-RNG instance for all testsSean Christopherson-7/+10
2024-04-29KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson-13/+0
2024-04-26KVM: riscv: selftests: Add a test for PMU snapshot functionalityAtish Patra-0/+12
2024-04-25KVM: selftests: Add helper for enabling LPIs on a redistributorOliver Upton-0/+26
2024-04-25KVM: selftests: Add a minimal library for interacting with an ITSOliver Upton-0/+266
2024-04-25KVM: selftests: Standardise layout of GIC framesOliver Upton-57/+45
2024-04-25KVM: selftests: Align with kernel's GIC definitionsOliver Upton-1/+12
2024-04-11selftests: kvm: split "launch" phase of SEV VM creationPaolo Bonzini-6/+10
2024-04-11selftests: kvm: switch to using KVM_X86_*_VMPaolo Bonzini-9/+36
2024-04-09KVM: selftests: Use EPOLL in userfaultfd_util reader threadsAnish Moorthy-39/+35
2024-04-09KVM: selftests: Allow many vCPUs and reader threads per UFFD in demand paging...Anish Moorthy-27/+54
2024-03-11Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-9/+99
2024-03-11Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-53/+270
2024-03-06KVM: riscv: selftests: Change vcpu_has_ext to a common functionHaibo Xu-0/+10
2024-03-06KVM: riscv: selftests: Add guest helper to get vcpu idHaibo Xu-0/+8
2024-03-06KVM: riscv: selftests: Add exception handling supportHaibo Xu-0/+170
2024-02-28KVM: selftests: Add a basic SEV-ES smoke testSean Christopherson-2/+6
2024-02-28KVM: selftests: Add library for creating and interacting with SEV guestsPeter Gonda-0/+128
2024-02-28KVM: selftests: Allow tagging protected memory in guest page tablesPeter Gonda-1/+31
2024-02-28KVM: selftests: Explicitly ucall pool from shared memoryPeter Gonda-1/+2
2024-02-28KVM: selftests: Add support for protected vm_vaddr_* allocationsMichael Roth-5/+21
2024-02-28KVM: selftests: Add support for allocating/managing protected guest memoryPeter Gonda-4/+18
2024-02-28KVM: selftests: Make sparsebit structs const where appropriateMichael Roth-24/+24
2024-02-28KVM: selftests: Extend VM creation's @shape to allow control of VM subtypeSean Christopherson-0/+1
2024-02-28KVM: selftests: Move setting a vCPU's entry point to a dedicated APISean Christopherson-18/+41
2024-02-01KVM: selftests: Run clocksource dependent tests with hyperv_clocksource_tsc_p...Vitaly Kuznetsov-2/+3