aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/i5000_edac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-06EDAC: Remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-01-03Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman1-4/+3
2012-09-25i5000: Fix the memory size calculation with 2R memoriesMauro Carvalho Chehab1-0/+4
2012-06-27edac i5000, i5400: fix pointer math in i5000_get_mc_regs()Dan Carpenter1-3/+9
2012-06-12edac: edac_mc_handle_error(): add an error_count parameterMauro Carvalho Chehab1-4/+4
2012-06-11edac: remove arch-specific parameter for the error handlerMauro Carvalho Chehab1-4/+4
2012-06-11edac: Convert debugfX to edac_dbg(X,Joe Perches1-82/+81
2012-06-11edac: Use more normal debugging macro styleJoe Perches1-19/+11
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsMauro Carvalho Chehab1-13/+12
2012-06-11edac: Get rid of the old kobj's from the edac mc codeMauro Carvalho Chehab1-3/+0
2012-06-11edac: Rename the parent dev to pdevMauro Carvalho Chehab1-1/+1
2012-05-28i5000: Fix the fatal error handlingMauro Carvalho Chehab1-7/+5
2012-05-28i5000_edac: Fix the logic that retrieves memory informationMauro Carvalho Chehab1-71/+79
2012-05-28edac: Remove the legacy EDAC ABIMauro Carvalho Chehab1-2/+1
2012-05-28i5000_edac: convert driver to use the new edac ABIMauro Carvalho Chehab1-21/+39
2012-05-28edac: move nr_pages to dimm structMauro Carvalho Chehab1-6/+8
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-13/+11
2012-03-19EDAC: Make pci_device_id tables __devinitconst.Lionel Debroux1-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-08-11edac: i5000: improve handling of pci_enable_device() return valueKulikov Vasiliy1-1/+1
2010-05-27drivers/edac: convert logging messages direct uses of __FILE__ to %s, __FILEJoe Perches1-10/+10
2010-01-16edac: i5000_edac critical fix panic out of boundsTamas Vincze1-1/+7
2009-10-29edac: i5100 fix initialization codeKeith Mannthey1-3/+4
2008-11-12i5000-edac: hold reference to mci kobjectDarrick J. Wong1-1/+3
2008-10-16edac i5000: fix thermal issuesAristeu Rozanski1-1/+16
2008-10-16edac i5000: fix error messagesAristeu Rozanski1-62/+119
2008-04-29edac: fix module initialization on several modules 2nd timeHitoshi Mitake1-10/+4
2008-02-03drivers/edac/: Spelling fixesJoe Perches1-1/+1
2007-11-14i5000_edac: no need to __stringify() KBUILD_BASENAMEDarrick J. Wong1-1/+1
2007-07-19drivers/edac: fix edac_mc init apisDoug Thompson1-4/+2
2007-07-19drivers/edac: i5000 code tidyingDouglas Thompson1-36/+35
2007-07-19drivers/edac: i5000 define typoMarisuz Kozlowski1-1/+1
2007-07-19drivers/edac: cleanup spaces-gotos after Lindent messupDouglas Thompson1-80/+80
2007-07-19drivers/edac: drivers to use new PCI operationDave Jiang1-0/+17
2007-07-19drivers/edac: Lindent i5000Douglas Thompson1-8/+8
2007-07-19drivers/edac: add dev_name getter functionDave Jiang1-0/+1
2007-07-19drivers/edac: mod use edac_core.hDouglas Thompson1-2/+2
2007-07-19drivers/edac: add new nmi rescanDave Jiang1-0/+13
2007-07-19drivers/edac: new intel 5000 MC driverEric Wollesen1-0/+1477