summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'kvm-s390-next-7.2-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini3-0/+122
8 daysKVM: s390: selftests: Fix cmma selftestClaudio Imbrenda1-0/+6
8 daysKVM: s390: selftests: Extended user_operexec testsEric Farman2-0/+116
2026-06-15Merge tag 'kvm-riscv-7.2-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2-59/+107
2026-06-15Merge tag 'kvm-s390-next-7.2-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2-6/+2
2026-06-12KVM: selftests: access_tracking_perf_test: bump number of NUMA nodes to 32Maxim Levitsky1-1/+1
2026-06-12Merge tag 'kvmarm-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2-7/+4
2026-06-12Merge tag 'kvm-x86-svm-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-0/+197
2026-06-12Merge tag 'kvm-x86-sev-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini6-11/+152
2026-06-12Merge tag 'kvm-x86-selftests-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini8-45/+63
2026-06-12Merge tag 'kvm-x86-misc-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini8-8/+442
2026-06-12Merge tag 'kvm-x86-gmem-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-6/+49
2026-06-12Merge branch kvm-arm64/vgic-v5-PPI-fixes into kvmarm-master/nextMarc Zyngier2-7/+4
2026-06-08KVM: selftests: Add regression test for mediated PMU fixed counter filter bugSean Christopherson1-0/+6
2026-06-07KVM: selftests: Add a hugetlb memslot alignment test modeJinyu Tang1-6/+22
2026-06-05KVM: riscv: selftests: Split SBI FWFT into separate feature-specific sublistsYong-Xuan Wang1-3/+57
2026-06-05KVM: riscv: selftests: Refactor ISA and SBI extension sublist macrosYong-Xuan Wang1-50/+28
2026-06-03KVM: selftests: Add a test for gPAT handling in L2Yosry Ahmed2-0/+197
2026-06-03KVM: selftests: Add guest_memfd regression test signed offset+size bugSean Christopherson1-0/+11
2026-06-03KVM: selftests: Expand the guest_memfd test macros to allow passing the VMSean Christopherson1-2/+11
2026-05-29Merge tag 'kvm-x86-fixes-7.1-rc6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini10-10/+25
2026-05-28KVM: selftests: Enable pre_fault_memory_test for s390Claudio Imbrenda1-0/+1
2026-05-28KVM: selftests: Fix pre_fault_memory_test to run on s390Claudio Imbrenda1-6/+1
2026-05-27KVM: selftests: Update hwcr_msr_test for CPUID faulting bitJim Mattson2-2/+8
2026-05-27KVM: selftests: Add nested page fault injection testKevin Cheng3-0/+323
2026-05-26KVM: selftests: hyperv_features: test write of 1 to HV_X64_MSR_RESETPiotr Zarycki1-7/+12
2026-05-26KVM: selftests: Randomize dirty_log_test's delay before reaping the bitmapSean Christopherson1-6/+20
2026-05-26KVM: selftests: Add and use kvm_free_fd() to harden against fd goofsSean Christopherson2-12/+17
2026-05-26KVM: selftests: Cast guest_memfd fd to a signed int when checking for >= 0Sean Christopherson1-1/+1
2026-05-26KVM: selftests: Remove unnecessary "%s" formatting of a constant stringSean Christopherson1-2/+2
2026-05-26KVM: selftests: Test guest_memfd binding overlap without GPA overlapZongyao Chen1-2/+25
2026-05-23KVM: arm64: selftests: Improve error handling for GICv5 PPI selftestSascha Bischoff1-1/+3
2026-05-23KVM: arm64: selftests: Cleanup unused vars in GICv5 PPI selftestSascha Bischoff1-6/+0
2026-05-23KVM: arm64: selftests: Add missing GIC CDEN to no-vgic-v5 selftestSascha Bischoff1-0/+1
2026-05-23KVM: selftests: Verify that KVM returns the configured APIC cycle lengthSean Christopherson1-0/+4
2026-05-23KVM: selftests: elf: Include <endian.h> instead of <bits/endian.h>Hisam Mehboob1-1/+1
2026-05-22KVM: selftests: Fix vcpu_get_stats_fd() ioctl nameZongyao Chen1-1/+1
2026-05-22KVM: selftests: Verify VMX's GUEST_PENDING_DBG_EXCEPTIONS.BS Consistency CheckHou Wenlong1-4/+65
2026-05-22KVM: selftests: Verify guest debug DR7.GD checking during instruction emulationHou Wenlong1-1/+22
2026-05-22KVM: selftests: Add all (known) EFLAGS bit definitionsSean Christopherson3-3/+20
2026-05-14KVM: selftests: Add a test to verify SEV {en,de}crypt debug ioctlsSean Christopherson3-0/+143
2026-05-13KVM: selftests: memslot_perf_test: make host wait timeout configurableMayuresh Chitale1-3/+9
2026-05-13KVM: selftests: Guard execinfo.h inclusion for non-glibc buildsHisam Mehboob1-1/+7
2026-05-13KVM: selftests: Teach sev_*_test about revoking VM typesTycho Andersen3-11/+9
2026-05-13KVM: selftests: hyperv_tlb_flush: replace NOP loop with udelay()Piotr Zarycki1-13/+2
2026-05-13KVM: selftests: Fix typo in comment in hyperv_features.cPiotr Zarycki1-1/+1
2026-05-13KVM: selftests: sync_regs_test: drop stale TODO commentPiotr Zarycki1-1/+0
2026-05-13KVM: selftests: Include sys/mman.h *and* linux/mman.h, via kvm_syscalls.hSean Christopherson9-9/+18
2026-05-12KVM: selftests: Ensure gmem file sizes are multiple of host page sizeSean Christopherson1-2/+7
2026-05-06KVM: selftests: arm64: Fix steal_time test after UAPI refactoringSebastian Ott1-0/+2