summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/mce.h
Commit message (Expand)AuthorAgeFilesLines
* EDAC/i10nm: Add driver decoder for Ice Lake and Tremont CPUsYouquan Song2022-09-081-0/+1
* x86/MCE/AMD, EDAC/mce_amd: Support non-uniform MCA bank type enumerationYazen Ghannam2021-12-221-17/+1
* x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank typesYazen Ghannam2021-12-221-0/+7
* x86/MCE/AMD, EDAC/amd64: Move address translation to AMD64 EDACYazen Ghannam2021-11-151-3/+0
* Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-11-021-1/+1
|\
| * x86/MCE/AMD: Export smca_get_bank_type symbolMukul Joshi2021-10-061-1/+1
* | x86/mce: Get rid of machine_check_vectorBorislav Petkov2021-09-231-10/+0
* | x86/mce: Get rid of the mce_severity function pointerBorislav Petkov2021-09-231-2/+0
|/
* x86/mce: Defer processing of early errorsBorislav Petkov2021-08-241-0/+1
* x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank typesMuralidhara M K2021-05-271-4/+9
* thermal: Move therm_throt there from x86/mceBorislav Petkov2021-02-081-16/+0
* x86/mce: Get rid of mcheck_intel_therm_init()Borislav Petkov2021-02-081-6/+0
* x86/mce, cper: Pass x86 CPER through the MCA handling chainSmita Koralahalli2020-11-211-0/+6
* x86/mce: Correct the detection of invalid notifier prioritiesZhen Lei2020-11-061-1/+2
* x86/mce: Add _ASM_EXTABLE_CPY for copy user accessYouquan Song2020-10-071-0/+15
* x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2020-10-061-0/+9
* x86/mce: Increase maximum number of banks to 64Akshay Gupta2020-09-041-6/+2
* x86/MCE/AMD, EDAC/mce_amd: Remove struct smca_hwid.xec_bitmapYazen Ghannam2020-08-201-1/+0
* Merge branch 'x86/entry' into ras/coreThomas Gleixner2020-06-111-1/+1
|\
| * x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner2020-06-111-1/+1
* | x86/mce: Fixup exception only for the correct MCEsBorislav Petkov2020-04-141-0/+1
* | x86/mce: Add a struct mce.kflags fieldTony Luck2020-04-141-0/+8
* | x86/mce: Rename "first" function as "early"Tony Luck2020-04-141-7/+9
* | x86/mce/amd, edac: Remove report_gart_errorsBorislav Petkov2020-04-141-1/+2
|/
* Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-03-301-3/+0
|\
| * x86/entry/32: Force MCE through do_mce()Thomas Gleixner2020-02-271-3/+0
* | x86/mce/dev-mcelog: Dynamically allocate space for machine check recordsTony Luck2020-03-101-3/+3
|/
* x86/MCE/AMD, EDAC/mce_amd: Add new Load Store unit McaTypeYazen Ghannam2020-01-161-0/+1
* x86/mce: Take action on UCNA/Deferred errors againJan H. Schönherr2020-01-131-1/+1
* x86/MCE: Group AMD function prototypes in <asm/mce.h>Yazen Ghannam2019-03-241-14/+11
* EDAC/mce_amd: Decode MCA_STATUS[Scrub] bitYazen Ghannam2019-02-151-0/+1
* x86/MCE/AMD, EDAC/mce_amd: Add new McaTypes for CS, PSP, and SMU unitsYazen Ghannam2019-02-031-0/+3
* x86/MCE/AMD, EDAC/mce_amd: Add new MP5, NBIO, and PCIE SMCA bank typesYazen Ghannam2019-02-031-0/+3
* acpi/nfit, x86/mce: Validate a MCE's address before using itVishal Verma2018-11-061-0/+1
* acpi/nfit, x86/mce: Handle only uncorrectable machine checksVishal Verma2018-11-061-0/+1
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-231-0/+2
|\
| * x86/mce: Add Hygon Dhyana support to the MCA infrastructurePu Wen2018-09-271-0/+2
* | x86/mce: Add macros for the corrected error count bit fieldQiuxu Zhuo2018-09-271-0/+3
* | x86/mce: Use BIT_ULL(x) for bit mask definitionsQiuxu Zhuo2018-09-271-25/+25
|/
* x86/mce: Add notifier_block forward declarationArnd Bergmann2018-08-201-0/+1
* x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank typeYazen Ghannam2018-02-211-0/+1
* x86/mce: Put private structures and definitions into the internal headerBorislav Petkov2018-02-211-52/+0
* x86/MCE: Report only DRAM ECC as memory errors on AMD systemsYazen Ghannam2017-12-181-0/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/mce: Hide mca_cfgBorislav Petkov2017-10-051-1/+0
* x86/mce: Get rid of register_mce_write_callback()Borislav Petkov2017-06-141-4/+0
* x86/MCE: Export memory_error()Borislav Petkov2017-05-211-0/+1
* x86/mce: Factor out and deprecate the /dev/mcelog driverTony Luck2017-03-281-0/+1
* RAS: Add a Corrected Errors CollectorBorislav Petkov2017-03-281-4/+5
* x86/mce: Rename mce_log to mce_log_bufferBorislav Petkov2017-03-281-1/+1