aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds3-3/+3
2015-11-03Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2015-10-22EDAC: Fix PAGES_TO_MiB macro misuseTan Xiaojun2-2/+2
2015-10-21x86/amd_nb, EDAC: Rename amd_get_node_id()Aravind Gopalakrishnan1-3/+3
2015-10-15EDAC, altera: SoCFPGA EDAC should not look for ECC_CORR_ENDinh Nguyen1-2/+1
2015-10-15move io-64-nonatomic*.h out of asm-genericChristoph Hellwig3-3/+3
2015-10-14EDAC: Use edac_debugfs_remove_recursive()Tan Xiaojun2-2/+2
2015-10-03EDAC, ppc4xx_edac: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-29EDAC, amd64_edac: Update copyright and remove changelogAravind Gopalakrishnan1-55/+1
2015-09-29EDAC, amd64_edac: Extend scrub rate support to F15hM60hAravind Gopalakrishnan2-10/+27
2015-09-28EDAC: Don't allow empty DIMM labelsToshi Kani1-2/+2
2015-09-25EDAC: Fix sysfs dimm_label store operationToshi Kani1-10/+24
2015-09-25EDAC: Fix sysfs dimm_label show operationToshi Kani1-2/+2
2015-09-25EDAC, xgene: Add SoC supportLoc Ho1-0/+498
2015-09-25EDAC, xgene: Fix possible sprintf() overflow issueLoc Ho1-2/+2
2015-09-25EDAC, xgene: Add L3 supportLoc Ho1-195/+474
2015-09-24EDAC, sb_edac: Fix TAD presence check for sbridge_mci_bind_devs()Seth Jennings1-4/+4
2015-09-23EDAC, ghes_edac: Remove redundant memory_type arrayAravind Gopalakrishnan1-21/+1
2015-09-23EDAC, xgene: Convert to debugfs wrappersBorislav Petkov1-13/+13
2015-09-22EDAC, i5100: Convert to debugfs wrappersBorislav Petkov1-18/+19
2015-09-22EDAC, altera: Convert to debugfs wrappersBorislav Petkov2-14/+8
2015-09-22EDAC: Add debugfs wrappersBorislav Petkov2-6/+88
2015-09-22EDAC: Carve out debugfs functionalityBorislav Petkov5-109/+110
2015-09-11Merge tag 'edac/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds1-12/+60
2015-09-08sb_edac: correctly fetch DIMM width on Ivy Bridge and HaswellAristeu Rozanski1-11/+49
2015-09-08sb_edac: look harder for DDRIO on Haswell systemsAristeu Rozanski1-1/+11
2015-09-01Merge tag 'edac_for_4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2-2/+2
2015-08-31Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-386/+0
2015-08-13x86/ras: Move AMD MCE injector to arch/x86/ras/Borislav Petkov3-386/+0
2015-08-13x86/mce: Kill drain_mcelog_buffer()Borislav Petkov3-3/+3
2015-08-13x86/mce: Remove the MCE ring for Action Optional errorsChen, Gong3-3/+3
2015-08-13EDAC, ppc4xx: Access mci->csrows array elements properlyMichael Walle1-1/+1
2015-07-14EDAC, mce_amd: Don't emit 'CE' for Deferred errorAravind Gopalakrishnan1-1/+2
2015-07-10EDAC, xgene: Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-07-03Merge tag 'edac_urgent_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds3-3/+3
2015-07-02EDAC, octeon: Fix broken build due to model helper renamesAaro Koskinen3-3/+3
2015-06-26Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2015-06-25Merge tag 'edac/v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds2-95/+125
2015-06-24EDAC, mce_amd_inj: Set MISCV on injectionBorislav Petkov1-0/+3
2015-06-24EDAC, mce_amd_inj: Move bit preparations before the injectionBorislav Petkov1-4/+4
2015-06-24EDAC, mce_amd_inj: Cleanup and simplify READMEBorislav Petkov1-31/+35
2015-06-24EDAC, altera: Do not allow suspend when EDAC is enabledAlan Tull1-0/+20
2015-06-24EDAC, mce_amd_inj: Make inj_type statickbuild test robot1-1/+1
2015-06-24EDAC, altera: Add Arria10 EDAC supportThor Thayer2-16/+204
2015-06-24EDAC, altera: Refactor for Altera CycloneV SoCThor Thayer2-104/+206
2015-06-24EDAC, altera: Generalize driver to use DT Memory sizeThor Thayer1-32/+26
2015-06-24EDAC, mce_amd_inj: Add README fileAravind Gopalakrishnan1-0/+46
2015-06-24EDAC, mce_amd_inj: Add individual permissions field to dfs_nodeAravind Gopalakrishnan1-7/+8
2015-06-03EDAC, mce_amd_inj: Modify flags attribute to use string argumentsAravind Gopalakrishnan1-10/+71
2015-06-03EDAC, mce_amd_inj: Read out number of MCE banks from the hardwareAravind Gopalakrishnan1-5/+9