[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y/Dn5bXwGxiDh8RI@zn.tnic>
Date: Sat, 18 Feb 2023 15:59:49 +0100
From: Borislav Petkov <bp@...en8.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-edac <linux-edac@...r.kernel.org>,
lkml <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] EDAC updates for 6.3
Hi Linus,
please pull the pile of EDAC updates for 6.3. I'm sending a bit early
but I know you prefer that.
Thx.
---
The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262:
Linux 6.2-rc3 (2023-01-08 11:49:43 -0600)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git tags/edac_updates_for_v6.3
for you to fetch changes up to 28980db94742f9f2fb0f68ea35f2171b38007bae:
EDAC/amd64: Shut up an -Werror,-Wsometimes-uninitialized clang false positive (2023-02-14 17:56:14 +0100)
----------------------------------------------------------------
- Add a driver for the RAS functionality on Xilinx's on chip memory
controller
- Add support for decoding errors from the first and second level memory
on SKL-based hardware
- Add support for the memory controllers in Intel Granite Rapids and
Emerald Rapids machines
- First round of amd64_edac driver simplification and removal of
unneeded functionality
- The usual cleanups and fixes
----------------------------------------------------------------
Manivannan Sadhasivam (1):
EDAC/qcom: Add platform_device_id table for module autoloading
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
Sai Krishna Potthuri (1):
EDAC/zynqmp: Add EDAC support for Xilinx ZynqMP OCM
Shubhrajyoti Datta (1):
dt-bindings: edac: Add bindings for Xilinx ZynqMP OCM
Yazen Ghannam (6):
EDAC/amd64: Don't set up EDAC PCI control on Family 17h+
EDAC/amd64: Remove scrub rate control for Family 17h and later
EDAC/amd64: Remove PCI Function 6
EDAC/amd64: Remove PCI Function 0
EDAC/amd64: Remove early_channel_count()
EDAC/amd64: Shut up an -Werror,-Wsometimes-uninitialized clang false positive
Youquan Song (1):
EDAC/i10nm: Add driver decoder for Sapphire Rapids server
.../memory-controllers/xlnx,zynqmp-ocmc-1.0.yaml | 45 ++
MAINTAINERS | 7 +
drivers/edac/Kconfig | 8 +
drivers/edac/Makefile | 1 +
drivers/edac/amd64_edac.c | 217 +---------
drivers/edac/amd64_edac.h | 24 +-
drivers/edac/i10nm_base.c | 459 ++++++++++++++++----
drivers/edac/qcom_edac.c | 7 +
drivers/edac/skx_common.c | 76 ++--
drivers/edac/skx_common.h | 61 ++-
drivers/edac/zynqmp_edac.c | 467 +++++++++++++++++++++
11 files changed, 1013 insertions(+), 359 deletions(-)
create mode 100644 Documentation/devicetree/bindings/memory-controllers/xlnx,zynqmp-ocmc-1.0.yaml
create mode 100644 drivers/edac/zynqmp_edac.c
--
Regards/Gruss,
Boris.
https://people.kernel.org/tglx/notes-about-netiquette
Powered by blists - more mailing lists