summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck/mce.c
Commit message (Expand)AuthorAgeFilesLines
* x86/mce: Make timer handling more robustThomas Gleixner2017-01-311-19/+12
* 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-121-68/+60
|\ \ \
| * | | 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-161-6/+8
| * | | x86/mcheck: Be prepared for a rollback back to the ONLINE stateSebastian Andrzej Siewior2016-11-161-0/+4
| |/ /
* | | x86/mce: Include the PPIN in MCE records when availableTony Luck2016-11-231-0/+4
* | | x86/MCE: Correct TSC timestamping of error recordsBorislav Petkov2016-11-111-6/+10
* | | x86/MCE: Dump MCE to dmesg if no consumersBorislav Petkov2016-11-081-6/+46
|/ /
* | x86/mce/AMD: Extract the error address on SMCA systemsYazen Ghannam2016-09-131-0/+10
* | 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-131-2/+6
* | x86/mce: Add support for new MCA_SYND registerYazen Ghannam2016-09-131-0/+4
* | 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: Update AMD mcheck init to use cpu_has() facilitiesYazen Ghannam2016-05-121-5/+3
* x86/mce: Detect local MCEs properlyYazen Ghannam2016-05-031-13/+20
* x86/mce: Look in genpool instead of mcelog for pending error recordsTony Luck2016-05-031-12/+9
* x86/mce: Detect and use SMCA-specific msr_opsYazen Ghannam2016-05-031-14/+24
* x86/mce: Define vendor-specific MSR accessorsYazen Ghannam2016-05-031-0/+47
* x86/mce: Carve out writes to MCx_STATUS and MCx_CTLAravind Gopalakrishnan2016-05-031-1/+8
* x86/mce: Log MCEs after a warm rest on AMD, Fam17h and laterAravind Gopalakrishnan2016-05-031-1/+1
* x86/mce: Remove explicit smp_rmb() when starting CPUs syncDavidlohr Bueso2016-04-131-2/+2
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-151-0/+13
|\
| * x86/cpufeature: Create a new synthetic cpu capability for machine check recoveryTony Luck2016-02-181-0/+13
* | x86/mce: Check for faults tagged in EXTABLE_CLASS_FAULT exception table entriesTony Luck2016-02-181-34/+36
* | x86/mce: Fix order of AMD MCE init function callAravind Gopalakrishnan2016-02-011-1/+1
|/
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-111-40/+42
|\
| * x86/mce: Make usable address checks Intel-onlyBorislav Petkov2015-11-241-18/+22
| * x86/mce: Add the missing memory error check on AMDBorislav Petkov2015-11-241-4/+4
| * x86/RAS: Remove mce.usable_addrBorislav Petkov2015-11-241-8/+4
| * x86/mce: Do not enter deferred errors into the generic pool twiceTony Luck2015-11-241-11/+13
* | x86/mce: Ensure offline CPUs don't participate in rendezvous processAshok Raj2015-12-191-0/+11
|/
* x86/mce: Add a default case to the switch in __mcheck_cpu_ancient_init()Borislav Petkov2015-11-011-0/+2
* x86/mce: Add a Scalable MCA vendor flags bitAravind Gopalakrishnan2015-11-011-0/+2
* x86/mce: Don't clear shared banks on Intel when offlining CPUsAshok Raj2015-09-281-10/+20
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-5/+4
|\
| * x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski2015-07-071-3/+2
| * x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-061-2/+2
| * x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski2015-07-061-2/+2
* | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-08-311-121/+110
|\ \
| * | x86/mce: Add a wrapper around mce_log() for injectionBorislav Petkov2015-08-131-0/+8
| * | x86/mce: Rename rcu_dereference_check_mce() to mce_log_get_idx_check()Borislav Petkov2015-08-131-4/+4