summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-selftests-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-09-173-140/+73
|\
| * KVM: selftests: Always unlink memory regions when deleting (VM free)Sean Christopherson2024-08-301-9/+6
| * KVM: selftests: Remove unused kvm_memcmp_hva_gva()Sean Christopherson2024-08-301-70/+0
| * KVM: selftests: Re-enable hyperv_evmcs/hyperv_svm_test on bare metalVitaly Kuznetsov2024-08-221-0/+8
| * KVM: selftests: Move Hyper-V specific functions out of processor.cVitaly Kuznetsov2024-08-222-61/+59
* | Merge tag 'kvm-x86-misc-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-09-171-5/+3
|\ \
| * | KVM: selftests: Report unhandled exceptions on x86 as regular guest assertsSean Christopherson2024-08-301-5/+3
| |/
* | Merge tag 'kvm-s390-next-6.12-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2024-09-171-5/+5
|\ \
| * | selftests: kvm: s390: Define page sizes in shared headerChristoph Schlameuss2024-08-191-5/+5
| |/
* / KVM: arm64: selftests: Ensure pending interrupts are handled in arch_timer testColton Lewis2024-08-301-0/+6
|/
* Merge tag 'kvm-x86-selftests-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-2/+7
|\
| * KVM: selftests: Print the seed for the guest pRNG iff it has changedSean Christopherson2024-06-271-2/+7
* | Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-0/+11
|\ \
| * | KVM: selftests: Add guest udelay() utility for x86Reinette Chatre2024-06-281-0/+11
| |/
* | Merge tag 'kvm-riscv-fixes-6.10-2' of https://github.com/kvm-riscv/linux into...Paolo Bonzini2024-06-211-0/+1
|\ \
| * | KVM: selftests: Fix RISC-V compilationAndrew Jones2024-06-061-0/+1
| |/
* / KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBitsTao Su2024-06-051-2/+13
|/
* 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-031-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
|\