aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck/mce_amd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-12x86/mce/AMD: Save an indentation level in prepare_threshold_block()Borislav Petkov1-40/+38
2016-05-12x86/mce/AMD: Disable LogDeferredInMcaStat for SMCA systemsYazen Ghannam1-9/+29
2016-05-12x86/mce/AMD: Log Deferred Errors using SMCA MCA_DE{STAT,ADDR} registersYazen Ghannam1-8/+24
2016-05-03x86/mce: Detect and use SMCA-specific msr_opsYazen Ghannam1-5/+5
2016-03-08x86/mce/AMD: Document some functionalityAravind Gopalakrishnan1-5/+2
2016-03-08x86/mce/AMD: Fix logic to obtain block addressAravind Gopalakrishnan1-29/+55
2016-03-08x86/mce/AMD, EDAC: Enable error decoding of Scalable MCA errorsAravind Gopalakrishnan1-0/+29
2016-02-01x86/mce/AMD: Set MCAX Enable bitAravind Gopalakrishnan1-0/+14
2016-02-01x86/mce/AMD: Carve out threshold block preparationBorislav Petkov1-38/+49
2016-02-01x86/mce/AMD: Fix LVT offset configuration for thresholdingAravind Gopalakrishnan1-1/+26
2016-02-01x86/mce/AMD: Reduce number of blocks scanned per bankAravind Gopalakrishnan1-1/+1
2016-02-01x86/mce/AMD: Do not perform shared bank check for future processorsAravind Gopalakrishnan1-0/+7
2015-05-07x86/mce/amd: Zap changelogBorislav Petkov1-10/+2
2015-05-07x86/mce/amd: Rename setup_APIC_mceAravind Gopalakrishnan1-2/+2
2015-05-07x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan1-0/+93
2015-05-06x86/mce/amd: Collect valid address before logging an errorAravind Gopalakrishnan1-1/+4
2015-05-06x86/mce/amd: Factor out logging mechanismAravind Gopalakrishnan1-10/+23
2015-02-19x86/MCE/AMD: Enable thresholding interrupts by default if supportedAravind Gopalakrishnan1-2/+7
2015-02-19x86/MCE/AMD: Drop bogus const modifier from AMD's bank4_names()Jan Beulich1-1/+1
2014-11-01x86, MCE, AMD: Assign interrupt handler only when bank supports itChen Yucong1-7/+10
2014-10-21x86, MCE, AMD: Drop software-defined bank in error thresholdingBorislav Petkov1-3/+2
2014-10-21x86, MCE, AMD: Move invariant code out from loop bodyChen Yucong1-1/+3
2014-10-21x86, MCE, AMD: Correct thresholding error loggingChen Yucong1-15/+15
2014-10-21x86, MCE, AMD: Use macros to compute bank MSRsChen Yucong1-6/+4
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2014-08-08arch/x86: replace strict_strto callsDaniel Walter1-2/+2
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-8/+6
2013-03-22x86, MCE, AMD: Use MCG_CAP MSR to find out number of banks on AMDBoris Ostrovsky1-7/+15
2013-03-22x86, MCE, AMD: Replace shared_bank array with is_shared_bank() helperBoris Ostrovsky1-8/+9
2012-10-30x86, AMD: Change Boris' email addressBorislav Petkov1-1/+1
2012-10-17x86, amd, mce: Avoid NULL pointer reference on CPU northbridge lookupDaniel J Blueman1-5/+5
2012-07-24Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+21
2012-07-19x86, MCE, AMD: Adjust initcall sequence for xenLiu, Jinsong1-1/+21
2012-06-07x86, MCE, AMD: Update copyrights and boilerplateBorislav Petkov1-2/+4
2012-06-07x86, MCE, AMD: Give proper names to the thresholding banksBorislav Petkov1-4/+31
2012-06-07x86, MCE, AMD: Make error_count read onlyBorislav Petkov1-9/+4
2012-06-07x86, MCE, AMD: Cleanup reading of error_countBorislav Petkov1-18/+5
2012-06-07x86, MCE, AMD: Print decimal thresholding valuesBorislav Petkov1-2/+2
2012-06-07x86, MCE, AMD: Move shared bank to node descriptorBorislav Petkov1-20/+87
2012-06-07x86, MCE, AMD: Remove local_allocate_... wrapperBorislav Petkov1-8/+3
2012-06-07x86, MCE, AMD: Remove shared banks sysfs linkingBorislav Petkov1-98/+7
2012-04-30x86, MCE, AMD: Hide interrupt_enable sysfs nodeBorislav Petkov1-2/+7
2012-04-30x86, MCE, AMD: Make APIC LVT thresholding interrupt optionalBorislav Petkov1-12/+44
2012-03-14Merge tag 'mce-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/mceIngo Molnar1-4/+5
2012-02-22x86/mce: Convert static array of pointers to per-cpu variablesGreg Kroah-Hartman1-4/+5
2012-02-22x86/mce/AMD: Fix UP build errorBorislav Petkov1-0/+2
2012-01-16mce: fix warning messages about static struct mce_deviceGreg Kroah-Hartman1-7/+11
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-6/+5
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-6/+5
2011-12-21x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester1-6/+1