All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove unneeded MKTME detection
@ 2024-04-26  4:24 alison.schofield
  2024-04-26  4:24 ` [PATCH 1/2] x86/cpu: Remove useless work in detect_tme_early() alison.schofield
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: alison.schofield @ 2024-04-26  4:24 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen, x86
  Cc: Alison Schofield, H. Peter Anvin, Kirill A. Shutemov, Kai Huang,
	linux-kernel

From: Alison Schofield <alison.schofield@intel.com>

MKTME detection was added in anticipation of full kernel support
that never followed. Aside from just good housekeeping, this
cleanup is inspired by users who are confused by the TME/MKTME
messaging during boot.

The first patch cleans up the TME & MKTME detection code and the
second patch removes the unused pconfig code.

Testing was done on a platform supporting MKTME using the BIOS
option to enable/disable MKTME prior to boot.


Alison Schofield (2):
  x86/cpu: Remove useless work in detect_tme_early()
  x86/pconfig: Remove unused MKTME pconfig code

 arch/x86/include/asm/intel_pconfig.h | 65 ---------------------
 arch/x86/kernel/cpu/Makefile         |  2 +-
 arch/x86/kernel/cpu/intel.c          | 71 ++++-------------------
 arch/x86/kernel/cpu/intel_pconfig.c  | 84 ----------------------------
 4 files changed, 13 insertions(+), 209 deletions(-)
 delete mode 100644 arch/x86/include/asm/intel_pconfig.h
 delete mode 100644 arch/x86/kernel/cpu/intel_pconfig.c


base-commit: 5a04007fb7a9a3f101fe551f0e47849f2cd1125b
-- 
2.37.3


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

end of thread, other threads:[~2024-05-07  3:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-26  4:24 [PATCH 0/2] Remove unneeded MKTME detection alison.schofield
2024-04-26  4:24 ` [PATCH 1/2] x86/cpu: Remove useless work in detect_tme_early() alison.schofield
2024-04-29 11:17   ` Huang, Kai
2024-05-07  3:51     ` Alison Schofield
2024-04-26  4:24 ` [PATCH 2/2] x86/pconfig: Remove unused MKTME pconfig code alison.schofield
2024-04-29 10:49   ` Huang, Kai
2024-04-26 19:07 ` [PATCH 0/2] Remove unneeded MKTME detection Kirill A. Shutemov

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.