[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250417150724.1170168-1-qiuxu.zhuo@intel.com>
Date: Thu, 17 Apr 2025 23:07:17 +0800
From: Qiuxu Zhuo <qiuxu.zhuo@...el.com>
To: Tony Luck <tony.luck@...el.com>
Cc: Qiuxu Zhuo <qiuxu.zhuo@...el.com>,
Borislav Petkov <bp@...en8.de>,
James Morse <james.morse@....com>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Robert Richter <rric@...nel.org>,
Yi Lai <yi1.lai@...el.com>,
Feng Xu <feng.f.xu@...el.com>,
Shawn Fan <shawn.fan@...el.com>,
linux-edac@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/7] EDAC/i10nm: Add RRL support for Intel Granite Rapids server
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
Powered by blists - more mailing lists