linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-16 23:54:50 to 2025-01-15 22:27:33 UTC [more...]

[PATCH v5 0/5] EDAC: Versal NET: Add support for error notification
 2025-01-15 22:27 UTC  (9+ messages)
` [PATCH v5 1/5] cdx: export the symbols
` [PATCH v5 2/5] ras: export the log_non_standard_event
` [PATCH v5 3/5] cdx: add DDRMC commands
` [PATCH v5 4/5] dt-bindings: memory-controllers: Add support for Versal NET EDAC
` [PATCH v5 5/5] EDAC: Versal NET: Add support for error notification

[PATCH v6] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2025-01-15 15:05 UTC  (5+ messages)

[PATCH 0/3] Cleanup mce_notify_irq usage
 2025-01-15 15:02 UTC  (14+ messages)
` [PATCH 1/3] x86/mce/inject: Remova call to mce_notify_irq()
` [PATCH 2/3] x86/mce: Make mce_notify_irq() static
` [PATCH 3/3] x86/mce: Make mce_notify_irq() depend on CONFIG_X86_MCELOG_LEGACY
` [RESEND PATCH 0/3] Make mce_notify_irq() static
  ` [RESEND PATCH 1/3] x86/mce/inject: Remova call to mce_notify_irq()
  ` [RESEND PATCH 2/3] x86/mce: Make mce_notify_irq() static
  ` [RESEND PATCH 3/3] x86/mce: Make mce_notify_irq() depend on CONFIG_X86_MCELOG_LEGACY

[PATCH v18 00/19] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2025-01-15 12:03 UTC  (65+ messages)
` [PATCH v18 01/19] EDAC: Add support for EDAC device features control
` [PATCH v18 02/19] EDAC: Add scrub control feature
` [PATCH v18 03/19] EDAC: Add ECS "
` [PATCH v18 04/19] EDAC: Add memory repair "
` [PATCH v18 05/19] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v18 06/19] ras: mem: Add memory "
` [PATCH v18 07/19] cxl: Refactor user ioctl command path from mds to mailbox
` [PATCH v18 08/19] cxl: Add skeletal features driver
` [PATCH v18 09/19] cxl: Enumerate feature commands
` [PATCH v18 10/19] cxl: Add Get Supported Features command for kernel usage
` [PATCH v18 11/19] cxl: Add features driver attribute to emit number of features supported
` [PATCH v18 12/19] cxl/mbox: Add GET_FEATURE mailbox command
` [PATCH v18 13/19] cxl/mbox: Add SET_FEATURE "
` [PATCH v18 14/19] cxl: Setup exclusive CXL features that are reserved for the kernel
` [PATCH v18 15/19] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v18 16/19] cxl/memfeature: Add CXL memory device ECS "
` [PATCH v18 17/19] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v18 18/19] cxl/memfeature: Add CXL memory device soft PPR control feature
` [PATCH v18 19/19] cxl/memfeature: Add CXL memory device memory sparing "

[PATCH v5] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2025-01-14 11:47 UTC  (3+ messages)

[PATCH v2 00/14] rasdaemon: cxl: Update CXL event logging and recording to CXL spec rev 3.1
 2025-01-10 16:11 UTC  (17+ messages)
` [PATCH v2 01/14] rasdaemon: Fix for parsing error when trace event's format file is larger than PAGE_SIZE
` [PATCH v2 02/14] rasdaemon: cxl: Fix logging of memory event type of DRAM trace event
` [PATCH v2 03/14] rasdaemon: cxl: Fix mismatch in region field's name with kernel "
` [PATCH v2 04/14] rasdaemon: cxl: Add automatic indexing for storing CXL fields in SQLite database
` [PATCH v2 05/14] rasdaemon: cxl: Update common event to CXL spec rev 3.1
` [PATCH v2 06/14] rasdaemon: cxl: Add Component Identifier formatting for "
` [PATCH v2 07/14] rasdaemon: cxl: Update CXL general media event to "
` [PATCH v2 08/14] rasdaemon: cxl: Update CXL DRAM "
` [PATCH v2 09/14] rasdaemon: cxl: Update memory module "
` [PATCH v2 10/14] rasdaemon: ras-mc-ctl: Fix logging of memory event type in CXL DRAM error table
` [PATCH v2 11/14] rasdaemon: ras-mc-ctl: Update logging of common event data to align with CXL spec rev 3.1
` [PATCH v2 12/14] rasdaemon: ras-mc-ctl: Update logging of CXL general media "
` [PATCH v2 13/14] rasdaemon: ras-mc-ctl: Update logging of CXL DRAM "
` [PATCH v2 14/14] rasdaemon: ras-mc-ctl: Update logging of CXL memory module "

[PATCH v4] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2025-01-09  1:40 UTC  (8+ messages)

[PATCH v3 00/12] AMD NB and SMN rework
 2025-01-08  8:56 UTC  (15+ messages)
` [PATCH v3 01/12] x86/amd_nb: Restrict init function to AMD-based systems
` [PATCH v3 02/12] x86/amd_nb: Clean up early_is_amd_nb()
` [PATCH v3 03/12] x86: Start moving AMD node functionality out of AMD_NB
` [PATCH v3 04/12] x86/amd_nb: Simplify function 4 search
` [PATCH v3 05/12] x86/amd_nb: Simplify root device search
` [PATCH v3 06/12] x86/amd_nb: Use topology info to get AMD node count
` [PATCH v3 07/12] x86/amd_nb: Simplify function 3 search
` [PATCH v3 08/12] x86/amd_nb, hwmon: (k10temp): Simplify amd_pci_dev_to_node_id()
` [PATCH v3 09/12] x86/amd_nb: Move SMN access code to a new amd_node driver
` [PATCH v3 10/12] x86/amd_node: Update __amd_smn_rw() error paths
` [PATCH v3 11/12] x86/amd_node: Remove dependency on AMD_NB
` [PATCH v3 12/12] x86/amd_node: Use defines for SMN register offsets

[PATCH v18 0/3] ACPI: APEI: handle synchronous errors in task work
 2025-01-07  8:17 UTC  (4+ messages)
` [PATCH v18 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [PATCH v18 2/3] mm: memory-failure: move return value documentation to function declaration
` [PATCH v18 3/3] ACPI: APEI: handle synchronous exceptions in task work

[PATCH v2 00/16] AMD NB and SMN rework
 2025-01-06 16:31 UTC  (4+ messages)

[PATCH V11] EDAC: Add EDAC driver for loongson memory controller
 2025-01-04 11:08 UTC  (2+ messages)

[PATCH V10 RESEND] EDAC: Add EDAC driver for loongson memory controller
 2025-01-04 10:47 UTC  (7+ messages)

[PATCH v17 00/18] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2025-01-03 19:26 UTC  (7+ messages)

[PATCH v4 0/5] EDAC: Versal NET: Add support for error notification
 2025-01-03  6:13 UTC  (9+ messages)
` [PATCH v4 1/5] cdx: export the symbols
` [PATCH v4 2/5] ras: export the log_non_standard_event
` [PATCH v4 3/5] cdx: add DDRMC commands
` [PATCH v4 4/5] dt-bindings: memory-controllers: Add support for Versal NET EDAC
` [PATCH v4 5/5] EDAC: Versal NET: Add support for error notification

[PATCH v2.1] x86/amd_node, platform/x86/amd/hsmp: Have HSMP use SMN through AMD_NODE
 2025-01-02 20:04 UTC  (6+ messages)
` [PATCH v2.2] "

[PATCH v3 0/5] EDAC: Versal NET: Add support for error notification
 2024-12-31  8:19 UTC  (7+ messages)
` [PATCH v3 1/5] cdx: export the symbols
` [PATCH v3 2/5] ras: export the log_non_standard_event
` [PATCH v3 3/5] cdx: add DDRMC commands
` [PATCH v3 4/5] dt-bindings: memory-controllers: Add support for Versal NET EDAC
` [PATCH v3 5/5] EDAC: Versal NET: Add support for error notification

[PATCH v2 0/5] EDAC: Versal NET: Add support for error notification
 2024-12-30  5:58 UTC  (6+ messages)
` [PATCH v2 1/5] cdx: export the symbols
` [PATCH v2 2/5] ras: export the log_non_standard_event
` [PATCH v2 3/5] cdx: add DDRMC commands
` [PATCH v2 4/5] dt-bindings: memory-controllers: Add support for Versal NET EDAC
` [PATCH v2 5/5] EDAC: Versal NET: Add support for error notification

[PATCH 0/3] EDAC: Versal NET: Add support for error notification
 2024-12-23 14:02 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: memory-controllers: Add support for Versal NET EDAC

[PATCH v4 0/8] x86/mce: Clean up some x86/mce code
 2024-12-19 15:19 UTC  (13+ messages)
` [PATCH v5 0/7] "
  ` [PATCH v5 1/7] x86/mce: Make several functions return bool
  ` [PATCH v5 2/7] x86/mce/threshold: Remove the redundant this_cpu_dec_return()
  ` [PATCH v5 3/7] x86/mce: Make four functions return bool
  ` [PATCH v5 4/7] x86/mce: Break up __mcheck_cpu_apply_quirks()
  ` [PATCH v5 6/7] x86/mce: Remove the redundant mce_hygon_feature_init()

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

[PATCH 0/3] PCI: Add support for logging Flit Mode TLPs (PCIe6)
 2024-12-18 14:24 UTC  (3+ messages)

[PATCH] x86/mce/: Make cmci_supported() return bool
 2024-12-18 13:46 UTC  (4+ messages)

[PATCH v2 23/25] EDAC/cell: Remove powerpc Cell driver
 2024-12-18 10:55 UTC 


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