aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac/i5000_edac.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-06EDAC: Remove DEFINE_PCI_DEVICE_TABLE macroGravatar Jingoo Han 1-1/+1
2013-01-03Drivers: edac: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-4/+3
2012-09-25i5000: Fix the memory size calculation with 2R memoriesGravatar Mauro Carvalho Chehab 1-0/+4
2012-06-27edac i5000, i5400: fix pointer math in i5000_get_mc_regs()Gravatar Dan Carpenter 1-3/+9
2012-06-12edac: edac_mc_handle_error(): add an error_count parameterGravatar Mauro Carvalho Chehab 1-4/+4
2012-06-11edac: remove arch-specific parameter for the error handlerGravatar Mauro Carvalho Chehab 1-4/+4
2012-06-11edac: Convert debugfX to edac_dbg(X,Gravatar Joe Perches 1-82/+81
2012-06-11edac: Use more normal debugging macro styleGravatar Joe Perches 1-19/+11
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsGravatar Mauro Carvalho Chehab 1-13/+12
2012-06-11edac: Get rid of the old kobj's from the edac mc codeGravatar Mauro Carvalho Chehab 1-3/+0
2012-06-11edac: Rename the parent dev to pdevGravatar Mauro Carvalho Chehab 1-1/+1
2012-05-28i5000: Fix the fatal error handlingGravatar Mauro Carvalho Chehab 1-7/+5
2012-05-28i5000_edac: Fix the logic that retrieves memory informationGravatar Mauro Carvalho Chehab 1-71/+79
2012-05-28edac: Remove the legacy EDAC ABIGravatar Mauro Carvalho Chehab 1-2/+1
2012-05-28i5000_edac: convert driver to use the new edac ABIGravatar Mauro Carvalho Chehab 1-21/+39
2012-05-28edac: move nr_pages to dimm structGravatar Mauro Carvalho Chehab 1-6/+8
2012-05-28edac: Don't initialize csrow's first_page & friends when not neededGravatar Mauro Carvalho Chehab 1-5/+0
2012-05-28edac: move dimm properties to struct dimm_infoGravatar Mauro Carvalho Chehab 1-13/+11
2012-03-19EDAC: Make pci_device_id tables __devinitconst.Gravatar Lionel Debroux 1-1/+1
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-1/+1
2011-04-19edac: Drop __DATE__ usageGravatar Michal Marek 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-08-11edac: i5000: improve handling of pci_enable_device() return valueGravatar Kulikov Vasiliy 1-1/+1
2010-05-27drivers/edac: convert logging messages direct uses of __FILE__ to %s, __FILEGravatar Joe Perches 1-10/+10
2010-01-16edac: i5000_edac critical fix panic out of boundsGravatar Tamas Vincze 1-1/+7
2009-10-29edac: i5100 fix initialization codeGravatar Keith Mannthey 1-3/+4
2008-11-12i5000-edac: hold reference to mci kobjectGravatar Darrick J. Wong 1-1/+3
2008-10-16edac i5000: fix thermal issuesGravatar Aristeu Rozanski 1-1/+16
2008-10-16edac i5000: fix error messagesGravatar Aristeu Rozanski 1-62/+119
2008-04-29edac: fix module initialization on several modules 2nd timeGravatar Hitoshi Mitake 1-10/+4
2008-02-03drivers/edac/: Spelling fixesGravatar Joe Perches 1-1/+1
2007-11-14i5000_edac: no need to __stringify() KBUILD_BASENAMEGravatar Darrick J. Wong 1-1/+1
2007-07-19drivers/edac: fix edac_mc init apisGravatar Doug Thompson 1-4/+2
2007-07-19drivers/edac: i5000 code tidyingGravatar Douglas Thompson 1-36/+35
2007-07-19drivers/edac: i5000 define typoGravatar Marisuz Kozlowski 1-1/+1
2007-07-19drivers/edac: cleanup spaces-gotos after Lindent messupGravatar Douglas Thompson 1-80/+80
2007-07-19drivers/edac: drivers to use new PCI operationGravatar Dave Jiang 1-0/+17
2007-07-19drivers/edac: Lindent i5000Gravatar Douglas Thompson 1-8/+8
2007-07-19drivers/edac: add dev_name getter functionGravatar Dave Jiang 1-0/+1
2007-07-19drivers/edac: mod use edac_core.hGravatar Douglas Thompson 1-2/+2
2007-07-19drivers/edac: add new nmi rescanGravatar Dave Jiang 1-0/+13
2007-07-19drivers/edac: new intel 5000 MC driverGravatar Eric Wollesen 1-0/+1477