Age | Commit message (Expand) | Author | Files | Lines |
2016-03-08 | x86/mce/AMD: Document some functionality | Aravind Gopalakrishnan | 1 | -5/+2 |
2016-03-08 | x86/mce/AMD: Fix logic to obtain block address | Aravind Gopalakrishnan | 1 | -29/+55 |
2016-03-08 | x86/mce/AMD, EDAC: Enable error decoding of Scalable MCA errors | Aravind Gopalakrishnan | 1 | -0/+29 |
2016-02-01 | x86/mce/AMD: Set MCAX Enable bit | Aravind Gopalakrishnan | 1 | -0/+14 |
2016-02-01 | x86/mce/AMD: Carve out threshold block preparation | Borislav Petkov | 1 | -38/+49 |
2016-02-01 | x86/mce/AMD: Fix LVT offset configuration for thresholding | Aravind Gopalakrishnan | 1 | -1/+26 |
2016-02-01 | x86/mce/AMD: Reduce number of blocks scanned per bank | Aravind Gopalakrishnan | 1 | -1/+1 |
2016-02-01 | x86/mce/AMD: Do not perform shared bank check for future processors | Aravind Gopalakrishnan | 1 | -0/+7 |
2015-05-07 | x86/mce/amd: Zap changelog | Borislav Petkov | 1 | -10/+2 |
2015-05-07 | x86/mce/amd: Rename setup_APIC_mce | Aravind Gopalakrishnan | 1 | -2/+2 |
2015-05-07 | x86/mce/amd: Introduce deferred error interrupt handler | Aravind Gopalakrishnan | 1 | -0/+93 |
2015-05-06 | x86/mce/amd: Collect valid address before logging an error | Aravind Gopalakrishnan | 1 | -1/+4 |
2015-05-06 | x86/mce/amd: Factor out logging mechanism | Aravind Gopalakrishnan | 1 | -10/+23 |
2015-02-19 | x86/MCE/AMD: Enable thresholding interrupts by default if supported | Aravind Gopalakrishnan | 1 | -2/+7 |
2015-02-19 | x86/MCE/AMD: Drop bogus const modifier from AMD's bank4_names() | Jan Beulich | 1 | -1/+1 |
2014-11-01 | x86, MCE, AMD: Assign interrupt handler only when bank supports it | Chen Yucong | 1 | -7/+10 |
2014-10-21 | x86, MCE, AMD: Drop software-defined bank in error thresholding | Borislav Petkov | 1 | -3/+2 |
2014-10-21 | x86, MCE, AMD: Move invariant code out from loop body | Chen Yucong | 1 | -1/+3 |
2014-10-21 | x86, MCE, AMD: Correct thresholding error logging | Chen Yucong | 1 | -15/+15 |
2014-10-21 | x86, MCE, AMD: Use macros to compute bank MSRs | Chen Yucong | 1 | -6/+4 |
2014-08-26 | x86: Replace __get_cpu_var uses | Christoph Lameter | 1 | -1/+1 |
2014-08-08 | arch/x86: replace strict_strto calls | Daniel Walter | 1 | -2/+2 |
2013-07-14 | x86: delete __cpuinit usage from all x86 files | Paul Gortmaker | 1 | -8/+6 |
2013-03-22 | x86, MCE, AMD: Use MCG_CAP MSR to find out number of banks on AMD | Boris Ostrovsky | 1 | -7/+15 |
2013-03-22 | x86, MCE, AMD: Replace shared_bank array with is_shared_bank() helper | Boris Ostrovsky | 1 | -8/+9 |
2012-10-30 | x86, AMD: Change Boris' email address | Borislav Petkov | 1 | -1/+1 |
2012-10-17 | x86, amd, mce: Avoid NULL pointer reference on CPU northbridge lookup | Daniel J Blueman | 1 | -5/+5 |
2012-07-24 | Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -1/+21 |
2012-07-19 | x86, MCE, AMD: Adjust initcall sequence for xen | Liu, Jinsong | 1 | -1/+21 |
2012-06-07 | x86, MCE, AMD: Update copyrights and boilerplate | Borislav Petkov | 1 | -2/+4 |
2012-06-07 | x86, MCE, AMD: Give proper names to the thresholding banks | Borislav Petkov | 1 | -4/+31 |
2012-06-07 | x86, MCE, AMD: Make error_count read only | Borislav Petkov | 1 | -9/+4 |
2012-06-07 | x86, MCE, AMD: Cleanup reading of error_count | Borislav Petkov | 1 | -18/+5 |
2012-06-07 | x86, MCE, AMD: Print decimal thresholding values | Borislav Petkov | 1 | -2/+2 |
2012-06-07 | x86, MCE, AMD: Move shared bank to node descriptor | Borislav Petkov | 1 | -20/+87 |
2012-06-07 | x86, MCE, AMD: Remove local_allocate_... wrapper | Borislav Petkov | 1 | -8/+3 |
2012-06-07 | x86, MCE, AMD: Remove shared banks sysfs linking | Borislav Petkov | 1 | -98/+7 |
2012-04-30 | x86, MCE, AMD: Hide interrupt_enable sysfs node | Borislav Petkov | 1 | -2/+7 |
2012-04-30 | x86, MCE, AMD: Make APIC LVT thresholding interrupt optional | Borislav Petkov | 1 | -12/+44 |
2012-03-14 | Merge tag 'mce-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/... | Ingo Molnar | 1 | -4/+5 |
2012-02-22 | x86/mce: Convert static array of pointers to per-cpu variables | Greg Kroah-Hartman | 1 | -4/+5 |
2012-02-22 | x86/mce/AMD: Fix UP build error | Borislav Petkov | 1 | -0/+2 |
2012-01-16 | mce: fix warning messages about static struct mce_device | Greg Kroah-Hartman | 1 | -7/+11 |
2012-01-07 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -6/+5 |
2011-12-21 | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem | Kay Sievers | 1 | -6/+5 |
2011-12-21 | x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86' | Kevin Winchester | 1 | -6/+1 |
2011-06-16 | x86, mce: Use mce_sysdev_ prefix to group functions | Hidetoshi Seto | 1 | -5/+5 |
2011-05-13 | x86, mce, AMD: Fix leaving freed data in a list | Julia Lawall | 1 | -0/+1 |
2011-01-26 | x86: Move llc_shared_map out of cpu_info | Yinghai Lu | 1 | -5/+2 |
2010-10-25 | mce, amd: Remove goto in threshold_create_device() | Robert Richter | 1 | -2/+2 |