Merge tag 'x86_cpu_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 Aug 2022 16:49:29 +0000 (09:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 Aug 2022 16:49:29 +0000 (09:49 -0700)
commit42efa5e3a8888c45c15fc5a567cd77049a2e30f1
treeb72f6bf5e213d60615b3e54fac9757127d0d665c
parent650ea1f626ab4d939fda00b7cca57698dcf57e5e
parent3f2adf00f52b5f2e9e9f23bb5c77608fc9ee297c
Merge tag 'x86_cpu_for_v6.0_rc1' of git://git./linux/kernel/git/tip/tip

Pull x86 cpu updates from Borislav Petkov:

 - Remove the vendor check when selecting MWAIT as the default idle
   state

 - Respect idle=nomwait when supplied on the kernel cmdline

 - Two small cleanups

* tag 'x86_cpu_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/cpu: Use MSR_IA32_MISC_ENABLE constants
  x86: Fix comment for X86_FEATURE_ZEN
  x86: Remove vendor checks from prefer_mwait_c1_over_halt
  x86: Handle idle=nomwait cmdline properly for x86_idle
arch/x86/include/asm/cpufeatures.h
arch/x86/kernel/cpu/intel.c
arch/x86/kernel/process.c