aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac
AgeCommit message (Expand)AuthorFilesLines
2018-04-05Merge tag 'edac_for_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpGravatar Linus Torvalds 5-59/+94
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Linus Torvalds 3-275/+0
2018-03-26edac: remove tile driverGravatar Arnd Bergmann 3-275/+0
2018-03-17EDAC, sb_edac: Remove variable length array usageGravatar Gustavo A. R. Silva 1-7/+5
2018-03-15EDAC, skx_edac: Detect non-volatile DIMMsGravatar Tony Luck 2-7/+65
2018-03-14EDAC: Add new memory type for non-volatile DIMMsGravatar Tony Luck 1-1/+2
2018-03-14EDAC: Drop duplicated array of strings for memory type namesGravatar Tony Luck 2-44/+22
2018-03-08Merge branch 'ras/urgent' into ras/coreGravatar Thomas Gleixner 1-1/+1
2018-02-27EDAC, layerscape: Allow building for LS1021AGravatar Rasmus Villemoes 1-1/+1
2018-02-23EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNLGravatar Anna Karbownik 1-1/+1
2018-02-21x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank typeGravatar Yazen Ghannam 1-4/+7
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingGravatar Jia Zhang 1-1/+1
2018-01-09EDAC, mv64x60: Fix an error handling pathGravatar Christophe JAILLET 1-1/+1
2017-11-27EDAC, ti: Add support for TI keystone and DRA7xx EDACGravatar Tero Kristo 3-0/+349
2017-11-27EDAC, octeon: Fix an uninitialized variable warningGravatar James Hogan 1-0/+1
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+3
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-5/+5
2017-11-13Merge tag 'edac_for_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpGravatar Linus Torvalds 9-124/+151
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 4-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 4-0/+4
2017-10-31treewide: Fix function prototypes for module_param_call()Gravatar Kees Cook 2-2/+3
2017-10-25locking/atomics, EDAC/altera: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Gravatar Mark Rutland 1-5/+5
2017-10-19EDAC, sb_edac: Fix missing break in switchGravatar Gustavo A. R. Silva 1-0/+1
2017-10-11EDAC, sb_edac: Fix missing DIMM sysfs entries with KNL SNC2/SNC4 modeGravatar Luis Felipe Sandoval Castro 1-16/+3
2017-09-28EDAC, skx_edac: Handle systems with segmented PCI bussesGravatar Tony Luck 1-3/+5
2017-09-27EDAC, thunderx: Remove suspend/resume supportGravatar Jan Glauber 1-25/+0
2017-09-27EDAC, skx_edac: Fix detection of single-rank DIMMsGravatar Charles Rose 1-2/+2
2017-09-27EDAC, sb_edac: Don't create a second memory controller if HA1 is not presentGravatar Qiuxu Zhuo 1-1/+8
2017-09-25EDAC: Add owner check to the x86 platform driversGravatar Toshi Kani 4-4/+28
2017-09-25EDAC: Add helper which returns the loaded platform driverGravatar Toshi Kani 2-1/+14
2017-09-25EDAC, ghes: Add platform checkGravatar Toshi Kani 1-5/+23
2017-09-25EDAC, ghes: Model a single, logical memory controllerGravatar Borislav Petkov 1-65/+51
2017-09-25EDAC, ghes: Remove symbol exportsGravatar Borislav Petkov 1-3/+0
2017-09-21EDAC: Handle return value of kasprintf()Gravatar Arvind Yadav 3-4/+21
2017-08-21EDAC, mce_amd: Get rid of local var in amd_filter_mce()Gravatar Borislav Petkov 1-3/+1
2017-08-21EDAC, mce_amd: Get rid of most struct cpuinfo_x86 usesGravatar Borislav Petkov 1-10/+12
2017-08-21EDAC, mce_amd: Rename decode_smca_errors() to decode_smca_error()Gravatar Borislav Petkov 1-2/+2
2017-08-20EDAC: Make device_type constGravatar Bhumika Goyal 2-6/+6
2017-08-19EDAC, pnd2: Properly toggle hidden state for P2SB PCI deviceGravatar Qiuxu Zhuo 1-2/+8
2017-08-19EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BARGravatar Qiuxu Zhuo 1-0/+11
2017-08-19EDAC, pnd2: Mask off the lower four bits of a BARGravatar Qiuxu Zhuo 1-0/+1
2017-08-18EDAC, thunderx: Fix error handling path in thunderx_lmc_probe()Gravatar Christophe JAILLET 1-3/+2
2017-08-18EDAC, altera: Fix error handling path in altr_edac_device_probe()Gravatar Christophe JAILLET 1-1/+3
2017-08-04EDAC, pnd2: Build in a minimal sideband driver for Apollo LakeGravatar Tony Luck 1-29/+59
2017-08-02EDAC, sb_edac: Classify memory mirroring modesGravatar Qiuxu Zhuo 1-16/+47
2017-07-19EDAC, cpc925, ppc4xx: Convert to using %pOF instead of full_nameGravatar Rob Herring 2-5/+5
2017-07-17EDAC: Get rid of mci->mod_verGravatar Borislav Petkov 29-50/+0
2017-07-17EDAC: Constify attribute_group structuresGravatar Arvind Yadav 2-5/+5
2017-07-17EDAC, mce_amd: Use cpu_to_node() to find the node IDGravatar Yazen Ghannam 1-5/+1