aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kernel/cpu/mce/severity.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-31x86/mce: Use severity table to handle uncorrected errors in kernelTony Luck1-3/+5
2022-04-25x86/mce: Add messages for panic errors in AMD's MCE gradingCarlos Bilbao1-1/+10
2022-04-25x86/mce: Simplify AMD severity grading logicCarlos Bilbao1-65/+36
2022-02-23x86/mce: Remove the tolerance level controlBorislav Petkov1-12/+9
2022-02-13x86/mce: Use arch atomic and bit helpersBorislav Petkov1-1/+1
2021-12-20x86/mce: Check regs before accessing itBorislav Petkov1-1/+4
2021-12-13x86/mce: Prevent severity computation from being instrumentedBorislav Petkov1-9/+21
2021-12-13x86/mce: Use mce_rdmsrl() in severity checking codeBorislav Petkov1-5/+3
2021-11-01Merge tag 'ras_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+5
2021-09-23x86/mce: Get rid of the mce_severity function pointerBorislav Petkov1-6/+5
2021-09-13x86/extable: Remove EX_TYPE_FAULT from MCE safe fixupsThomas Gleixner1-1/+0
2021-09-13x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFEThomas Gleixner1-0/+2
2021-09-13x86/extable: Rework the exception table mechanicsThomas Gleixner1-11/+10
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+4
2021-03-31x86: Add insn_decode_kernel()Peter Zijlstra1-1/+1
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar1-1/+1
2021-03-15x86/mce: Convert to insn_decode()Borislav Petkov1-8/+4
2020-10-07x86/mce: Decode a kernel instruction to determine if it is copying from userTony Luck1-1/+52
2020-10-07x86/mce: Provide method to find out the type of an exception handlerTony Luck1-1/+4
2020-10-07x86/mce: Pass pointer to saved pt_regs to severity calculation routinesYouquan Song1-6/+8
2020-09-30x86/mce: Drop AMD-specific "DEFERRED" case from Intel severity rule listTony Luck1-4/+0
2020-09-30x86/mce: Add Skylake quirk for patrol scrub reported errorsBorislav Petkov1-2/+26
2020-04-14x86/mce: Fixup exception only for the correct MCEsBorislav Petkov1-1/+5
2019-08-05x86/mce: Don't check for the overflow bit on action optional machine checksTony Luck1-2/+2
2019-07-08Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+3
2019-06-14x86/mce: Do not check return value of debugfs_create functionsGreg Kroah-Hartman1-11/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-02-25x86/mce: Improve error message when kernel cannot recover, p2Tony Luck1-0/+5
2018-12-05x86/mce: Streamline MCE subsystem's namingBorislav Petkov1-0/+419