linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-13 08:21:47 to 2019-12-10 00:08:34 UTC [more...]

[PATCH 0/6] x86/mce: Various fixes and cleanups for MCE handling
 2019-12-10  0:07 UTC 

[PATCH] EDAC: skx_common: downgrade message importance on missing PCI device
 2019-12-10  0:02 UTC  (3+ messages)

[PATCH] edac: Fix Kconfig indentation
 2019-12-09 18:14 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: edac: Add DT bindings for Kryo EDAC
 2019-12-05  9:53 UTC  (2+ messages)
` [PATCH 2/2] drivers: edac: Add EDAC support for Kryo CPU caches

[PATCH 0/2] Add EDAC support for Kryo CPU core caches
 2019-12-05  9:52 UTC 

[PATCH v2 00/10] EDAC: Rework core and ghes drivers, part two
 2019-12-05  9:38 UTC  (11+ messages)
` [PATCH v2 01/10] EDAC/mc: Split edac_mc_alloc() into smaller functions
` [PATCH v2 02/10] EDAC/mc: Reorder functions edac_mc_alloc*()
` [PATCH v2 03/10] EDAC: Store error type in struct edac_raw_error_desc
` [PATCH v2 04/10] EDAC/mc: Determine mci pointer from the error descriptor
` [PATCH v2 05/10] EDAC/mc: Create new function edac_inc_csrow()
` [PATCH v2 06/10] EDAC/mc: Report "unknown memory" on too many DIMM labels found
` [PATCH v2 07/10] EDAC/mc: Remove enable_per_layer_report function arguments
` [PATCH v2 08/10] EDAC/mc: Pass the error descriptor to error reporting functions
` [PATCH v2 09/10] EDAC/mc: Remove detail[] string and cleanup error string generation
` [PATCH v2 10/10] EDAC/mc: Remove per layer counters

[Bisected] altera_edac crash on a system without ECC
 2019-12-04 13:25 UTC  (3+ messages)

[PATCH v7 1/2] dt-bindings: edac: arm-dmc520.txt
 2019-12-03 22:04 UTC  (3+ messages)

[PATCH v4 00/19] x86/cpu: Clean up handling of VMX features
 2019-12-02 19:06 UTC  (23+ messages)
` [PATCH v4 01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
` [PATCH v4 02/19] selftests: kvm: Replace manual MSR defs with common msr-index.h
` [PATCH v4 03/19] tools arch x86: Sync msr-index.h from kernel sources
` [PATCH v4 04/19] x86/intel: Initialize IA32_FEAT_CTL MSR at boot
` [PATCH v4 05/19] x86/mce: WARN once if IA32_FEAT_CTL MSR is left unlocked
` [PATCH v4 06/19] x86/centaur: Use common IA32_FEAT_CTL MSR initialization
` [PATCH v4 07/19] x86/zhaoxin: "
` [PATCH v4 08/19] x86/cpu: Clear VMX feature flag if VMX is not fully enabled
` [PATCH v4 09/19] x86/vmx: Introduce VMX_FEATURES_*
` [PATCH v4 10/19] x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUs
` [PATCH v4 11/19] x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*
` [PATCH v4 12/19] x86/cpu: Set synthetic VMX cpufeatures during init_ia32_feat_ctl()
` [PATCH v4 13/19] x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configured
` [PATCH v4 14/19] KVM: VMX: Drop initialization of IA32_FEAT_CTL MSR
` [PATCH v4 15/19] KVM: VMX: Use VMX feature flag to query BIOS enabling
` [PATCH v4 16/19] KVM: VMX: Check for full VMX support when verifying CPU compatibility
` [PATCH v4 17/19] KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bits
` [PATCH v4 18/19] perf/x86: Provide stubs of KVM helpers for non-Intel CPUs
` [PATCH v4 19/19] KVM: VMX: Allow KVM_INTEL when building for Centaur and/or Zhaoxin CPUs

edac KASAN warning in experimental arm64 allmodconfig boot
 2019-12-02 11:46 UTC  (16+ messages)
` linuxnext-2019119 edac warns (was Re: edac KASAN warning in experimental arm64 allmodconfig boot)
      ` [PATCH] EDAC/ghes: Do not warn when incrementing refcount on 0
          ` linuxnext-2019127 edac warns (was Re: edac KASAN warning in experimental arm64 allmodconfig boot)
              ` linuxnext-20191127 "

[PATCH v3 00/19] x86/cpu: Clean up handling of VMX features
 2019-11-29 21:11 UTC  (42+ messages)
` [PATCH v3 01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
` [PATCH v3 02/19] selftests: kvm: Replace manual MSR defs with common msr-index.h
` [PATCH v3 03/19] tools arch x86: Sync msr-index.h from kernel sources
` [PATCH v3 04/19] x86/intel: Initialize IA32_FEATURE_CONTROL MSR at boot
` [PATCH v3 05/19] x86/mce: WARN once if IA32_FEATURE_CONTROL MSR is left unlocked
` [PATCH v3 06/19] x86/centaur: Use common IA32_FEATURE_CONTROL MSR initialization
` [PATCH v3 07/19] x86/zhaoxin: "
` [PATCH v3 08/19] KVM: VMX: Drop initialization of IA32_FEATURE_CONTROL MSR
` [PATCH v3 09/19] x86/cpu: Clear VMX feature flag if VMX is not fully enabled
` [PATCH v3 10/19] KVM: VMX: Use VMX feature flag to query BIOS enabling
` [PATCH v3 11/19] KVM: VMX: Check for full VMX support when verifying CPU compatibility
` [PATCH v3 12/19] x86/vmx: Introduce VMX_FEATURES_*
` [PATCH v3 13/19] x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUs
` [PATCH v3 14/19] x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*
` [PATCH v3 15/19] x86/cpufeatures: Drop synthetic VMX feature flags
` [PATCH v3 16/19] KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bits
` [PATCH v3 17/19] x86/cpufeatures: Clean up synthetic virtualization flags
` [PATCH v3 18/19] perf/x86: Provide stubs of KVM helpers for non-Intel CPUs
` [PATCH v3 19/19] KVM: VMX: Allow KVM_INTEL when building for Centaur and/or Zhaoxin CPUs

[PATCH] x86/mce/therm_throt: Avoid updating RO and reserved bits
 2019-11-29  8:29 UTC  (2+ messages)
` [tip: ras/urgent] x86/mce/therm_throt: Mask out read-only and reserved MSR bits

[PATCH 1/6] include: linux: pci.h: introduce pci_get_device_by_id()
 2019-11-28 14:21 UTC  (8+ messages)
` [PATCH 2/6] mtd: maps: esb2rom: use pci_get_device_by_id()
` [PATCH 3/6] mtd: maps: amd76xrom: "
` [PATCH 4/6] edac: i82443bxgx_edac: "
` [PATCH 5/6] char: hw_random: intel-rng: "
` [PATCH 6/6] (v3) drivers: hwmon: i5k_amb: simplify probing / device identification

[PATCH 00/10] EDAC: Rework core and ghes drivers, part two
 2019-11-28 13:58 UTC  (12+ messages)
` [PATCH 01/10] EDAC/mc: Split edac_mc_alloc() into smaller functions
` [PATCH 02/10] EDAC/mc: Reorder functions edac_mc_alloc*()
` [PATCH 03/10] EDAC: Store error type in struct edac_raw_error_desc
` [PATCH 04/10] EDAC/mc: Determine mci pointer from the error descriptor
` [PATCH 05/10] EDAC/mc: Create new function edac_inc_csrow()
` [PATCH 06/10] EDAC/mc: Report "unknown memory" on too many DIMM labels found
` [PATCH 07/10] EDAC/mc: Remove enable_per_layer_report function arguments
` [PATCH 08/10] EDAC/mc: Pass the error descriptor to error reporting functions
` [PATCH 09/10] EDAC/mc: Remove detail[] string and cleanup error string generation
` [PATCH 10/10] EDAC/mc: Remove per layer counters

[PATCH 4.14 026/211] EDAC, thunderx: Fix memory leak in thunderx_l2c_threaded_isr()
 2019-11-27 20:29 UTC 

[PATCH 4.19 036/306] EDAC, thunderx: Fix memory leak in thunderx_l2c_threaded_isr()
 2019-11-27 20:28 UTC 

[PATCH v2 0/9] rasdaemon: fix some issues reported by static code analysis
 2019-11-26 12:12 UTC  (10+ messages)
` [PATCH v2 1/9] rasdaemon: decode submodule of OEM type1 for hip08
` [PATCH v2 2/9] rasdaemon: fix sub module name of HHA and DDRC "
` [PATCH v2 3/9] rasdaemon: split OEM type1 table decode function to reduce length
` [PATCH v2 4/9] rasdaemon: split OEM type2 "
` [PATCH v2 5/9] rasdaemon: split PCIe local "
` [PATCH v2 6/9] rasdaemon: fix magic number issues reported by static code analysis for hip08
` [PATCH v2 7/9] rasdaemon: replace sprintf with snprintf "
` [PATCH v2 8/9] rasdaemon: fix case style issues for enum constant
` [PATCH v2 9/9] rasdaemon: add default branch for switch statement

[PATCH 0/9] rasdaemon: fix some issues reported by static code analysis
 2019-11-26  8:28 UTC  (4+ messages)
` [PATCH 3/9] rasdaemon: decode submodule of OEM type1 for hip08

[GIT PULL] EDAC queue for 5.5
 2019-11-26  2:15 UTC  (2+ messages)

[PATCH 4.4 092/159] EDAC: Raise the maximum number of memory controllers
 2019-11-22 10:28 UTC 

[PATCH 4.9 129/222] EDAC: Raise the maximum number of memory controllers
 2019-11-22 10:27 UTC 

[PATCHv2 0/3] Altera EDAC Fix & Cleanup Patches
 2019-11-22  9:24 UTC  (6+ messages)
` [PATCHv2 1/3] EDAC/altera: Use fast register IO for S10 IRQs
` [PATCHv2 2/3] EDAC/altera: Cleanup the ECC Manager
` [PATCHv2 3/3] EDAC/altera: Use the Altera System Manager driver

[PATCH] EDAC: Fix memory leak in i5100_init_one
 2019-11-21 20:39 UTC  (2+ messages)

[PATCH] x86/mce/AMD: Allow Reserved types to be overwritten in smca_banks[]
 2019-11-21 14:15 UTC 

[PATCH] EDAC/altera: Use fast register IO for S10 IRQs
 2019-11-20 19:28 UTC  (5+ messages)

[PATCH 0/7] rasdaemon: add fixes, database closure and signal handling
 2019-11-20  4:37 UTC  (6+ messages)
` [PATCH rasdaemon 0/2] rasdaemon: add fix for the sql table
  ` [PATCH rasdaemon 1/2] rasdaemon: fix for the ras-record.c:ras_mc_prepare_stmt() failure when new fields added to "
  ` [PATCH rasdaemon 2/2] rasdaemon: store PCIe dev name and TLP header for the aer event

[PATCH 4.19 155/422] EDAC, sb_edac: Return early on ADDRV bit and address type test
 2019-11-19  5:19 UTC  (3+ messages)
` [PATCH 4.19 322/422] EDAC: Correct DIMM capacity unit symbol
` [PATCH 4.19 381/422] EDAC: Raise the maximum number of memory controllers

[PATCH 4.14 086/239] EDAC, sb_edac: Return early on ADDRV bit and address type test
 2019-11-19  5:20 UTC  (2+ messages)
` [PATCH 4.14 209/239] EDAC: Raise the maximum number of memory controllers

[PATCH v2 00/20] EDAC: Rework edac_mc and ghes drivers
 2019-11-18 20:30 UTC  (4+ messages)
` [PATCH v2 14/20] EDAC, mc: Remove per layer counters

[PATCH v7 2/2] EDAC: add EDAC driver for DMC520
 2019-11-18  2:17 UTC 

[PATCH AUTOSEL 4.14 009/150] EDAC, thunderx: Fix memory leak in thunderx_l2c_threaded_isr()
 2019-11-16 15:45 UTC 

[PATCH AUTOSEL 4.19 015/237] EDAC, thunderx: Fix memory leak in thunderx_l2c_threaded_isr()
 2019-11-16 15:37 UTC 

Investment opportunity
 2019-11-15 11:50 UTC 

[PATCH v4 0/6] CCIX Protocol error reporting
 2019-11-15  9:58 UTC  (13+ messages)
` [PATCH v4 1/6] efi / ras: CCIX Memory "
` [PATCH v4 2/6] efi / ras: CCIX Cache "
` [PATCH v4 3/6] efi / ras: CCIX Address Translation "
` [PATCH v4 4/6] efi / ras: CCIX Port "
` [PATCH v4 5/6] efi / ras: CCIX Link "
` [PATCH v4 6/6] efi / ras: CCIX Agent internal "

[PATCH v5 0/6] CCIX Protocol error reporting
 2019-11-14 13:39 UTC  (7+ messages)
` [PATCH v5 1/6] efi / ras: CCIX Memory "
` [PATCH v5 2/6] efi / ras: CCIX Cache "
` [PATCH v5 3/6] efi / ras: CCIX Address Translation "
` [PATCH v5 4/6] efi / ras: CCIX Port "
` [PATCH v5 5/6] efi / ras: CCIX Link "
` [PATCH v5 6/6] efi / ras: CCIX Agent internal "

[PATCH 0/2] Altera EDAC Cleanup
 2019-11-13 19:07 UTC  (2+ messages)

[PATCH v3 3/6] efi / ras: CCIX Address Translation Cache error reporting
 2019-11-13  9:55 UTC  (2+ messages)

[PATCH v3 2/6] efi / ras: CCIX Cache error reporting
 2019-11-13  9:32 UTC  (3+ messages)

[PATCH v3 1/6] efi / ras: CCIX Memory error reporting
 2019-11-13  8:20 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).