aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac
Commit message (Expand)AuthorAgeFilesLines
* sb_edac: Fix erroneous bytes->gigabytes conversionJim Snow2015-08-071-19/+19
* Fix sb_edac compilation with 32 bits kernelsMauro Carvalho Chehab2015-08-072-20/+30
* i7300_edac: Fix device reference countJean Delvare2014-04-021-18/+20
* i7core_edac: Fix PCI device reference countJean Delvare2014-04-021-2/+7
* EDAC: Correct workqueue setup pathBorislav Petkov2014-04-021-4/+7
* EDAC: Test correct variable in ->store functionDan Carpenter2013-02-061-1/+1
* i82975x_edac: Fix dimm label initializationMauro Carvalho Chehab2013-01-031-7/+4
* i7300_edac: Fix error flag testingJean Delvare2013-01-031-4/+4
* amd64_edac:__amd64_set_scrub_rate(): avoid overindexing scrubrates[]Andrew Morton2012-10-301-7/+4
* sb_edac: Avoid overflow errors at memory size calculationMauro Carvalho Chehab2012-10-101-3/+4
* x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester2012-08-041-2/+0
* edac: avoid mce decoding crash after edac driver unloadedChen Gong2012-07-042-17/+8
* drivers/edac/mpc85xx_edac.c: fix memory controller compatible for edacShaohui Xie2011-11-241-1/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * drivers/edac: Add module.h to mce_amd_inj.cPaul Gortmaker2011-10-311-0/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-11-062-4/+65
|\ \
| * | cpc925_edac: Support single-processor configurationsDmitry Eremin-Solenikov2011-09-011-3/+64
| * | Merge remote-tracking branch 'jwb/next' into nextBenjamin Herrenschmidt2011-08-301-1/+1
| |\ \
| | * | powerpc/4xx: edac: Add comma to fix build errorMike Williams2011-08-111-1/+1
* | | | edac: Only build sb_edac on 64-bitJosh Boyer2011-11-031-1/+1
* | | | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2011-11-027-480/+2308
|\ \ \ \ | |_|_|/ |/| | |
| * | | edac: tag sb_edac as EXPERIMENTAL, as it requires more testingMauro Carvalho Chehab2011-11-011-0/+1
| * | | EDAC: Fix incorrect edac mode reporting in sb_edacMark A. Grondona2011-11-011-3/+4
| * | | edac: sb_edac: Add it to the building systemMauro Carvalho Chehab2011-11-013-25/+31
| * | | edac: Add an experimental new driver to support Sandy Bridge CPU'sMauro Carvalho Chehab2011-11-011-0/+1894
| * | | i7300_edac: Fix error cleanup logicMauro Carvalho Chehab2011-11-011-25/+26
| * | | i7core_edac: Initialize memory name with cpu, channel, bankMauro Carvalho Chehab2011-11-011-0/+4
| * | | i7core_edac: Fix compilation on 32 bits archSedat Dilek2011-11-011-2/+5
| * | | i7core_edac: scrubbing fixupsNils Carlson2011-11-011-8/+133
| * | | EDAC: Correct Kconfig dependenciesBorislav Petkov2011-11-011-3/+2
| * | | i7core_edac: return -ENODEV if no MC is foundMauro Carvalho Chehab2011-11-011-2/+18
| * | | i7core_edac: use edac's own way to print errorsMauro Carvalho Chehab2011-11-011-1/+2
| * | | i7core_edac: Drop the edac_mce facilityBorislav Petkov2011-11-014-91/+25
| * | | EDAC i7core: Use mce socketid for better compatibilityThomas Renninger2011-10-311-1/+1
| * | | i7core_edac: Don't enable memory scrubbing for Xeon 35xxMauro Carvalho Chehab2011-10-311-7/+39
| * | | i7core_edac: Add scrubbing supportSamuel Gabrielsson2011-10-311-0/+126
| * | | edac: Move edac main structs to include/linux/edac.hMauro Carvalho Chehab2011-10-311-349/+1
| * | | i7core_edac: Fix oops when trying to inject errorsMauro Carvalho Chehab2011-10-311-2/+35
| * | | i7core_edac: fix misuse of logical operation in place of bitopDavid Sterba2011-10-311-1/+1
| |/ /
* | | amd64_edac: Cleanup return type of amd64_determine_edac_cap()Dan Carpenter2011-10-061-2/+2
* | | amd64_edac: Add a fix for Erratum 505Borislav Petkov2011-10-061-5/+22
* | | EDAC, MCE, AMD: Simplify NB MCE decoder interfaceBorislav Petkov2011-10-063-17/+15
* | | EDAC, MCE, AMD: Drop local coreid reportingBorislav Petkov2011-10-061-19/+1
* | | EDAC, MCE, AMD: Print valid addr when reporting an errorBorislav Petkov2011-10-061-1/+3
* | | EDAC, MCE, AMD: Print CPU number when reporting the errorBorislav Petkov2011-10-061-2/+2
|/ /
* | i7core_edac: fixed typo in error count calculationMathias Krause2011-08-181-1/+1
* | Revert "EDAC: Correct Kconfig dependencies"Linus Torvalds2011-08-111-2/+3
* | EDAC: Correct Kconfig dependenciesBorislav Petkov2011-08-101-3/+2
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* drivers/edac/mpc85xx_edac.c: correct offset_in_page mask bits in edac_mc_hand...Kai.Jiang2011-07-261-2/+2