summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-261-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-172-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
* | | x86/mce/AMD: Log Deferred Errors using SMCA MCA_DE{STAT,ADDR} registersYazen Ghannam2016-05-121-8/+24
* | | 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-033-12/+70
* | | x86/mce: Detect and use SMCA-specific msr_opsYazen Ghannam2016-05-032-19/+29
* | | 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: Grade uncorrected errors for SMCA-enabled systemsAravind Gopalakrishnan2016-05-031-0/+30
* | | x86/mce: Log MCEs after a warm rest on AMD, Fam17h and laterAravind Gopalakrishnan2016-05-031-1/+1
* | | Merge tag 'v4.6-rc6' into ras/core, to refresh the treeIngo Molnar2016-05-031-0/+3
|\ \ \ | | |/ | |/|
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-04-151-2/+2
| |\|
| * | Merge branch 'acpi-processor'Rafael J. Wysocki2016-04-021-0/+3
| |\ \
| | * | ACPI / processor: Request native thermal interrupt handling via _OSCSrinivas Pandruvada2016-03-261-0/+3
* | | | x86/mce: Remove explicit smp_rmb() when starting CPUs syncDavidlohr Bueso2016-04-131-2/+2
| |_|/ |/| |
* | | x86/mce: Avoid using object after free in genpoolTony Luck2016-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
| |/
* | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-153-98/+227
|\ \
| * | x86/mce/AMD: Document some functionalityAravind Gopalakrishnan2016-03-081-5/+2
| * | x86/mce/AMD: Fix logic to obtain block addressAravind Gopalakrishnan2016-03-081-29/+55
| * | x86/mce/AMD, EDAC: Enable error decoding of Scalable MCA errorsAravind Gopalakrishnan2016-03-081-0/+29
| * | x86/mce: Check for faults tagged in EXTABLE_CLASS_FAULT exception table entriesTony Luck2016-02-182-36/+56
| * | x86/mce/AMD: Set MCAX Enable bitAravind Gopalakrishnan2016-02-011-0/+14
| * | x86/mce/AMD: Carve out threshold block preparationBorislav Petkov2016-02-011-38/+49
| * | x86/mce/AMD: Fix LVT offset configuration for thresholdingAravind Gopalakrishnan2016-02-011-1/+26
| * | x86/mce/AMD: Reduce number of blocks scanned per bankAravind Gopalakrishnan2016-02-011-1/+1
| * | x86/mce/AMD: Do not perform shared bank check for future processorsAravind Gopalakrishnan2016-02-011-0/+7
| * | x86/mce: Fix order of AMD MCE init function callAravind Gopalakrishnan2016-02-011-1/+1
| |/
* / x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong2016-02-035-32/+25
|/