summaryrefslogtreecommitdiffstats
path: root/drivers/edac/sb_edac.c
Commit message (Expand)AuthorAgeFilesLines
* 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