-
- Downloads
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 cpu-features updates from Ingo Molnar: "The biggest change in this cycle was a large series from Sean Christopherson to clean up the handling of VMX features. This both fixes bugs/inconsistencies and makes the code more coherent and future-proof. There are also two cleanups and a minor TSX syslog messages enhancement" * 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (23 commits) x86/cpu: Remove redundant cpu_detect_cache_sizes() call x86/cpu: Print "VMX disabled" error message iff KVM is enabled KVM: VMX: Allow KVM_INTEL when building for Centaur and/or Zhaoxin CPUs perf/x86: Provide stubs of KVM helpers for non-Intel CPUs KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bits KVM: VMX: Check for full VMX support when verifying CPU compatibility KVM: VMX: Use VMX feature flag to query BIOS enabling KVM: VMX: Drop initialization of IA32_FEAT_CTL MSR x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configured x86/cpu: Set synthetic VMX cpufeatures during init_ia32_feat_ctl() x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_* x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUs x86/vmx: Introduce VMX_FEATURES_* x86/cpu: Clear VMX feature flag if VMX is not fully enabled x86/zhaoxin: Use common IA32_FEAT_CTL MSR initialization x86/centaur: Use common IA32_FEAT_CTL MSR initialization x86/mce: WARN once if IA32_FEAT_CTL MSR is left unlocked x86/intel: Initialize IA32_FEAT_CTL MSR at boot tools/x86: Sync msr-index.h from kernel sources selftests, kvm: Replace manual MSR defs with common msr-index.h ...
No related branches found
No related tags found
Showing
- MAINTAINERS 1 addition, 1 deletionMAINTAINERS
- arch/x86/Kconfig.cpu 8 additions, 0 deletionsarch/x86/Kconfig.cpu
- arch/x86/boot/mkcpustr.c 1 addition, 0 deletionsarch/x86/boot/mkcpustr.c
- arch/x86/include/asm/cpufeatures.h 1 addition, 0 deletionsarch/x86/include/asm/cpufeatures.h
- arch/x86/include/asm/msr-index.h 8 additions, 6 deletionsarch/x86/include/asm/msr-index.h
- arch/x86/include/asm/perf_event.h 15 additions, 7 deletionsarch/x86/include/asm/perf_event.h
- arch/x86/include/asm/processor.h 4 additions, 7 deletionsarch/x86/include/asm/processor.h
- arch/x86/include/asm/vmx.h 55 additions, 50 deletionsarch/x86/include/asm/vmx.h
- arch/x86/include/asm/vmxfeatures.h 86 additions, 0 deletionsarch/x86/include/asm/vmxfeatures.h
- arch/x86/kernel/cpu/Makefile 4 additions, 2 deletionsarch/x86/kernel/cpu/Makefile
- arch/x86/kernel/cpu/bugs.c 7 additions, 0 deletionsarch/x86/kernel/cpu/bugs.c
- arch/x86/kernel/cpu/centaur.c 1 addition, 36 deletionsarch/x86/kernel/cpu/centaur.c
- arch/x86/kernel/cpu/common.c 3 additions, 0 deletionsarch/x86/kernel/cpu/common.c
- arch/x86/kernel/cpu/cpu.h 4 additions, 0 deletionsarch/x86/kernel/cpu/cpu.h
- arch/x86/kernel/cpu/feat_ctl.c 145 additions, 0 deletionsarch/x86/kernel/cpu/feat_ctl.c
- arch/x86/kernel/cpu/intel.c 1 addition, 48 deletionsarch/x86/kernel/cpu/intel.c
- arch/x86/kernel/cpu/mce/intel.c 8 additions, 7 deletionsarch/x86/kernel/cpu/mce/intel.c
- arch/x86/kernel/cpu/mkcapflags.sh 11 additions, 4 deletionsarch/x86/kernel/cpu/mkcapflags.sh
- arch/x86/kernel/cpu/proc.c 15 additions, 0 deletionsarch/x86/kernel/cpu/proc.c
- arch/x86/kernel/cpu/tsx.c 4 additions, 1 deletionarch/x86/kernel/cpu/tsx.c
Loading
Please register or sign in to comment