summaryrefslogtreecommitdiffstats
path: root/drivers/edac
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-081-99/+192
|\
| * EDAC/mce_amd: Decode MCA_STATUS in bit definition orderYazen Ghannam2019-02-151-12/+12
| * EDAC/mce_amd: Decode MCA_STATUS[Scrub] bitYazen Ghannam2019-02-151-0/+3
| * EDAC, mce_amd: Print ExtErrorCode and description on a single lineYazen Ghannam2019-02-041-3/+2
| * EDAC, mce_amd: Match error descriptions to latest documentationYazen Ghannam2019-02-031-83/+83
| * x86/MCE/AMD, EDAC/mce_amd: Add new error descriptions for some SMCA bank typesYazen Ghannam2019-02-031-1/+5
| * x86/MCE/AMD, EDAC/mce_amd: Add new McaTypes for CS, PSP, and SMU unitsYazen Ghannam2019-02-031-0/+55
| * x86/MCE/AMD, EDAC/mce_amd: Add new MP5, NBIO, and PCIE SMCA bank typesYazen Ghannam2019-02-031-0/+32
* | Merge tag 'edac_for_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2019-03-0811-1434/+2284
|\ \
| * | EDAC/altera: Add separate SDRAM EDAC configThor Thayer2019-02-262-34/+47
| * | EDAC, altera: Add missing of_node_put()Huang Zijiang2019-02-151-1/+4
| * | EDAC, skx_common: Add code to recognise new compound error codeTony Luck2019-02-061-3/+5
| * | EDAC, i10nm: Fix randconfig buildsTony Luck2019-02-061-2/+2
| * | EDAC, i10nm: Add a driver for Intel 10nm server processorsQiuxu Zhuo2019-02-023-0/+290
| * | EDAC, skx_edac: Delete duplicated codeQiuxu Zhuo2019-02-023-1359/+653
| * | EDAC, skx_common: Separate common code out from skx_edacQiuxu Zhuo2019-02-022-0/+841
| * | EDAC: Do not check return value of debugfs_create() functionsGreg Kroah-Hartman2019-01-232-40/+16
| * | EDAC, aspeed: Add an Aspeed AST2500 EDAC driverStefan M Schaeckeler2019-01-183-0/+431
| |/
* / EDAC, altera: Fix S10 persistent register offsetThor Thayer2019-01-241-2/+2
|/
* EDAC, fsl_ddr: Add LS1021A to the list of supported hardwarePatrick Havelange2018-12-192-4/+4
* EDAC, i5000: Remove set but not used local variablesYueHaibing2018-12-111-8/+1
* EDAC, i82975x: Fix spelling mistake "reserverd" -> "reserved"Alexandre Belloni2018-11-201-1/+1
* EDAC, fsl: Move error injection under CONFIG_EDAC_DEBUGYork Sun2018-11-201-0/+4
* EDAC, skx: Let EDAC core show the decoded result for debugfsQiuxu Zhuo2018-11-161-46/+48
* EDAC, skx: Move debugfs node under EDAC's hierarchyQiuxu Zhuo2018-11-161-13/+12
* EDAC, skx: Prepend hex formatting with '0x'Qiuxu Zhuo2018-11-161-26/+26
* EDAC, skx: Fix function calling order in skx_exit()Qiuxu Zhuo2018-11-161-2/+2
* EDAC: Drop per-memory controller busesBorislav Petkov2018-11-132-36/+3
* EDAC: Don't add devices under /sys/bus/edacTony Luck2018-11-131-3/+0
* EDAC: Fix indentation issues in several EDAC driversColin Ian King2018-11-105-9/+9
* EDAC, skx: Fix randconfig builds in a better wayLuck, Tony2018-11-071-2/+2
* EDAC, i82975x: Remove set but not used variable dtypeYueHaibing2018-11-071-11/+4
* EDAC, qcom_edac: Remove irq_handled local variableDan Carpenter2018-11-061-6/+2
* EDAC, synopsys: Add Error Injection support for ZynqMP DDR controllerManish Narani2018-11-061-7/+413
* EDAC, synopsys: Add ECC support for ZynqMP DDR controllerManish Narani2018-11-062-18/+306
* EDAC, synopsys: Add macro defines for ZynqMP DDRCManish Narani2018-11-051-0/+168
* EDAC, synopsys: Add error handling for the of_device_get_match_data() resultManish Narani2018-11-051-0/+3
* EDAC, synopsys: Add platform specific structures for the DDR ControllerManish Narani2018-11-051-23/+63
* EDAC, synopsys: Return void for functions always returning 0Manish Narani2018-11-051-18/+4
* EDAC, synopsys: Correct commentsManish Narani2018-11-051-53/+51
* EDAC, synopsys: Shorten static function namesManish Narani2018-11-051-41/+38
* EDAC, synopsys: Improve code readabilityManish Narani2018-11-051-52/+52
* Merge tag 'edac_for_4.20_2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-11-022-13/+181
|\
| * EDAC, skx: Fix randconfig buildsBorislav Petkov2018-10-311-1/+1
| * EDAC, skx_edac: Add address translation for non-volatile DIMMsQiuxu Zhuo2018-10-252-13/+181
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-10-293-0/+429
|\ \
| * | drivers: edac: Add EDAC driver support for QCOM SoCsChannagoud Kadabi2018-09-133-0/+429
* | | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-18/+2
|\ \ \ | |_|/ |/| |
| * | edac: cpc925: use for_each_of_cpu_node iteratorRob Herring2018-09-281-18/+2
| |/
* | Merge tag 'edac_for_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2018-10-2511-554/+462
|\ \