summaryrefslogtreecommitdiffstats
path: root/drivers/edac
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-052-12/+2Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-056-78/+6Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-052-18/+2Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-302-24/+2Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 172Thomas Gleixner2019-05-304-12/+4Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1Star
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-213-0/+3
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-212-0/+2
* Merge tag 'edac_fixes_for_5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-162-10/+6Star
|\
| * EDAC/mc: Fix edac_mc_find() in case no device is foundRobert Richter2019-05-141-8/+4Star
| * EDAC/mpc85xx: Prevent building as a moduleMichael Ellerman2019-05-101-2/+2
* | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-071-2/+2
|\ \ | |/ |/|
| * x86/MCE/AMD: Don't report L1 BTB MCA errors on some family 17h modelsYazen Ghannam2019-04-231-2/+2
* | Revert "EDAC/amd64: Support more than two controllers for chip select handling"Borislav Petkov2019-04-252-62/+56Star
* | EDAC/altera, firmware/intel: Add Stratix10 ECC DBE SMC callThor Thayer2019-04-022-83/+1Star
* | EDAC/altera: Initialize peripheral FIFOs in probe()Thor Thayer2019-03-291-71/+91
* | EDAC/altera: Do less intrusive error injectionThor Thayer2019-03-292-18/+14Star
* | EDAC/amd64: Adjust printed chip select sizes when interleavedYazen Ghannam2019-03-271-2/+29
* | EDAC/amd64: Support more than two controllers for chip select handlingYazen Ghannam2019-03-272-56/+62
* | EDAC/amd64: Recognize x16 symbol sizeYazen Ghannam2019-03-272-12/+11Star
* | EDAC/amd64: Set maximum channel layer size depending on familyYazen Ghannam2019-03-271-1/+7
* | EDAC/amd64: Support more than two Unified Memory ControllersYazen Ghannam2019-03-272-21/+32
* | EDAC/amd64: Use a macro for iterating over Unified Memory ControllersYazen Ghannam2019-03-271-7/+10
* | EDAC/amd64: Add Family 17h Model 30h PCI IDsYazen Ghannam2019-03-272-0/+16
* | EDAC, altera: Fix S10 Double Bit Error NotificationThor Thayer2019-03-232-17/+72
* | EDAC, skx, i10nm: Make skx_common.c a pure libraryQiuxu Zhuo2019-03-234-58/+109
|/
* 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/+2Star
| * 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/+653Star
| * | 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/+16Star
| * | 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/+1Star
* 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