linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-23 08:59:47 to 2024-11-01 09:18:35 UTC [more...]

[PATCH v15 00/15] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-11-01  9:17 UTC  (15+ messages)
` [PATCH v15 01/15] EDAC: Add support for EDAC device features control
` [PATCH v15 02/15] EDAC: Add scrub control feature
` [PATCH v15 03/15] EDAC: Add ECS "
` [PATCH v15 04/15] cxl: Add Get Supported Features command for kernel usage
` [PATCH v15 05/15] cxl/mbox: Add GET_FEATURE mailbox command
` [PATCH v15 06/15] cxl/mbox: Add SET_FEATURE "
` [PATCH v15 07/15] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v15 08/15] cxl/memfeature: Add CXL memory device ECS "
` [PATCH v15 09/15] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v15 10/15] ras: mem: Add memory "
` [PATCH v15 11/15] EDAC: Add memory repair control feature
` [PATCH v15 12/15] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v15 13/15] cxl/memfeature: Add CXL memory device sPPR control feature
` [PATCH v15 14/15] cxl/memfeature: Add CXL memory device memory sparing "

[PATCH 00/16] AMD NB and SMN rework
 2024-10-31 19:15 UTC  (51+ messages)
` [PATCH 01/16] x86/mce/amd: Remove shared threshold bank plumbing
` [PATCH 02/16] x86/amd_nb: Restrict init function to AMD-based systems
` [PATCH 03/16] x86/amd_nb: Clean up early_is_amd_nb()
              ` [PATCH] x86/cpufeature: Document cpu_feature_enabled() as the default to use
` [PATCH 04/16] x86: Start moving AMD Node functionality out of AMD_NB
` [PATCH 05/16] x86/amd_nb: Simplify function 4 search
` [PATCH 06/16] x86/amd_nb: Simplify root device search
` [PATCH 07/16] x86/amd_nb: Use topology info to get AMD node count
` [PATCH 08/16] x86/amd_nb: Simplify function 3 search
` [PATCH 09/16] x86/amd_nb, x86/amd_node: Simplify amd_pci_dev_to_node_id()
` [PATCH 10/16] x86/amd_nb: Move SMN access code to a new amd_smn driver
` [PATCH 11/16] x86/amd_smn: Fixup __amd_smn_rw()
` [PATCH 12/16] x86/amd_smn: Remove dependency on AMD_NB
` [PATCH 13/16] x86/amd_smn: Use defines for register offsets
` [PATCH 14/16] x86/amd_smn, platform/x86/amd/hsmp: Have HSMP use SMN
` [PATCH 15/16] x86/amd_smn: Add SMN offsets to exclusive region access
` [PATCH 16/16] x86/amd_smn: Add support for debugfs access to SMN registers

[PATCH 00/10] Clean up some x86/mce code
 2024-10-31  5:18 UTC  (34+ messages)
` [PATCH v2 00/10] x86/mce: "
  ` [PATCH v2 06/10] x86/mce: Convert multiple if () statements into a switch() statement
  ` [PATCH v3 00/10] x86/mce: Clean up some x86/mce code
    ` [PATCH v3 01/10] x86/mce/dev-mcelog: Use xchg() to get and clear the flags
    ` [PATCH v3 02/10] x86/mce/intel: Use MCG_BANKCNT_MASK instead of 0xff
    ` [PATCH v3 03/10] x86/mce: Make several functions return bool and rename a function
    ` [PATCH v3 04/10] x86/mce/threshold: Remove the redundant this_cpu_dec_return()
    ` [PATCH v3 05/10] x86/mce/genpool: Make mce_gen_pool_create() return explicit error codes
    ` [PATCH v3 06/10] x86/mce: Break up __mcheck_cpu_apply_quirks()
    ` [PATCH v3 07/10] x86/mce: Convert family/model mixed checks to VFM-based checks
    ` [PATCH v3 08/10] x86/mce: Remove the unnecessary {}
    ` [PATCH v3 09/10] x86/mce/amd: Remove unnecessary NULL pointer initializations
    ` [PATCH v3 10/10] x86/mce: Fix typos

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

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

[PATCH v14 00/14] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-10-30 16:46 UTC  (30+ messages)
` [PATCH v14 01/14] EDAC: Add support for EDAC device features control
` [PATCH v14 02/14] EDAC: Add scrub control feature
` [PATCH v14 03/14] EDAC: Add ECS "
` [PATCH v14 04/14] cxl: Add Get Supported Features command for kernel usage
` [PATCH v14 05/14] cxl/mbox: Add GET_FEATURE mailbox command
` [PATCH v14 06/14] cxl/mbox: Add SET_FEATURE "
` [PATCH v14 07/14] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v14 08/14] cxl/memfeature: Add CXL memory device ECS "
` [PATCH v14 09/14] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v14 10/14] ras: mem: Add memory "
` [PATCH v14 11/14] EDAC: Add memory repair control feature
` [PATCH v14 12/14] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v14 13/14] cxl/memfeature: Add CXL memory device sPPR control feature
` [PATCH v14 14/14] cxl/memfeature: Add CXL memory device memory sparing "

linux: Goodbye from a Linux community volunteer
 2024-10-30 15:02 UTC  (31+ messages)
          ` Maintainers now blocked from kernel.org mail access [WAS Re: linux: Goodbye from a Linux community volunteer]

[PATCH v2] EDAC: MAINTAINERS: change FSL DDR EDAC maintainer to Frank Li
 2024-10-30 11:53 UTC  (2+ messages)

WARNING in lmce_supported() during reboot
 2024-10-30  2:26 UTC  (7+ messages)

Dear Respectable, I wait for your response to this my message
 2024-10-29  2:25 UTC 

[PATCH] RAS/AMD/FMPM: Remove some dead code
 2024-10-25 14:06 UTC  (3+ messages)

[PATCH 1/1] RAS/AMD/FMPM: Fix return value check in setup_debugfs()
 2024-10-25  1:34 UTC  (3+ messages)

[PATCH 0/2] EDAC: Fix incorrect far-memory error source
 2024-10-24 17:33 UTC  (3+ messages)
` [PATCH 1/2] EDAC/skx_common: Distinguish the memory "

[bug report] EDAC, mellanox: Add ECC support for BlueField DDR4
 2024-10-24  8:20 UTC 

[PATCH v13 00/18] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-10-23 16:16 UTC  (5+ messages)
` [PATCH v13 02/18] EDAC: Add scrub control feature

[PATCH v3 0/6] EDAC/fsl-ddr: Add imx9 support
 2024-10-23 15:07 UTC  (2+ messages)

[PATCH][next] EDAC/bluefield: Fix spelling mistake "syndrom" -> "syndrome"
 2024-10-23  8:59 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).