aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac
AgeCommit message (Expand)Author
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-01-06Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2011-12-21x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester
2011-12-14edac: convert sysdev_class to a regular subsystemKay Sievers
2011-12-14x86, mce: Add wrappers for registering on the decode chainBorislav Petkov
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock
2011-11-24drivers/edac/mpc85xx_edac.c: fix memory controller compatible for edacShaohui Xie
2011-11-13Merge branch 'master' into for-nextJiri Kosina
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-29edac:i82975x fix 32bit compile and cleanupArvind R
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