aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/mcheck/mce.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-05x86/mce: Streamline MCE subsystem's namingGravatar Borislav Petkov 1-2499/+0
2018-11-06acpi/nfit, x86/mce: Validate a MCE's address before using itGravatar Vishal Verma 1-1/+2
2018-11-06acpi/nfit, x86/mce: Handle only uncorrectable machine checksGravatar Vishal Verma 1-1/+2
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Gravatar Jordan Borgner 1-1/+1
2018-10-23Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+15
2018-09-27x86/mce: Add Hygon Dhyana support to the MCA infrastructureGravatar Pu Wen 1-5/+15
2018-09-03x86/fault: Plumb error code and fault address through to fault handlersGravatar Jann Horn 1-1/+1
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Gravatar Linus Torvalds 1-35/+3
2018-08-20x86/memory_failure: Introduce {set, clear}_mce_nospec()Gravatar Dan Williams 1-35/+3
2018-08-13Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-95/+107
2018-07-17x86/MCE: Remove min interval polling limitationGravatar Dewet Thibaut 1-3/+0
2018-06-24Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-16/+28
2018-06-22x86/mce: Cleanup __mc_scan_banks()Gravatar Borislav Petkov 1-13/+10
2018-06-22x86/mce: Carve out bank scanning codeGravatar Borislav Petkov 1-63/+71
2018-06-22x86/mce: Remove !banks checkGravatar Borislav Petkov 1-4/+1
2018-06-22x86/mce: Carve out the crashing_cpu checkGravatar Borislav Petkov 1-27/+37
2018-06-22x86/mce: Always use 64-bit timestampsGravatar Arnd Bergmann 1-2/+2
2018-06-22x86/mce: Fix incorrect "Machine check from unknown source" messageGravatar Tony Luck 1-8/+18
2018-06-22x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()Gravatar Borislav Petkov 1-8/+10
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-05-06x86/MCE: Enable MCE broadcasting on new Centaur CPUsGravatar David Wang 1-0/+18
2018-04-02Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-12/+6
2018-03-28Revert "x86/mce/AMD: Collect error info even if valid bits are not set"Gravatar Yazen Ghannam 1-14/+0
2018-03-14Merge branch 'x86/urgent' into x86/mm to pick up dependenciesGravatar Thomas Gleixner 1-2/+24
2018-03-08Merge branch 'ras/urgent' into ras/coreGravatar Thomas Gleixner 1-2/+24
2018-03-08x86/MCE: Serialize sysfs changesGravatar Seunghun Han 1-1/+21
2018-03-08x86/MCE: Save microcode revision in machine check recordsGravatar Tony Luck 1-1/+3
2018-02-26Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesGravatar Ingo Molnar 1-7/+12
2018-02-21x86/mce/AMD: Collect error info even if valid bits are not setGravatar Borislav Petkov 1-0/+14
2018-02-21x86/mce: Issue the 'mcelog --ascii' message only on !AMDGravatar Borislav Petkov 1-1/+3
2018-02-21x86/mce: Convert 'struct mca_config' bools to a bitfieldGravatar Borislav Petkov 1-8/+8
2018-02-14x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableGravatar Kirill A. Shutemov 1-12/+6
2018-02-13x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesGravatar Tony Luck 1-6/+11
2018-02-11x86/MCE: Fix build warning introduced by "x86: do not use print_symbol()"Gravatar Borislav Petkov 1-1/+1
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-2/+1
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+3
2018-01-30Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+13
2018-01-23mm/memory_failure: Remove unused trapno from memory_failureGravatar Eric W. Biederman 1-3/+3
2018-01-21Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+5
2018-01-19x86/mce: Make machine check speculation protectedGravatar Thomas Gleixner 1-0/+5
2018-01-05x86: do not use print_symbol()Gravatar Sergey Senozhatsky 1-2/+1
2017-12-18x86/MCE: Make correctable error detection look at the Deferred bitGravatar Yazen Ghannam 1-1/+12
2017-12-18x86/MCE: Report only DRAM ECC as memory errors on AMD systemsGravatar Yazen Ghannam 1-3/+1
2017-10-05x86/mce: Convert timers to use timer_setup()Gravatar Kees Cook 1-8/+5
2017-08-17x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pagesGravatar Tony Luck 1-0/+43
2017-06-26x86/mce: Always save severity in machine_check_poll()Gravatar Yazen Ghannam 1-6/+1
2017-06-14x86/mce: Update bootlog description to reflect behavior on AMDGravatar Yazen Ghannam 1-2/+3
2017-06-14x86/mce: Don't disable MCA banks when offlining a CPU on AMDGravatar Yazen Ghannam 1-2/+3
2017-05-21x86/MCE: Export memory_error()Gravatar Borislav Petkov 1-7/+6
2017-05-01Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-425/+136