linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-19 03:14:26 to 2019-12-12 18:28:38 UTC [more...]

[PATCH v4 00/19] x86/cpu: Clean up handling of VMX features
 2019-12-12 18:24 UTC  (42+ 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

[PATCH 0/6] x86/mce: Various fixes and cleanups for MCE handling
 2019-12-12 12:25 UTC  (9+ messages)
` [PATCH 1/6] x86/mce: Take action on UCNA/Deferred errors again
` [PATCH 2/6] x86/mce: Make mce=nobootlog work again
` [PATCH 3/6] x86/mce: Fix possibly incorrect severity calculation on AMD
` [PATCH 4/6] x86/mce: Fix handling of optional message string
` [PATCH 5/6] x86/mce: Pass MCE message to mce_panic() on failed kernel recovery
` [PATCH 6/6] x86/mce: Remove mce_inject_log() in favor of mce_log()

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

[PATCH] x86/mce/therm_throt: mark throttle_active_work as __maybe_unused
 2019-12-11 19:02 UTC  (3+ messages)
` [tip: ras/core] x86/mce/therm_throt: Mark throttle_active_work() "

[PATCH 1/6] include: linux: pci.h: introduce pci_get_device_by_id()
 2019-12-10 23:25 UTC  (9+ 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 AUTOSEL 4.9 37/91] x86/mce: Lower throttling MCE messages' priority to warning
 2019-12-10 22:30 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 67/91] EDAC/ghes: Fix grain calculation

[PATCH AUTOSEL 4.4 54/71] EDAC/ghes: Fix grain calculation
 2019-12-10 22:32 UTC 

[PATCH AUTOSEL 4.14 053/130] x86/mce: Lower throttling MCE messages' priority to warning
 2019-12-10 22:02 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 101/130] EDAC/ghes: Fix grain calculation

[PATCH AUTOSEL 4.19 066/177] x86/mce: Lower throttling MCE messages' priority to warning
 2019-12-10 21:31 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 134/177] EDAC/ghes: Fix grain calculation

[PATCH AUTOSEL 5.4 124/350] x86/mce: Lower throttling MCE messages' priority to warning
 2019-12-10 21:07 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 158/350] EDAC/amd64: Set grain per DIMM
` [PATCH AUTOSEL 5.4 251/350] EDAC/ghes: Fix locking and memory barrier issues
` [PATCH AUTOSEL 5.4 261/350] EDAC/ghes: Fix grain calculation
` [PATCH AUTOSEL 5.4 330/350] EDAC/ghes: Do not warn when incrementing refcount on 0

[Bisected] altera_edac crash on a system without ECC
 2019-12-10 17:32 UTC  (4+ messages)

[PATCH] EDAC: skx_common: downgrade message importance on missing PCI device
 2019-12-10 14:18 UTC  (5+ messages)

[PATCH] x86/mce/AMD: Allow Reserved types to be overwritten in smca_banks[]
 2019-12-10 10:07 UTC  (2+ messages)
` [tip: ras/core] "

[PATCH] x86/MCE/AMD: fix warning about sleep-in-atomic at early boot
 2019-12-10 10:07 UTC  (2+ messages)
` [tip: ras/core] x86/MCE/AMD: Do not use rdmsr_safe_on_cpu() in smca_configure()

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

[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

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

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  (31+ messages)
` [PATCH v3 01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
` [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 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] 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 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] 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  (3+ messages)

[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


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).