index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
cpuid.c
Age
Commit message (
Expand
)
Author
4 days
Merge tag 'kvm-x86-fixes-6.19-rc1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-12-02
KVM: x86: Apply runtime updates to current CPUID during KVM_SET_CPUID{,2}
Sean Christopherson
2025-10-14
KVM: x86: Advertise EferLmsleUnsupported to userspace
Jim Mattson
2025-09-30
KVM: x86: Export KVM-internal symbols for sub-modules only
Sean Christopherson
2025-09-23
KVM: x86: Enable CET virtualization for VMX and advertise to userspace
Yang Weijiang
2025-09-23
KVM: x86: Disable support for IBT and SHSTK if allow_smaller_maxphyaddr is true
Sean Christopherson
2025-09-23
KVM: x86: Disable support for Shadow Stacks if TDP is disabled
Sean Christopherson
2025-09-23
KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
Yang Weijiang
2025-09-23
KVM: x86: Check XSS validity against guest CPUIDs
Chao Gao
2025-09-18
KVM: x86: Use KVM_REQ_RECALC_INTERCEPTS to react to CPUID updates
Sean Christopherson
2025-08-19
KVM: x86: Add kvm_msr_{read,write}() helpers
Yang Weijiang
2025-08-19
KVM: x86: Advertise support for the immediate form of MSR instructions
Xin Li
2025-08-19
KVM: x86: allow CPUID 0xC000_0000 to proceed on Zhaoxin CPUs
Ewan Hai
2025-07-29
Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-07-09
KVM: x86: Advertise support for LKGS
Xin Li
2025-06-17
KVM: SVM: Advertise TSA CPUID bits to guests
Borislav Petkov (AMD)
2025-06-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2025-05-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2025-05-16
x86/cpuid: Rename hypervisor_cpuid_base()/for_each_possible_hypervisor_cpuid_...
Ahmed S. Darwish
2025-05-15
x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID header
Ahmed S. Darwish
2025-04-24
KVM: x86: Advertise support for AMD's PREFETCHI
Babu Moger
2025-04-24
KVM: x86: Sort CPUID_8000_0021_EAX leaf bits properly
Borislav Petkov
2025-04-24
KVM: x86: Advertise support for WRMSRNS
Sean Christopherson
2025-04-24
KVM: x86: Propagate AMD's IbrsSameMode to the guest
Yosry Ahmed
2025-04-07
Merge branch 'kvm-tdx-initial' into HEAD
Paolo Bonzini
2025-04-04
KVM: x86: Explicitly zero-initialize on-stack CPUID unions
Sean Christopherson
2025-03-19
Merge tag 'kvm-x86-xen-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-03-19
Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-03-14
KVM: x86/mmu: Taking guest pa into consideration when calculate tdp level
Xiaoyao Li
2025-03-14
KVM: x86: expose cpuid_entry2_find for TDX
Paolo Bonzini
2025-03-04
KVM: x86: Remove the unreachable case for 0x80000022 leaf in __do_cpuid_func()
Xiaoyao Li
2025-03-04
KVM: x86: Explicitly zero EAX and EBX when PERFMON_V2 isn't supported by KVM
Xiaoyao Li
2025-02-25
KVM: x86: Update Xen TSC leaves during CPUID emulation
Fred Griffoul
2025-02-12
KVM: x86: Defer runtime updates of dynamic CPUID bits until CPUID emulation
Sean Christopherson
2025-02-12
KVM: x86: Apply TSX_CTRL_CPUID_CLEAR if and only if the vCPU has RTM or HLE
Sean Christopherson
2025-02-12
KVM: x86: Use for-loop to iterate over XSTATE size entries
Sean Christopherson
2025-02-12
KVM: x86/cpuid: add type suffix to decimal const 48 fix building warning
Ethan Zhao
2025-02-04
kvm: x86: SRSO_USER_KERNEL_NO is not synthesized
Paolo Bonzini
2025-01-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-12-30
KVM: x86: Advertise SRSO_USER_KERNEL_NO to userspace
Borislav Petkov (AMD)
2024-12-18
KVM: x86: Use only local variables (no bitmask) to init kvm_cpu_caps
Sean Christopherson
2024-12-18
KVM: x86: Explicitly track feature flags that are enabled at runtime
Sean Christopherson
2024-12-18
KVM: x86: Explicitly track feature flags that require vendor enabling
Sean Christopherson
2024-12-18
KVM: x86: Rename "SF" macro to "SCATTERED_F"
Sean Christopherson
2024-12-18
KVM: x86: Pull CPUID capabilities from boot_cpu_data only as needed
Sean Christopherson
2024-12-18
KVM: x86: Add a macro for features that are synthesized into boot_cpu_data
Sean Christopherson
2024-12-18
KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_caps
Sean Christopherson
2024-12-18
KVM: x86: Update guest cpu_caps at runtime for dynamic CPUID-based features
Sean Christopherson
2024-12-18
KVM: x86: Update OS{XSAVE,PKE} bits in guest CPUID irrespective of host support
Sean Christopherson
2024-12-18
KVM: x86: Drop unnecessary check that cpuid_entry2_find() returns right leaf
Sean Christopherson
[next]