aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac/i82975x_edac.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-26EDAC: Do not issue useless debug statements in the polling routineGravatar Borislav Petkov 1-1/+0
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+1
2018-11-20EDAC, i82975x: Fix spelling mistake "reserverd" -> "reserved"Gravatar Alexandre Belloni 1-1/+1
2018-11-10EDAC: Fix indentation issues in several EDAC driversGravatar Colin Ian King 1-2/+2
2018-11-07EDAC, i82975x: Remove set but not used variable dtypeGravatar YueHaibing 1-11/+4
2017-07-17EDAC: Get rid of mci->mod_verGravatar Borislav Petkov 1-2/+0
2017-01-16EDAC, i82975x: Add ioremap_nocache() error handlingGravatar Arvind Yadav 1-0/+4
2016-12-15edac: rename edac_core.h to edac_mc.hGravatar Mauro Carvalho Chehab 1-1/+1
2015-02-23EDAC: Delete unnecessary checks before pci_dev_put()Gravatar Markus Elfring 1-3/+1
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/+4
2012-10-25i82975x_edac: Fix dimm label initializationGravatar Mauro Carvalho Chehab 1-7/+4
2012-06-12edac: edac_mc_handle_error(): add an error_count parameterGravatar Mauro Carvalho Chehab 1-3/+3
2012-06-11edac: remove arch-specific parameter for the error handlerGravatar Mauro Carvalho Chehab 1-3/+3
2012-06-11edac: Convert debugfX to edac_dbg(X,Gravatar Joe Perches 1-15/+14
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsGravatar Mauro Carvalho Chehab 1-12/+12
2012-06-11edac: change the mem allocation scheme to make Documentation/kobject.txt happyGravatar Mauro Carvalho Chehab 1-5/+5
2012-06-11edac: Rename the parent dev to pdevGravatar Mauro Carvalho Chehab 1-2/+2
2012-05-28i82975x_edac: Test nr_pages earlier to save a few CPU cyclesGravatar Mauro Carvalho Chehab 1-6/+3
2012-05-28edac: Remove the legacy EDAC ABIGravatar Mauro Carvalho Chehab 1-1/+1
2012-05-28i82975x_edac: convert driver to use the new edac ABIGravatar Mauro Carvalho Chehab 1-7/+20
2012-05-28edac: move nr_pages to dimm structGravatar Mauro Carvalho Chehab 1-3/+8
2012-05-28edac: move dimm properties to struct dimm_infoGravatar Mauro Carvalho Chehab 1-6/+11
2012-05-28edac: Create a dimm struct and move the labels into itGravatar Mauro Carvalho Chehab 1-1/+1
2012-03-19EDAC: Make pci_device_id tables __devinitconst.Gravatar Lionel Debroux 1-1/+1
2011-10-29edac:i82975x fix 32bit compile and cleanupGravatar Arvind R 1-11/+19
2011-04-19edac: Drop __DATE__ usageGravatar Michal Marek 1-1/+1
2011-02-17edac: correct i82975x error-info reportedGravatar Arvind R 1-16/+37
2011-02-17edac: correct i82975x mci initialisationGravatar Arvind R 1-1/+3
2011-02-17edac: correct commented infoGravatar Arvind R 1-7/+3
2011-01-24edac: i82975x author/maintainer email address changeGravatar Arvind R 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2008-04-29edac: fix module initialization on several modules 2nd timeGravatar Hitoshi Mitake 1-1/+7
2007-07-19drivers/edac: new i82975x driverGravatar Ranganathan Desikan 1-0/+666