Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1351591
| From | Borislav Petkov <bp@alien8.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/5] x86/RAS: Enable error decoding of AMD Scalable MCA errors |
| Date | 2016-03-07 14:10 +0100 |
| Message-ID | <ra357-3fU-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Borislav Petkov <bp@suse.de> Hi, this adds support for the upcoming AMD Scalable MCA error decoding scheme to Linux (F17h stuff) (patch 2). The rest is cleanups and clarifications. Patches ontop of tip/ras/core. Aravind Gopalakrishnan (5): x86/mce: Move MCx_CONFIG MSR definitions x86/mce/AMD, EDAC: Enable error decoding of Scalable MCA errors x86/mce/AMD: Fix logic to obtain block address x86/mce: Clarify comments regarding deferred error x86/mce/AMD: Document some functionality arch/x86/include/asm/amd_nb.h | 26 ++- arch/x86/include/asm/mce.h | 69 +++++++- arch/x86/include/asm/msr-index.h | 4 - arch/x86/kernel/cpu/mcheck/mce_amd.c | 120 +++++++++---- drivers/edac/mce_amd.c | 335 ++++++++++++++++++++++++++++++++++- 5 files changed, 503 insertions(+), 51 deletions(-) -- 2.3.5
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/5] x86/RAS: Enable error decoding of AMD Scalable MCA errors Borislav Petkov <bp@alien8.de> - 2016-03-07 14:10 +0100 [PATCH 3/5] x86/mce/AMD: Fix logic to obtain block address Borislav Petkov <bp@alien8.de> - 2016-03-07 14:10 +0100 [PATCH 1/5] x86/mce: Move MCx_CONFIG MSR definitions Borislav Petkov <bp@alien8.de> - 2016-03-07 14:10 +0100 [PATCH 4/5] x86/mce: Clarify comments regarding deferred error Borislav Petkov <bp@alien8.de> - 2016-03-07 14:10 +0100 [PATCH 5/5] x86/mce/AMD: Document some functionality Borislav Petkov <bp@alien8.de> - 2016-03-07 14:10 +0100
csiph-web