index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-23
KVM: x86: Merge 'selftests' into 'cet' to pick up ex_str()
Sean Christopherson
16
-109
/
+303
2025-09-23
KVM: selftests: Add ex_str() to print human friendly name of exception vectors
Sean Christopherson
7
-22
/
+57
2025-09-23
selftests/kvm: remove stale TODO in xapic_state_test
Sukrut Heroorkar
1
-2
/
+2
2025-09-23
KVM: selftests: Handle Intel Atom errata that leads to PMU event overcount
dongsheng
5
-3
/
+77
2025-09-23
KVM: selftests: Validate more arch-events in pmu_counters_test
Dapeng Mi
4
-1
/
+29
2025-09-23
KVM: selftests: Reduce number of "unavailable PMU events" combos tested
Sean Christopherson
1
-15
/
+23
2025-09-23
KVM: selftests: Track unavailable_mask for PMU events as 32-bit value
Sean Christopherson
1
-2
/
+5
2025-09-23
KVM: selftests: Add timing_info bit support in vmx_pmu_caps_test
Dapeng Mi
1
-1
/
+2
2025-09-22
KVM: x86: Don't treat ENTER and LEAVE as branches, because they aren't
Sean Christopherson
1
-3
/
+5
2025-09-20
Merge branch kvm-arm64/el2-feature-control into kvmarm-master/next
Marc Zyngier
1
-0
/
+2
2025-09-20
KVM: arm64: selftest: Expand external_aborts test to look for TTW levels
Marc Zyngier
3
-1
/
+55
2025-09-19
KVM: arm64: selftests: Test writes to ID_AA64MMFR1_EL1.{HCX, TWED}
Jinqian Yang
1
-0
/
+2
2025-09-16
KVM: riscv: selftests: Add SBI FWFT to get-reg-list test
Anup Patel
1
-0
/
+32
2025-09-16
KVM: riscv: selftests: Add common supported test cases
Quan Zhou
1
-0
/
+6
2025-09-16
KVM: riscv: selftests: Add missing headers for new testcases
Dong Yang
4
-0
/
+4
2025-09-16
KVM: riscv: selftests: Add bfloat16 extension to get-reg-list test
Quan Zhou
1
-0
/
+12
2025-09-16
KVM: riscv: selftests: Add Zicbop extension to get-reg-list test
Quan Zhou
1
-0
/
+16
2025-09-11
KVM: selftests: Add support for DIV and IDIV in the fastops test
Sean Christopherson
1
-0
/
+38
2025-09-11
KVM: selftests: Dedup the gnarly constraints of the fastops tests (more macros!)
Sean Christopherson
1
-18
/
+18
2025-09-11
KVM: selftests: Add coverage for 'b' (byte) sized fastops emulation
Sean Christopherson
1
-7
/
+13
2025-09-11
KVM: selftests: Add support for #DE exception fixup
Sean Christopherson
2
-1
/
+7
2025-09-08
KVM: selftests: Fix typo in hyperv cpuid test message
Alok Tiwari
1
-1
/
+1
2025-08-29
Merge tag 'kvmarm-fixes-6.17-1' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
9
-20
/
+92
2025-08-27
KVM: selftests: Add guest_memfd testcase to fault-in on !mmap()'d memory
Sean Christopherson
1
-0
/
+64
2025-08-27
KVM: selftests: guest_memfd mmap() test when mmap is supported
Fuad Tabba
1
-22
/
+139
2025-08-27
KVM: selftests: Do not use hardcoded page sizes in guest_memfd test
Fuad Tabba
2
-5
/
+7
2025-08-21
KVM: arm64: selftests: Sync ID_AA64MMFR3_EL1 in set_id_regs
Mark Brown
1
-0
/
+1
2025-08-21
KVM: arm64: Get rid of ARM64_FEATURE_MASK()
Marc Zyngier
7
-20
/
+20
2025-08-19
KVM: selftests: fix minor typo in cpumodel_subfuncs
Gopi Krishna Menon
1
-1
/
+1
2025-08-19
KVM: selftests: Move Intel and AMD module param helpers to x86/processor.h
Sean Christopherson
3
-38
/
+33
2025-08-19
KVM: selftests: Fix signedness issue with vCPU mmap size check
James Houghton
1
-4
/
+4
2025-08-08
KVM: arm64: selftest: Add standalone test checking for KVM's own UUID
Marc Zyngier
2
-0
/
+71
2025-07-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
23
-281
/
+1272
2025-07-29
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+2
2025-07-29
Merge tag 'kvmarm-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...
Paolo Bonzini
7
-194
/
+783
2025-07-29
Merge tag 'kvm-x86-selftests-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
7
-23
/
+30
2025-07-29
Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
8
-37
/
+263
2025-07-29
Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
7
-27
/
+196
2025-07-28
KVM: arm64: selftests: Add FEAT_RAS EL2 registers to get-reg-list
Oliver Upton
1
-0
/
+4
2025-07-28
Merge branch 'kvm-arm64/vgic-v4-ctl' into kvmarm/next
Oliver Upton
1
-0
/
+40
2025-07-28
Merge branch 'kvm-arm64/el2-reg-visibility' into kvmarm/next
Oliver Upton
2
-38
/
+385
2025-07-26
KVM: arm64: selftests: Add test for nASSGIcap attribute
Raghavendra Rao Ananta
1
-2
/
+40
2025-07-26
KVM: arm64: selftest: vgic-v3: Add basic GICv3 sysreg userspace access test
Marc Zyngier
1
-2
/
+217
2025-07-15
KVM: arm64: selftests: get-reg-list: Add base EL2 registers
Marc Zyngier
1
-0
/
+145
2025-07-15
KVM: arm64: selftests: get-reg-list: Simplify feature dependency
Marc Zyngier
1
-30
/
+22
2025-07-10
KVM: selftests: Add CONFIG_EVENTFD for irqfd selftest
Mark Brown
1
-0
/
+1
2025-07-09
KVM: arm64: selftests: Test ESR propagation for vSError injection
Oliver Upton
1
-2
/
+30
2025-07-09
KVM: selftests: Convert arch_timer tests to common helpers to pin task
Sean Christopherson
2
-27
/
+3
2025-07-09
KVM: selftests: Test behavior of KVM_X86_DISABLE_EXITS_APERFMPERF
Jim Mattson
2
-0
/
+214
2025-07-09
KVM: selftests: Expand set of APIs for pinning tasks to a single CPU
Sean Christopherson
3
-10
/
+38
[prev]
[next]