[PATCH 0/5] EDAC/Intel: Intel EDAC driver updates for "near" memory and new CPUs

Qiuxu Zhuo posted 5 patches 2 years, 8 months ago
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(-)
[PATCH 0/5] EDAC/Intel: Intel EDAC driver updates for "near" memory and new CPUs
Posted by Qiuxu Zhuo 2 years, 8 months ago
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
RE: [PATCH 0/5] EDAC/Intel: Intel EDAC driver updates for "near" memory and new CPUs
Posted by Luck, Tony 2 years, 7 months ago
> 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.

Series applied to ras tree (edac-drivers branch) with a couple of spelling fixes.

Thanks

-Tony