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
/
arch
/
x86
/
kvm
/
cpuid.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-04
KVM: x86: Explicitly zero-initialize on-stack CPUID unions
Sean Christopherson
1
-5
/
+3
2025-03-19
Merge tag 'kvm-x86-xen-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+16
2025-03-19
Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-26
/
+28
2025-03-04
KVM: x86: Remove the unreachable case for 0x80000022 leaf in __do_cpuid_func()
Xiaoyao Li
1
-7
/
+1
2025-03-04
KVM: x86: Explicitly zero EAX and EBX when PERFMON_V2 isn't supported by KVM
Xiaoyao Li
1
-1
/
+1
2025-02-25
KVM: x86: Update Xen TSC leaves during CPUID emulation
Fred Griffoul
1
-0
/
+16
2025-02-12
KVM: x86: Defer runtime updates of dynamic CPUID bits until CPUID emulation
Sean Christopherson
1
-2
/
+10
2025-02-12
KVM: x86: Apply TSX_CTRL_CPUID_CLEAR if and only if the vCPU has RTM or HLE
Sean Christopherson
1
-1
/
+2
2025-02-12
KVM: x86: Use for-loop to iterate over XSTATE size entries
Sean Christopherson
1
-15
/
+14
2025-02-12
KVM: x86/cpuid: add type suffix to decimal const 48 fix building warning
Ethan Zhao
1
-1
/
+1
2025-02-04
kvm: x86: SRSO_USER_KERNEL_NO is not synthesized
Paolo Bonzini
1
-1
/
+1
2025-01-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-309
/
+663
2024-12-30
KVM: x86: Advertise SRSO_USER_KERNEL_NO to userspace
Borislav Petkov (AMD)
1
-1
/
+1
2024-12-18
KVM: x86: Use only local variables (no bitmask) to init kvm_cpu_caps
Sean Christopherson
1
-268
/
+273
2024-12-18
KVM: x86: Explicitly track feature flags that are enabled at runtime
Sean Christopherson
1
-4
/
+17
2024-12-18
KVM: x86: Explicitly track feature flags that require vendor enabling
Sean Christopherson
1
-16
/
+43
2024-12-18
KVM: x86: Rename "SF" macro to "SCATTERED_F"
Sean Christopherson
1
-6
/
+6
2024-12-18
KVM: x86: Pull CPUID capabilities from boot_cpu_data only as needed
Sean Christopherson
1
-8
/
+7
2024-12-18
KVM: x86: Add a macro for features that are synthesized into boot_cpu_data
Sean Christopherson
1
-19
/
+30
2024-12-18
KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_caps
Sean Christopherson
1
-2
/
+2
2024-12-18
KVM: x86: Update guest cpu_caps at runtime for dynamic CPUID-based features
Sean Christopherson
1
-9
/
+19
2024-12-18
KVM: x86: Update OS{XSAVE,PKE} bits in guest CPUID irrespective of host support
Sean Christopherson
1
-5
/
+3
2024-12-18
KVM: x86: Drop unnecessary check that cpuid_entry2_find() returns right leaf
Sean Christopherson
1
-1
/
+1
2024-12-18
KVM: x86: Avoid double CPUID lookup when updating MWAIT at runtime
Sean Christopherson
1
-8
/
+5
2024-12-18
KVM: x86: Initialize guest cpu_caps based on KVM support
Sean Christopherson
1
-1
/
+14
2024-12-18
KVM: x86: Treat MONTIOR/MWAIT as a "partially emulated" feature
Sean Christopherson
1
-2
/
+13
2024-12-18
KVM: x86: Extract code for generating per-entry emulated CPUID information
Sean Christopherson
1
-13
/
+13
2024-12-18
KVM: x86: Initialize guest cpu_caps based on guest CPUID
Sean Christopherson
1
-2
/
+44
2024-12-18
KVM: x86: Replace guts of "governed" features with comprehensive cpu_caps
Sean Christopherson
1
-3
/
+11
2024-12-18
KVM: x86: Rename "governed features" helpers to use "guest_cpu_cap"
Sean Christopherson
1
-1
/
+1
2024-12-18
KVM: x86: Advertise HYPERVISOR in KVM_GET_SUPPORTED_CPUID
Sean Christopherson
1
-1
/
+2
2024-12-18
KVM: x86: Advertise TSC_DEADLINE_TIMER in KVM_GET_SUPPORTED_CPUID
Sean Christopherson
1
-1
/
+1
2024-12-18
KVM: x86: Remove all direct usage of cpuid_entry2_find()
Sean Christopherson
1
-12
/
+16
2024-12-18
KVM: x86: Move kvm_find_cpuid_entry{,_index}() up near cpuid_entry2_find()
Sean Christopherson
1
-14
/
+14
2024-12-18
KVM: x86: Always operate on kvm_vcpu data in cpuid_entry2_find()
Sean Christopherson
1
-41
/
+21
2024-12-18
KVM: x86: Remove unnecessary caching of KVM's PV CPUID base
Sean Christopherson
1
-26
/
+8
2024-12-18
KVM: x86: Clear PV_UNHALT for !HLT-exiting only when userspace sets CPUID
Sean Christopherson
1
-17
/
+11
2024-12-18
KVM: x86: Swap incoming guest CPUID into vCPU before massaging in KVM_SET_CPUID2
Sean Christopherson
1
-22
/
+32
2024-12-18
KVM: x86: Add a macro to init CPUID features that KVM emulates in software
Sean Christopherson
1
-9
/
+17
2024-12-18
KVM: x86: Add a macro to init CPUID features that ignore host kernel support
Sean Christopherson
1
-4
/
+16
2024-12-18
KVM: x86: Harden CPU capabilities processing against out-of-scope features
Sean Christopherson
1
-17
/
+36
2024-12-18
KVM: x86: #undef SPEC_CTRL_SSBD in cpuid.c to avoid macro collisions
Sean Christopherson
1
-0
/
+6
2024-12-18
KVM: x86: Handle kernel- and KVM-defined CPUID words in a single helper
Sean Christopherson
1
-30
/
+16
2024-12-18
KVM: x86: Add a macro to precisely handle aliased 0x1.EDX CPUID features
Sean Christopherson
1
-18
/
+29
2024-12-18
KVM: x86: Add a macro to init CPUID features that are 64-bit only
Sean Christopherson
1
-12
/
+10
2024-12-18
KVM: x86: Rename kvm_cpu_cap_mask() to kvm_cpu_cap_init()
Sean Christopherson
1
-17
/
+17
2024-12-18
KVM: x86: Unpack F() CPUID feature flag macros to one flag per line of code
Sean Christopherson
1
-64
/
+231
2024-12-18
KVM: x86: Account for max supported CPUID leaf when getting raw host CPUID
Sean Christopherson
1
-5
/
+24
2024-12-18
KVM: x86: Don't update PV features caches when enabling enforcement capability
Sean Christopherson
1
-1
/
+1
2024-12-18
KVM: x86: Zero out PV features cache when the CPUID leaf is not present
Sean Christopherson
1
-0
/
+2
[next]