summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck
Commit message (Expand)AuthorAgeFilesLines
* x86/mce: Streamline MCE subsystem's namingBorislav Petkov2018-12-0514-7123/+0
* x86/MCE/AMD: Fix the thresholding machinery initialization orderBorislav Petkov2018-11-281-13/+6
* acpi/nfit, x86/mce: Validate a MCE's address before using itVishal Verma2018-11-061-1/+2
* acpi/nfit, x86/mce: Handle only uncorrectable machine checksVishal Verma2018-11-061-1/+2
* x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner2018-10-291-1/+1
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-232-6/+17
|\
| * x86/mce: Add Hygon Dhyana support to the MCA infrastructurePu Wen2018-09-272-6/+17
* | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-232-3/+6
|\ \
| * | x86/mcelog: Remove one mce_helper definitionSebastian Andrzej Siewior2018-10-181-3/+0
| * | x86/mce-inject: Reset injection struct after injectionBorislav Petkov2018-09-211-0/+6
| |/
* / x86/fault: Plumb error code and fault address through to fault handlersJann Horn2018-09-031-1/+1
|/
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-252-50/+3
|\
| * x86/memory_failure: Introduce {set, clear}_mce_nospec()Dan Williams2018-08-202-50/+3
* | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-131-95/+107
|\ \
| * | x86/mce: Cleanup __mc_scan_banks()Borislav Petkov2018-06-221-13/+10
| * | x86/mce: Carve out bank scanning codeBorislav Petkov2018-06-221-63/+71
| * | x86/mce: Remove !banks checkBorislav Petkov2018-06-221-4/+1
| * | x86/mce: Carve out the crashing_cpu checkBorislav Petkov2018-06-221-27/+37
| * | x86/mce: Always use 64-bit timestampsArnd Bergmann2018-06-221-2/+2
* | | x86/MCE: Remove min interval polling limitationDewet Thibaut2018-07-171-3/+0
| |/ |/|
* | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-242-16/+33
|\|
| * x86/mce: Fix incorrect "Machine check from unknown source" messageTony Luck2018-06-221-8/+18
| * x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()Borislav Petkov2018-06-221-8/+10
| * x86/mce: Improve error message when kernel cannot recoverTony Luck2018-06-071-0/+5
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+2
|/
* x86/MCE/AMD: Read MCx_MISC block addresses on any CPUBorislav Petkov2018-05-191-8/+7
* Merge branch 'ras/urgent' into ras/coreThomas Gleixner2018-05-191-15/+14
|\
| * x86/MCE/AMD: Cache SMCA MISC block addressesBorislav Petkov2018-05-191-15/+14
* | x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()Luck, Tony2018-05-061-1/+1
* | x86/MCE: Enable MCE broadcasting on new Centaur CPUsDavid Wang2018-05-061-0/+18
|/
* Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-021-1/+1
|\
| * x86/tsc: Get rid of rdtscll()Thomas Gleixner2018-03-231-1/+1
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-021-12/+6
|\ \
| * | Merge branch 'x86/urgent' into x86/mm to pick up dependenciesThomas Gleixner2018-03-141-2/+24
| |\|
| * | Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar2018-02-262-7/+27
| |\ \
| * | | x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov2018-02-141-12/+6
* | | | Revert "x86/mce/AMD: Collect error info even if valid bits are not set"Yazen Ghannam2018-03-281-14/+0
* | | | Merge branch 'ras/urgent' into ras/coreThomas Gleixner2018-03-081-2/+24
|\ \ \ \ | | |_|/ | |/| |
| * | | x86/MCE: Serialize sysfs changesSeunghun Han2018-03-081-1/+21
| * | | x86/MCE: Save microcode revision in machine check recordsTony Luck2018-03-081-1/+3
| | |/ | |/|
* | | x86/mce/AMD: Carve out SMCA get_block_address() codeYazen Ghannam2018-02-211-26/+31
* | | x86/mce/AMD: Get address from already initialized blockYazen Ghannam2018-02-211-0/+15
* | | x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank typeYazen Ghannam2018-02-211-0/+7
* | | x86/mce/AMD: Pass the bank number to smca_get_bank_type()Yazen Ghannam2018-02-211-8/+7
* | | x86/mce/AMD: Collect error info even if valid bits are not setBorislav Petkov2018-02-211-0/+14
* | | x86/mce: Issue the 'mcelog --ascii' message only on !AMDBorislav Petkov2018-02-211-1/+3
* | | x86/mce: Convert 'struct mca_config' bools to a bitfieldBorislav Petkov2018-02-212-13/+16
* | | x86/mce: Put private structures and definitions into the internal headerBorislav Petkov2018-02-211-2/+54
|/ /
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-142-7/+27
|\ \ | |/ |/|
| * x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck2018-02-132-6/+26