]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc01274699061481fc95feab061b38e1c939afed6
treeb72f6bf5e213d60615b3e54fac9757127d0d665c
parent7566f78b412f8c46da24514541510d2c70dc803a
parentbc8f4983e1b784be2559c9e7ce777d5cb584fe6c
Merge tag 'x86_cpu_for_v6.0_rc1' of git://git.kernel.org/pub/scm/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