index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
Merge tag 'kvmarm-7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
4
-0
/
+271
2026-08-19
Merge branch 'kvm-arm64/feat-nv3' into next
Oliver Upton
1
-0
/
+2
2026-08-19
Merge branch 'kvm-arm64/pkvm-7.3' into next
Oliver Upton
3
-0
/
+268
2026-08-19
Merge branch 'kvm-arm64/pmu-7.3' into next
Oliver Upton
1
-0
/
+1
2026-08-18
Merge tag 'kvm-x86-misc-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
5
-46
/
+165
2026-08-18
Merge tag 'kvm-x86-selftests2-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
42
-405
/
+883
2026-08-18
Merge tag 'kvm-x86-selftests-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
22
-160
/
+502
2026-08-18
Merge tag 'loongarch-kvm-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEAD
Paolo Bonzini
4
-2
/
+167
2026-08-18
Merge tag 'kvm-riscv-7.3-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
6
-6
/
+412
2026-08-10
KVM: selftests: Create one VM with many vCPUs for each major PMU counters test
Sean Christopherson
1
-89
/
+118
2026-08-10
KVM: LoongArch: selftests: Add FPU/LSX/LASX test cases
Bibo Mao
3
-1
/
+147
2026-08-10
KVM: LoongArch: selftests: Enable LSX/LASX by auto detection
Bibo Mao
2
-1
/
+20
2026-08-05
KVM: x86/pmu: Clean up vPMU comments and stray blank lines
Like Xu
2
-5
/
+5
2026-08-05
KVM: selftests: Test one random GP counter in PMU arch events testcase
Sean Christopherson
3
-16
/
+28
2026-07-31
KVM: selftests: Add a test for KVM_CREATE_VM VM type enforcement
Hemanth Selam
3
-4
/
+49
2026-07-31
KVM: selftests: Extend the invalid nVMX guest state test to cover RSM
Hao Zhang
1
-0
/
+53
2026-07-31
KVM: selftests: Refactor invalid nVMX state test to prepare for RSM testcase
Sean Christopherson
1
-19
/
+42
2026-07-31
KVM: selftests: Use port 0x80 in invalid nVMX guest state test
Sean Christopherson
1
-3
/
+3
2026-07-31
KVM: selftests: Add KVM syscall wrappers for pthread_{g,s}etaffinity_np()
Sean Christopherson
1
-0
/
+16
2026-07-31
KVM: selftests: Clean up global constants in hardware disable test
Sean Christopherson
1
-10
/
+10
2026-07-31
KVM: selftests: Add helper APIs to cancel+join pthreads
Sean Christopherson
7
-45
/
+33
2026-07-31
KVM: selftests: Add KVM syscall wrappers for pthread_{cancel,join}()
Sean Christopherson
27
-61
/
+38
2026-07-31
KVM: selftests: Add KVM syscall wrapper for pthread_create()
Sean Christopherson
28
-77
/
+50
2026-07-31
KVM: selftests: Drop unreachable, dead code from hardware disable test
Sean Christopherson
1
-27
/
+14
2026-07-31
KVM: selftests: Affine threads to random CPUs in hardware disable test
Sean Christopherson
1
-4
/
+9
2026-07-31
KVM: selftests: Extract picking of random CPU from cpu_set_t to separate API
Sean Christopherson
2
-6
/
+12
2026-07-31
KVM: selftests: Return the target CPU from pin_task_to_random_cpu()
Sean Christopherson
2
-3
/
+4
2026-07-31
KVM: selftests: Pre-set threads affinity in hardware disable test when possible
Sean Christopherson
1
-2
/
+12
2026-07-31
KVM: selftests: Set threads CPU affinity before doing work in hardware disable test
Sean Christopherson
1
-15
/
+8
2026-07-31
KVM: selftests: Add a KVM syscall wrapper for sched_setaffinity()
Sean Christopherson
2
-4
/
+3
2026-07-31
KVM: selftests: Only link to VFIO library on x86
Sean Christopherson
1
-0
/
+5
2026-07-31
KVM: arm64: selftest: Add NVHCR_EL2 to get-reg-list
Marc Zyngier
1
-0
/
+2
2026-07-31
KVM: arm64: selftests: Add stage-2 block transition test
Fuad Tabba
2
-0
/
+227
2026-07-30
KVM: arm64: selftests: Add a userspace watchpoint test
Fuad Tabba
1
-0
/
+41
2026-07-30
KVM: arm64: Expose PMMIR_EL1.SLOTS under strict PMUv3 UAPI
Congkai Tan
1
-0
/
+1
2026-07-29
KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test
Inochi Amaoto
1
-0
/
+69
2026-07-29
KVM: selftests: Trigger L2->L1 exits stress save+restore and #PF test
Yosry Ahmed
2
-4
/
+45
2026-07-29
KVM: selftests: Support running stress save+restore and #PF test in L2
Yosry Ahmed
1
-3
/
+53
2026-07-29
KVM: selftests: Trigger save+restore randomly in the #PF stress test
Yosry Ahmed
1
-7
/
+49
2026-07-29
KVM: selftests: Add basic stress test for save+restore and #PF handling
Yosry Ahmed
3
-0
/
+174
2026-07-29
KVM: selftests: Do not intercept #PF by default in nVMX tests
Yosry Ahmed
1
-1
/
+1
2026-07-29
KVM: selftests: Expose PTE masks to guests as part of an MMU
Yosry Ahmed
2
-0
/
+13
2026-07-29
KVM: selftests: Add a blank line before logging assertion failures
Yosry Ahmed
1
-1
/
+1
2026-07-29
KVM: selftests: Drop HORRIFIC_L2_UCALL_CLOBBER_HACK
Yosry Ahmed
1
-30
/
+2
2026-07-29
KVM: selftests: Reuse GPR switching logic for nVMX
Yosry Ahmed
2
-66
/
+49
2026-07-29
KVM: selftests: Handle rflags save/restore for SVM in guest_regs
Yosry Ahmed
2
-5
/
+5
2026-07-29
KVM: selftests: Rework GPR registers switching for SVM (and fix offsets)
Yosry Ahmed
3
-28
/
+54
2026-07-29
KVM: selftests: Fix RAX and RFLAGS VMCB offsets when running L2
Yosry Ahmed
1
-8
/
+11
2026-07-29
KVM: selftests: Use __stringify() instead of custom XSTR() macros
Yosry Ahmed
4
-9
/
+3
2026-07-29
KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test
Inochi Amaoto
1
-0
/
+21
[next]