summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck/mce_amd.c
Commit message (Expand)AuthorAgeFilesLines
* x86/mce/AMD: Increase size of the bank_map typeAravind Gopalakrishnan2016-07-081-1/+1
* 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 and use SMCA-specific msr_opsYazen Ghannam2016-05-031-5/+5
* 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/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/amd: Zap changelogBorislav Petkov2015-05-071-10/+2
* x86/mce/amd: Rename setup_APIC_mceAravind Gopalakrishnan2015-05-071-2/+2
* x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan2015-05-071-0/+93
* x86/mce/amd: Collect valid address before logging an errorAravind Gopalakrishnan2015-05-061-1/+4
* x86/mce/amd: Factor out logging mechanismAravind Gopalakrishnan2015-05-061-10/+23
* x86/MCE/AMD: Enable thresholding interrupts by default if supportedAravind Gopalakrishnan2015-02-191-2/+7
* x86/MCE/AMD: Drop bogus const modifier from AMD's bank4_names()Jan Beulich2015-02-191-1/+1
* x86, MCE, AMD: Assign interrupt handler only when bank supports itChen Yucong2014-11-011-7/+10
* x86, MCE, AMD: Drop software-defined bank in error thresholdingBorislav Petkov2014-10-211-3/+2
* x86, MCE, AMD: Move invariant code out from loop bodyChen Yucong2014-10-211-1/+3
* x86, MCE, AMD: Correct thresholding error loggingChen Yucong2014-10-211-15/+15
* x86, MCE, AMD: Use macros to compute bank MSRsChen Yucong2014-10-211-6/+4
* x86: Replace __get_cpu_var usesChristoph Lameter2014-08-261-1/+1
* arch/x86: replace strict_strto callsDaniel Walter2014-08-081-2/+2
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-141-8/+6
* x86, MCE, AMD: Use MCG_CAP MSR to find out number of banks on AMDBoris Ostrovsky2013-03-221-7/+15
* x86, MCE, AMD: Replace shared_bank array with is_shared_bank() helperBoris Ostrovsky2013-03-221-8/+9
* x86, AMD: Change Boris' email addressBorislav Petkov2012-10-301-1/+1
* x86, amd, mce: Avoid NULL pointer reference on CPU northbridge lookupDaniel J Blueman2012-10-171-5/+5
* Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-07-241-1/+21
|\
| * x86, MCE, AMD: Adjust initcall sequence for xenLiu, Jinsong2012-07-191-1/+21
* | x86, MCE, AMD: Update copyrights and boilerplateBorislav Petkov2012-06-071-2/+4
* | x86, MCE, AMD: Give proper names to the thresholding banksBorislav Petkov2012-06-071-4/+31
* | x86, MCE, AMD: Make error_count read onlyBorislav Petkov2012-06-071-9/+4
* | x86, MCE, AMD: Cleanup reading of error_countBorislav Petkov2012-06-071-18/+5
* | x86, MCE, AMD: Print decimal thresholding valuesBorislav Petkov2012-06-071-2/+2
* | x86, MCE, AMD: Move shared bank to node descriptorBorislav Petkov2012-06-071-20/+87
* | x86, MCE, AMD: Remove local_allocate_... wrapperBorislav Petkov2012-06-071-8/+3
* | x86, MCE, AMD: Remove shared banks sysfs linkingBorislav Petkov2012-06-071-98/+7
|/
* x86, MCE, AMD: Hide interrupt_enable sysfs nodeBorislav Petkov2012-04-301-2/+7
* x86, MCE, AMD: Make APIC LVT thresholding interrupt optionalBorislav Petkov2012-04-301-12/+44
* Merge tag 'mce-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/...Ingo Molnar2012-03-141-4/+5
|\
| * x86/mce: Convert static array of pointers to per-cpu variablesGreg Kroah-Hartman2012-02-221-4/+5
* | x86/mce/AMD: Fix UP build errorBorislav Petkov2012-02-221-0/+2
|/
* mce: fix warning messages about static struct mce_deviceGreg Kroah-Hartman2012-01-161-7/+11
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-6/+5
|\
| * cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-211-6/+5