aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mce.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-13x86/mce/AMD, EDAC/mce_amd: Define and use tables for known SMCA IP typesYazen Ghannam1-29/+32
2016-09-13x86/mce: Add support for new MCA_SYND registerYazen Ghannam1-1/+4
2016-05-12x86/mce/AMD: Log Deferred Errors using SMCA MCA_DE{STAT,ADDR} registersYazen Ghannam1-0/+4
2016-05-03x86/mce: Define vendor-specific MSR accessorsYazen Ghannam1-0/+15
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2016-03-08x86/mce: Clarify comments regarding deferred errorAravind Gopalakrishnan1-1/+1
2016-03-08x86/mce/AMD: Fix logic to obtain block addressAravind Gopalakrishnan1-0/+4
2016-03-08x86/mce/AMD, EDAC: Enable error decoding of Scalable MCA errorsAravind Gopalakrishnan1-0/+59
2016-03-08x86/mce: Move MCx_CONFIG MSR definitionsAravind Gopalakrishnan1-0/+4
2016-02-18x86/cpufeature: Create a new synthetic cpu capability for machine check recoveryTony Luck1-0/+1
2015-11-01x86/mce: Add a Scalable MCA vendor flags bitAravind Gopalakrishnan1-13/+21
2015-08-13x86/mce: Clear Local MCE opt-in before kexecAshok Raj1-0/+4
2015-08-13x86/mce: Remove unused function declarationsAshok Raj1-4/+0
2015-08-13x86/mce: Kill drain_mcelog_buffer()Borislav Petkov1-1/+1
2015-08-13x86/mce: Remove the MCE ring for Action Optional errorsChen, Gong1-1/+1
2015-06-07x86/mce: Add infrastructure to support Local MCEAshok Raj1-0/+5
2015-06-07x86/mce: Add Local MCE definitionsAshok Raj1-0/+5
2015-05-07x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan1-0/+3
2015-05-06x86/mce: Add support for deferred errors on AMDAravind Gopalakrishnan1-2/+13
2015-03-24x86/mce: Define mce_severity function pointerAravind Gopalakrishnan1-0/+2
2015-03-24x86/mce: Add an AMD severities-grading functionAravind Gopalakrishnan1-0/+6
2015-02-19Merge tag 'ras_for_3.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/rasIngo Molnar1-4/+4
2015-02-19x86/MCE/intel: Cleanup CMCI storm logicBorislav Petkov1-4/+4
2015-01-07x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricksLuck, Tony1-1/+0
2014-11-19x86, mce, severity: Extend the the mce_severity mechanism to handle UCNA/DEFERRED errorChen Yucong1-0/+4
2014-10-21x86, MCE, AMD: Drop software-defined bank in error thresholdingBorislav Petkov1-1/+0
2014-06-04hwpoison: remove unused global variable in do_machine_check()Chen Yucong1-2/+0
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-23ACPI, x86: Extended error log driver for x86 platformChen, Gong1-0/+1
2013-08-12Merge tag 'please-pull-mce-f-bit' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/rasIngo Molnar1-2/+11
2013-08-12Merge branch 'x86/mce' into x86/rasIngo Molnar1-0/+3
2013-08-05x86/mce: Pay no attention to 'F' bit in MCACOD when parsing 'UC' errorsTony Luck1-2/+11
2013-07-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-0/+7
2013-07-08mce: acpi/apei: Honour Firmware First for MCA banks listed in APEI HEST CMCNaveen N. Rao1-0/+3
2013-06-13x86, mcheck, therm_throt: Process package thresholdsSrinivas Pandruvada1-0/+7
2013-06-05x86, mce: Fix "braodcast" typoMathias Krause1-1/+1
2013-04-02x86/mce: Rework cmci_rediscover() to play well with CPU hotplugSrivatsa S. Bhat1-2/+2
2013-01-09x86, MCE: Retract most UAPI exportsBorislav Petkov1-0/+84
2012-12-14UAPI: (Scripted) Disintegrate arch/x86/include/asmDavid Howells1-118/+1
2012-10-26x86, MCA: Finish mca_config conversionBorislav Petkov1-2/+3
2012-10-26x86, MCA: Convert the next three variables batchBorislav Petkov1-2/+4
2012-10-26x86, MCA: Convert rip_msr, mce_bootlog, monarch_timeoutBorislav Petkov1-0/+3
2012-10-26x86, MCA: Convert dont_log_ce, banks and tolerantBorislav Petkov1-0/+7
2012-09-27x86/mce: Provide boot argument to honour bios-set CMCI thresholdNaveen N. Rao1-0/+1
2012-09-17x86, MCE: Remove unused definesBorislav Petkov1-11/+1
2012-07-26x86/mce: Move MCACOD defines from mce-severity.c to <asm/mce.h>Tony Luck1-0/+8
2012-02-22x86/mce: Convert static array of pointers to per-cpu variablesGreg Kroah-Hartman1-1/+1
2012-01-16mce: fix warning messages about static struct mce_deviceGreg Kroah-Hartman1-1/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-1/+1