summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib
AgeCommit message (Expand)AuthorFilesLines
2024-09-17Merge tag 'kvm-x86-selftests-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-140/+73
2024-09-17Merge tag 'kvm-x86-misc-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-5/+3
2024-09-17Merge tag 'kvm-s390-next-6.12-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini1-5/+5
2024-08-30KVM: arm64: selftests: Ensure pending interrupts are handled in arch_timer testColton Lewis1-0/+6
2024-08-30KVM: selftests: Always unlink memory regions when deleting (VM free)Sean Christopherson1-9/+6
2024-08-30KVM: selftests: Remove unused kvm_memcmp_hva_gva()Sean Christopherson1-70/+0
2024-08-30KVM: selftests: Report unhandled exceptions on x86 as regular guest assertsSean Christopherson1-5/+3
2024-08-22KVM: selftests: Re-enable hyperv_evmcs/hyperv_svm_test on bare metalVitaly Kuznetsov1-0/+8
2024-08-22KVM: selftests: Move Hyper-V specific functions out of processor.cVitaly Kuznetsov2-61/+59
2024-08-19selftests: kvm: s390: Define page sizes in shared headerChristoph Schlameuss1-5/+5
2024-07-16Merge tag 'kvm-x86-selftests-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+7
2024-07-16Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+11
2024-06-28KVM: selftests: Add guest udelay() utility for x86Reinette Chatre1-0/+11
2024-06-27KVM: selftests: Print the seed for the guest pRNG iff it has changedSean Christopherson1-2/+7
2024-06-21Merge tag 'kvm-riscv-fixes-6.10-2' of https://github.com/kvm-riscv/linux into...Paolo Bonzini1-0/+1
2024-06-06KVM: selftests: Fix RISC-V compilationAndrew Jones1-0/+1
2024-06-05KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBitsTao Su1-2/+13
2024-05-12Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Paolo Bonzini10-198/+146
2024-05-12Merge tag 'kvm-x86-selftests-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-65/+96
2024-05-12Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini5-58/+349
2024-05-07Merge tag 'kvm-riscv-6.10-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-0/+12
2024-05-03KVM: selftests: Require KVM_CAP_USER_MEMORY2 for tests that create memslotsSean Christopherson1-0/+8
2024-04-29KVM: selftests: Drop @selector from segment helpersSean Christopherson1-15/+14
2024-04-29KVM: selftests: Init x86's segments during VM creationSean Christopherson1-48/+20
2024-04-29KVM: selftests: Add macro for TSS selector, rename up code/data macrosSean Christopherson1-9/+9
2024-04-29KVM: selftests: Allocate x86's TSS at VM creationSean Christopherson1-3/+2
2024-04-29KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()Sean Christopherson1-25/+5
2024-04-29KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()Sean Christopherson1-16/+11
2024-04-29KVM: selftests: Allocate x86's GDT during VM creationSean Christopherson1-3/+1
2024-04-29KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setupSean Christopherson1-1/+2
2024-04-29KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson1-2/+6
2024-04-29KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()Sean Christopherson1-2/+2
2024-04-29KVM: selftests: Move x86's descriptor table helpers "up" in processor.cSean Christopherson1-96/+95
2024-04-29KVM: selftests: Fix off-by-one initialization of GDT limitAckerley Tng1-1/+1
2024-04-29KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_archSean Christopherson1-11/+11
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson5-1/+9
2024-04-29KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()Sean Christopherson1-0/+3
2024-04-29KVM: selftests: Provide an API for getting a random bool from an RNGSean Christopherson1-1/+1
2024-04-29KVM: selftests: Provide a global pseudo-RNG instance for all testsSean Christopherson2-7/+10
2024-04-29KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson6-13/+0
2024-04-26KVM: riscv: selftests: Add a test for PMU snapshot functionalityAtish Patra1-0/+12
2024-04-25KVM: selftests: Add helper for enabling LPIs on a redistributorOliver Upton2-0/+26
2024-04-25KVM: selftests: Add a minimal library for interacting with an ITSOliver Upton2-0/+266
2024-04-25KVM: selftests: Standardise layout of GIC framesOliver Upton4-57/+45
2024-04-25KVM: selftests: Align with kernel's GIC definitionsOliver Upton1-1/+12
2024-04-11selftests: kvm: split "launch" phase of SEV VM creationPaolo Bonzini1-6/+10
2024-04-11selftests: kvm: switch to using KVM_X86_*_VMPaolo Bonzini3-9/+36
2024-04-10KVM: selftests: Use EPOLL in userfaultfd_util reader threadsAnish Moorthy1-39/+35
2024-04-10KVM: selftests: Allow many vCPUs and reader threads per UFFD in demand paging...Anish Moorthy1-27/+54
2024-03-11Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-9/+99