summaryrefslogtreecommitdiffstats
path: root/drivers/edac
Commit message (Expand)AuthorAgeFilesLines
* EDAC: Fix global-out-of-bounds write when setting edac_mc_poll_msecEiichi Tsukata2019-06-272-9/+9
* EDAC, skx, i10nm: Fix source ID register offsetQiuxu Zhuo2019-06-264-5/+5
* EDAC, i10nm: Check ECC enabling status per channelQiuxu Zhuo2019-06-261-3/+3
* EDAC, i10nm: Add Intel additional Ice-Lake supportQiuxu Zhuo2019-06-201-0/+2
* EDAC: Make edac_debugfs_create_x*() return voidGreg Kroah-Hartman2019-06-202-16/+14
* EDAC/aspeed: Remove set but not used variable 'np'YueHaibing2019-06-201-4/+0
* EDAC/ie31200: Reformat PCI device tableMarco Elver2019-06-201-60/+20
* EDAC/ie31200: Add Intel Coffee Lake CPU supportMarco Elver2019-06-201-3/+55
* EDAC/sifive: Add EDAC platform driver for SiFive SoCsYash Shah2019-06-203-0/+126
* EDAC/sb_edac: Remove redundant update of tad_baseColin Ian King2019-06-201-1/+0
* EDAC/altera: Add Stratix10 SDMMC supportThor Thayer2019-06-201-1/+15
* EDAC/altera: Add Stratix10 OCRAM ECC supportThor Thayer2019-06-201-2/+25
* EDAC/sysfs: Drop device references properlyGreg KH2019-06-201-3/+7
* EDAC/sysfs: Fix memory leak when creating a csrow objectPan Bian2019-06-201-1/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-052-12/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-056-78/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-052-18/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-302-24/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 172Thomas Gleixner2019-05-304-12/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* 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/+6
|\
| * EDAC/mc: Fix edac_mc_find() in case no device is foundRobert Richter2019-05-141-8/+4
| * 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-061-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/+56
* | EDAC/altera, firmware/intel: Add Stratix10 ECC DBE SMC callThor Thayer2019-04-022-83/+1
* | EDAC/altera: Initialize peripheral FIFOs in probe()Thor Thayer2019-03-291-71/+91
* | EDAC/altera: Do less intrusive error injectionThor Thayer2019-03-292-18/+14
* | 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/+11
* | 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/+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