linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] EDAC/Intel: Intel EDAC driver updates for "near" memory and new CPUs
@ 2023-01-13  3:27 Qiuxu Zhuo
  2023-01-13  3:27 ` [PATCH 1/5] EDAC/skx_common: Enable EDAC support for the "near" memory Qiuxu Zhuo
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Qiuxu Zhuo @ 2023-01-13  3:27 UTC (permalink / raw)
  To: Tony Luck
  Cc: Qiuxu Zhuo, Borislav Petkov, Aristeu Rozanski,
	Mauro Carvalho Chehab, Youquan Song, Li Zhang, linux-edac,
	linux-kernel

Patch 1: Enable EDAC support for "near" memory (e.g., HBM used as
         cache for DDR) for Intel servers.

Patch 2: Clean up some unreachable code after applying Patch 1.

Patch 3: Add EDAC support for Intel Emerald Rapids server.

Patch 4: Make common configurations used in i10nm_edac CPU model specific.
         Prepare for Patch 5.

Patch 5: Add EDAC support for Intel Granite Rapids server.

Qiuxu Zhuo (5):
  EDAC/skx_common: Enable EDAC support for the "near" memory
  EDAC/skx_common: Delete duplicated and unreachable code
  EDAC/i10nm: Add Intel Emerald Rapids server support
  EDAC/i10nm: Make more configurations CPU model specific
  EDAC/i10nm: Add Intel Granite Rapids server support

 drivers/edac/i10nm_base.c | 357 ++++++++++++++++++++++++++++++++------
 drivers/edac/skx_common.c |  76 ++++----
 drivers/edac/skx_common.h |  61 ++++++-
 3 files changed, 390 insertions(+), 104 deletions(-)


base-commit: b7bfaa761d760e72a969d116517eaa12e404c262
-- 
2.17.1


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

end of thread, other threads:[~2023-01-25 16:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-13  3:27 [PATCH 0/5] EDAC/Intel: Intel EDAC driver updates for "near" memory and new CPUs Qiuxu Zhuo
2023-01-13  3:27 ` [PATCH 1/5] EDAC/skx_common: Enable EDAC support for the "near" memory Qiuxu Zhuo
2023-01-13  3:27 ` [PATCH 2/5] EDAC/skx_common: Delete duplicated and unreachable code Qiuxu Zhuo
2023-01-13  3:28 ` [PATCH 3/5] EDAC/i10nm: Add Intel Emerald Rapids server support Qiuxu Zhuo
2023-01-13  3:28 ` [PATCH 4/5] EDAC/i10nm: Make more configurations CPU model specific Qiuxu Zhuo
2023-01-13  3:28 ` [PATCH 5/5] EDAC/i10nm: Add Intel Granite Rapids server support Qiuxu Zhuo
2023-01-25 16:49 ` [PATCH 0/5] EDAC/Intel: Intel EDAC driver updates for "near" memory and new CPUs Luck, Tony

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).