aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-12/+20
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds10-55/+49
2012-01-06Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-8/+6
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman10-55/+49
2011-12-21x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester1-2/+0
2011-12-14edac: convert sysdev_class to a regular subsystemKay Sievers10-55/+49
2011-12-14x86, mce: Add wrappers for registering on the decode chainBorislav Petkov3-8/+6
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-24drivers/edac/mpc85xx_edac.c: fix memory controller compatible for edacShaohui Xie1-1/+1
2011-11-13Merge branch 'master' into for-nextJiri Kosina13-529/+2418
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2-4/+65
2011-11-03edac: Only build sb_edac on 64-bitJosh Boyer1-1/+1
2011-11-02Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds7-480/+2308
2011-11-01edac: tag sb_edac as EXPERIMENTAL, as it requires more testingMauro Carvalho Chehab1-0/+1
2011-11-01EDAC: Fix incorrect edac mode reporting in sb_edacMark A. Grondona1-3/+4
2011-11-01edac: sb_edac: Add it to the building systemMauro Carvalho Chehab3-25/+31
2011-11-01edac: Add an experimental new driver to support Sandy Bridge CPU'sMauro Carvalho Chehab1-0/+1894
2011-11-01i7300_edac: Fix error cleanup logicMauro Carvalho Chehab1-25/+26
2011-11-01i7core_edac: Initialize memory name with cpu, channel, bankMauro Carvalho Chehab1-0/+4
2011-11-01i7core_edac: Fix compilation on 32 bits archSedat Dilek1-2/+5
2011-11-01i7core_edac: scrubbing fixupsNils Carlson1-8/+133
2011-11-01EDAC: Correct Kconfig dependenciesBorislav Petkov1-3/+2
2011-11-01i7core_edac: return -ENODEV if no MC is foundMauro Carvalho Chehab1-2/+18
2011-11-01i7core_edac: use edac's own way to print errorsMauro Carvalho Chehab1-1/+2
2011-11-01i7core_edac: Drop the edac_mce facilityBorislav Petkov4-91/+25
2011-10-31drivers/edac: Add module.h to mce_amd_inj.cPaul Gortmaker1-0/+1
2011-10-31EDAC i7core: Use mce socketid for better compatibilityThomas Renninger1-1/+1
2011-10-31i7core_edac: Don't enable memory scrubbing for Xeon 35xxMauro Carvalho Chehab1-7/+39
2011-10-31i7core_edac: Add scrubbing supportSamuel Gabrielsson1-0/+126
2011-10-31edac: Move edac main structs to include/linux/edac.hMauro Carvalho Chehab1-349/+1
2011-10-31i7core_edac: Fix oops when trying to inject errorsMauro Carvalho Chehab1-2/+35
2011-10-31i7core_edac: fix misuse of logical operation in place of bitopDavid Sterba1-1/+1
2011-10-29edac:i82975x fix 32bit compile and cleanupArvind R1-11/+19
2011-10-06amd64_edac: Cleanup return type of amd64_determine_edac_cap()Dan Carpenter1-2/+2
2011-10-06amd64_edac: Add a fix for Erratum 505Borislav Petkov1-5/+22
2011-10-06EDAC, MCE, AMD: Simplify NB MCE decoder interfaceBorislav Petkov3-17/+15
2011-10-06EDAC, MCE, AMD: Drop local coreid reportingBorislav Petkov1-19/+1
2011-10-06EDAC, MCE, AMD: Print valid addr when reporting an errorBorislav Petkov1-1/+3
2011-10-06EDAC, MCE, AMD: Print CPU number when reporting the errorBorislav Petkov1-2/+2
2011-09-01cpc925_edac: Support single-processor configurationsDmitry Eremin-Solenikov1-3/+64
2011-08-30Merge remote-tracking branch 'jwb/next' into nextBenjamin Herrenschmidt1-1/+1
2011-08-18i7core_edac: fixed typo in error count calculationMathias Krause1-1/+1
2011-08-11powerpc/4xx: edac: Add comma to fix build errorMike Williams1-1/+1
2011-08-11Revert "EDAC: Correct Kconfig dependencies"Linus Torvalds1-2/+3
2011-08-10EDAC: Correct Kconfig dependenciesBorislav Petkov1-3/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-26drivers/edac/mpc85xx_edac.c: correct offset_in_page mask bits in edac_mc_handle_ce()Kai.Jiang1-2/+2
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2-7/+7