index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
cpuid.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-18
KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_caps
Sean Christopherson
1
-49
/
+27
2024-12-18
KVM: x86: Shuffle code to prepare for dropping guest_cpuid_has()
Sean Christopherson
1
-15
/
+15
2024-12-18
KVM: x86: Initialize guest cpu_caps based on KVM support
Sean Christopherson
1
-7
/
+0
2024-12-18
KVM: x86: Initialize guest cpu_caps based on guest CPUID
Sean Christopherson
1
-3
/
+21
2024-12-18
KVM: x86: Replace guts of "governed" features with comprehensive cpu_caps
Sean Christopherson
1
-6
/
+4
2024-12-18
KVM: x86: Rename "governed features" helpers to use "guest_cpu_cap"
Sean Christopherson
1
-8
/
+8
2024-12-18
KVM: x86: Do reverse CPUID sanity checks in __feature_leaf()
Sean Christopherson
1
-3
/
+0
2024-12-18
KVM: x86: Don't update PV features caches when enabling enforcement capability
Sean Christopherson
1
-1
/
+0
2024-12-18
KVM: x86: Do all post-set CPUID processing during vCPU creation
Sean Christopherson
1
-0
/
+1
2024-12-13
KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module init
Sean Christopherson
1
-0
/
+1
2024-11-01
KVM: x86: drop x86.h include from cpuid.h
Maxim Levitsky
1
-1
/
+0
2024-06-10
KVM: x86: Bury guest_cpuid_is_amd_or_hygon() in cpuid.c
Sean Christopherson
1
-10
/
+0
2024-06-10
KVM: SVM: Emulate SYSENTER RIP/RSP behavior for all Intel compat vCPUs
Sean Christopherson
1
-8
/
+0
2024-04-11
KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible
Sean Christopherson
1
-0
/
+10
2023-11-28
KVM: x86: Use KVM-governed feature framework to track "LAM enabled"
Binbin Wu
1
-2
/
+1
2023-11-28
KVM: x86: Virtualize LAM for user pointer
Robert Hoo
1
-0
/
+4
2023-11-28
KVM: x86: Remove kvm_vcpu_is_illegal_gpa()
Binbin Wu
1
-5
/
+0
2023-11-28
KVM: x86: Add & use kvm_vcpu_is_legal_cr3() to check CR3's legality
Binbin Wu
1
-0
/
+5
2023-10-04
KVM: x86: Add SBPB support
Josh Poimboeuf
1
-1
/
+2
2023-08-17
KVM: x86: Add a framework for enabling KVM-governed x86 features
Sean Christopherson
1
-0
/
+46
2022-07-14
KVM: x86: Add dedicated helper to get CPUID entry with significant index
Sean Christopherson
1
-7
/
+9
2022-06-08
KVM: x86/cpuid: Refactor host/guest CPU model consistency check
Like Xu
1
-0
/
+5
2022-01-14
kvm: x86: Add support for getting/setting expanded xstate buffer
Guang Zeng
1
-0
/
+2
2021-04-26
KVM: x86: Move reverse CPUID helpers to separate header file
Ricardo Koller
1
-176
/
+1
2021-04-23
KVM: x86: Fix implicit enum conversion goof in scattered reverse CPUID code
Sean Christopherson
1
-1
/
+1
2021-04-20
KVM: x86: Add reverse-CPUID lookup support for scattered SGX features
Sean Christopherson
1
-2
/
+13
2021-04-20
KVM: x86: Add support for reverse CPUID lookup of scattered features
Sean Christopherson
1
-5
/
+34
2021-04-17
KVM: x86: add guest_cpuid_is_intel
Maxim Levitsky
1
-0
/
+8
2021-02-04
KVM: x86: Add helper to consolidate "raw" reserved GPA mask calculations
Sean Christopherson
1
-0
/
+1
2021-02-04
KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU mode
Sean Christopherson
1
-1
/
+1
2021-02-04
KVM: x86: Add a helper to handle legal GPA with an alignment requirement
Sean Christopherson
1
-1
/
+7
2021-02-04
KVM: x86: Add a helper to check for a legal GPA
Sean Christopherson
1
-6
/
+11
2020-12-11
KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
Paolo Bonzini
1
-0
/
+14
2020-11-08
kvm: x86: ensure pv_cpuid.features is initialized when enabling cap
Oliver Upton
1
-0
/
+1
2020-10-21
kvm: x86: only provide PV features if enabled in guest's CPUID
Oliver Upton
1
-0
/
+10
2020-09-28
KVM: x86: Move illegal GPA helper out of the MMU code
Sean Christopherson
1
-0
/
+5
2020-07-09
KVM: x86: Extract kvm_update_cpuid_runtime() from kvm_update_cpuid()
Xiaoyao Li
1
-1
/
+1
2020-07-09
KVM: x86: Introduce kvm_check_cpuid()
Xiaoyao Li
1
-1
/
+1
2020-06-01
KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATE
Paolo Bonzini
1
-0
/
+5
2020-03-31
KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=y
Sean Christopherson
1
-4
/
+4
2020-03-16
KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logic
Sean Christopherson
1
-1
/
+1
2020-03-16
KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUs
Sean Christopherson
1
-2
/
+4
2020-03-16
KVM: x86: Add helpers to perform CPUID-based guest vendor check
Sean Christopherson
1
-1
/
+1
2020-03-16
KVM: x86: Override host CPUID results with kvm_cpu_caps
Sean Christopherson
1
-3
/
+3
2020-03-16
KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved
Sean Christopherson
1
-0
/
+13
2020-03-16
KVM: x86: Add a helper to check kernel support when setting cpu cap
Sean Christopherson
1
-0
/
+6
2020-03-16
KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID masking
Sean Christopherson
1
-1
/
+21
2020-03-16
KVM: x86: Refactor cpuid_mask() to auto-retrieve the register
Sean Christopherson
1
-0
/
+8
2020-03-16
KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutators
Sean Christopherson
1
-0
/
+32
2020-03-16
KVM: x86: Introduce cpuid_entry_{get,has}() accessors
Sean Christopherson
1
-10
/
+38
[next]