Linux EDAC development
 help / color / mirror / Atom feed
 messages from 2025-08-22 00:24:27 to 2025-09-18 21:14:12 UTC [more...]

spurious mce Hardware Error messages in next-20250912
 2025-09-18 21:14 UTC  (17+ messages)

[PATCH v12 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-09-18 20:22 UTC  (12+ messages)
` [PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v12 2/2] ras: mem: Add memory "

[PATCH next] EDAC/versalnet: Fix error code in probe()
 2025-09-18 12:40 UTC  (2+ messages)

[PATCH] EDAC/skx_common: Fix allocation check when adxl_component_count is 0
 2025-09-18 12:17 UTC 

[bug report] EDAC: Add a driver for the AMD Versal NET DDR controller
 2025-09-18 10:09 UTC  (2+ messages)

[PATCH 0/2] Add support for AMD Family 1Ah-based SOCs
 2025-09-17 10:01 UTC  (4+ messages)
` [PATCH 1/2] EDAC/amd64: Add support for AMD family 1Ah-based newer models
` [PATCH 2/2] EDAC/mc_sysfs: Increase legacy channel support to 16

[PATCH v3 0/5] Cleanup and add support for AMD Family 1Ah-based SOCs
 2025-09-16 16:09 UTC  (18+ messages)
` [PATCH v3 1/5] EDAC/amd64: Generate ctl_name string at runtime
` [PATCH v3 2/5] EDAC/amd64: Remove NUM_CONTROLLERS macro
` [PATCH v3 3/5] EDAC/amd64: Add support for AMD family 1Ah-based newer models
` [PATCH v3 4/5] EDAC/mc_sysfs: Increase legacy channel support to 16
` [PATCH v3 5/5] EDAC/mc_sysfs: Begin deprecating legacy sysfs EDAC interface

[PATCH v9 0/5] EDAC/Versal NET: Add support for error notification
 2025-09-16  8:47 UTC  (8+ messages)
` [PATCH v9 1/5] cdx: Split mcdi.h and reorganize headers
` [PATCH v9 2/5] cdx: Export Symbols for MCDI RPC and Initialization
` [PATCH v9 3/5] ras: Export log_non_standard_event for External Usage
` [PATCH v9 4/5] dt-bindings: memory-controllers: Add support for Versal NET EDAC
` [PATCH v9 5/5] EDAC: Add a driver for the AMD Versal NET DDR controller

[PATCH v2 0/2] Incorporate DRAM address in EDAC messages
 2025-09-15 21:20 UTC  (3+ messages)
` [PATCH v2 1/2] RAS/AMD/ATL: Translate UMC normalized address to DRAM address using PRM
` [PATCH v2 2/2] EDAC/amd64: Incorporate DRAM Address in EDAC message

[PATCH v6 00/15] AMD MCA interrupts rework
 2025-09-15 17:33 UTC  (35+ messages)
` [PATCH v6 01/15] x86/mce: Set CR4.MCE last during init
` [PATCH v6 02/15] x86/mce: Define BSP-only init
` [PATCH v6 03/15] x86/mce: Define BSP-only SMCA init
` [PATCH v6 04/15] x86/mce: Do 'UNKNOWN' vendor check early
` [PATCH v6 05/15] x86/mce: Separate global and per-CPU quirks
` [PATCH v6 06/15] x86/mce: Move machine_check_poll() status checks to helper functions
` [PATCH v6 07/15] x86/mce: Add clear_bank() helper
` [PATCH v6 08/15] x86/mce: Unify AMD THR handler with MCA Polling
` [PATCH v6 09/15] x86/mce: Unify AMD DFR "
` [PATCH v6 10/15] x86/mce/amd: Enable interrupt vectors once per-CPU on SMCA systems
` [PATCH v6 11/15] x86/mce/amd: Support SMCA Corrected Error Interrupt
` [PATCH v6 12/15] x86/mce/amd: Remove redundant reset_block()
` [PATCH v6 13/15] x86/mce/amd: Define threshold restart function for banks
` [PATCH v6 14/15] x86/mce: Handle AMD threshold interrupt storms
` [PATCH v6 15/15] x86/mce: Save and use APEI corrected threshold limit

[PATCH] APEI: GHES: Replace log_non_standard_event with direct tracepoint call
 2025-09-08  9:21 UTC  (2+ messages)

[PATCH v8 0/5] EDAC/Versal NET: Add support for error notification
 2025-09-08  9:10 UTC  (13+ messages)
` [PATCH v8 1/5] cdx: add the headers to include/linux
` [PATCH v8 2/5] cdx: Export Symbols for MCDI RPC and Initialization
` [PATCH v8 3/5] ras: Export log_non_standard_event for External Usage
` [PATCH v8 4/5] dt-bindings: memory-controllers: Add support for Versal NET EDAC
` [PATCH v8 5/5] EDAC/VersalNET: Add support for error notification

[GIT PULL] EDAC fix for v6.17-rc5
 2025-09-07 21:23 UTC  (2+ messages)

[GIT PULL] v4: Split sphinx call logic from docs Makefile
 2025-09-05  7:14 UTC 

[PATCH v5 00/20] AMD MCA interrupts rework
 2025-09-03 15:39 UTC  (40+ messages)
` [PATCH v5 01/20] x86/mce/amd: Rename threshold restart function
` [PATCH v5 02/20] x86/mce/amd: Remove return value for mce_threshold_{create,remove}_device()
` [PATCH v5 03/20] x86/mce/amd: Remove smca_banks_map
` [PATCH v5 04/20] x86/mce/amd: Put list_head in threshold_bank
` [PATCH v5 05/20] x86/mce: Cleanup bank processing on init
` [PATCH v5 06/20] x86/mce: Remove __mcheck_cpu_init_early()
` [PATCH v5 07/20] x86/mce: Reorder __mcheck_cpu_init_generic() call
` [PATCH v5 08/20] x86/mce: Define BSP-only init
` [PATCH v5 09/20] x86/mce: Define BSP-only SMCA init
` [PATCH v5 10/20] x86/mce: Do 'UNKNOWN' vendor check early
` [PATCH v5 11/20] x86/mce: Separate global and per-CPU quirks
` [PATCH v5 12/20] x86/mce: Move machine_check_poll() status checks to helper functions
` [PATCH v5 13/20] x86/mce: Unify AMD THR handler with MCA Polling
` [PATCH v5 14/20] x86/mce: Unify AMD DFR "
` [PATCH v5 15/20] x86/mce/amd: Enable interrupt vectors once per-CPU on SMCA systems
` [PATCH v5 16/20] x86/mce/amd: Support SMCA Corrected Error Interrupt
` [PATCH v5 17/20] x86/mce/amd: Remove redundant reset_block()
` [PATCH v5 18/20] x86/mce/amd: Define threshold restart function for banks
` [PATCH v5 19/20] x86/mce: Handle AMD threshold interrupt storms
` [PATCH v5 20/20] x86/mce: Save and use APEI corrected threshold limit

[PATCH 1/1] EDAC/skx_common: Use topology_physical_package_id() instead of open coding
 2025-09-03 14:52 UTC  (2+ messages)

[PATCH] EDAC: Fix wrong executable file modes for C source files
 2025-08-30 15:49 UTC  (2+ messages)

[PATCH v5 2/2] PCI/AER: Print UNCOR_STATUS bits that might be ANFE
 2025-08-29 21:18 UTC  (3+ messages)

[PATCH v2] mm/memory-failure: Fix redundant updates for already poisoned pages
 2025-08-29  6:35 UTC  (5+ messages)

[PATCH v5 0/2] PCI/AER: Handle Advisory Non-Fatal error
 2025-08-28  1:00 UTC  (7+ messages)

[PATCH RESEND V2 0/2] Fixes for recovery for machine check in TDX/SEAM non-root mode
 2025-08-27  8:29 UTC  (10+ messages)
` [PATCH RESEND V2 1/2] x86/mce: Fix missing address mask in recovery for errors "

[PATCH] mm/memory-failure: Do not call action_result() on already poisoned pages
 2025-08-27  8:06 UTC  (12+ messages)

[PATCH v2 0/2] Add support for AMD Family 1Ah-based SOCs
 2025-08-25 15:23 UTC  (5+ messages)
` [PATCH v2 1/2] EDAC/amd64: Add support for AMD family 1Ah-based newer models

[PATCH v4 00/22] AMD MCA interrupts rework
 2025-08-25 13:59 UTC  (4+ messages)
` [PATCH v4 08/22] x86/mce/amd: Put list_head in threshold_bank

[PATCH] EDAC: altera: Delete an inappropriate dma_free_coherent() call in altr_sdr_mc_err_inject_write()
 2025-08-25 12:04 UTC  (4+ messages)

[PATCH v2] EDAC: altera: Delete an inappropriate dma_free_coherent() call in altr_sdr_mc_err_inject_write()
 2025-08-25 11:50 UTC 

[PATCH v11 0/3] ACPI: Add support for ACPI RAS2 feature table
 2025-08-24 12:41 UTC  (10+ messages)
` [PATCH v11 1/3] mm: Add support to retrieve physical address range of memory from the node ID

[PATCH v5 1/2] PCI/AER: Clear UNCOR_STATUS bits that might be ANFE
 2025-08-22 17:20 UTC  (2+ messages)

[PATCH] edac/amd76x: Remove assignment from if condition in amd76x_remove_one()
 2025-08-22 14:48 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox