summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/feat_ctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu/intel: Allow SGX virtualization without Launch Control supportSean Christopherson2021-04-061-15/+44
* x86/cpufeatures: Make SGX_LC feature bit depend on SGX bitKai Huang2021-03-251-9/+3
* x86/cpu/intel: Add a nosgx kernel parameterJarkko Sakkinen2020-11-171-0/+9
* x86/cpu/intel: Detect SGX supportSean Christopherson2020-11-171-1/+28
* x86/cpu: Fix a -Wmissing-prototypes warning for init_ia32_feat_ctl()Benjamin Thiel2020-03-231-0/+1
* x86/cpu: Print "VMX disabled" error message iff KVM is enabledSean Christopherson2020-01-151-2/+3
* x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configuredSean Christopherson2020-01-131-0/+2
* x86/cpu: Set synthetic VMX cpufeatures during init_ia32_feat_ctl()Sean Christopherson2020-01-131-0/+14
* x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUsSean Christopherson2020-01-131-0/+74
* x86/cpu: Clear VMX feature flag if VMX is not fully enabledSean Christopherson2020-01-131-3/+20
* x86/intel: Initialize IA32_FEAT_CTL MSR at bootSean Christopherson2020-01-131-0/+37