index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-29
Merge tag 'kvm-x86-fixes-7.1-rc6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
10
-10
/
+25
2026-05-23
KVM: selftests: Verify that KVM returns the configured APIC cycle length
Sean Christopherson
1
-0
/
+4
2026-05-23
KVM: selftests: elf: Include <endian.h> instead of <bits/endian.h>
Hisam Mehboob
1
-1
/
+1
2026-05-13
KVM: selftests: Guard execinfo.h inclusion for non-glibc builds
Hisam Mehboob
1
-1
/
+7
2026-05-13
KVM: selftests: Include sys/mman.h *and* linux/mman.h, via kvm_syscalls.h
Sean Christopherson
9
-9
/
+18
2026-05-12
KVM: selftests: Ensure gmem file sizes are multiple of host page size
Sean Christopherson
1
-2
/
+7
2026-05-06
KVM: selftests: arm64: Fix steal_time test after UAPI refactoring
Sebastian Ott
1
-0
/
+2
2026-04-27
Merge tag 'kvm-x86-selftests_kernel_types-7.1' of https://github.com/kvm-x86/...
Paolo Bonzini
185
-2820
/
+2709
2026-04-27
KVM: selftests: Add check_steal_time_uapi() implementation for LoongArch
Sean Christopherson
1
-0
/
+5
2026-04-21
KVM: selftests: Replace "paddr" with "gpa" throughout
Sean Christopherson
9
-100
/
+98
2026-04-21
KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"
Sean Christopherson
2
-9
/
+7
2026-04-21
KVM: selftests: Replace "u64 gpa" with "gpa_t" throughout
Sean Christopherson
15
-55
/
+55
2026-04-21
KVM: selftests: Replace "vaddr" with "gva" throughout
Sean Christopherson
16
-182
/
+150
2026-04-21
KVM: selftests: Clarify that arm64's inject_uer() takes a host PA, not a gues...
Sean Christopherson
1
-2
/
+2
2026-04-21
KVM: selftests: Rename translate_to_host_paddr() => translate_hva_to_hpa()
Sean Christopherson
1
-8
/
+5
2026-04-21
KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()
Sean Christopherson
3
-4
/
+4
2026-04-21
KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()
Sean Christopherson
5
-23
/
+9
2026-04-21
KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VM
Sean Christopherson
28
-142
/
+102
2026-04-21
KVM: selftests: Use u8 instead of uint8_t
David Matlack
49
-205
/
+201
2026-04-21
KVM: selftests: Use s16 instead of int16_t
David Matlack
1
-1
/
+1
2026-04-21
KVM: selftests: Use u16 instead of uint16_t
David Matlack
11
-42
/
+42
2026-04-21
KVM: selftests: Use s32 instead of int32_t
David Matlack
2
-14
/
+14
2026-04-21
KVM: selftests: Use u32 instead of uint32_t
David Matlack
87
-646
/
+642
2026-04-21
KVM: selftests: Use s64 instead of int64_t
David Matlack
11
-22
/
+22
2026-04-21
KVM: selftests: Use u64 instead of uint64_t
David Matlack
142
-1415
/
+1415
2026-04-21
KVM: selftests: Use gpa_t for GPAs in Hyper-V selftests
David Matlack
4
-6
/
+6
2026-04-21
KVM: selftests: Use gpa_t instead of vm_paddr_t
David Matlack
35
-96
/
+92
2026-04-21
KVM: selftests: Use gva_t instead of vm_vaddr_t
David Matlack
71
-178
/
+172
2026-04-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
39
-286
/
+1703
2026-04-15
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+1
2026-04-13
Merge tag 'kvm-s390-next-7.1-1' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
8
-40
/
+5
2026-04-13
Merge tag 'kvm-x86-svm-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+0
2026-04-13
Merge tag 'kvm-x86-nested-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
9
-16
/
+435
2026-04-13
Merge tag 'kvm-x86-selftests-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
8
-12
/
+92
2026-04-13
Merge tag 'kvmarm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
7
-197
/
+724
2026-04-13
Merge tag 'loongarch-kvm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Paolo Bonzini
5
-2
/
+302
2026-04-13
Merge tag 'kvm-riscv-7.1-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
5
-17
/
+145
2026-04-09
KVM: LoongArch: selftests: Add PMU overflow interrupt test
Song Gao
3
-0
/
+60
2026-04-09
KVM: LoongArch: selftests: Add basic PMU event counting test
Song Gao
5
-2
/
+223
2026-04-09
KVM: LoongArch: selftests: Add cpucfg read/write helpers
Song Gao
2
-0
/
+19
2026-04-08
Merge branch kvm-arm64/misc-7.1 into kvmarm-master/next
Marc Zyngier
1
-12
/
+2
2026-04-07
KVM: s390: selftests: enable some common memory-related tests
Claudio Imbrenda
1
-6
/
+3
2026-04-07
KVM: selftests: Remove 1M alignment requirement for s390
Claudio Imbrenda
7
-34
/
+2
2026-04-04
KVM: selftests: Drop 'invalid' from svm_nested_invalid_vmcb12_gpa's name
Yosry Ahmed
2
-1
/
+1
2026-04-04
KVM: selftests: Rework svm_nested_invalid_vmcb12_gpa
Yosry Ahmed
1
-37
/
+115
2026-04-03
KVM: selftests: Remove duplicate LAUNCH_UPDATE_VMSA call in SEV-ES migrate test
Sean Christopherson
1
-2
/
+0
2026-04-02
KVM: riscv: selftests: Implement kvm_arch_has_default_irqchip
Mayuresh Chitale
1
-0
/
+5
2026-04-01
KVM: arm64: selftests: Avoid testing the IMPDEF behavior
Zenghui Yu (Huawei)
1
-12
/
+2
2026-04-01
KVM: arm64: set_id_regs: Allow GICv3 support to be set at runtime
Marc Zyngier
1
-7
/
+45
2026-03-27
RISC-V: KVM: selftests: Fix firmware counter read in sbi_pmu_test
Jiakai Xu
2
-1
/
+56
[next]