index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
cpuid.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: Use KVM-governed feature framework to track "LAM enabled"
Binbin Wu
2023-11-29
1
-2
/
+1
*
KVM: x86: Virtualize LAM for user pointer
Robert Hoo
2023-11-29
1
-0
/
+4
*
KVM: x86: Remove kvm_vcpu_is_illegal_gpa()
Binbin Wu
2023-11-29
1
-5
/
+0
*
KVM: x86: Add & use kvm_vcpu_is_legal_cr3() to check CR3's legality
Binbin Wu
2023-11-29
1
-0
/
+5
*
KVM: x86: Add SBPB support
Josh Poimboeuf
2023-10-05
1
-1
/
+2
*
KVM: x86: Add a framework for enabling KVM-governed x86 features
Sean Christopherson
2023-08-17
1
-0
/
+46
*
KVM: x86: Add dedicated helper to get CPUID entry with significant index
Sean Christopherson
2022-07-14
1
-7
/
+9
*
KVM: x86/cpuid: Refactor host/guest CPU model consistency check
Like Xu
2022-06-08
1
-0
/
+5
*
kvm: x86: Add support for getting/setting expanded xstate buffer
Guang Zeng
2022-01-14
1
-0
/
+2
*
KVM: x86: Move reverse CPUID helpers to separate header file
Ricardo Koller
2021-04-26
1
-176
/
+1
*
KVM: x86: Fix implicit enum conversion goof in scattered reverse CPUID code
Sean Christopherson
2021-04-23
1
-1
/
+1
*
KVM: x86: Add reverse-CPUID lookup support for scattered SGX features
Sean Christopherson
2021-04-20
1
-2
/
+13
*
KVM: x86: Add support for reverse CPUID lookup of scattered features
Sean Christopherson
2021-04-20
1
-5
/
+34
*
KVM: x86: add guest_cpuid_is_intel
Maxim Levitsky
2021-04-17
1
-0
/
+8
*
KVM: x86: Add helper to consolidate "raw" reserved GPA mask calculations
Sean Christopherson
2021-02-04
1
-0
/
+1
*
KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU mode
Sean Christopherson
2021-02-04
1
-1
/
+1
*
KVM: x86: Add a helper to handle legal GPA with an alignment requirement
Sean Christopherson
2021-02-04
1
-1
/
+7
*
KVM: x86: Add a helper to check for a legal GPA
Sean Christopherson
2021-02-04
1
-6
/
+11
*
KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
Paolo Bonzini
2020-12-12
1
-0
/
+14
*
kvm: x86: ensure pv_cpuid.features is initialized when enabling cap
Oliver Upton
2020-11-08
1
-0
/
+1
*
kvm: x86: only provide PV features if enabled in guest's CPUID
Oliver Upton
2020-10-21
1
-0
/
+10
*
KVM: x86: Move illegal GPA helper out of the MMU code
Sean Christopherson
2020-09-28
1
-0
/
+5
*
KVM: x86: Extract kvm_update_cpuid_runtime() from kvm_update_cpuid()
Xiaoyao Li
2020-07-09
1
-1
/
+1
*
KVM: x86: Introduce kvm_check_cpuid()
Xiaoyao Li
2020-07-09
1
-1
/
+1
*
KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATE
Paolo Bonzini
2020-06-01
1
-0
/
+5
*
KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=y
Sean Christopherson
2020-03-31
1
-4
/
+4
*
KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logic
Sean Christopherson
2020-03-16
1
-1
/
+1
*
KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUs
Sean Christopherson
2020-03-16
1
-2
/
+4
*
KVM: x86: Add helpers to perform CPUID-based guest vendor check
Sean Christopherson
2020-03-16
1
-1
/
+1
*
KVM: x86: Override host CPUID results with kvm_cpu_caps
Sean Christopherson
2020-03-16
1
-3
/
+3
*
KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved
Sean Christopherson
2020-03-16
1
-0
/
+13
*
KVM: x86: Add a helper to check kernel support when setting cpu cap
Sean Christopherson
2020-03-16
1
-0
/
+6
*
KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID masking
Sean Christopherson
2020-03-16
1
-1
/
+21
*
KVM: x86: Refactor cpuid_mask() to auto-retrieve the register
Sean Christopherson
2020-03-16
1
-0
/
+8
*
KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutators
Sean Christopherson
2020-03-16
1
-0
/
+32
*
KVM: x86: Introduce cpuid_entry_{get,has}() accessors
Sean Christopherson
2020-03-16
1
-10
/
+38
*
KVM: x86: Replace bare "unsigned" with "unsigned int" in cpuid helpers
Sean Christopherson
2020-03-16
1
-6
/
+9
*
KVM: x86: Use u32 for holding CPUID register value in helpers
Sean Christopherson
2020-03-16
1
-3
/
+3
*
KVM: x86: Make kvm_mpx_supported() an inline function
Sean Christopherson
2020-03-16
1
-1
/
+0
*
KVM: x86: Refactor and rename bit() to feature_bit() macro
Sean Christopherson
2020-01-21
1
-3
/
+5
*
KVM: x86: Expand build-time assertion on reverse CPUID usage
Sean Christopherson
2020-01-21
1
-5
/
+28
*
KVM: x86: Add CPUID_7_1_EAX to the reverse CPUID table
Sean Christopherson
2020-01-21
1
-0
/
+1
*
KVM: x86: Move bit() helper to cpuid.h
Sean Christopherson
2020-01-21
1
-0
/
+5
*
KVM: x86: Drop special XSAVE handling from guest_cpuid_has()
Sean Christopherson
2020-01-21
1
-4
/
+0
*
x86/cpufeatures: Combine word 11 and 12 into a new scattered features word
Fenghua Yu
2019-06-20
1
-2
/
+0
*
KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX
KarimAllah Ahmed
2018-02-03
1
-0
/
+1
*
KVM: x86: Fix CPUID function for word 6 (80000001_ECX)
Janakarajan Natarajan
2017-11-17
1
-1
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
KVM: x86: fix clang build
Radim Krčmář
2017-09-13
1
-1
/
+0
*
KVM: x86: Add return value to kvm_cpuid().
Yu Zhang
2017-08-24
1
-1
/
+2
[next]