summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/mcheck
AgeCommit message (Expand)AuthorFilesLines
2017-04-27x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRsYazen Ghannam1-1/+1
2017-04-27x86/mce: Make the MCE notifier a blocking oneVishal Verma3-16/+5
2017-04-12x86/mce: Don't print MCEs when mcelog is activeAndi Kleen1-1/+6
2017-01-31x86/mce: Make timer handling more robustThomas Gleixner1-19/+12
2016-12-27x86/mce/AMD: Make the init code more robustThomas Gleixner1-0/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2016-12-13Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-151/+117
2016-12-13Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+0
2016-12-09x86: Remove empty idle.h headerThomas Gleixner3-3/+0
2016-11-23x86/mce: Include the PPIN in MCE records when availableTony Luck2-0/+41
2016-11-23x86/mce/therm_throt: Move hotplug callbacks to onlineThomas Gleixner1-5/+8
2016-11-23x86/mce/therm_throt: Convert to hotplug state machineSebastian Andrzej Siewior1-42/+13
2016-11-22x86/mce/AMD: Add system physical address translation for AMD Fam17hYazen Ghannam1-0/+200
2016-11-21x86/MCE/AMD: Fix thinko about thresholding_enBorislav Petkov1-2/+3
2016-11-16x86/mce/AMD: Reset Threshold Limit after logging errorYazen Ghannam1-0/+6
2016-11-16x86/mcheck: Move CPU_DEAD to hotplug state machineSebastian Andrzej Siewior1-27/+15
2016-11-16x86/mcheck: Move CPU_ONLINE and CPU_DOWN_PREPARE to hotplug state machineSebastian Andrzej Siewior1-42/+36
2016-11-16x86/mcheck: Reorganize the hotplug callbacksSebastian Andrzej Siewior1-16/+20
2016-11-16x86/mcheck: Split threshold_cpu_callback into two callbacksSebastian Andrzej Siewior2-29/+23
2016-11-16x86/mcheck: Be prepared for a rollback back to the ONLINE stateSebastian Andrzej Siewior2-0/+8
2016-11-16x86/mcheck: Explicit cleanup on failure in mce_amdSebastian Andrzej Siewior1-2/+5
2016-11-16x86/mcheck: Move threshold_create_device()Sebastian Andrzej Siewior1-25/+25
2016-11-11x86/MCE: Correct TSC timestamping of error recordsBorislav Petkov2-8/+12
2016-11-08x86/RAS: Hide SMCA bank namesBorislav Petkov1-3/+29
2016-11-08x86/RAS: Rename smca_bank_names to smca_namesBorislav Petkov1-3/+3
2016-11-08x86/RAS: Simplify SMCA HWID descriptor structBorislav Petkov1-15/+9
2016-11-08x86/RAS: Simplify SMCA bank descriptor structBorislav Petkov1-5/+5
2016-11-08x86/MCE: Dump MCE to dmesg if no consumersBorislav Petkov1-6/+46
2016-11-08x86/MCE: Do not look at panic_on_oops in the severity gradingYinghai Lu1-1/+1
2016-10-19Merge branch 'for-4.9' into for-4.10Tejun Heo1-1/+1
2016-09-17mce, workqueue: remove keventd_up() usageTejun Heo1-1/+1
2016-09-13x86/mce/AMD: Extract the error address on SMCA systemsYazen Ghannam2-1/+22
2016-09-13x86/mce, EDAC/mce_amd: Print MCA_SYND and MCA_IPID during MCE on SMCA systemsYazen Ghannam1-0/+7
2016-09-13x86/mce/AMD: Save MCA_IPID in MCE struct on SMCA systemsYazen Ghannam2-4/+12
2016-09-13x86/mce/AMD: Ensure the deferred error interrupt is of type APIC on SMCA systemsYazen Ghannam1-0/+14
2016-09-13x86/mce/AMD: Update sysfs bank names for SMCA systemsYazen Ghannam1-2/+47
2016-09-13x86/mce/AMD, EDAC/mce_amd: Define and use tables for known SMCA IP typesYazen Ghannam1-25/+79
2016-09-13x86/mce/AMD: Read MSRs on the CPU allocating the threshold blocksYazen Ghannam1-9/+8
2016-09-13x86/mce: Add support for new MCA_SYND registerYazen Ghannam2-0/+7
2016-09-13x86/mce/AMD: Use msr_ops.misc() in allocate_threshold_blocks()Yazen Ghannam1-1/+1
2016-09-05x86/mce: Drop X86_FEATURE_MCE_RECOVERY and the related model string testTony Luck1-11/+0
2016-09-05x86/mce: Add PCI quirks to identify Xeons with machine check recoveryTony Luck1-0/+8
2016-07-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2016-07-08x86/mce: Fix mce_rdmsrl() warning messageBorislav Petkov1-1/+1
2016-07-08x86/mce/AMD: Increase size of the bank_map typeAravind Gopalakrishnan1-1/+1
2016-07-07timers, x86/mce: Initialize MCE restart timer as pinnedThomas Gleixner1-2/+2
2016-06-14x86/mce: Do not use bank 1 for APEI generated error logsTony Luck1-1/+1
2016-05-17Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2016-05-12x86/mce: Update AMD mcheck init to use cpu_has() facilitiesYazen Ghannam1-5/+3