index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-04
Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+8
2025-03-20
Merge tag 'kvmarm-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...
Paolo Bonzini
3
-17
/
+70
2025-03-20
Merge tag 'kvm-riscv-6.15-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
1
-25
/
+56
2025-03-19
Merge branch 'kvm-arm64/writable-midr' into kvmarm/next
Oliver Upton
1
-7
/
+30
2025-03-19
Merge branch 'kvm-arm64/pv-cpuid' into kvmarm/next
Oliver Upton
2
-10
/
+37
2025-03-19
Merge branch 'kvm-arm64/nv-idregs' into kvmarm/next
Oliver Upton
1
-0
/
+3
2025-03-19
Merge tag 'kvm-x86-selftests-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
9
-356
/
+370
2025-03-19
Merge tag 'kvm-x86-selftests_6.15-1' of https://github.com/kvm-x86/linux into...
Paolo Bonzini
10
-83
/
+151
2025-03-19
Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-0
/
+147
2025-03-19
KVM: riscv: selftests: Add Zaamo/Zalrsc extensions to get-reg-list test
Clément Léger
1
-0
/
+8
2025-03-12
KVM: arm64: selftests: Test that TGRAN*_2 fields are writable
Sebastian Ott
1
-0
/
+3
2025-03-06
KVM: riscv: selftests: Allow number of interrupts to be configurable
Atish Patra
1
-7
/
+31
2025-03-06
KVM: riscv: selftests: Change command line option
Atish Patra
1
-14
/
+26
2025-03-06
KVM: riscv: selftests: Do not start the counter in the overflow handler
Atish Patra
1
-7
/
+2
2025-03-03
KVM: selftests: Fix printf() format goof in SEV smoke test
Sean Christopherson
1
-1
/
+2
2025-03-03
KVM: selftests: Ensure all vCPUs hit -EFAULT during initial RO stage
Sean Christopherson
1
-8
/
+13
2025-02-28
KVM: selftests: Relax assertion on HLT exits if CPU supports Idle HLT
Sean Christopherson
2
-1
/
+13
2025-02-28
KVM: selftests: Assert that STI blocking isn't set after event injection
Sean Christopherson
1
-0
/
+2
2025-02-28
KVM: selftests: Fix spelling mistake "UFFDIO_CONINUE" -> "UFFDIO_CONTINUE"
Colin Ian King
1
-1
/
+1
2025-02-26
KVM: selftests: Add test for KVM_REG_ARM_VENDOR_HYP_BMAP_2
Shameer Kolothum
2
-10
/
+37
2025-02-26
KVM: selftests: arm64: Test writes to MIDR,REVIDR,AIDR
Sebastian Ott
1
-7
/
+30
2025-02-24
KVM: selftests: Add a nested (forced) emulation intercept test for x86
Sean Christopherson
2
-0
/
+147
2025-02-14
KVM: selftests: Add infrastructure for getting vCPU binary stats
Sean Christopherson
3
-27
/
+27
2025-02-14
KVM: selftests: Adjust number of files rlimit for all "standard" VMs
Sean Christopherson
3
-27
/
+37
2025-02-14
KVM: selftests: Get VM's binary stats FD when opening VM
Sean Christopherson
1
-4
/
+11
2025-02-14
KVM: selftests: Add struct and helpers to wrap binary stats cache
Sean Christopherson
2
-24
/
+34
2025-02-14
KVM: selftests: Macrofy vm_get_stat() to auto-generate stat name string
Sean Christopherson
3
-12
/
+12
2025-02-14
KVM: selftests: Assert that __vm_get_stat() actually finds a stat
Sean Christopherson
1
-2
/
+3
2025-02-12
KVM: selftests: Close VM's binary stats FD when releasing VM
Sean Christopherson
1
-6
/
+9
2025-02-12
KVM: selftests: Fix mostly theoretical leak of VM's binary stats FD
Sean Christopherson
1
-2
/
+2
2025-02-12
KVM: selftests: Allow running a single iteration of dirty_log_test
Sean Christopherson
1
-1
/
+1
2025-02-12
KVM: selftests: Fix an off-by-one in the number of dirty_log_test iterations
Sean Christopherson
1
-1
/
+1
2025-02-12
KVM: selftests: Set per-iteration variables at the start of each iteration
Sean Christopherson
1
-26
/
+17
2025-02-12
KVM: selftests: Tighten checks around prev iter's last dirty page in ring
Sean Christopherson
1
-7
/
+15
2025-02-12
KVM: selftests: Ensure guest writes min number of pages in dirty_log_test
Sean Christopherson
1
-4
/
+36
2025-02-12
KVM: sefltests: Verify value of dirty_log_test last page isn't bogus
Sean Christopherson
1
-2
/
+3
2025-02-12
KVM: selftests: Collect *all* dirty entries in each dirty_log_test iteration
Sean Christopherson
1
-104
/
+45
2025-02-12
KVM: selftests: Print (previous) last_page on dirty page value mismatch
Sean Christopherson
1
-5
/
+8
2025-02-12
KVM: selftests: Use continue to handle all "pass" scenarios in dirty_log_test
Sean Christopherson
1
-8
/
+5
2025-02-12
KVM: selftests: Post to sem_vcpu_stop if and only if vcpu_stop is true
Sean Christopherson
1
-14
/
+4
2025-02-12
KVM: selftests: Keep dirty_log_test vCPU in guest until it needs to stop
Sean Christopherson
1
-21
/
+22
2025-02-12
KVM: selftests: Honor "stop" request in dirty ring test
Sean Christopherson
1
-2
/
+10
2025-02-12
KVM: selftests: Limit dirty_log_test's s390x workaround to s390x
Maxim Levitsky
1
-0
/
+2
2025-02-12
KVM: selftests: Continuously reap dirty ring while vCPU is running
Sean Christopherson
1
-17
/
+46
2025-02-12
KVM: selftests: Read per-page value into local var when verifying dirty_log_test
Sean Christopherson
1
-9
/
+7
2025-02-12
KVM: selftests: Precisely track number of dirty/clear pages for each iteration
Sean Christopherson
1
-9
/
+9
2025-02-12
KVM: selftests: Drop stale srandom() initialization from dirty_log_test
Sean Christopherson
1
-2
/
+0
2025-02-12
KVM: selftests: Drop signal/kick from dirty ring testcase
Sean Christopherson
1
-91
/
+15
2025-02-12
KVM: selftests: Sync dirty_log_test iteration to guest *before* resuming
Sean Christopherson
1
-1
/
+1
2025-02-12
KVM: selftests: Support multiple write retires in dirty_log_test
Maxim Levitsky
1
-2
/
+50
[next]