summaryrefslogtreecommitdiffstats
path: root/drivers/edac/i7core_edac.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds2012-05-291-192/+78
|\
| * i7core: fix ranks information at the per-channel structMauro Carvalho Chehab2012-05-281-13/+16
| * edac: Cleanup the logs for i7core and sb edac driversMauro Carvalho Chehab2012-05-281-7/+2
| * edac: Remove the legacy EDAC ABIMauro Carvalho Chehab2012-05-281-1/+1
| * i7core_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-281-152/+50
| * edac: move nr_pages to dimm structMauro Carvalho Chehab2012-05-281-7/+3
| * edac: Don't initialize csrow's first_page & friends when not neededMauro Carvalho Chehab2012-05-281-5/+0
| * edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab2012-05-281-14/+13
| * 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-5/+5
|/
* EDAC: Make pci_device_id tables __devinitconst.Lionel Debroux2012-03-191-1/+1
* x86, mce: Add wrappers for registering on the decode chainBorislav Petkov2011-12-141-2/+2
* i7core_edac: Initialize memory name with cpu, channel, bankMauro Carvalho Chehab2011-11-011-0/+4
* i7core_edac: Fix compilation on 32 bits archSedat Dilek2011-11-011-2/+5
* i7core_edac: scrubbing fixupsNils Carlson2011-11-011-8/+133
* i7core_edac: return -ENODEV if no MC is foundMauro Carvalho Chehab2011-11-011-2/+18
* i7core_edac: use edac's own way to print errorsMauro Carvalho Chehab2011-11-011-1/+2
* i7core_edac: Drop the edac_mce facilityBorislav Petkov2011-11-011-26/+25
* EDAC i7core: Use mce socketid for better compatibilityThomas Renninger2011-10-311-1/+1
* i7core_edac: Don't enable memory scrubbing for Xeon 35xxMauro Carvalho Chehab2011-10-311-7/+39
* i7core_edac: Add scrubbing supportSamuel Gabrielsson2011-10-311-0/+126
* i7core_edac: Fix oops when trying to inject errorsMauro Carvalho Chehab2011-10-311-2/+35
* i7core_edac: fix misuse of logical operation in place of bitopDavid Sterba2011-10-311-1/+1
* i7core_edac: fixed typo in error count calculationMathias Krause2011-08-181-1/+1
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-05-261-1/+1
|\
| * edac: Drop __DATE__ usageMichal Marek2011-04-191-1/+1
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* i7core_edac: fix typos in commentsDavid Sterba2010-12-281-3/+3
* i7core_edac: return -ENODEV when devices were already probedMauro Carvalho Chehab2010-10-241-1/+1
* i7core_edac: properly terminate pci_dev_tableMauro Carvalho Chehab2010-10-241-4/+5
* i7core_edac: Avoid PCI refcount to reach zero on successive load/reloadMauro Carvalho Chehab2010-10-241-0/+7
* i7core_edac: Fix refcount error at PCI devicesMauro Carvalho Chehab2010-10-241-35/+2
* i7core_edac: it is safe to i7core_unregister_mci() when mci=NULLMauro Carvalho Chehab2010-10-241-8/+5
* i7core_edac: Fix an oops at i7core probeMauro Carvalho Chehab2010-10-241-4/+4
* i7core_edac: Remove unused member channels in i7core_pvtHidetoshi Seto2010-10-241-2/+0
* i7core_edac: Remove unused arg csrow from get_dimm_configHidetoshi Seto2010-10-241-7/+7
* i7core_edac: Reduce args of i7core_register_mciHidetoshi Seto2010-10-241-15/+9
* i7core_edac: Introduce i7core_unregister_mciHidetoshi Seto2010-10-241-32/+44
* i7core_edac: Use saved pointersHidetoshi Seto2010-10-241-3/+2
* i7core_edac: Check probe counter in i7core_removeHidetoshi Seto2010-10-241-0/+6
* i7core_edac: Call pci_dev_put() when alloc_i7core_dev() failedHidetoshi Seto2010-10-241-1/+3
* i7core_edac: Fix error path of i7core_register_mciHidetoshi Seto2010-10-241-5/+11
* i7core_edac: Fix order of lines in i7core_register_mciHidetoshi Seto2010-10-241-11/+9
* i7core_edac: Always do get/put for all devicesHidetoshi Seto2010-10-241-13/+14
* i7core_edac: Introduce i7core_pci_ctl_create/releaseHidetoshi Seto2010-10-241-20/+24
* i7core_edac: Introduce free_i7core_devHidetoshi Seto2010-10-241-5/+9
* i7core_edac: Introduce alloc_i7core_devHidetoshi Seto2010-10-241-10/+24
* i7core_edac: Reduce args of i7core_get_onedeviceHidetoshi Seto2010-10-241-12/+9
* i7core_edac: Fix the logic in i7core_remove()Hidetoshi Seto2010-10-241-2/+2
* i7core_edac: Don't do the legacy PCI probe by defaultMauro Carvalho Chehab2010-10-241-1/+6