linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-03 11:37:04 to 2024-10-09 15:48:14 UTC [more...]

[PATCH 0/6] EDAC: fsl-ddr, add imx9 support
 2024-10-09 15:48 UTC  (6+ messages)

[PATCH v13 00/18] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-10-09 12:41 UTC  (19+ messages)
` [PATCH v13 01/18] EDAC: Add support for EDAC device features control
` [PATCH v13 02/18] EDAC: Add scrub control feature
` [PATCH v13 03/18] EDAC: Add ECS "
` [PATCH v13 04/18] cxl: move cxl headers to new include/cxl/ directory
` [PATCH v13 05/18] cxl: Move mailbox related bits to the same context
` [PATCH v13 06/18] cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as input
` [PATCH v13 07/18] cxl: Add Get Supported Features command for kernel usage
` [PATCH v13 08/18] cxl/mbox: Add GET_FEATURE mailbox command
` [PATCH v13 09/18] cxl/mbox: Add SET_FEATURE "
` [PATCH v13 10/18] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v13 11/18] cxl/memfeature: Add CXL memory device ECS "
` [PATCH v13 12/18] platform: Add __free() based cleanup function for platform_device_put
` [PATCH v13 13/18] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v13 14/18] ras: mem: Add memory "
` [PATCH v13 15/18] EDAC: Add memory repair control feature
` [PATCH v13 16/18] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v13 17/18] cxl/memfeature: Add CXL memory device PPR control feature
` [PATCH v13 18/18] cxl/memfeature: Add CXL memory device memory sparing "

[PATCH v2] EDAC/qcom: Make irq configuration optional
 2024-10-07 14:26 UTC  (4+ messages)

[PATCH v2] EDAC: MAINTAINERS: change FSL DDR EDAC maintainer to Frank Li
 2024-10-06  8:28 UTC  (5+ messages)

Bouncing maintainer: Ralf Baechle
 2024-10-04 15:41 UTC  (2+ messages)

[PATCH] EDAC: MAINTAINERS: move FSL DDR EDAC maintainer York Sun to Credits
 2024-10-03 19:29 UTC  (3+ messages)

[PATCH v5 0/5] MCE wrapper and support for new SMCA syndrome MSRs
 2024-10-02 16:35 UTC  (9+ messages)
` [PATCH v5 1/5] x86/mce: Add wrapper for struct mce to export vendor specific info
` [PATCH v5 2/5] tracing: Add __print_dynamic_array() helper
` [PATCH v5 3/5] x86/mce, EDAC/mce_amd: Add support for new MCA_SYND{1,2} registers
` [PATCH v5 4/5] x86/mce/apei: Handle variable register array size
` [PATCH v5 5/5] EDAC/mce_amd: Add support for FRU Text in MCA

[PATCH v12 00/17] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-10-01 19:47 UTC  (39+ messages)
` [PATCH v12 01/17] EDAC: Add support for EDAC device features control
` [PATCH v12 02/17] EDAC: Add EDAC scrub control driver
` [PATCH v12 03/17] EDAC: Add EDAC ECS "
` [PATCH v12 04/17] cxl: Move mailbox related bits to the same context
` [PATCH v12 05/17] cxl: Fix comment regarding cxl_query_cmd() return data
` [PATCH v12 06/17] cxl: Refactor user ioctl command path from mds to mailbox
` [PATCH v12 07/17] cxl: Add Get Supported Features command for kernel usage
` [PATCH v12 08/17] cxl/mbox: Add GET_FEATURE mailbox command
` [PATCH v12 09/17] cxl/mbox: Add SET_FEATURE "
` [PATCH v12 10/17] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v12 11/17] cxl/memfeature: Add CXL memory device ECS "
` [PATCH v12 12/17] platform: Add __free() based cleanup function for platform_device_put
` [PATCH v12 13/17] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v12 14/17] ras: mem: Add memory "
` [PATCH v12 15/17] EDAC: Add EDAC PPR control driver
` [PATCH v12 16/17] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v12 17/17] cxl/memfeature: Add CXL memory device PPR control feature

[PATCH v2 RESEND] EDAC/bluefield: Use Arm SMC for EMI access on BlueField-2
 2024-09-30 15:20 UTC 

[PATCH v1 RESEND] EDAC/bluefield - fix potential integer overflow
 2024-09-30 15:10 UTC 

[PATCH v1] EDAC: Fix typos in the comments
 2024-09-30  7:40 UTC 

[PATCH v6 0/2] Add EDAC driver for loongson memory controller
 2024-09-30  3:29 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: EDAC for ls3a5000 "
` [PATCH v6 2/2] EDAC: Add EDAC driver for loongson "

[PATCH v5 0/2] Add EDAC driver for loongson memory controller
 2024-09-30  3:24 UTC  (7+ messages)
` [PATCH v5 1/2] dt-bindings: EDAC for ls3a5000 "
` [PATCH v5 2/2] Loongarch: EDAC driver for loongson "

New order
 2024-09-24 22:07 UTC 

[PATCH v2 0/3] x86/mce: Add Zhaoxin MCE support
 2024-09-23  7:33 UTC  (24+ messages)
  ` [PATCH v2 1/3] x86/mce: Add centaur vendor to support Zhaoxin MCA
  ` [PATCH v2 2/3] x86/mce: Add zhaoxin.c "
  ` [PATCH v2 3/3] x86/mce: Add CMCI storm switching support for Zhaoxin
  ` [PATCH v3 0/3] x86/mce: Add Zhaoxin MCE support
    ` [PATCH v3 1/3] x86/mce: Add centaur vendor to support Zhaoxin MCA
    ` [PATCH v3 2/3] x86/mce: Add zhaoxin.c "
    ` [PATCH v3 3/3] x86/mce: Add CMCI storm switching support for Zhaoxin
    ` [PATCH v4 0/4] x86/mce: Add Zhaoxin MCE support and remove
      ` [PATCH v4 1/4] x86/mce: Add centaur vendor to support Zhaoxin MCA
      ` [PATCH v4 2/4] x86/mce: Remove functions that disable error reporting
      ` [PATCH v4 3/4] x86/mce: Add zhaoxin.c to support Zhaoxin MCA
      ` [PATCH v4 4/4] x86/mce: Add CMCI storm switching support for Zhaoxin

[PATCH v12 0/3] ACPI: APEI: handle synchronous errors in task work
 2024-09-20 12:14 UTC  (23+ messages)
` [PATCH v12 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [PATCH v12 2/3] mm: memory-failure: move return value documentation to function declaration
` [PATCH v12 3/3] ACPI: APEI: handle synchronous exceptions in task work
` [PATCH v13 0/3] ACPI: APEI: handle synchronous errors "
` [PATCH v13 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [PATCH v13 2/3] mm: memory-failure: move return value documentation to function declaration
` [PATCH v13 3/3] ACPI: APEI: handle synchronous exceptions in task work

[PATCH][next][V2] EDAC, pnd2: Make read-only const array intlv static
 2024-09-19 17:16 UTC  (2+ messages)

[PATCH][next] EDAC, pnd2: Make read-only const array intlv static
 2024-09-19  8:47 UTC  (4+ messages)

Is it true that uncorrectable ECC errors always crash the system? (I want this) It seems my system is unsupported in edac
 2024-09-16 15:28 UTC  (4+ messages)

[GIT PULL] EDAC updates for v6.12
 2024-09-16  4:55 UTC  (2+ messages)

[PATCH 0/3] x86/mce: Add Zhaoxin MCE support
 2024-09-14  9:36 UTC  (12+ messages)
` [PATCH v1 1/3] x86/mce: Add centaur vendor to support Zhaoxin MCA
` [PATCH v1 2/3] x86/mce: Add zhaoxin.c "
` [PATCH v1 3/3] x86/mce: Add CMCI storm switching support for Zhaoxin

[PATCH v4 0/2] Add EDAC driver for loongson memory controller
 2024-09-14  2:18 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: EDAC for ls3a5000 "
` [PATCH v4 2/2] Loongarch: EDAC driver for loongson "

[PATCH v3 0/5] Fix issues with ARM Processor CPER records
 2024-09-11 12:47 UTC  (3+ messages)
` [PATCH v3 1/5] RAS: Report all ARM processor CPER information to userspace

[PATCH] EDAC/sb_edac: Fix typos
 2024-09-10  5:56 UTC  (2+ messages)

[PATCH v11 00/14] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-09-09 11:17 UTC  (4+ messages)
` [PATCH v11 01/14] EDAC: Add support for EDAC device feature's control

[PATCH] EDAC: Drop obsolete PPC4xx driver
 2024-09-05 15:00 UTC  (3+ messages)

[PATCH v2 3/5] efi/cper: Add a new helper function to print bitmasks
 2024-09-04 10:25 UTC  (7+ messages)
` [PATCH v2 4/5] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs

[PATCH V3 0/2] Add EDAC driver for loongson memory controller
 2024-09-04  8:51 UTC  (7+ messages)
` [PATCH V3 1/2] dt-bindings: EDAC for ls3a5000 "
` [PATCH V3 2/2] Loongarch: EDAC driver for loongson "

[PATCH 1/1] EDAC/sb_edac: Fix the compile warning of large frame size
 2024-09-04  3:08 UTC  (3+ messages)

[PATCH -next 0/2] EDAC: Constify struct kobj_type
 2024-09-04  1:12 UTC  (3+ messages)
` [PATCH -next 1/2] EDAC: Constify struct kobj_type for edac_device_sysfs
` [PATCH -next 2/2] EDAC: Constify struct kobj_type for edac_pci_sysfs

[PATCH V3 0/2] Add EDAC driver for loongson memory controller
 2024-09-03 11:46 UTC  (3+ messages)
` [PATCH V3 1/2] dt-bindings: EDAC for ls3a5000 "
` [PATCH V3 2/2] Loongarch: EDAC driver for loongson "

[PATCH v2 0/2] Add EDAC driver for ls3a5000 memory controller
 2024-09-03 11:36 UTC  (9+ messages)
` [PATCH v2 2/2] Loongarch: EDAC driver for loongson "


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