summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/mcheck/mce-severity.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-05x86/mce: Streamline MCE subsystem's namingBorislav Petkov1-419/+0
2018-09-27x86/mce: Add Hygon Dhyana support to the MCA infrastructurePu Wen1-1/+2
2018-06-07x86/mce: Improve error message when kernel cannot recoverTony Luck1-0/+5
2017-12-04x86/MCE: Extend table to report action optional errors through CMCI tooXie XiuQi1-9/+17
2017-11-07x86/MCE/AMD: Fix mce_severity_amd_smca() signatureYazen Ghannam1-1/+1
2017-11-07x86/MCE/AMD: Always give panic severity for UC errors in kernel contextYazen Ghannam1-4/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-08x86/MCE: Do not look at panic_on_oops in the severity gradingYinghai Lu1-1/+1
2016-05-03x86/mce: Grade uncorrected errors for SMCA-enabled systemsAravind Gopalakrishnan1-0/+30
2016-02-18x86/mce: Check for faults tagged in EXTABLE_CLASS_FAULT exception table entriesTony Luck1-2/+20
2015-04-03x86/mce/severity: Fix warning about indented bracesAravind Gopalakrishnan1-5/+4
2015-03-24x86/mce: Define mce_severity function pointerAravind Gopalakrishnan1-5/+14
2015-03-24x86/mce: Add an AMD severities-grading functionAravind Gopalakrishnan1-0/+56
2014-11-19x86, mce, severity: Extend the the mce_severity mechanism to handle UCNA/DEFE...Chen Yucong1-6/+17
2013-07-29x86/mce: Fix mce regression from recent cleanupTony Luck1-2/+2
2013-06-27x86/mce: Update MCE severity condition checkChen Gong1-10/+5
2012-10-26x86, MCA: Finish mca_config conversionBorislav Petkov1-2/+2
2012-07-26x86/mce: Move MCACOD defines from mce-severity.c to <asm/mce.h>Tony Luck1-7/+0
2012-05-23x86/mce: Add instruction recovery signatures to mce-severity tableTony Luck1-0/+10
2012-05-23x86/mce: Fix check for processor context when machine check was taken.Tony Luck1-6/+10
2012-01-26x86/mce: Replace hard coded hex constants with symbolic definesTony Luck1-4/+10
2012-01-03x86/mce: Recognise machine check bank signature for data path errorTony Luck1-1/+15
2011-06-16x86, mce, severity: Clean up trivial coding style problemsHidetoshi Seto1-20/+19
2011-06-16x86, mce, severity: Cleanup severity tableHidetoshi Seto1-69/+58
2011-06-16x86, mce, severity: Make formatting a bit more readableHidetoshi Seto1-30/+88
2011-06-16x86, mce, severity: Fix two severities table signaturesTony Luck1-3/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2009-09-14x86, mce: Fix compilation with !CONFIG_DEBUG_FS in mce-severity.cAndi Kleen1-0/+2
2009-08-10x86, mce: Move debugfs mce dir creating to mce.cHuang Ying1-3/+1
2009-07-29x86, mce: remove never executed codeBartlomiej Zolnierkiewicz1-2/+0
2009-06-03x86, mce: export MCE severities coverage via debugfsHuang Ying1-0/+83
2009-06-03x86, mce: implement new status bitsAndi Kleen1-4/+78
2009-06-03x86, mce: add table driven machine check gradingAndi Kleen1-0/+61