linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] x86/cpu changes for v5.9
@ 2020-08-03 18:03 Ingo Molnar
  2020-08-04  0:50 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2020-08-03 18:03 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Thomas Gleixner, Borislav Petkov, Peter Zijlstra,
	Andrew Morton

Linus,

Please pull the latest x86/cpu git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cpu-2020-08-03

   # HEAD: f69ca629d89d65737537e05308ac531f7bb07d5c x86/cpu: Refactor sync_core() for readability

Misc changes:

 - Prepare for Intel's new SERIALIZE instruction
 - Enable split-lock debugging on more CPUs
 - Add more Intel CPU models
 - Optimize stack canary initialization a bit
 - Simplify the Spectre logic a bit

  out-of-topic modifications in x86-cpu-2020-08-03:
  ---------------------------------------------------
  drivers/misc/sgi-gru/grufault.c    # 9998a9832c40: x86/cpu: Relocate sync_core(
  drivers/misc/sgi-gru/gruhandles.c  # 9998a9832c40: x86/cpu: Relocate sync_core(
  drivers/misc/sgi-gru/grukservices.c# 9998a9832c40: x86/cpu: Relocate sync_core(

 Thanks,

	Ingo

------------------>
Borislav Petkov (1):
      x86/speculation: Merge one test in spectre_v2_user_select_mitigation()

Brian Gerst (1):
      x86/stackprotector: Pre-initialize canary for secondary CPUs

Fenghua Yu (1):
      x86/split_lock: Enable the split lock feature on Sapphire Rapids and Alder Lake CPUs

Ricardo Neri (3):
      x86/cpufeatures: Add enumeration for SERIALIZE instruction
      x86/cpu: Relocate sync_core() to sync_core.h
      x86/cpu: Refactor sync_core() for readability

Tony Luck (1):
      x86/cpu: Add Lakefield, Alder Lake and Rocket Lake models to the to Intel CPU family


 arch/x86/include/asm/cpufeatures.h    |  1 +
 arch/x86/include/asm/intel-family.h   |  7 ++++
 arch/x86/include/asm/processor.h      | 64 -------------------------------
 arch/x86/include/asm/special_insns.h  |  1 -
 arch/x86/include/asm/stackprotector.h | 12 ++++++
 arch/x86/include/asm/sync_core.h      | 72 +++++++++++++++++++++++++++++++++++
 arch/x86/kernel/alternative.c         |  1 +
 arch/x86/kernel/cpu/bugs.c            | 13 ++-----
 arch/x86/kernel/cpu/intel.c           |  2 +
 arch/x86/kernel/cpu/mce/core.c        |  1 +
 arch/x86/kernel/smpboot.c             | 14 +------
 arch/x86/xen/smp_pv.c                 |  2 -
 drivers/misc/sgi-gru/grufault.c       |  1 +
 drivers/misc/sgi-gru/gruhandles.c     |  1 +
 drivers/misc/sgi-gru/grukservices.c   |  1 +
 15 files changed, 105 insertions(+), 88 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] x86/cpu changes for v5.9
  2020-08-03 18:03 [GIT PULL] x86/cpu changes for v5.9 Ingo Molnar
@ 2020-08-04  0:50 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-08-04  0:50 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, Thomas Gleixner, Borislav Petkov,
	Peter Zijlstra, Andrew Morton

The pull request you sent on Mon, 3 Aug 2020 20:03:36 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cpu-2020-08-03

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

Thank you!

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-04  0:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03 18:03 [GIT PULL] x86/cpu changes for v5.9 Ingo Molnar
2020-08-04  0:50 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).