Archive-only list for patches
 help / color / mirror / Atom feed
* [PATCH 0/3] EDAC: Improve memory address decoding for i10nm driver
@ 2022-09-01 19:43 Tony Luck
  2022-09-01 19:43 ` [PATCH 1/3] EDAC/skx_common: Use driver decoder first Tony Luck
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tony Luck @ 2022-09-01 19:43 UTC (permalink / raw)
  To: linux-edac
  Cc: Tony Luck, Aristeu Rozanski, Borislav Petkov,
	Mauro Carvalho Chehab, Youquan Song, Qiuxu Zhuo, linux-kernel,
	patches

Calling firmware to translate memory addresses has a high impact
on system because the call uses SMI.

The 10nm server processors (Icelake and Tremont) provide additional
information in the IA32_MCi_MISC registers that can be used to decode
the address of an error in DDR memory.

Couple of prep patches before the main event in part 3 that decodes
the address from the MISC register.

Qiuxu Zhuo (2):
  EDAC/skx_common: Use driver decoder first
  EDAC/skx_common: Make output format similar

Youquan Song (1):
  EDAC/i10nm: Add driver decoder for Ice Lake and Tremont CPUs

 arch/x86/include/asm/mce.h |   1 +
 drivers/edac/skx_common.h  |   6 ++
 drivers/edac/i10nm_base.c  | 134 ++++++++++++++++++++++++++++++++++++-
 drivers/edac/skx_base.c    |   9 ++-
 drivers/edac/skx_common.c  |  21 +++---
 5 files changed, 158 insertions(+), 13 deletions(-)


base-commit: b90cb1053190353cc30f0fef0ef1f378ccc063c5
-- 
2.37.1


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

end of thread, other threads:[~2022-09-01 19:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-01 19:43 [PATCH 0/3] EDAC: Improve memory address decoding for i10nm driver Tony Luck
2022-09-01 19:43 ` [PATCH 1/3] EDAC/skx_common: Use driver decoder first Tony Luck
2022-09-01 19:43 ` [PATCH 2/3] EDAC/skx_common: Make output format similar Tony Luck
2022-09-01 19:43 ` [PATCH 3/3] EDAC/i10nm: Add driver decoder for Ice Lake and Tremont CPUs Tony Luck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox