aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-05x86/mce: Streamline MCE subsystem's namingBorislav Petkov14-7123/+0
2018-11-28x86/MCE/AMD: Fix the thresholding machinery initialization orderBorislav Petkov1-13/+6
2018-11-06acpi/nfit, x86/mce: Validate a MCE's address before using itVishal Verma1-1/+2
2018-11-06acpi/nfit, x86/mce: Handle only uncorrectable machine checksVishal Verma1-1/+2
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner1-1/+1
2018-10-23Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+17
2018-10-23Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+6
2018-10-18x86/mcelog: Remove one mce_helper definitionSebastian Andrzej Siewior1-3/+0
2018-09-27x86/mce: Add Hygon Dhyana support to the MCA infrastructurePu Wen2-6/+17
2018-09-21x86/mce-inject: Reset injection struct after injectionBorislav Petkov1-0/+6
2018-09-03x86/fault: Plumb error code and fault address through to fault handlersJann Horn1-1/+1
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-50/+3
2018-08-20x86/memory_failure: Introduce {set, clear}_mce_nospec()Dan Williams2-50/+3
2018-08-13Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-95/+107
2018-07-17x86/MCE: Remove min interval polling limitationDewet Thibaut1-3/+0
2018-06-24Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-16/+33
2018-06-22x86/mce: Cleanup __mc_scan_banks()Borislav Petkov1-13/+10
2018-06-22x86/mce: Carve out bank scanning codeBorislav Petkov1-63/+71
2018-06-22x86/mce: Remove !banks checkBorislav Petkov1-4/+1
2018-06-22x86/mce: Carve out the crashing_cpu checkBorislav Petkov1-27/+37
2018-06-22x86/mce: Always use 64-bit timestampsArnd Bergmann1-2/+2
2018-06-22x86/mce: Fix incorrect "Machine check from unknown source" messageTony Luck1-8/+18
2018-06-22x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()Borislav Petkov1-8/+10
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2
2018-06-07x86/mce: Improve error message when kernel cannot recoverTony Luck1-0/+5
2018-05-19x86/MCE/AMD: Read MCx_MISC block addresses on any CPUBorislav Petkov1-8/+7
2018-05-19Merge branch 'ras/urgent' into ras/coreThomas Gleixner1-15/+14
2018-05-19x86/MCE/AMD: Cache SMCA MISC block addressesBorislav Petkov1-15/+14
2018-05-06x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()Luck, Tony1-1/+1
2018-05-06x86/MCE: Enable MCE broadcasting on new Centaur CPUsDavid Wang1-0/+18
2018-04-02Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-04-02Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+6
2018-03-28Revert "x86/mce/AMD: Collect error info even if valid bits are not set"Yazen Ghannam1-14/+0
2018-03-23x86/tsc: Get rid of rdtscll()Thomas Gleixner1-1/+1
2018-03-14Merge branch 'x86/urgent' into x86/mm to pick up dependenciesThomas Gleixner1-2/+24
2018-03-08Merge branch 'ras/urgent' into ras/coreThomas Gleixner1-2/+24
2018-03-08x86/MCE: Serialize sysfs changesSeunghun Han1-1/+21
2018-03-08x86/MCE: Save microcode revision in machine check recordsTony Luck1-1/+3
2018-02-26Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar2-7/+27
2018-02-21x86/mce/AMD: Carve out SMCA get_block_address() codeYazen Ghannam1-26/+31
2018-02-21x86/mce/AMD: Get address from already initialized blockYazen Ghannam1-0/+15
2018-02-21x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank typeYazen Ghannam1-0/+7
2018-02-21x86/mce/AMD: Pass the bank number to smca_get_bank_type()Yazen Ghannam1-8/+7
2018-02-21x86/mce/AMD: Collect error info even if valid bits are not setBorislav Petkov1-0/+14
2018-02-21x86/mce: Issue the 'mcelog --ascii' message only on !AMDBorislav Petkov1-1/+3
2018-02-21x86/mce: Convert 'struct mca_config' bools to a bitfieldBorislav Petkov2-13/+16
2018-02-21x86/mce: Put private structures and definitions into the internal headerBorislav Petkov1-2/+54
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+27
2018-02-14x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov1-12/+6
2018-02-13x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck2-6/+26