index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
x86
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-23
KVM: selftests: Verify MSRs are (not) in save/restore list when (un)supported
Sean Christopherson
1
-1
/
+18
2025-09-23
KVM: selftests: Add coverage for KVM-defined registers in MSRs test
Sean Christopherson
1
-3
/
+94
2025-09-23
KVM: selftests: Add KVM_{G,S}ET_ONE_REG coverage to MSRs test
Sean Christopherson
1
-1
/
+21
2025-09-23
KVM: selftests: Extend MSRs test to validate vCPUs without supported features
Sean Christopherson
1
-3
/
+25
2025-09-23
KVM: selftests: Add support for MSR_IA32_{S,U}_CET to MSRs test
Sean Christopherson
1
-2
/
+19
2025-09-23
KVM: selftests: Add an MSR test to exercise guest/host and read/write
Sean Christopherson
1
-0
/
+322
2025-09-23
KVM: x86: Merge 'selftests' into 'cet' to pick up ex_str()
Sean Christopherson
9
-64
/
+138
2025-09-23
KVM: selftests: Add ex_str() to print human friendly name of exception vectors
Sean Christopherson
5
-22
/
+22
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
2
-3
/
+13
2025-09-23
KVM: selftests: Validate more arch-events in pmu_counters_test
Dapeng Mi
1
-0
/
+8
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-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-08
KVM: selftests: Fix typo in hyperv cpuid test message
Alok Tiwari
1
-1
/
+1
2025-07-29
Merge tag 'kvm-x86-selftests-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+1
2025-07-29
Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-0
/
+221
2025-07-29
Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-17
/
+4
2025-07-09
KVM: selftests: Test behavior of KVM_X86_DISABLE_EXITS_APERFMPERF
Jim Mattson
1
-0
/
+213
2025-06-24
KVM: selftests: Add back the missing check of MONITOR/MWAIT availability
Chenyi Qiang
1
-0
/
+1
2025-06-23
KVM: selftests: Add utilities to create eventfds and do KVM_IRQFD
Sean Christopherson
1
-14
/
+4
2025-06-23
KVM: selftests: Assert that eventfd() succeeds in Xen shinfo test
Sean Christopherson
1
-6
/
+3
2025-06-20
KVM: selftests: Verify KVM is loaded when getting a KVM module param
Sean Christopherson
1
-1
/
+1
2025-06-20
KVM: selftests: Verify KVM disable interception (for userspace) on filter change
Sean Christopherson
1
-0
/
+8
2025-05-27
Merge tag 'kvm-x86-svm-6.16' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+135
2025-05-19
KVM: selftests: Add test to verify KVM_CAP_X86_BUS_LOCK_EXIT
Nikunj A Dadhania
1
-0
/
+135
2025-05-08
KVM: selftests: Add a test for x86's fastops emulation
Sean Christopherson
1
-0
/
+165
2025-05-02
KVM: selftests: Add a basic SEV-SNP smoke test
Pratik R. Sampat
1
-2
/
+23
2025-05-02
KVM: selftests: Decouple SEV policy from VM type
Pratik R. Sampat
1
-24
/
+26
2025-05-02
KVM: selftests: Introduce SEV VM type check
Pratik R. Sampat
1
-1
/
+1
2025-05-02
KVM: selftests: Add SMT control state helper
Pratik R. Sampat
1
-20
/
+1
2025-05-02
KVM: selftests: Add vmgexit helper
Pratik R. Sampat
1
-1
/
+1
2025-05-02
KVM: selftests: SEV-SNP test for KVM_SEV_INIT2
Pratik R. Sampat
1
-0
/
+13
2025-04-04
selftests: kvm: revamp MONITOR/MWAIT tests
Paolo Bonzini
1
-51
/
+57
2025-03-19
Merge tag 'kvm-x86-selftests-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
3
-5
/
+18
2025-03-19
Merge tag 'kvm-x86-selftests_6.15-1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
7
-81
/
+102
2025-03-19
Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+146
2025-03-03
KVM: selftests: Fix printf() format goof in SEV smoke test
Sean Christopherson
1
-1
/
+2
2025-02-28
KVM: selftests: Relax assertion on HLT exits if CPU supports Idle HLT
Sean Christopherson
1
-1
/
+12
2025-02-28
KVM: selftests: Assert that STI blocking isn't set after event injection
Sean Christopherson
1
-0
/
+2
2025-02-24
KVM: selftests: Add a nested (forced) emulation intercept test for x86
Sean Christopherson
1
-0
/
+146
2025-02-14
KVM: selftests: Add infrastructure for getting vCPU binary stats
Sean Christopherson
1
-0
/
+2
2025-02-14
KVM: selftests: Macrofy vm_get_stat() to auto-generate stat name string
Sean Christopherson
2
-5
/
+5
2025-02-12
KVM: selftests: Add CPUID tests for Hyper-V features that need in-kernel APIC
Sean Christopherson
1
-1
/
+14
2025-02-12
KVM: selftests: Manage CPUID array in Hyper-V CPUID test's core helper
Sean Christopherson
1
-13
/
+17
2025-02-12
KVM: selftests: Mark test_hv_cpuid_e2big() static in Hyper-V CPUID test
Sean Christopherson
1
-1
/
+1
[next]