summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/include
AgeCommit message (Expand)Author
11 daysMerge tag 'kvm-x86-misc-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
11 daysMerge tag 'kvm-x86-selftests2-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
11 daysMerge tag 'kvm-x86-selftests-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
11 daysMerge tag 'loongarch-kvm-7.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini
2026-08-10KVM: LoongArch: selftests: Add FPU/LSX/LASX test casesBibo Mao
2026-08-10KVM: LoongArch: selftests: Enable LSX/LASX by auto detectionBibo Mao
2026-08-05KVM: selftests: Test one random GP counter in PMU arch events testcaseSean Christopherson
2026-07-31KVM: selftests: Add KVM syscall wrappers for pthread_{g,s}etaffinity_np()Sean Christopherson
2026-07-31KVM: selftests: Add helper APIs to cancel+join pthreadsSean Christopherson
2026-07-31KVM: selftests: Add KVM syscall wrappers for pthread_{cancel,join}()Sean Christopherson
2026-07-31KVM: selftests: Add KVM syscall wrapper for pthread_create()Sean Christopherson
2026-07-31KVM: selftests: Extract picking of random CPU from cpu_set_t to separate APISean Christopherson
2026-07-31KVM: selftests: Return the target CPU from pin_task_to_random_cpu()Sean Christopherson
2026-07-31KVM: selftests: Add a KVM syscall wrapper for sched_setaffinity()Sean Christopherson
2026-07-29KVM: selftests: Trigger L2->L1 exits stress save+restore and #PF testYosry Ahmed
2026-07-29KVM: selftests: Add basic stress test for save+restore and #PF handlingYosry Ahmed
2026-07-29KVM: selftests: Expose PTE masks to guests as part of an MMUYosry Ahmed
2026-07-29KVM: selftests: Reuse GPR switching logic for nVMXYosry Ahmed
2026-07-29KVM: selftests: Handle rflags save/restore for SVM in guest_regsYosry Ahmed
2026-07-29KVM: selftests: Rework GPR registers switching for SVM (and fix offsets)Yosry Ahmed
2026-07-29KVM: selftests: Use __stringify() instead of custom XSTR() macrosYosry Ahmed
2026-07-27KVM: selftests: Extend set_sregs test to cover EFERYosry Ahmed
2026-07-07KVM: selftests: Add a utility to pin a task to a random CPU, given a CPU setJosh Hilke
2026-07-07KVM: selftests: Add kvm_sched_getaffinity() wrapper and convert usersJosh Hilke
2026-07-07KVM: selftests: Add kvm_gettid() wrapper and convert usersJosh Hilke
2026-07-07KVM: selftests: Add a helper to set proc IRQ affinity for IRQ testJosh Hilke
2026-07-07KVM: selftests: Add helper to get host IRQ from device MSI-X for IRQ bypass testDavid Matlack
2026-07-07KVM: selftests: Add helper to generate random u64 in range [min,max]Josh Hilke
2026-07-07KVM: selftests: Rename guest_rng to kvm_rngJosh Hilke
2026-07-07KVM: selftests: Add macros to read/write+sync to/from guest memoryDavid Matlack
2026-06-24Merge tag 'kvm-x86-selftests_l2_stacks-7.3' of https://github.com/kvm-x86/lin...Paolo Bonzini
2026-06-24Merge tag 'kvm-s390-next-7.2-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2026-06-24KVM: s390: selftests: Extended user_operexec testsEric Farman
2026-06-17KVM: selftests: Add svm_pmu_host_guest_test for Host-Only/Guest-Only bitsJim Mattson
2026-06-17KVM: selftests: Add a helper to query enable_mediated_pmu module paramSean Christopherson
2026-06-17KVM: selftests: Drop L1-provided stacks for L2 guests on x86Yosry Ahmed
2026-06-17KVM: selftests: Allocate a dedicated guest page for x86 L2 guest stackYosry Ahmed
2026-06-12KVM: selftests: access_tracking_perf_test: bump number of NUMA nodes to 32Maxim Levitsky
2026-06-12Merge tag 'kvm-x86-sev-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-06-12Merge tag 'kvm-x86-selftests-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-06-12Merge tag 'kvm-x86-misc-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-05-27KVM: selftests: Update hwcr_msr_test for CPUID faulting bitJim Mattson
2026-05-26KVM: selftests: Add nested page fault injection testKevin Cheng
2026-05-26KVM: selftests: Add and use kvm_free_fd() to harden against fd goofsSean Christopherson
2026-05-22KVM: selftests: Fix vcpu_get_stats_fd() ioctl nameZongyao Chen
2026-05-21KVM: selftests: Add all (known) EFLAGS bit definitionsSean Christopherson
2026-05-13KVM: selftests: Add a test to verify SEV {en,de}crypt debug ioctlsSean Christopherson
2026-05-13KVM: selftests: Include sys/mman.h *and* linux/mman.h, via kvm_syscalls.hSean Christopherson
2026-04-20KVM: selftests: Replace "paddr" with "gpa" throughoutSean Christopherson
2026-04-20KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"Sean Christopherson