linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-14 13:18:47 to 2025-03-06 18:18:27 UTC [more...]

[PATCH v20 00/15] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2025-03-06 18:18 UTC  (6+ messages)

[PATCH v3 0/3] mm/hwpoison: Fix regressions in memory failure handling
 2025-03-06 18:15 UTC  (5+ messages)
` [PATCH v3 1/3] x86/mce: Use is_copy_from_user() to determine copy-from-user context
` [PATCH v3 2/3] mm/hwpoison: Do not send SIGBUS to processes with recovered clean pages
` [PATCH v3 3/3] mm: memory-failure: Enhance comments for return value of memory_failure()

[PATCH v2 0/5] mm/hwpoison: Fix regressions in memory failure handling
 2025-03-06 15:58 UTC  (59+ messages)
` [PATCH v2 1/5] x86/mce: Collect error message for severities below MCE_PANIC_SEVERITY
` [PATCH v2 2/5] x86/mce: dump error msg from severities
` [PATCH v2 3/5] x86/mce: add EX_TYPE_EFAULT_REG as in-kernel recovery context to fix copy-from-user operations regression
` [PATCH v2 4/5] mm/hwpoison: Fix incorrect "not recovered" report for recovered clean pages
` [PATCH v2 5/5] mm: memory-failure: move return value documentation to function declaration

[PATCH v2 0/3] ACPI: Add support for ACPI RAS2 feature table
 2025-03-06 11:21 UTC  (10+ messages)
` [PATCH v2 1/3] ACPI: ACPI 6.5: RAS2: Shorten RAS2 table structure and variable names
` [PATCH v2 2/3] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v2 3/3] ras: mem: Add memory "

[PATCH] EDAC: fix dev_set_name() format string
 2025-03-05 22:51 UTC  (2+ messages)

[PATCH v5 0/5] EDAC: Versal NET: Add support for error notification
 2025-03-05  5:18 UTC  (6+ messages)
` [PATCH v5 5/5] "

[PATCH linux-next 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-03-04 20:46 UTC  (12+ messages)
` [PATCH linux-next 1/2] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH linux-next 2/2] ras: mem: Add memory "

[PATCH][next][V2] EDAC, pnd2: Make read-only const array intlv static
 2025-03-03 15:40 UTC  (2+ messages)

[PATCH] EDAC/igen6: Constify struct res_config
 2025-03-03 15:36 UTC  (2+ messages)

[bug report] EDAC, mellanox: Add ECC support for BlueField DDR4
 2025-03-03 14:52 UTC  (2+ messages)

[PATCH 00/11] EDAC/ie31200: Add EDAC support for Intel Raptor Lake-S SoCs
 2025-03-03  2:53 UTC  (14+ messages)
` [PATCH 01/11] EDAC/ie31200: Fix the size of EDAC_MC_LAYER_CHIP_SELECT layer
` [PATCH 02/11] EDAC/ie31200: Fix the DIMM size mask for several SoCs
` [PATCH 03/11] EDAC/ie31200: Fix the error path order of ie31200_init()
` [PATCH 04/11] EDAC/ie31200: Fix the 3rd parameter name of *populate_dimm_info()
` [PATCH 05/11] EDAC/ie31200: Simplify the pci_device_id table
` [PATCH 06/11] EDAC/ie31200: Make the memory controller resources configurable
` [PATCH 07/11] EDAC/ie31200: Make struct dimm_data contain decoded information
` [PATCH 08/11] EDAC/ie31200: Fold the two channel loops into one loop
` [PATCH 09/11] EDAC/ie31200: Break up ie31200_probe1()
` [PATCH 10/11] EDAC/ie31200: Add Intel Raptor Lake-S SoCs support
` [PATCH 11/11] EDAC/ie31200: Switch Raptor Lake-S to interrupt mode

[PATCH v2 00/16] AMD MCA interrupts rework
 2025-02-28 14:29 UTC  (62+ messages)
` [PATCH v2 01/16] x86/mce: Don't remove sysfs if thresholding sysfs init fails
` [PATCH v2 02/16] x86/mce/amd: Remove return value for mce_threshold_create_device()
` [PATCH v2 03/16] x86/mce/amd: Remove smca_banks_map
` [PATCH v2 04/16] x86/mce/amd: Put list_head in threshold_bank
` [PATCH v2 05/16] x86/mce: Cleanup bank processing on init
` [PATCH v2 06/16] x86/mce: Remove __mcheck_cpu_init_early()
` [PATCH v2 07/16] x86/mce: Define BSP-only init
` [PATCH v2 08/16] x86/mce: Define BSP-only SMCA init
` [PATCH v2 09/16] x86/mce: Do 'UNKNOWN' vendor check early
` [PATCH v2 10/16] x86/mce: Separate global and per-CPU quirks
` [PATCH v2 11/16] x86/mce: Move machine_check_poll() status checks to helper functions
` [PATCH v2 12/16] x86/mce: Unify AMD THR handler with MCA Polling
` [PATCH v2 13/16] x86/mce: Unify AMD DFR "
` [PATCH v2 14/16] x86/mce/amd: Enable interrupt vectors once per-CPU on SMCA systems
` [PATCH v2 15/16] x86/mce/amd: Support SMCA Corrected Error Interrupt
` [PATCH v2 16/16] x86/mce: Handle AMD threshold interrupt storms

[PATCH] EDAC: Simplify return statement in dct_ecc_enabled()
 2025-02-28 12:30 UTC  (3+ messages)
` [RESEND PATCH] "

[PATCH v18 0/3] ACPI: APEI: handle synchronous errors in task work
 2025-02-28 12:26 UTC  (6+ messages)
` [PATCH v18 2/3] mm: memory-failure: move return value documentation to function declaration

[PATCH 0/8] cxl: support CXL memory RAS features
 2025-02-27 22:38 UTC  (9+ messages)
` [PATCH 1/8] cxl: Add helper function to retrieve a feature entry
` [PATCH 2/8] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH 3/8] cxl/memfeature: Add CXL memory device ECS "
` [PATCH 4/8] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH 5/8] cxl/region: Add helper function to determine memory is online
` [PATCH 6/8] cxl: Support for finding memory operation attributes from the current boot
` [PATCH 7/8] cxl/memfeature: Add CXL memory device soft PPR control feature
` [PATCH 8/8] cxl/memfeature: Add CXL memory device memory sparing "

[RESEND PATCH] EDAC: Use string choice helper functions
 2025-02-26 10:02 UTC  (2+ messages)

[PATCH v3] x86/mce/inject: Remove call to mce_notify_irq()
 2025-02-25 14:33 UTC 

[PATCH v2 0/3] Simpify mce code somewhat
 2025-02-25 13:12 UTC  (10+ messages)
` [PATCH v2 1/3] x86/mce/inject: Remove call to mce_notify_irq()
` [PATCH v2 2/3] x86/mce: Move message printing from mce_notify_irq to mce_early_notifier()
` [PATCH v2 3/3] x86/mce: Make mce_notify_irq() depend on CONFIG_X86_MCELOG_LEGACY

[PATCH v6] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2025-02-24  3:38 UTC  (2+ messages)

[PATCH] EDAC: Use string choice helper functions
 2025-02-23 21:28 UTC  (5+ messages)

[GIT PULL] EDAC/urgent for v6.14-rc4
 2025-02-23 20:33 UTC  (2+ messages)

[PATCH v2 0/2] PCI: Add support for logging Flit Mode TLPs (PCIe6)
 2025-02-21 23:36 UTC  (7+ messages)
` [PATCH v2 1/2] PCI: Track Flit Mode Status & print it with link status
` [PATCH v2 2/2] PCI: Handle TLP Log in Flit mode

[PATCH 1/1] EDAC/{skx_common,i10nm}: Fix some missing error reports on Emerald Rapids
 2025-02-21  1:15 UTC  (2+ messages)

[PATCH 1/1] EDAC/igen6: Fix the flood of invalid error reports
 2025-02-21  1:14 UTC  (2+ messages)

[PATCH] EDAC/ie31200: work around false positive build warning
 2025-02-21  1:13 UTC  (4+ messages)

[PATCH v18 04/19] EDAC: Add memory repair control feature
 2025-02-20 12:19 UTC  (14+ messages)

x86/mce: Potential Information Leak in __mce_read_apei Due to Uninitialized Bytes
 2025-02-19 12:47 UTC  (3+ messages)

[PATCH] qcom: llcc/edac: Correct interrupt enable register configuration
 2025-02-14 19:45 UTC  (3+ messages)

[PATCH v1 0/4] fmm/hwpoison: Fix regressions in memory failure handling
 2025-02-14 16:57 UTC  (12+ messages)
` [PATCH v1 2/4] x86/mce: dump error msg from severities
` [PATCH v1 4/4] mm/hwpoison: Fix incorrect "not recovered" report for recovered clean pages


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