All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	Thomas Gleixner <tglx@linutronix.de>,
	Borislav Petkov <bp@alien8.de>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [GIT PULL] x86/cpu changes for v5.8
Date: Mon, 1 Jun 2020 18:43:26 +0200	[thread overview]
Message-ID: <20200601164326.GA1260535@gmail.com> (raw)

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-06-01

   # HEAD: 3d81b3d1e55a518837c3d1f722c6d93abe34aa85 x86/cpu: Use RDRAND and RDSEED mnemonics in archrandom.h

Misc updates:

 - Extend the x86 family/model macros with a steppings dimension,
   because x86 life isn't complex enough and Intel uses steppings to
   differentiate between different CPUs. :-/

 - Convert the TSC deadline timer quirks to the steppings macros.

 - Clean up asm mnemonics.

 - Fix the handling of an AMD erratum, or in other words, fix a kernel erratum.

Signed-off-by: Ingo Molnar <mingo@kernel.org>

  out-of-topic modifications in x86/cpu:
  ----------------------------------------
  include/linux/mod_devicetable.h    # e9d7144597b1: x86/cpu: Add a steppings fie

 Thanks,

	Ingo

------------------>
Borislav Petkov (2):
      x86/cpu: Add a X86_MATCH_INTEL_FAM6_MODEL_STEPPINGS() macro
      x86/apic: Convert the TSC deadline timer matching to steppings macro

Kim Phillips (1):
      x86/cpu/amd: Make erratum #1054 a legacy erratum

Mark Gross (1):
      x86/cpu: Add a steppings field to struct x86_cpu_id

Uros Bizjak (2):
      x86/cpu: Use INVPCID mnemonic in invpcid.h
      x86/cpu: Use RDRAND and RDSEED mnemonics in archrandom.h


 arch/x86/include/asm/archrandom.h    | 26 +++++-----------
 arch/x86/include/asm/cpu_device_id.h | 31 ++++++++++++++++++--
 arch/x86/include/asm/invpcid.h       |  7 ++---
 arch/x86/kernel/apic/apic.c          | 57 ++++++++----------------------------
 arch/x86/kernel/cpu/amd.c            |  3 +-
 arch/x86/kernel/cpu/match.c          |  7 ++++-
 include/linux/mod_devicetable.h      |  2 ++
 7 files changed, 59 insertions(+), 74 deletions(-)

             reply	other threads:[~2020-06-01 16:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-01 16:43 Ingo Molnar [this message]
2020-06-01 21:55 ` [GIT PULL] x86/cpu changes for v5.8 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200601164326.GA1260535@gmail.com \
    --to=mingo@kernel.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=akpm@linux-foundation.org \
    --cc=bp@alien8.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.