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