linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-23 19:19:35 to 2019-10-14 12:00:41 UTC [more...]

[PATCH 00/19] EDAC: Rework edac_mc and ghes drivers
 2019-10-14 12:00 UTC  (52+ messages)
` [PATCH 01/19] EDAC: Replace EDAC_DIMM_PTR() macro with edac_get_dimm() function
` [PATCH 02/19] EDAC: Remove EDAC_DIMM_OFF() macro
` [PATCH 03/19] EDAC: Introduce mci_for_each_dimm() iterator
` [PATCH 04/19] EDAC, mc: Do not BUG_ON() in edac_mc_alloc()
` [PATCH 05/19] EDAC, mc: Reduce indentation level in edac_mc_handle_error()
` [PATCH 06/19] EDAC, mc: Remove per layer counters
` [PATCH 07/19] EDAC, mc: Rename iterator variable to idx
` [PATCH 08/19] EDAC, mc: Split edac_mc_alloc() into smaller functions
` [PATCH 09/19] EDAC, mc: Reorder functions edac_mc_alloc*()
` [PATCH 10/19] EDAC, mc: Rework edac_raw_mc_handle_error() to use struct dimm_info
` [PATCH 11/19] EDAC: Remove misleading comment in struct edac_raw_error_desc
` [PATCH 12/19] EDAC: Store error type "
` [PATCH 13/19] EDAC, mc: Determine mci pointer from the error descriptor
` [PATCH 14/19] EDAC, mc: Create new function edac_inc_csrow()
` [PATCH 15/19] EDAC, ghes: Use standard kernel macros for page calculations
` [PATCH 16/19] EDAC, ghes: Fix grain calculation
` [PATCH 17/19] EDAC, ghes: Remove intermediate buffer pvt->detail_location
` [PATCH 18/19] EDAC, ghes: Unify trace_mc_event() code with edac_mc driver
` [PATCH 19/19] EDAC, Documentation: Describe CPER module definition and DIMM ranks

[PATCH] x86/mce: Lower throttling MCE messages to warnings
 2019-10-13  7:35 UTC 

[PATCH v6 0/2] Amazon's Annapurna Labs POS Driver
 2019-10-11 13:42 UTC  (4+ messages)
` [PATCH v6 1/2] dt-bindings: soc: al-pos: Amazon's Annapurna Labs POS
` [PATCH v6 2/2] soc: amazon: al-pos-edac: Introduce Amazon's Annapurna Labs POS EDAC driver

[PATCH v4 0/2] Amazon's Annapurna Labs Memory Controller EDAC
 2019-10-11 13:29 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: edac: al-mc-edac: "
` [PATCH v4 2/2] EDAC: al-mc-edac: Introduce "

[PATCH] x86/mce: Lower throttling MCE messages to warnings
 2019-10-11  7:31 UTC  (8+ messages)

[GIT PULL] EDAC pile for 5.4 -> AMD family 17h, model 70h support
 2019-10-11  1:04 UTC  (15+ messages)

[PATCH 0/5] some optimizations of hip08 oem error records
 2019-10-10 17:34 UTC  (7+ messages)
` [PATCH 1/5] rasdaemon: optimize sqlite3 DB record of register fields for hip08
` [PATCH 2/5] rasdaemon: add underscore(_) for some logging item names "
` [PATCH 3/5] rasdaemon: change submodule ID of sqlite3 DB field to text "
` [PATCH 4/5] rasdaemon: add timestamp for hip08 OEM error records in sqlite3 DB
` [PATCH 5/5] rasdaemon: support three more modules for OEM type1 error for hip08

[PATCH 1/1] rasdaemon: fix the issue of sqlite3 integer bind parameter mismatch
 2019-10-10 17:31 UTC  (2+ messages)

[PATCH v6 0/3] Add support for Amazon's Annapurna Labs EDAC for L1/L2
 2019-10-10 14:28 UTC  (8+ messages)
` [PATCH v6 1/3] edac: Add support for Amazon's Annapurna Labs L1 EDAC
` [PATCH v6 2/3] of: EXPORT_SYMBOL_GPL of_find_next_cache_node
` [PATCH v6 3/3] edac: Add support for Amazon's Annapurna Labs L2 EDAC

[PATCH v5 0/2] Amazon's Annapurna Labs POS Driver
 2019-10-10 11:08 UTC  (5+ messages)
` [PATCH v5 1/2] dt-bindings: soc: al-pos: Amazon's Annapurna Labs POS
` [PATCH v5 2/2] soc: amazon: al-pos-edac: Introduce Amazon's Annapurna Labs POS EDAC driver

[PATCH v3 0/2] Amazon's Annapurna Labs Memory Controller EDAC
 2019-10-10 10:18 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: edac: al-mc-edac: "
` [PATCH v3 2/2] EDAC: al-mc-edac: Introduce "

[PATCH 10/16] x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUs
 2019-10-10  7:34 UTC 

[PATCH 00/16] x86/cpu: Clean up handling of VMX features
 2019-10-09 21:13 UTC  (33+ messages)
` [PATCH 01/16] x86/intel: Initialize IA32_FEATURE_CONTROL MSR at boot
` [PATCH 02/16] x86/mce: WARN once if IA32_FEATURE_CONTROL MSR is left unlocked
` [PATCH 03/16] x86/centaur: Use common IA32_FEATURE_CONTROL MSR initialization
` [PATCH 04/16] x86/zhaoxin: "
` [PATCH 05/16] KVM: VMX: Drop initialization of IA32_FEATURE_CONTROL MSR
` [PATCH 06/16] x86/cpu: Clear VMX feature flag if VMX is not fully enabled
` [PATCH 07/16] KVM: VMX: Use VMX feature flag to query BIOS enabling
` [PATCH 08/16] KVM: VMX: Check for full VMX support when verifying CPU compatibility
` [PATCH 09/16] x86/vmx: Introduce VMX_FEATURES_*
` [PATCH 10/16] x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUs
` [PATCH 11/16] x86/cpu: Print VMX features as separate line item in /proc/cpuinfo
` [PATCH 12/16] x86/cpufeatures: Drop synthetic VMX feature flags
` [PATCH 13/16] KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bits
` [PATCH 14/16] x86/cpufeatures: Clean up synthetic virtualization flags
` [PATCH 15/16] perf/x86: Provide stubs of KVM helpers for non-Intel CPUs
` [PATCH 16/16] KVM: VMX: Allow KVM_INTEL when building for Centaur and/or Zhaoxin CPUs

[PATCH v4 0/2] Amazon's Annapurna Labs POS Driver
 2019-10-07 11:34 UTC  (7+ messages)
` [PATCH v4 1/2] dt-bindings: soc: al-pos: Amazon's Annapurna Labs POS
` [PATCH v4 2/2] soc: amazon: al-pos-edac: Introduce Amazon's Annapurna Labs POS EDAC driver
    ` [UNVERIFIED SENDER] "

[PATCH v4 0/2] Add an API for edac device, for mulriple errors
 2019-10-04 16:57 UTC  (11+ messages)
` [PATCH v4 1/2] edac: Add an API for edac device to report for multiple errors
      ` [PATCH -v2] EDAC/device: Rework error logging API

[PATCH 5.2 063/313] EDAC/mc: Fix grain_bits calculation
 2019-10-03 18:17 UTC  (9+ messages)
` [PATCH 5.2 071/313] EDAC/altera: Use the proper type for the IRQ status bits
` [PATCH 5.2 078/313] RAS: Fix prototype warnings
` [PATCH 5.2 079/313] RAS: Build debugfs.o only when enabled in Kconfig
` [PATCH 5.2 130/313] EDAC/amd64: Support more than two controllers for chip selects handling
` [PATCH 5.2 132/313] EDAC/amd64: Recognize DRAM device type ECC capability
` [PATCH 5.2 133/313] EDAC/amd64: Decode syndrome before translating address

[PATCH 4.14 069/185] EDAC/mc: Fix grain_bits calculation
 2019-10-03 15:53 UTC  (5+ messages)
` [PATCH 4.14 074/185] EDAC/altera: Use the proper type for the IRQ status bits
` [PATCH 4.14 079/185] RAS: Fix prototype warnings
` [PATCH 4.14 101/185] EDAC/amd64: Recognize DRAM device type ECC capability
` [PATCH 4.14 102/185] EDAC/amd64: Decode syndrome before translating address

[PATCH RFC 0/4] ACPI: APEI: Add support to notify the vendor specific HW errors
 2019-10-03 17:21 UTC  (4+ messages)

[PATCH 4.19 046/211] EDAC/mc: Fix grain_bits calculation
 2019-10-03 15:52 UTC  (5+ messages)
` [PATCH 4.19 051/211] EDAC/altera: Use the proper type for the IRQ status bits
` [PATCH 4.19 058/211] RAS: Fix prototype warnings
` [PATCH 4.19 095/211] EDAC/amd64: Recognize DRAM device type ECC capability
` [PATCH 4.19 096/211] EDAC/amd64: Decode syndrome before translating address

[PATCH 5.3 072/344] EDAC/mc: Fix grain_bits calculation
 2019-10-03 15:51 UTC  (7+ messages)
` [PATCH 5.3 083/344] EDAC/altera: Use the proper type for the IRQ status bits
` [PATCH 5.3 091/344] RAS: Fix prototype warnings
` [PATCH 5.3 092/344] RAS: Build debugfs.o only when enabled in Kconfig
` [PATCH 5.3 144/344] EDAC/amd64: Support more than two controllers for chip selects handling
` [PATCH 5.3 147/344] EDAC/amd64: Recognize DRAM device type ECC capability
` [PATCH 5.3 148/344] EDAC/amd64: Decode syndrome before translating address

[PATCH 4.9 057/129] EDAC/altera: Use the proper type for the IRQ status bits
 2019-10-03 15:53 UTC 

[PATCH v4 0/4] x86/mce: Add supports for Zhaoxin MCA
 2019-10-01 11:21 UTC  (5+ messages)
` [PATCH v4 1/4] x86/mce: Add Zhaoxin MCE support
  ` [PATCH v4 2/4] x86/mce: Make 3 functions non-static
  ` [tip: ras/core] x86/mce: Add Zhaoxin MCE support

[PATCH v4 3/4] x86/mce: Add Zhaoxin CMCI support
 2019-10-01 11:21 UTC  (2+ messages)
` [tip: ras/core] "

[PATCH v4 4/4] x86/mce: Add Zhaoxin LMCE support
 2019-10-01 11:21 UTC  (2+ messages)
` [tip: ras/core] "

[PATCH] riscv: move sifive_l2_cache.c to drivers/soc
 2019-09-27 22:53 UTC  (5+ messages)

[PATCH 0/2] EDAC, skx: Provide more machine specific location detail
 2019-09-25 13:51 UTC  (9+ messages)
` [PATCH 1/2] EDAC, skx_common: Refactor so that we initialize "dev" in result of adxl decode
` [RFC PATCH 2/2] EDAC, skx: Retrieve and print retry_rd_err_log registers
    ` [PATCHv2 "

[PATCH v6 2/2] EDAC: add EDAC driver for DMC520
 2019-09-23 19:25 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;
as well as URLs for NNTP newsgroup(s).