summaryrefslogtreecommitdiff
path: root/drivers/edac
AgeCommit message (Expand)Author
2014-04-02i7300_edac: Fix device reference countJean Delvare
2014-04-02i7core_edac: Fix PCI device reference countJean Delvare
2014-04-02EDAC: Correct workqueue setup pathBorislav Petkov
2013-02-06EDAC: Test correct variable in ->store functionDan Carpenter
2013-01-03i82975x_edac: Fix dimm label initializationMauro Carvalho Chehab
2013-01-03i7300_edac: Fix error flag testingJean Delvare
2012-10-30amd64_edac:__amd64_set_scrub_rate(): avoid overindexing scrubrates[]Andrew Morton
2012-10-10sb_edac: Avoid overflow errors at memory size calculationMauro Carvalho Chehab
2012-08-04x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester
2012-07-04edac: avoid mce decoding crash after edac driver unloadedChen Gong
2011-11-24drivers/edac/mpc85xx_edac.c: fix memory controller compatible for edacShaohui Xie
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2011-11-03edac: Only build sb_edac on 64-bitJosh Boyer
2011-11-02Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2011-11-01edac: tag sb_edac as EXPERIMENTAL, as it requires more testingMauro Carvalho Chehab
2011-11-01EDAC: Fix incorrect edac mode reporting in sb_edacMark A. Grondona
2011-11-01edac: sb_edac: Add it to the building systemMauro Carvalho Chehab
2011-11-01edac: Add an experimental new driver to support Sandy Bridge CPU'sMauro Carvalho Chehab
2011-11-01i7300_edac: Fix error cleanup logicMauro Carvalho Chehab
2011-11-01i7core_edac: Initialize memory name with cpu, channel, bankMauro Carvalho Chehab
2011-11-01i7core_edac: Fix compilation on 32 bits archSedat Dilek
2011-11-01i7core_edac: scrubbing fixupsNils Carlson
2011-11-01EDAC: Correct Kconfig dependenciesBorislav Petkov
2011-11-01i7core_edac: return -ENODEV if no MC is foundMauro Carvalho Chehab
2011-11-01i7core_edac: use edac's own way to print errorsMauro Carvalho Chehab
2011-11-01i7core_edac: Drop the edac_mce facilityBorislav Petkov
2011-10-31drivers/edac: Add module.h to mce_amd_inj.cPaul Gortmaker
2011-10-31EDAC i7core: Use mce socketid for better compatibilityThomas Renninger
2011-10-31i7core_edac: Don't enable memory scrubbing for Xeon 35xxMauro Carvalho Chehab
2011-10-31i7core_edac: Add scrubbing supportSamuel Gabrielsson
2011-10-31edac: Move edac main structs to include/linux/edac.hMauro Carvalho Chehab
2011-10-31i7core_edac: Fix oops when trying to inject errorsMauro Carvalho Chehab
2011-10-31i7core_edac: fix misuse of logical operation in place of bitopDavid Sterba
2011-10-06amd64_edac: Cleanup return type of amd64_determine_edac_cap()Dan Carpenter
2011-10-06amd64_edac: Add a fix for Erratum 505Borislav Petkov
2011-10-06EDAC, MCE, AMD: Simplify NB MCE decoder interfaceBorislav Petkov
2011-10-06EDAC, MCE, AMD: Drop local coreid reportingBorislav Petkov
2011-10-06EDAC, MCE, AMD: Print valid addr when reporting an errorBorislav Petkov
2011-10-06EDAC, MCE, AMD: Print CPU number when reporting the errorBorislav Petkov
2011-09-01cpc925_edac: Support single-processor configurationsDmitry Eremin-Solenikov
2011-08-30Merge remote-tracking branch 'jwb/next' into nextBenjamin Herrenschmidt
2011-08-18i7core_edac: fixed typo in error count calculationMathias Krause
2011-08-11powerpc/4xx: edac: Add comma to fix build errorMike Williams
2011-08-11Revert "EDAC: Correct Kconfig dependencies"Linus Torvalds
2011-08-10EDAC: Correct Kconfig dependenciesBorislav Petkov
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-26drivers/edac/mpc85xx_edac.c: correct offset_in_page mask bits in edac_mc_hand...Kai.Jiang
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2011-05-26edac,rcu: use synchronize_rcu() instead of call_rcu()+rcu_barrier()Lai Jiangshan