summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)AuthorLines
2024-06-28KVM: selftests: Rework macros in PMU counters test to prep for multi-insn loopSean Christopherson-9/+19
2024-06-27KVM: selftests: Print the seed for the guest pRNG iff it has changedSean Christopherson-2/+7
2024-06-26KVM: riscv: selftests: Add Zcmop extension to get-reg-list testClément Léger-0/+4
2024-06-26KVM: riscv: selftests: Add some Zc* extensions to get-reg-list testClément Léger-0/+16
2024-06-26KVM: riscv: selftests: Add Zimop extension to get-reg-list testClément Léger-0/+4
2024-06-22KVM: selftests: Assert that MPIDR_EL1 is unchanged across vCPU resetOliver Upton-0/+1
2024-06-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-4/+19
2024-06-21Merge tag 'kvm-riscv-fixes-6.10-2' of https://github.com/kvm-riscv/linux into...Paolo Bonzini-0/+3
2024-06-20KVM: selftests: arm64: Test writes to CTR_EL0Sebastian Ott-0/+16
2024-06-18KVM: selftests: Test vCPU boot IDs above 2^32 and MAX_VCPU_IDMathias Krause-0/+16
2024-06-18KVM: selftests: Test max vCPU IDs corner casesMathias Krause-2/+20
2024-06-10KVM: selftests: Treat AMD Family 17h+ as supporting branch insns retiredManali Shukla-30/+5
2024-06-06KVM: selftests: Fix RISC-V compilationAndrew Jones-0/+3
2024-06-05KVM: s390x: selftests: Add shared zeropage testDavid Hildenbrand-0/+112
2024-06-05KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBitsTao Su-2/+14
2024-06-05KVM: selftests: Fix shift of 32 bit unsigned int more than 32 bitsColin Ian King-2/+2
2024-06-03KVM: selftests: remove unused struct 'memslot_antagonist_args'Dr. David Alan Gilbert-6/+0
2024-05-15selftests/kvm: remove dead filePaolo Bonzini-1135/+0
2024-05-12Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Paolo Bonzini-447/+1420
2024-05-12Merge tag 'kvm-x86-selftests-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-137/+282
2024-05-12Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini-141/+1487
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-25/+121
2024-05-09Merge branch kvm-arm64/mpidr-reset into kvmarm-master/nextMarc Zyngier-19/+104
2024-05-09KVM: selftests: arm64: Test vCPU-scoped feature ID registersOliver Upton-1/+52
2024-05-09KVM: selftests: arm64: Test that feature ID regs survive a resetOliver Upton-8/+33
2024-05-09KVM: selftests: arm64: Store expected register value in set_id_regsOliver Upton-9/+18
2024-05-09KVM: selftests: arm64: Rename helper in set_id_regs to imply VM scopeOliver Upton-2/+2
2024-05-07Merge tag 'kvm-riscv-6.10-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini-41/+937
2024-05-02KVM: selftests: Require KVM_CAP_USER_MEMORY2 for tests that create memslotsSean Christopherson-0/+8
2024-05-02KVM: selftests: Allow skipping the KVM_RUN sanity check in rseq_testZide Chen-2/+33
2024-04-30Merge tag 'kvmarm-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-0/+49
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-69/+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: Explicitly clobber the IDT in the "delete memslot" testcaseSean Christopherson-0/+12
2024-04-29KVM: selftests: Rework platform_info_test to actually verify #GPSean Christopherson-33/+33
2024-04-29KVM: selftests: Move platform_info_test's main assert into guest codeSean Christopherson-8/+12
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-16/+18
2024-04-29KVM: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_tSean Christopherson-15/+21
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson-12/+1156
2024-04-29KVM: selftests: Randomly force emulation on x86 writes from guest codeSean Christopherson-0/+21