summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mce.h
Commit message (Expand)AuthorAgeFilesLines
* x86/mce/AMD: Log Deferred Errors using SMCA MCA_DE{STAT,ADDR} registersYazen Ghannam2016-05-121-0/+4
* x86/mce: Define vendor-specific MSR accessorsYazen Ghannam2016-05-031-0/+15
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-151-0/+1
|\
| * x86/cpufeature: Create a new synthetic cpu capability for machine check recoveryTony Luck2016-02-181-0/+1
* | x86/mce: Clarify comments regarding deferred errorAravind Gopalakrishnan2016-03-081-1/+1
* | x86/mce/AMD: Fix logic to obtain block addressAravind Gopalakrishnan2016-03-081-0/+4
* | x86/mce/AMD, EDAC: Enable error decoding of Scalable MCA errorsAravind Gopalakrishnan2016-03-081-0/+59
* | x86/mce: Move MCx_CONFIG MSR definitionsAravind Gopalakrishnan2016-03-081-0/+4
|/
* x86/mce: Add a Scalable MCA vendor flags bitAravind Gopalakrishnan2015-11-011-13/+21
* x86/mce: Clear Local MCE opt-in before kexecAshok Raj2015-08-131-0/+4
* x86/mce: Remove unused function declarationsAshok Raj2015-08-131-4/+0Star
* x86/mce: Kill drain_mcelog_buffer()Borislav Petkov2015-08-131-1/+1
* x86/mce: Remove the MCE ring for Action Optional errorsChen, Gong2015-08-131-1/+1
* x86/mce: Add infrastructure to support Local MCEAshok Raj2015-06-071-0/+5
* x86/mce: Add Local MCE definitionsAshok Raj2015-06-071-0/+5
* x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan2015-05-071-0/+3
* x86/mce: Add support for deferred errors on AMDAravind Gopalakrishnan2015-05-061-2/+13
* x86/mce: Define mce_severity function pointerAravind Gopalakrishnan2015-03-241-0/+2
* x86/mce: Add an AMD severities-grading functionAravind Gopalakrishnan2015-03-241-0/+6
* Merge tag 'ras_for_3.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ras...Ingo Molnar2015-02-191-4/+4
|\
| * x86/MCE/intel: Cleanup CMCI storm logicBorislav Petkov2015-02-191-4/+4
* | x86, mce: Get rid of TIF_MCE_NOTIFY and associated mce tricksLuck, Tony2015-01-071-1/+0Star
|/
* x86, mce, severity: Extend the the mce_severity mechanism to handle UCNA/DEFE...Chen Yucong2014-11-191-0/+4
* x86, MCE, AMD: Drop software-defined bank in error thresholdingBorislav Petkov2014-10-211-1/+0Star
* hwpoison: remove unused global variable in do_machine_check()Chen Yucong2014-06-051-2/+0Star
* x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0Star
* ACPI, x86: Extended error log driver for x86 platformChen, Gong2013-10-231-0/+1
* Merge tag 'please-pull-mce-f-bit' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-08-121-2/+11
|\
| * x86/mce: Pay no attention to 'F' bit in MCACOD when parsing 'UC' errorsTony Luck2013-08-051-2/+11
* | Merge branch 'x86/mce' into x86/rasIngo Molnar2013-08-121-0/+3
|\ \ | |/ |/|
| * mce: acpi/apei: Honour Firmware First for MCA banks listed in APEI HEST CMCNaveen N. Rao2013-07-081-0/+3
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2013-07-111-0/+7
|\ \
| * | x86, mcheck, therm_throt: Process package thresholdsSrinivas Pandruvada2013-06-131-0/+7
| |/
* / x86, mce: Fix "braodcast" typoMathias Krause2013-06-051-1/+1
|/
* x86/mce: Rework cmci_rediscover() to play well with CPU hotplugSrivatsa S. Bhat2013-04-021-2/+2
* x86, MCE: Retract most UAPI exportsBorislav Petkov2013-01-091-0/+84
* UAPI: (Scripted) Disintegrate arch/x86/include/asmDavid Howells2012-12-141-118/+1Star
* x86, MCA: Finish mca_config conversionBorislav Petkov2012-10-261-2/+3
* x86, MCA: Convert the next three variables batchBorislav Petkov2012-10-261-2/+4
* x86, MCA: Convert rip_msr, mce_bootlog, monarch_timeoutBorislav Petkov2012-10-261-0/+3
* x86, MCA: Convert dont_log_ce, banks and tolerantBorislav Petkov2012-10-261-0/+7
* x86/mce: Provide boot argument to honour bios-set CMCI thresholdNaveen N. Rao2012-09-271-0/+1
* x86, MCE: Remove unused definesBorislav Petkov2012-09-171-11/+1Star
* x86/mce: Move MCACOD defines from mce-severity.c to <asm/mce.h>Tony Luck2012-07-261-0/+8
* x86/mce: Convert static array of pointers to per-cpu variablesGreg Kroah-Hartman2012-02-221-1/+1
* mce: fix warning messages about static struct mce_deviceGreg Kroah-Hartman2012-01-171-1/+1
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-1/+1
|\
| * Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-1/+1
| |\
| | * cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-211-1/+1
* | | Merge branch 'mce-inject' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Ingo Molnar2011-12-181-4/+5
|\ \ \