aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/i7core_edac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds1-192/+78
2012-05-28i7core: fix ranks information at the per-channel structMauro Carvalho Chehab1-13/+16
2012-05-28edac: Cleanup the logs for i7core and sb edac driversMauro Carvalho Chehab1-7/+2
2012-05-28edac: Remove the legacy EDAC ABIMauro Carvalho Chehab1-1/+1
2012-05-28i7core_edac: convert driver to use the new edac ABIMauro Carvalho Chehab1-152/+50
2012-05-28edac: move nr_pages to dimm structMauro Carvalho Chehab1-7/+3
2012-05-28edac: Don't initialize csrow's first_page & friends when not neededMauro Carvalho Chehab1-5/+0
2012-05-28edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab1-14/+13
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-5/+5
2012-03-19EDAC: Make pci_device_id tables __devinitconst.Lionel Debroux1-1/+1
2011-12-14x86, mce: Add wrappers for registering on the decode chainBorislav Petkov1-2/+2
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-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 Petkov1-26/+25
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-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-08-18i7core_edac: fixed typo in error count calculationMathias Krause1-1/+1
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-1/+1
2011-04-19edac: Drop __DATE__ usageMichal Marek1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-28i7core_edac: fix typos in commentsDavid Sterba1-3/+3
2010-10-24i7core_edac: return -ENODEV when devices were already probedMauro Carvalho Chehab1-1/+1
2010-10-24i7core_edac: properly terminate pci_dev_tableMauro Carvalho Chehab1-4/+5
2010-10-24i7core_edac: Avoid PCI refcount to reach zero on successive load/reloadMauro Carvalho Chehab1-0/+7
2010-10-24i7core_edac: Fix refcount error at PCI devicesMauro Carvalho Chehab1-35/+2
2010-10-24i7core_edac: it is safe to i7core_unregister_mci() when mci=NULLMauro Carvalho Chehab1-8/+5
2010-10-24i7core_edac: Fix an oops at i7core probeMauro Carvalho Chehab1-4/+4
2010-10-24i7core_edac: Remove unused member channels in i7core_pvtHidetoshi Seto1-2/+0
2010-10-24i7core_edac: Remove unused arg csrow from get_dimm_configHidetoshi Seto1-7/+7
2010-10-24i7core_edac: Reduce args of i7core_register_mciHidetoshi Seto1-15/+9
2010-10-24i7core_edac: Introduce i7core_unregister_mciHidetoshi Seto1-32/+44
2010-10-24i7core_edac: Use saved pointersHidetoshi Seto1-3/+2
2010-10-24i7core_edac: Check probe counter in i7core_removeHidetoshi Seto1-0/+6
2010-10-24i7core_edac: Call pci_dev_put() when alloc_i7core_dev() failedHidetoshi Seto1-1/+3
2010-10-24i7core_edac: Fix error path of i7core_register_mciHidetoshi Seto1-5/+11
2010-10-24i7core_edac: Fix order of lines in i7core_register_mciHidetoshi Seto1-11/+9
2010-10-24i7core_edac: Always do get/put for all devicesHidetoshi Seto1-13/+14
2010-10-24i7core_edac: Introduce i7core_pci_ctl_create/releaseHidetoshi Seto1-20/+24
2010-10-24i7core_edac: Introduce free_i7core_devHidetoshi Seto1-5/+9
2010-10-24i7core_edac: Introduce alloc_i7core_devHidetoshi Seto1-10/+24
2010-10-24i7core_edac: Reduce args of i7core_get_onedeviceHidetoshi Seto1-12/+9
2010-10-24i7core_edac: Fix the logic in i7core_remove()Hidetoshi Seto1-2/+2
2010-10-24i7core_edac: Don't do the legacy PCI probe by defaultMauro Carvalho Chehab1-1/+6