summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)Author
2 daysselftests/kvm: remove dead filePaolo Bonzini
6 daysMerge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Paolo Bonzini
6 daysMerge tag 'kvm-x86-selftests-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
6 daysMerge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini
7 daysMerge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
8 daysMerge branch kvm-arm64/mpidr-reset into kvmarm-master/nextMarc Zyngier
8 daysKVM: selftests: arm64: Test vCPU-scoped feature ID registersOliver Upton
8 daysKVM: selftests: arm64: Test that feature ID regs survive a resetOliver Upton
8 daysKVM: selftests: arm64: Store expected register value in set_id_regsOliver Upton
8 daysKVM: selftests: arm64: Rename helper in set_id_regs to imply VM scopeOliver Upton
10 daysMerge tag 'kvm-riscv-6.10-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2024-05-02KVM: selftests: Require KVM_CAP_USER_MEMORY2 for tests that create memslotsSean Christopherson
2024-05-02KVM: selftests: Allow skipping the KVM_RUN sanity check in rseq_testZide Chen
2024-04-30Merge tag 'kvmarm-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-04-29KVM: selftests: Drop @selector from segment helpersSean Christopherson
2024-04-29KVM: selftests: Init x86's segments during VM creationSean Christopherson
2024-04-29KVM: selftests: Add macro for TSS selector, rename up code/data macrosSean Christopherson
2024-04-29KVM: selftests: Allocate x86's TSS at VM creationSean Christopherson
2024-04-29KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()Sean Christopherson
2024-04-29KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()Sean Christopherson
2024-04-29KVM: selftests: Allocate x86's GDT during VM creationSean Christopherson
2024-04-29KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setupSean Christopherson
2024-04-29KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson
2024-04-29KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()Sean Christopherson
2024-04-29KVM: selftests: Move x86's descriptor table helpers "up" in processor.cSean Christopherson
2024-04-29KVM: selftests: Explicitly clobber the IDT in the "delete memslot" testcaseSean Christopherson
2024-04-29KVM: selftests: Rework platform_info_test to actually verify #GPSean Christopherson
2024-04-29KVM: selftests: Move platform_info_test's main assert into guest codeSean Christopherson
2024-04-29KVM: selftests: Fix off-by-one initialization of GDT limitAckerley Tng
2024-04-29KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_archSean Christopherson
2024-04-29KVM: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_tSean Christopherson
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson
2024-04-29KVM: selftests: Randomly force emulation on x86 writes from guest codeSean Christopherson
2024-04-29KVM: selftests: Add vcpu_arch_put_guest() to do writes from guest codeSean Christopherson
2024-04-29KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()Sean Christopherson
2024-04-29KVM: selftests: Provide an API for getting a random bool from an RNGSean Christopherson
2024-04-29KVM: selftests: Provide a global pseudo-RNG instance for all testsSean Christopherson
2024-04-29KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson
2024-04-29KVM: selftests: Avoid assuming "sudo" exists in NX hugepage testBrendan Jackman
2024-04-26KVM: riscv: selftests: Add commandline option for SBI PMU testAtish Patra
2024-04-26KVM: riscv: selftests: Add a test for counter overflowAtish Patra
2024-04-26KVM: riscv: selftests: Add a test for PMU snapshot functionalityAtish Patra
2024-04-26KVM: riscv: selftests: Add SBI PMU selftestAtish Patra
2024-04-26KVM: riscv: selftests: Add SBI PMU extension definitionsAtish Patra
2024-04-26KVM: riscv: selftests: Add Sscofpmf to get-reg-list testAtish Patra
2024-04-26KVM: riscv: selftests: Add helper functions for extension checksAtish Patra
2024-04-26KVM: riscv: selftests: Move sbi definitions to its own header fileAtish Patra
2024-04-25KVM: selftests: Make monitor_mwait require MONITOR/MWAIT featureZide Chen
2024-04-25KVM: selftests: Compare wall time from xen shinfo against KVM_GET_CLOCKVitaly Kuznetsov
2024-04-25KVM: selftests: Remove second semicolonColin Ian King