summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck
Commit message (Expand)AuthorAgeFilesLines
* x86/mce/AMD: Make the init code more robustThomas Gleixner2016-12-261-0/+3
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-12-131-1/+1
|\
| * Merge branch 'for-4.9' into for-4.10Tejun Heo2016-10-191-1/+1
| |\
| | * mce, workqueue: remove keventd_up() usageTejun Heo2016-09-171-1/+1
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-123-151/+117
|\ \ \
| * | | x86/mce/therm_throt: Move hotplug callbacks to onlineThomas Gleixner2016-11-221-5/+8
| * | | x86/mce/therm_throt: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-42/+13
| * | | x86/MCE/AMD: Fix thinko about thresholding_enBorislav Petkov2016-11-211-2/+3
| * | | x86/mcheck: Move CPU_DEAD to hotplug state machineSebastian Andrzej Siewior2016-11-161-27/+15
| * | | x86/mcheck: Move CPU_ONLINE and CPU_DOWN_PREPARE to hotplug state machineSebastian Andrzej Siewior2016-11-161-42/+36
| * | | x86/mcheck: Reorganize the hotplug callbacksSebastian Andrzej Siewior2016-11-161-16/+20
| * | | x86/mcheck: Split threshold_cpu_callback into two callbacksSebastian Andrzej Siewior2016-11-162-29/+23
| * | | x86/mcheck: Be prepared for a rollback back to the ONLINE stateSebastian Andrzej Siewior2016-11-162-0/+8
| * | | x86/mcheck: Explicit cleanup on failure in mce_amdSebastian Andrzej Siewior2016-11-161-2/+5
| * | | x86/mcheck: Move threshold_create_device()Sebastian Andrzej Siewior2016-11-161-25/+25
| |/ /
* | | Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-123-3/+0
|\ \ \
| * | | x86: Remove empty idle.h headerThomas Gleixner2016-12-093-3/+0
| |/ /
* | | x86/mce: Include the PPIN in MCE records when availableTony Luck2016-11-232-0/+41
* | | x86/mce/AMD: Add system physical address translation for AMD Fam17hYazen Ghannam2016-11-221-0/+200
* | | x86/mce/AMD: Reset Threshold Limit after logging errorYazen Ghannam2016-11-161-0/+6
* | | x86/MCE: Correct TSC timestamping of error recordsBorislav Petkov2016-11-112-8/+12
* | | x86/RAS: Hide SMCA bank namesBorislav Petkov2016-11-081-3/+29
* | | x86/RAS: Rename smca_bank_names to smca_namesBorislav Petkov2016-11-081-3/+3
* | | x86/RAS: Simplify SMCA HWID descriptor structBorislav Petkov2016-11-081-15/+9
* | | x86/RAS: Simplify SMCA bank descriptor structBorislav Petkov2016-11-081-5/+5
* | | x86/MCE: Dump MCE to dmesg if no consumersBorislav Petkov2016-11-081-6/+46
* | | x86/MCE: Do not look at panic_on_oops in the severity gradingYinghai Lu2016-11-081-1/+1
|/ /
* | x86/mce/AMD: Extract the error address on SMCA systemsYazen Ghannam2016-09-132-1/+22
* | x86/mce, EDAC/mce_amd: Print MCA_SYND and MCA_IPID during MCE on SMCA systemsYazen Ghannam2016-09-131-0/+7
* | x86/mce/AMD: Save MCA_IPID in MCE struct on SMCA systemsYazen Ghannam2016-09-132-4/+12
* | x86/mce/AMD: Ensure the deferred error interrupt is of type APIC on SMCA systemsYazen Ghannam2016-09-131-0/+14
* | x86/mce/AMD: Update sysfs bank names for SMCA systemsYazen Ghannam2016-09-131-2/+47
* | x86/mce/AMD, EDAC/mce_amd: Define and use tables for known SMCA IP typesYazen Ghannam2016-09-131-25/+79
* | x86/mce/AMD: Read MSRs on the CPU allocating the threshold blocksYazen Ghannam2016-09-131-9/+8
* | x86/mce: Add support for new MCA_SYND registerYazen Ghannam2016-09-132-0/+7
* | x86/mce/AMD: Use msr_ops.misc() in allocate_threshold_blocks()Yazen Ghannam2016-09-131-1/+1
* | x86/mce: Drop X86_FEATURE_MCE_RECOVERY and the related model string testTony Luck2016-09-051-11/+0
* | x86/mce: Add PCI quirks to identify Xeons with machine check recoveryTony Luck2016-09-051-0/+8
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-251-2/+2
|\
| * timers, x86/mce: Initialize MCE restart timer as pinnedThomas Gleixner2016-07-071-2/+2
* | x86/mce: Fix mce_rdmsrl() warning messageBorislav Petkov2016-07-081-1/+1
* | x86/mce/AMD: Increase size of the bank_map typeAravind Gopalakrishnan2016-07-081-1/+1
* | x86/mce: Do not use bank 1 for APEI generated error logsTony Luck2016-06-141-1/+1
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-162-2/+2
|\
| * Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar2016-04-191-0/+3
| |\
| * | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-132-2/+2
* | | x86/mce: Update AMD mcheck init to use cpu_has() facilitiesYazen Ghannam2016-05-121-5/+3
* | | x86/mce/AMD: Save an indentation level in prepare_threshold_block()Borislav Petkov2016-05-121-40/+38
* | | x86/mce/AMD: Disable LogDeferredInMcaStat for SMCA systemsYazen Ghannam2016-05-121-9/+29
OpenPOWER on IntegriCloud