Re: [GIT PULL] x86/cpu changes for v4.21

2018-12-26 Thread pr-tracker-bot
The pull request you sent on Tue, 25 Dec 2018 00:03:57 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cpu-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/db2ab474c4a434872e1794c2af8b2e561caa756e

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


[GIT PULL] x86/cpu changes for v4.21

2018-12-24 Thread Ingo Molnar
Linus,

Please pull the latest x86-cpu-for-linus git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cpu-for-linus

   # HEAD: aa02ef099cff042c2a9109782ec2bf1bffc955d4 x86/topology: Use 
total_cpus for max logical packages calculation

Misc changes:

 - Fix nr_cpus= boot option interaction bug with logical package 
   management

 - Clean up UMIP detection messages

 - Add WBNOINVD instruction detection

 - Remove the unused get_scattered_cpuid_leaf() function.

 Thanks,

Ingo

-->
Borislav Petkov (1):
  x86/umip: Print UMIP line only once

Hui Wang (1):
  x86/topology: Use total_cpus for max logical packages calculation

Janakarajan Natarajan (1):
  x86/cpufeatures: Add WBNOINVD feature definition

Lendacky, Thomas (1):
  x86/umip: Make the UMIP activated message generic

Sean Christopherson (1):
  x86/cpufeatures: Remove get_scattered_cpuid_leaf()


 arch/x86/include/asm/cpufeatures.h |  1 +
 arch/x86/kernel/cpu/common.c   |  2 +-
 arch/x86/kernel/cpu/cpu.h  |  3 ---
 arch/x86/kernel/cpu/scattered.c| 24 
 arch/x86/kernel/smpboot.c  |  2 +-
 5 files changed, 3 insertions(+), 29 deletions(-)