aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/sb_edac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-29edac: sb_edac.c should not require prescence of IMC_DDRIO deviceLuck, Tony1-24/+29
2013-02-20Merge tag 'v3.8-rc7' into nextMauro Carvalho Chehab1-4/+3
2013-01-03Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman1-4/+3
2012-12-21sb_edac: add a missing /n on a debug messageMauro Carvalho Chehab1-1/+1
2012-09-25sb_edac: Avoid overflow errors at memory size calculationMauro Carvalho Chehab1-3/+4
2012-07-29Merge branch 'devel'Mauro Carvalho Chehab1-131/+126
2012-06-12sb_edac: properly handle error countMauro Carvalho Chehab1-4/+3
2012-06-12edac: edac_mc_handle_error(): add an error_count parameterMauro Carvalho Chehab1-2/+2
2012-06-11edac: remove arch-specific parameter for the error handlerMauro Carvalho Chehab1-2/+2
2012-06-11edac: Convert debugfX to edac_dbg(X,Joe Perches1-121/+119
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsMauro Carvalho Chehab1-12/+10
2012-06-11edac: Rename the parent dev to pdevMauro Carvalho Chehab1-2/+2
2012-06-11edac: fix the error about memory type detection on SandyBridgeChen Gong1-1/+1
2012-06-11edac: avoid mce decoding crash after edac driver unloadedChen Gong1-4/+4
2012-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds1-134/+78
2012-05-28edac: Cleanup the logs for i7core and sb edac driversMauro Carvalho Chehab1-24/+18
2012-05-28edac: Remove the legacy EDAC ABIMauro Carvalho Chehab1-1/+1
2012-05-28sb_edac: convert driver to use the new edac ABIMauro Carvalho Chehab1-103/+56
2012-05-28edac: move nr_pages to dimm structMauro Carvalho Chehab1-6/+2
2012-05-28edac: Don't initialize csrow's first_page & friends when not neededMauro Carvalho Chehab1-2/+0
2012-05-28edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab1-14/+17
2012-05-28edac: Create a dimm struct and move the labels into itMauro Carvalho Chehab1-2/+2
2012-04-30edac: Fix spelling errors.David Mackey1-3/+3
2012-03-28Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds1-21/+31
2012-03-21edac: sb_edac: Fix a wrong value setting for the previous valueHui Wang1-1/+1
2012-03-21edac: sb_edac: Fix a INTERLEAVE_MODE() misuseHui Wang1-1/+1
2012-03-21Fix sb_edac compilation with 32 bits kernelsMauro Carvalho Chehab1-19/+29
2012-03-19EDAC: Make pci_device_id tables __devinitconst.Lionel Debroux1-1/+1
2012-01-06Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+2
2011-12-21x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester1-2/+0
2011-12-14x86, mce: Add wrappers for registering on the decode chainBorislav Petkov1-4/+2
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 Chehab1-25/+23
2011-11-01edac: Add an experimental new driver to support Sandy Bridge CPU'sMauro Carvalho Chehab1-0/+1894