aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge tag 'kvm-x86-selftests2-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini6-34/+140
2026-08-18Merge tag 'kvm-x86-selftests-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini5-64/+48
2026-08-18Merge tag 'loongarch-kvm-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADPaolo Bonzini1-1/+10
2026-08-10KVM: LoongArch: selftests: Enable LSX/LASX by auto detectionBibo Mao1-1/+10
2026-08-05KVM: selftests: Test one random GP counter in PMU arch events testcaseSean Christopherson1-4/+18
2026-07-31KVM: selftests: Add KVM syscall wrappers for pthread_{cancel,join}()Sean Christopherson2-3/+2
2026-07-31KVM: selftests: Add KVM syscall wrapper for pthread_create()Sean Christopherson2-3/+3
2026-07-31KVM: selftests: Extract picking of random CPU from cpu_set_t to separate APISean Christopherson1-5/+2
2026-07-31KVM: selftests: Return the target CPU from pin_task_to_random_cpu()Sean Christopherson1-2/+3
2026-07-29KVM: selftests: Do not intercept #PF by default in nVMX testsYosry Ahmed1-1/+1
2026-07-29KVM: selftests: Expose PTE masks to guests as part of an MMUYosry Ahmed1-0/+12
2026-07-29KVM: selftests: Add a blank line before logging assertion failuresYosry Ahmed1-1/+1
2026-07-29KVM: selftests: Drop HORRIFIC_L2_UCALL_CLOBBER_HACKYosry Ahmed1-30/+2
2026-07-29KVM: selftests: Handle rflags save/restore for SVM in guest_regsYosry Ahmed1-4/+2
2026-07-29KVM: selftests: Rework GPR registers switching for SVM (and fix offsets)Yosry Ahmed2-26/+25
2026-07-29KVM: selftests: Fix RAX and RFLAGS VMCB offsets when running L2Yosry Ahmed1-8/+11
2026-07-07KVM: selftests: Add a utility to pin a task to a random CPU, given a CPU setJosh Hilke1-0/+21
2026-07-07KVM: selftests: Add kvm_sched_getaffinity() wrapper and convert usersJosh Hilke1-3/+2
2026-07-07KVM: selftests: Add kvm_gettid() wrapper and convert usersJosh Hilke2-7/+4
2026-07-07KVM: selftests: Add a helper to set proc IRQ affinity for IRQ testJosh Hilke1-0/+14
2026-07-07KVM: selftests: Add helper to get host IRQ from device MSI-X for IRQ bypass testDavid Matlack1-0/+40
2026-07-07KVM: selftests: Add helper to generate random u64 in range [min,max]Josh Hilke1-0/+18
2026-07-07KVM: selftests: Seed libc's RNG before using it to generate a seed for KVM's pRNGSean Christopherson1-0/+2
2026-07-07KVM: selftests: Initialize the default/global pRNG during kvm_selftest_init()Sean Christopherson1-7/+11
2026-07-07KVM: selftests: Rename guest_rng to kvm_rngJosh Hilke3-17/+17
2026-06-17KVM: selftests: Drop L1-provided stacks for L2 guests on x86Yosry Ahmed3-14/+4
2026-06-17KVM: selftests: Allocate a dedicated guest page for x86 L2 guest stackYosry Ahmed4-6/+9
2026-06-17KVM: selftests: Refactor allocating guest stack into a helperYosry Ahmed1-20/+25
2026-06-12Merge tag 'kvm-x86-selftests-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-13/+12
2026-06-12Merge tag 'kvm-x86-misc-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-2/+2
2026-05-29Merge tag 'kvm-x86-fixes-7.1-rc6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-2/+8
2026-05-26KVM: selftests: Add and use kvm_free_fd() to harden against fd goofsSean Christopherson1-12/+11
2026-05-26KVM: selftests: Cast guest_memfd fd to a signed int when checking for >= 0Sean Christopherson1-1/+1
2026-05-23KVM: selftests: elf: Include <endian.h> instead of <bits/endian.h>Hisam Mehboob1-1/+1
2026-05-21KVM: selftests: Add all (known) EFLAGS bit definitionsSean Christopherson2-2/+2
2026-05-13KVM: selftests: Guard execinfo.h inclusion for non-glibc buildsHisam Mehboob1-1/+7
2026-05-13KVM: selftests: Include sys/mman.h *and* linux/mman.h, via kvm_syscalls.hSean Christopherson1-1/+1
2026-04-20KVM: selftests: Replace "paddr" with "gpa" throughoutSean Christopherson6-84/+83
2026-04-20KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"Sean Christopherson1-8/+6
2026-04-20KVM: selftests: Replace "u64 gpa" with "gpa_t" throughoutSean Christopherson2-8/+8
2026-04-20KVM: selftests: Replace "vaddr" with "gva" throughoutSean Christopherson9-144/+124
2026-04-20KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()Sean Christopherson2-3/+3
2026-04-20KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()Sean Christopherson3-21/+7
2026-04-20KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VMSean Christopherson11-103/+63
2026-04-20KVM: selftests: Use u8 instead of uint8_tDavid Matlack9-28/+28
2026-04-20KVM: selftests: Use s16 instead of int16_tDavid Matlack1-1/+1
2026-04-20KVM: selftests: Use u16 instead of uint16_tDavid Matlack4-7/+7
2026-04-20KVM: selftests: Use u32 instead of uint32_tDavid Matlack17-154/+153
2026-04-20KVM: selftests: Use s64 instead of int64_tDavid Matlack3-10/+10
2026-04-20KVM: selftests: Use u64 instead of uint64_tDavid Matlack28-309/+307