aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mcheck/mce_amd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-16x86, mce: Use mce_sysdev_ prefix to group functionsHidetoshi Seto1-5/+5
2011-05-13x86, mce, AMD: Fix leaving freed data in a listJulia Lawall1-0/+1
2011-01-26x86: Move llc_shared_map out of cpu_infoYinghai Lu1-5/+2
2010-10-25mce, amd: Remove goto in threshold_create_device()Robert Richter1-2/+2
2010-10-25mce, amd: Add helper functions to setup APICRobert Richter1-29/+38
2010-10-25mce, amd: Shorten local variables mci_misc_{hi,lo}Robert Richter1-13/+13
2010-10-25mce, amd: Implement mce_threshold_block_init() helper functionRobert Richter1-19/+29
2010-10-20apic, x86: Use BIOS settings for IBS and MCE threshold interrupt LVT offsetsRobert Richter1-3/+24
2010-10-11x86, AMD, MCE thresholding: Fix the MCi_MISCj iteration orderBorislav Petkov1-6/+3
2010-09-05x86, mcheck: Avoid duplicate sysfs links/files for thresholding banksAndreas Herrmann1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2009-09-19x86, mce: Fix compile warning in case of CONFIG_SMP=nAndreas Herrmann1-1/+2
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2009-09-03x86, mcheck: Use correct cpumask for shared bank4Andreas Herrmann1-3/+5
2009-06-24percpu: cleanup percpu array definitionsTejun Heo1-1/+1
2009-06-16x86, mce: rename _64.c files which are no longer 64-bit-specificHidetoshi Seto1-0/+703