linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-16 08:53:03 to 2021-11-08 10:20:10 UTC [more...]

[PATCH v0 40/42] EDAC/altera: Check notifier registration return value
 2021-11-08 10:19 UTC  (3+ messages)
` [PATCH v0 42/42] notifier: Return an error when callback is already registered
` [PATCH v0 00/42] notifiers: "

[PATCH] x86/mce: correct cpu_missing reporting in mce_timed_out
 2021-11-08  9:31 UTC  (7+ messages)
      `  "
        ` [PATCH] x86/mce: drop cpu_missing since we have more capable mce_missing_cpus

[PATCH v3 0/6] x86/mce: Handle error injection failures in mce-inject module
 2021-11-04 21:58 UTC  (7+ messages)
` [PATCH v3 1/6] x86/mce/inject: Check if a bank is unpopulated before error injection
` [PATCH v3 2/6] x86/mce/inject: Set the valid bit in MCA_STATUS "
` [PATCH v3 3/6] x86/mce/inject: Check for writes ignored in status registers
` [PATCH v3 4/6] x86/mce/inject: Simplify evaluation of "
` [PATCH v3 5/6] x86/mce/inject: Restructure prepare_msrs()
` [PATCH v3 6/6] x86/mce/mce-inject: Return error code to userspace from mce-inject module

[PATCH v6 0/5] x86/edac/amd64: Add heterogeneous node support
 2021-11-04 13:21 UTC  (10+ messages)
` [PATCH v6 1/5] x86/amd_nb: Add support for northbridges on Aldebaran
` [PATCH v6 2/5] EDAC/mce_amd: Extract node id from MCA_IPID
` [PATCH v6 3/5] EDAC/amd64: Extend family ops functions
` [PATCH v6 4/5] EDAC/amd64: Move struct fam_type into amd64_pvt structure
` [PATCH v6 5/5] EDAC/amd64: Enumerate memory on Aldebaran GPU nodes

[GIT PULL] EDAC updates for v5.16
 2021-11-01 23:10 UTC  (2+ messages)

[PATCH v2 0/5] x86/mce: Handle error injection failures in mce-inject module
 2021-11-01 18:51 UTC  (19+ messages)
` [PATCH v2 1/5] x86/mce/inject: Check if a bank is unpopulated before error injection
` [PATCH v2 2/5] x86/mce/inject: Warn the user on a not set valid bit in MCA_STATUS
` [PATCH v2 3/5] x86/mce: Use mca_msr_reg() in prepare_msrs()
` [PATCH v2 4/5] x86/mce/inject: Check for writes ignored in status registers
` [PATCH v2 5/5] x86/mce/mce-inject: Return error code to userspace from mce-inject module

[PATCH v3 00/33] AMD MCA Address Translation Updates
 2021-10-28 17:57 UTC  (34+ messages)
` [PATCH v3 01/33] x86/MCE/AMD, EDAC/amd64: Move address translation to AMD64 EDAC
` [PATCH v3 02/33] x86/amd_nb, EDAC/amd64: Move DF Indirect Read "
` [PATCH v3 03/33] EDAC/amd64: Allow for DF Indirect Broadcast reads
` [PATCH v3 04/33] EDAC/amd64: Add context struct
` [PATCH v3 05/33] EDAC/amd64: Define Data Fabric operations
` [PATCH v3 06/33] EDAC/amd64: Define functions for DramOffset
` [PATCH v3 07/33] EDAC/amd64: Define function to read DRAM address map registers
` [PATCH v3 08/33] EDAC/amd64: Define function to find interleaving mode
` [PATCH v3 09/33] EDAC/amd64: Define function to denormalize address
` [PATCH v3 10/33] EDAC/amd64: Define function to add DRAM base and hole
` [PATCH v3 11/33] EDAC/amd64: Define function to dehash address
` [PATCH v3 12/33] EDAC/amd64: Define function to check DRAM limit address
` [PATCH v3 13/33] EDAC/amd64: Remove goto statements
` [PATCH v3 14/33] EDAC/amd64: Simplify function parameters
` [PATCH v3 15/33] EDAC/amd64: Define function to get Interleave Address Bit
` [PATCH v3 16/33] EDAC/amd64: Skip denormalization if no interleaving
` [PATCH v3 17/33] EDAC/amd64: Define function to get number of interleaved channels
` [PATCH v3 18/33] EDAC/amd64: Define function to get number of interleaved dies
` [PATCH v3 19/33] EDAC/amd64: Define function to get number of interleaved sockets
` [PATCH v3 20/33] EDAC/amd64: Remove unnecessary assert
` [PATCH v3 21/33] EDAC/amd64: Define function to make space for CS ID
` [PATCH v3 22/33] EDAC/amd64: Define function to calculate "
` [PATCH v3 23/33] EDAC/amd64: Define function to insert CS ID into address
` [PATCH v3 24/33] EDAC/amd64: Define function to get CS Fabric ID
` [PATCH v3 25/33] EDAC/amd64: Define function to find shift and mask values
` [PATCH v3 26/33] EDAC/amd64: Update CS ID calculation to match reference code
` [PATCH v3 27/33] EDAC/amd64: Match hash function to "
` [PATCH v3 28/33] EDAC/amd64: Define function to get interleave address select bit
` [PATCH v3 29/33] EDAC/amd64: Add support for address translation on DF3 systems
` [PATCH v3 30/33] EDAC/amd64: Add glossary of acronyms for address translation
` [PATCH v3 31/33] EDAC/amd64: Add check for when to add DRAM base and hole
` [PATCH v3 32/33] EDAC/amd64: Save the number of block instances
` [PATCH v3 33/33] EDAC/amd64: Add address translation support for DF3.5

[PATCH v5 0/5] x86/edac/amd64: Add heterogeneous node support
 2021-10-27 22:32 UTC  (10+ messages)
` [PATCH v5 1/5] x86/amd_nb: Add support for northbridges on Aldebaran
` [PATCH v5 2/5] EDAC/mce_amd: Extract node id from MCA_IPID
` [PATCH v5 3/5] EDAC/amd64: Extend family ops functions
` [PATCH v5 4/5] EDAC/amd64: Move struct fam_type into amd64_pvt structure
` [PATCH v5 5/5] EDAC/amd64: Enumerate memory on Aldebaran GPU nodes

[PATCH V4 39/50] x86/debug, mce: Use C entry code
 2021-10-26 14:34 UTC 

[PATCH v2 3/3] EDAC/amd64: Enumerate memory on noncpu nodes
 2021-10-21 16:40 UTC  (27+ messages)
` [PATCH v3 0/3] x86/edac/amd64: Add support for "
  ` [PATCH v3 1/3] x86/amd_nb: Add support for northbridges on Aldebaran
  ` [PATCH v4 0/4] x86/edac/amd64: Add support for noncpu nodes
    ` [PATCH v4 1/4] x86/amd_nb: Add support for northbridges on Aldebaran
    ` [PATCH v4 2/4] EDAC/mce_amd: Extract node id from MCA_IPID
    ` [PATCH 3/4] EDAC/amd64: Extend family ops functions
    ` [PATCH 4/4] EDAC/amd64: Enumerate memory on Aldebaran GPU nodes
    ` [PATCH v4 3/4] EDAC/amd64: Extend family ops functions
    ` [PATCH v4 4/4] EDAC/amd64: Enumerate memory on Aldebaran GPU nodes

[PATCH 0/4] rasdaemon: Some little fixes and add some modules support
 2021-10-20  6:33 UTC  (5+ messages)
` [PATCH 1/4] rasdaemon: Fix the issue of sprintf data type mismatch in uuid_le()
` [PATCH 2/4] rasdaemon: Fix the issue of command option -r for hip08
` [PATCH 3/4] rasdaemon: Fix some print format issues for hisi common error section
` [PATCH 4/4] rasdaemon: Add some modules supported by "

[GIT PULL] EDAC fix for v5.15-rc6
 2021-10-18  4:08 UTC  (2+ messages)

[PATCH 0/5] x86/mce: Handle error simulation failures in mce-inject module
 2021-10-14 20:57 UTC  (17+ messages)
` [PATCH 1/5] x86/mce/inject: Check if a bank is unpopulated before error simulation
` [PATCH 2/5] x86/mce/inject: Set the valid bit in MCA_STATUS before error injection
` [PATCH 3/5] x86/mce: Use msr_ops in prepare_msrs()
` [PATCH 5/5] x86/mce/mce-inject: Return error code to userspace from mce-inject module

Bug in EDAC error handling of Marvell Armada XP
 2021-10-14  9:56 UTC  (4+ messages)
    ` [PATCH] EDAC/armada-xp: Fix output of uncorrectable error counter

[PATCH V3 38/49] x86/debug, mce: Use C entry code
 2021-10-14  3:50 UTC 

[PATCHv4 1/4] EDAC/synopsys: use the quirk for version instead of ddr version
 2021-10-12 19:07 UTC  (4+ messages)
` [PATCHv4 2/4] EDAC/synopsys: add support for version 3 of the Synopsys EDAC DDR
` [PATCHv4 3/4] EDAC/synopsys: v3.80a of the synopsys edac contoller is also on the N5X
` [PATCHv4 4/4] dt-bindings: memory: add entry for version 3.80a

[PATCH] EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/Haswell
 2021-10-11 15:34 UTC  (2+ messages)

[PATCH 1/2] x86/mce: Define function to extract ErrorAddr from MCA_ADDR
 2021-10-08 16:45 UTC  (3+ messages)

[PATCH] EDAC/ti: Remove redundant error messages
 2021-10-07 17:48 UTC  (2+ messages)

[PATCH] EDAC/amd64: Handle three rank interleaving mode
 2021-10-07 10:57 UTC  (2+ messages)

[PATCH] EDAC/mc_sysfs: Print MC-scope sysfs counters unsigned
 2021-10-07 10:21 UTC  (4+ messages)

[PATCH v2 0/7] ABI: add additional sysfs docs and update some other ABI files
 2021-10-04 23:19 UTC  (4+ messages)
` [PATCH v2 4/7] ABI: sysfs-mce: add a new ABI file
` [PATCH v2 5/7] ABI: sysfs-mce: add 3 missing files

[PATCHv3 1/3] EDAC/synopsys: use the quirk for version instead of ddr version
 2021-09-30 14:02 UTC  (8+ messages)
` [PATCHv3 2/3] EDAC/synopsys: add support for version 3 of the Synopsys EDAC DDR
` [PATCHv3 3/3] EDAC/synopsys: v3.80a of the synopsys edac contoller is also on the N5X

[PATCH] EDAC/al-mc-edac: Make use of the helper function devm_add_action_or_reset()
 2021-09-28 16:51 UTC  (3+ messages)

[PATCH 2/3] x86/MCE/AMD: Helper function to check UMC v2
 2021-09-27 18:37 UTC  (22+ messages)
` [PATCHv2 1/2] x86/MCE/AMD: Export smca_get_bank_type symbol
  ` [PATCHv2 2/2] drm/amdgpu: Register MCE notifier for Aldebaran RAS
    ` [PATCHv3 "
      ` [PATCHv4 "

[GIT PULL] EDAC fixes for v5.15-rc3
 2021-09-26 19:30 UTC  (2+ messages)

[PATCH V2 27/41] x86/mce: Remove stack protector from mce/core.c
 2021-09-26 15:08 UTC 

[PATCH 0/3] More machine check recovery fixes
 2021-09-20 16:43 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] x86/mce: Drop copyin special case for #MC

[PATCH v6] EDAC/mc: Prefer strscpy or scnprintf over strcpy
 2021-09-18  9:17 UTC  (3+ messages)
` [PATCH] EDAC/mc: Prefer strscpy or scnprintf over strcpy, sprintf and snprintf

[PATCHv2 1/2] EDAC/synopsys: add support for version 3 of the Synopsys EDAC DDR
 2021-09-17 12:18 UTC  (4+ messages)
` [PATCHv2 2/2] EDAC/synopsys: v3.80a of the synopsys edac contoller is also on the N5X

[PATCH 1/2] EDAC/synopsys: add support for version 3 of the Synopsys EDAC DDR
 2021-09-16 23:13 UTC  (3+ messages)

[PATCH 1/2] edac: synopsys: Fix the wrong value assignment for edac_mode
 2021-09-16  9:47 UTC  (3+ messages)
` [PATCH 2/2] edac: synopsys: Fix the issue in reporting of the error count

[PATCH] EDAC/dmc520: Assign the proper type to dimm->edac_mode
 2021-09-16  8:52 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).