public inbox for linux-edac@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-09 21:21:43 to 2024-06-06 16:13:33 UTC [more...]

[PATCH v4 0/8] Enhance AMD SMN Error Checking
 2024-06-06 16:13 UTC  (9+ messages)
` [PATCH v4 1/8] EDAC/amd64: Remove unused register accesses
` [PATCH v4 2/8] EDAC/amd64: Check return value of amd_smn_read()
` [PATCH v4 3/8] hwmon: (k10temp) "
` [PATCH v4 4/8] x86/amd_nb: Enhance SMN access error checking
` [PATCH v4 5/8] hwmon: (k10temp) Define helper function to read CCD temp
` [PATCH v4 6/8] hwmon: (k10temp) Reduce k10temp_get_ccd_support() parameters
` [PATCH v4 7/8] hwmon: (k10temp) Remove unused HAVE_TDIE() macro
` [PATCH v4 8/8] hwmon: (k10temp) Rename _data variable

[RFC PATCH v8 00/10] ras: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-06-06 16:05 UTC  (38+ messages)
` [RFC PATCH v8 01/10] ras: scrub: Add scrub subsystem
` [RFC PATCH v8 05/10] cxl/memscrub: Add CXL device patrol scrub control feature
` [RFC PATCH v8 08/10] ACPI:RAS2: Add ACPI RAS2 driver
` [RFC PATCH v8 10/10] ras: scrub: ACPI RAS2: Add memory "

[PATCH v4 0/3] PCI/AER: Handle Advisory Non-Fatal error
 2024-06-06 15:11 UTC  (8+ messages)
` [PATCH v4 1/3] PCI/AER: Store UNCOR_STATUS bits that might be ANFE in aer_err_info
` [PATCH v4 2/3] PCI/AER: Print UNCOR_STATUS bits that might be ANFE
` [PATCH v4 3/3] PCI/AER: Clear "

[PATCH v2 00/13] Some cleanups for memory-failure
 2024-06-06  6:46 UTC  (15+ messages)
` [PATCH v2 01/13] mm/memory-failure: simplify put_ref_page()
` [PATCH v2 02/13] mm/memory-failure: remove MF_MSG_SLAB
` [PATCH v2 03/13] mm/memory-failure: add macro GET_PAGE_MAX_RETRY_NUM
` [PATCH v2 04/13] mm/memory-failure: save some page_folio() calls
` [PATCH v2 05/13] mm/memory-failure: remove unneeded empty string
` [PATCH v2 06/13] mm/memory-failure: remove confusing initialization to count
` [PATCH v2 07/13] mm/memory-failure: simplify unneeded hwpoison_filter() variant
` [PATCH v2 08/13] mm/memory-failure: use helper macro task_pid_nr()
` [PATCH v2 09/13] mm/memory-failure: remove obsolete comment in unpoison_memory()
` [PATCH v2 10/13] mm/memory-failure: move some function declarations into internal.h
` [PATCH v2 11/13] mm/memory-failure: fix comment of get_hwpoison_page()
` [PATCH v2 12/13] mm/memory-failure: remove obsolete comment in kill_proc()
` [PATCH v2 13/13] mm/memory-failure: correct comment in me_swapcache_dirty

[PATCH v3 0/8] Enhance AMD SMN Error Checking
 2024-06-05 17:41 UTC  (24+ messages)
` [PATCH v3 1/8] EDAC/amd64: Remove unused register accesses
` [PATCH v3 2/8] EDAC/amd64: Check return value of amd_smn_read()
` [PATCH v3 3/8] hwmon: (k10temp) "
` [PATCH v3 4/8] x86/amd_nb: Enhance SMN access error checking
` [PATCH v3 5/8] hwmon: (k10temp) Define helper function to read CCD temp
` [PATCH v3 6/8] hwmon: (k10temp) Reduce k10temp_get_ccd_support() parameters
` [PATCH v3 7/8] hwmon: (k10temp) Remove unused HAVE_TDIE() macro
` [PATCH v3 8/8] hwmon: (k10temp) Rename _data variable

[PATCH v4 0/4] RAS: ATL: DF 4.5 NP2 Denormalization
 2024-06-05 18:47 UTC  (12+ messages)
` [PATCH v4 1/4] RAS/AMD/ATL: Read DRAM hole base early
` [PATCH v4 2/4] RAS/AMD/ATL: Expand helpers for adding and removing base and hole
` [PATCH v4 3/4] RAS/AMD/ATL: Validate address map when information is gathered
` [PATCH v4 4/4] RAS/AMD/ATL: Implement DF 4.5 NP2 denormalization

[PATCH] RAS/AMD/ATL: add missing MODULE_DESCRIPTION() macro
 2024-06-05 15:53 UTC  (4+ messages)

[PATCH v5 00/20] EDAC/mc/synopsys: Various fixes and cleanups
 2024-06-04 22:11 UTC  (4+ messages)
` [PATCH v5 02/20] EDAC/synopsys: Fix generic device type detection procedure

[PATCH 0/9] AMD MCA interrupts rework
 2024-06-04 15:46 UTC  (18+ messages)
` [PATCH 1/9] x86/mce/inject: Only write MCA_MISC with user-set value
` [PATCH 2/9] x86/mce: Remove unused variable and return value in machine_check_poll()
` [PATCH 3/9] x86/mce: Increment MCP count only for timer calls
` [PATCH 4/9] x86/mce: Move machine_check_poll() status checks to helper functions
` [PATCH 5/9] x86/mce: Skip AMD threshold init if no threshold banks found
` [PATCH 6/9] x86/mce: Unify AMD THR handler with MCA Polling
` [PATCH 7/9] x86/mce: Unify AMD DFR "
` [PATCH 8/9] x86/mce/amd: Enable interrupt vectors once per-CPU on SMCA systems
` [PATCH 9/9] x86/mce/amd: Support SMCA Corrected Error Interrupt

[PATCH 1/2] EDAC/amd64: Convert PCIBIOS_* return codes to errnos
 2024-06-04  9:38 UTC  (4+ messages)
` [PATCH 2/2] EDAC/igen6: "

pull request to Add Corrected Internal Error for aer_cor_errors
 2024-06-04  0:26 UTC 

[PATCH 0/3] Rework mce_setup()
 2024-06-03 16:55 UTC  (7+ messages)
` [PATCH 1/3] x86/mce: Rename mce_setup() to mce_prep_record()
` [PATCH 2/3] x86/mce: Define mce_prep_record() helpers for common and per-CPU fields
` [PATCH 3/3] x86/mce: Use mce_prep_record() helpers for apei_smca_report_x86_error()

[PATCH] EDAC, i10nm: make skx_common.o a separate module
 2024-06-03 13:02 UTC  (8+ messages)

[PATCH v2] EDAC/synopsys: Fix the injection of the errors
 2024-06-03 11:40 UTC 

[PATCH] EDAC/synopsys: Fix the injection of the errors
 2024-06-03 11:16 UTC  (2+ messages)

[PATCH] x86/mce/inject: add missing MODULE_DESCRIPTION()
 2024-05-31  0:20 UTC 

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

[PATCH] RAS: Add missing newlines to pr_info
 2024-05-28 14:17 UTC  (2+ messages)

[PATCH] edac: thunderx: remove unused struct 'error_syndrome'
 2024-05-27 12:56 UTC  (2+ messages)

[PATCH 00/13] Some cleanups for memory-failure
 2024-05-25  6:39 UTC  (22+ messages)
` [PATCH 01/13] mm/memory-failure: simplify put_ref_page()
` [PATCH 02/13] mm/memory-failure: remove MF_MSG_SLAB
` [PATCH 03/13] mm/memory-failure: add macro GET_PAGE_MAX_RETRY_NUM
` [PATCH 04/13] mm/memory-failure: save a page_folio() call
` [PATCH 05/13] mm/memory-failure: remove unneeded empty string
` [PATCH 06/13] mm/memory-failure: remove confusing initialization to count
` [PATCH 07/13] mm/memory-failure: remove unneeded hwpoison_filter() variant
` [PATCH 08/13] mm/memory-failure: use helper macro task_pid_nr()
` [PATCH 09/13] mm/memory-failure: remove obsolete comment in unpoison_memory()
` [PATCH 10/13] mm/memory-failure: move some function declarations into internal.h
` [PATCH 11/13] mm/memory-failure: fix comment of get_hwpoison_page()
` [PATCH 12/13] mm/memory-failure: remove obsolete comment in kill_proc()
` [PATCH 13/13] mm/memory-failure: correct comment in me_swapcache_dirty

[RFC PATCH v2 0/3] Make ELOG log and trace consistently with GHES
 2024-05-21 19:58 UTC  (17+ messages)
` [RFC PATCH v2 1/3] ACPI: extlog: Trace CPER Non-standard Section Body
` [RFC PATCH v2 2/3] ACPI: extlog: Trace CPER PCI Express Error Section
` [RFC PATCH v2 3/3] ACPI: extlog: Make print_extlog_rcd() log unconditionally

[PATCH] EDAC/versal: Report the bit position of the error
 2024-05-21 11:59 UTC 

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-05-18  1:25 UTC  (10+ messages)

[PATCH] EDAC/ghes: Add missing newlines to log statements
 2024-05-17 20:48 UTC 

[PATCH] ACPI: video: Use vendor backlight on Lenovo X1 Carbon
 2024-05-15 17:29 UTC  (4+ messages)

[GIT PULL] EDAC updates for v6.10
 2024-05-14 17:02 UTC  (2+ messages)

[PATCH] ACPI: video: Add force_vendor quirk for Lenovo X1 Carbon
 2024-05-13  3:28 UTC 

[GIT PULL] EDAC/urgent for v6.9
 2024-05-12 16:11 UTC  (2+ messages)

[PATCH v2 0/2] ARM Error Source Table V1 Support
 2024-05-10  5:25 UTC  (3+ messages)
` [PATCH v2 1/2] ACPI/AEST: Initial AEST driver


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