index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
cpuid.h
Age
Commit message (
Expand
)
Author
2025-04-07
Merge branch 'kvm-tdx-initial' 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-02-12
KVM: x86: Defer runtime updates of dynamic CPUID bits until CPUID emulation
Sean Christopherson
2024-12-18
KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_caps
Sean Christopherson
2024-12-18
KVM: x86: Shuffle code to prepare for dropping guest_cpuid_has()
Sean Christopherson
2024-12-18
KVM: x86: Initialize guest cpu_caps based on KVM support
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: Do reverse CPUID sanity checks in __feature_leaf()
Sean Christopherson
2024-12-18
KVM: x86: Don't update PV features caches when enabling enforcement capability
Sean Christopherson
2024-12-18
KVM: x86: Do all post-set CPUID processing during vCPU creation
Sean Christopherson
2024-12-13
KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module init
Sean Christopherson
2024-11-01
KVM: x86: drop x86.h include from cpuid.h
Maxim Levitsky
2024-06-10
KVM: x86: Bury guest_cpuid_is_amd_or_hygon() in cpuid.c
Sean Christopherson
2024-06-10
KVM: SVM: Emulate SYSENTER RIP/RSP behavior for all Intel compat vCPUs
Sean Christopherson
2024-04-11
KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible
Sean Christopherson
2023-11-28
KVM: x86: Use KVM-governed feature framework to track "LAM enabled"
Binbin Wu
2023-11-28
KVM: x86: Virtualize LAM for user pointer
Robert Hoo
2023-11-28
KVM: x86: Remove kvm_vcpu_is_illegal_gpa()
Binbin Wu
2023-11-28
KVM: x86: Add & use kvm_vcpu_is_legal_cr3() to check CR3's legality
Binbin Wu
2023-10-04
KVM: x86: Add SBPB support
Josh Poimboeuf
2023-08-17
KVM: x86: Add a framework for enabling KVM-governed x86 features
Sean Christopherson
2022-07-14
KVM: x86: Add dedicated helper to get CPUID entry with significant index
Sean Christopherson
2022-06-08
KVM: x86/cpuid: Refactor host/guest CPU model consistency check
Like Xu
2022-01-14
kvm: x86: Add support for getting/setting expanded xstate buffer
Guang Zeng
2021-04-26
KVM: x86: Move reverse CPUID helpers to separate header file
Ricardo Koller
2021-04-23
KVM: x86: Fix implicit enum conversion goof in scattered reverse CPUID code
Sean Christopherson
2021-04-20
KVM: x86: Add reverse-CPUID lookup support for scattered SGX features
Sean Christopherson
2021-04-20
KVM: x86: Add support for reverse CPUID lookup of scattered features
Sean Christopherson
2021-04-17
KVM: x86: add guest_cpuid_is_intel
Maxim Levitsky
2021-02-04
KVM: x86: Add helper to consolidate "raw" reserved GPA mask calculations
Sean Christopherson
2021-02-04
KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU mode
Sean Christopherson
2021-02-04
KVM: x86: Add a helper to handle legal GPA with an alignment requirement
Sean Christopherson
2021-02-04
KVM: x86: Add a helper to check for a legal GPA
Sean Christopherson
2020-12-11
KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
Paolo Bonzini
2020-11-08
kvm: x86: ensure pv_cpuid.features is initialized when enabling cap
Oliver Upton
2020-10-21
kvm: x86: only provide PV features if enabled in guest's CPUID
Oliver Upton
2020-09-28
KVM: x86: Move illegal GPA helper out of the MMU code
Sean Christopherson
2020-07-09
KVM: x86: Extract kvm_update_cpuid_runtime() from kvm_update_cpuid()
Xiaoyao Li
2020-07-09
KVM: x86: Introduce kvm_check_cpuid()
Xiaoyao Li
2020-06-01
KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATE
Paolo Bonzini
2020-03-31
KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=y
Sean Christopherson
2020-03-16
KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logic
Sean Christopherson
2020-03-16
KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUs
Sean Christopherson
2020-03-16
KVM: x86: Add helpers to perform CPUID-based guest vendor check
Sean Christopherson
2020-03-16
KVM: x86: Override host CPUID results with kvm_cpu_caps
Sean Christopherson
2020-03-16
KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved
Sean Christopherson
2020-03-16
KVM: x86: Add a helper to check kernel support when setting cpu cap
Sean Christopherson
[next]