index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
cpuid.c
Age
Commit message (
Expand
)
Author
6 days
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
2024-12-18
KVM: x86: Avoid double CPUID lookup when updating MWAIT at runtime
Sean Christopherson
2024-12-18
KVM: x86: Initialize guest cpu_caps based on KVM support
Sean Christopherson
2024-12-18
KVM: x86: Treat MONTIOR/MWAIT as a "partially emulated" feature
Sean Christopherson
2024-12-18
KVM: x86: Extract code for generating per-entry emulated CPUID information
Sean Christopherson
2024-12-18
KVM: x86: Initialize guest cpu_caps based on guest CPUID
Sean Christopherson
2024-12-18
KVM: x86: Replace guts of "governed" features with comprehensive cpu_caps
Sean Christopherson
2024-12-18
KVM: x86: Rename "governed features" helpers to use "guest_cpu_cap"
Sean Christopherson
2024-12-18
KVM: x86: Advertise HYPERVISOR in KVM_GET_SUPPORTED_CPUID
Sean Christopherson
2024-12-18
KVM: x86: Advertise TSC_DEADLINE_TIMER in KVM_GET_SUPPORTED_CPUID
Sean Christopherson
2024-12-18
KVM: x86: Remove all direct usage of cpuid_entry2_find()
Sean Christopherson
2024-12-18
KVM: x86: Move kvm_find_cpuid_entry{,_index}() up near cpuid_entry2_find()
Sean Christopherson
2024-12-18
KVM: x86: Always operate on kvm_vcpu data in cpuid_entry2_find()
Sean Christopherson
2024-12-18
KVM: x86: Remove unnecessary caching of KVM's PV CPUID base
Sean Christopherson
[next]