linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/3] AMD Address Translation Library
@ 2024-01-23  4:13 Yazen Ghannam
  2024-01-23  4:13 ` [PATCH v5 1/3] RAS: Introduce " Yazen Ghannam
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Yazen Ghannam @ 2024-01-23  4:13 UTC (permalink / raw)
  To: bp, linux-edac, tony.luck
  Cc: linux-kernel, avadhut.naik, john.allen, muralidhara.mk,
	william.roche, corbet, linux-doc, christophe.jaillet,
	Yazen Ghannam

Hi all,

This revision includes a few minor fixups from Boris, Christophe, and
John.

Also, it includes the definition and use of a new "struct atl_err" in
order to avoid build dependencies on x86 MCE.

Thanks,
Yazen

Yazen Ghannam (3):
  RAS: Introduce AMD Address Translation Library
  EDAC/amd64: Use new AMD Address Translation Library
  Documentation: RAS: Add index and address translation section

 Documentation/RAS/address-translation.rst     |  24 +
 .../RAS/{ras.rst => error-decoding.rst}       |  11 +-
 Documentation/RAS/index.rst                   |  14 +
 Documentation/index.rst                       |   2 +-
 MAINTAINERS                                   |   7 +
 drivers/edac/Kconfig                          |   1 +
 drivers/edac/amd64_edac.c                     | 287 +-------
 drivers/ras/Kconfig                           |   1 +
 drivers/ras/Makefile                          |   2 +
 drivers/ras/amd/atl/Kconfig                   |  20 +
 drivers/ras/amd/atl/Makefile                  |  18 +
 drivers/ras/amd/atl/access.c                  | 106 +++
 drivers/ras/amd/atl/core.c                    | 225 ++++++
 drivers/ras/amd/atl/dehash.c                  | 407 +++++++++++
 drivers/ras/amd/atl/denormalize.c             | 617 ++++++++++++++++
 drivers/ras/amd/atl/internal.h                | 297 ++++++++
 drivers/ras/amd/atl/map.c                     | 665 ++++++++++++++++++
 drivers/ras/amd/atl/reg_fields.h              | 603 ++++++++++++++++
 drivers/ras/amd/atl/system.c                  | 281 ++++++++
 drivers/ras/amd/atl/umc.c                     |  41 ++
 drivers/ras/ras.c                             |  31 +
 include/linux/ras.h                           |  16 +
 22 files changed, 3390 insertions(+), 286 deletions(-)
 create mode 100644 Documentation/RAS/address-translation.rst
 rename Documentation/RAS/{ras.rst => error-decoding.rst} (73%)
 create mode 100644 Documentation/RAS/index.rst
 create mode 100644 drivers/ras/amd/atl/Kconfig
 create mode 100644 drivers/ras/amd/atl/Makefile
 create mode 100644 drivers/ras/amd/atl/access.c
 create mode 100644 drivers/ras/amd/atl/core.c
 create mode 100644 drivers/ras/amd/atl/dehash.c
 create mode 100644 drivers/ras/amd/atl/denormalize.c
 create mode 100644 drivers/ras/amd/atl/internal.h
 create mode 100644 drivers/ras/amd/atl/map.c
 create mode 100644 drivers/ras/amd/atl/reg_fields.h
 create mode 100644 drivers/ras/amd/atl/system.c
 create mode 100644 drivers/ras/amd/atl/umc.c

-- 
2.34.1


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

end of thread, other threads:[~2024-01-24 11:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-23  4:13 [PATCH v5 0/3] AMD Address Translation Library Yazen Ghannam
2024-01-23  4:13 ` [PATCH v5 1/3] RAS: Introduce " Yazen Ghannam
2024-01-23  4:14 ` [PATCH v5 2/3] EDAC/amd64: Use new " Yazen Ghannam
2024-01-23  4:14 ` [PATCH v5 3/3] Documentation: RAS: Add index and address translation section Yazen Ghannam
2024-01-24 11:59 ` [PATCH v5 0/3] AMD Address Translation Library Borislav Petkov

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