The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/7] EDAC/i10nm: Add RRL support for Intel Granite Rapids server
@ 2025-04-17 15:07 Qiuxu Zhuo
  2025-04-17 15:07 ` [PATCH 1/7] EDAC/skx_common: Fix general protection fault Qiuxu Zhuo
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Qiuxu Zhuo @ 2025-04-17 15:07 UTC (permalink / raw)
  To: Tony Luck
  Cc: Qiuxu Zhuo, Borislav Petkov, James Morse, Mauro Carvalho Chehab,
	Robert Richter, Yi Lai, Feng Xu, Shawn Fan, linux-edac,
	linux-kernel

The RRL (Retry Read error Log) registers provide additional error information
during DDR memory correction. This can assist memory DIMM vendors in isolating
problematic cells within the DIMM and help CSPs predict uncorrectable errors.
This patch series is to add RRL support for Intel Granite Rapids servers and
is structured as follows:

Patch 1-3: Bug fixes and cleanup.

Patch 4-6: Refactor the RRL (Retry Read error Log) code of previous generations
           and prepare for Patch 7.

Patch 7  : Add RRL support for Intel Granite Rapids server.

Qiuxu Zhuo (7):
  EDAC/skx_common: Fix general protection fault
  EDAC/{skx_common,i10nm}: Fix the loss of saved RRL for HBM pseudo channel 0
  EDAC/i10nm: Explicitly set the modes of the RRL register sets
  EDAC/{skx_common,i10nm}: Structure the per-channel RRL registers
  EDAC/{skx_common,i10nm}: Refactor enable_retry_rd_err_log()
  EDAC/{skx_common,i10nm}: Refactor show_retry_rd_err_log()
  EDAC/{skx_common,i10nm}: Add RRL support for Intel Granite Rapids server

 drivers/edac/i10nm_base.c | 477 ++++++++++++++++++++++----------------
 drivers/edac/skx_common.c |   1 +
 drivers/edac/skx_common.h |  61 ++++-
 3 files changed, 330 insertions(+), 209 deletions(-)


base-commit: 8ffd015db85fea3e15a77027fda6c02ced4d2444
-- 
2.43.0


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

end of thread, other threads:[~2025-04-19  2:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-17 15:07 [PATCH 0/7] EDAC/i10nm: Add RRL support for Intel Granite Rapids server Qiuxu Zhuo
2025-04-17 15:07 ` [PATCH 1/7] EDAC/skx_common: Fix general protection fault Qiuxu Zhuo
2025-04-17 15:07 ` [PATCH 2/7] EDAC/{skx_common,i10nm}: Fix the loss of saved RRL for HBM pseudo channel 0 Qiuxu Zhuo
2025-04-17 15:07 ` [PATCH 3/7] EDAC/i10nm: Explicitly set the modes of the RRL register sets Qiuxu Zhuo
2025-04-17 15:07 ` [PATCH 4/7] EDAC/{skx_common,i10nm}: Structure the per-channel RRL registers Qiuxu Zhuo
2025-04-17 15:07 ` [PATCH 5/7] EDAC/{skx_common,i10nm}: Refactor enable_retry_rd_err_log() Qiuxu Zhuo
2025-04-17 15:07 ` [PATCH 6/7] EDAC/{skx_common,i10nm}: Refactor show_retry_rd_err_log() Qiuxu Zhuo
2025-04-17 17:44   ` Luck, Tony
2025-04-18  2:13     ` Zhuo, Qiuxu
2025-04-18 15:25       ` Luck, Tony
2025-04-19  2:32         ` Zhuo, Qiuxu
2025-04-17 15:07 ` [PATCH 7/7] EDAC/{skx_common,i10nm}: Add RRL support for Intel Granite Rapids server Qiuxu Zhuo
2025-04-18 17:24 ` [PATCH 0/7] EDAC/i10nm: " Luck, Tony

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