linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] x86/misc for v5.13
@ 2021-04-26  9:59 Borislav Petkov
  2021-04-26 16:40 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Borislav Petkov @ 2021-04-26  9:59 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Dave Hansen, x86-ml, lkml

Hi Linus,

please pull the x86 miscellaneous pile for v5.13.

Thx.

---

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_misc_for_v5.13

for you to fetch changes up to f281854fa743f3474b2d0d69533301f48cf0e184:

  tools/x86/kcpuid: Add AMD leaf 0x8000001E (2021-03-18 11:36:14 +0100)

----------------------------------------------------------------
A new kcpuid tool to dump the raw CPUID leafs of a CPU. It has the CPUID
bit definitions in a separate csv file which allows for adding support
for new CPUID leafs and bits without having to update the tool. The main
use case for the tool is hw enablement on preproduction x86 hw.

----------------------------------------------------------------
Andy Lutomirski (1):
      selftests/x86: Add a missing .note.GNU-stack section to thunks_32.S

Borislav Petkov (3):
      tools/x86/kcpuid: Add AMD Secure Encryption leaf
      tools/x86/kcpuid: Check last token too
      tools/x86/kcpuid: Add AMD leaf 0x8000001E

Feng Tang (1):
      tools/x86: Add a kcpuid tool to show raw CPU features

 tools/arch/x86/kcpuid/Makefile          |  24 ++
 tools/arch/x86/kcpuid/cpuid.csv         | 400 +++++++++++++++++++
 tools/arch/x86/kcpuid/kcpuid.c          | 657 ++++++++++++++++++++++++++++++++
 tools/testing/selftests/x86/thunks_32.S |   2 +
 4 files changed, 1083 insertions(+)
 create mode 100644 tools/arch/x86/kcpuid/Makefile
 create mode 100644 tools/arch/x86/kcpuid/cpuid.csv
 create mode 100644 tools/arch/x86/kcpuid/kcpuid.c

-- 
Regards/Gruss,
    Boris.

SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg

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

* Re: [GIT PULL] x86/misc for v5.13
  2021-04-26  9:59 [GIT PULL] x86/misc for v5.13 Borislav Petkov
@ 2021-04-26 16:40 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-04-26 16:40 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: Linus Torvalds, Dave Hansen, x86-ml, lkml

The pull request you sent on Mon, 26 Apr 2021 11:59:07 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_misc_for_v5.13

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

Thank you!

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

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

end of thread, other threads:[~2021-04-26 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-26  9:59 [GIT PULL] x86/misc for v5.13 Borislav Petkov
2021-04-26 16:40 ` 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).