aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac/i82443bxgx_edac.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-17EDAC: Get rid of mci->mod_verGravatar Borislav Petkov 1-3/+0
2016-12-15edac: rename edac_core.h to edac_mc.hGravatar Mauro Carvalho Chehab 1-1/+1
2015-03-11EDAC, i82443bxgx: Don't export static symbolGravatar Julia Lawall 1-4/+0
2015-02-23EDAC: Delete unnecessary checks before pci_dev_put()Gravatar Markus Elfring 1-3/+1
2014-11-19EDAC: Delete unnecessary check before calling pci_dev_put()Gravatar Markus Elfring 1-2/+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-06-12edac: edac_mc_handle_error(): add an error_count parameterGravatar Mauro Carvalho Chehab 1-2/+2
2012-06-11edac: remove arch-specific parameter for the error handlerGravatar Mauro Carvalho Chehab 1-2/+2
2012-06-11edac: Convert debugfX to edac_dbg(X,Gravatar Joe Perches 1-19/+16
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsGravatar Mauro Carvalho Chehab 1-13/+13
2012-06-11edac: change the mem allocation scheme to make Documentation/kobject.txt happyGravatar Mauro Carvalho Chehab 1-2/+2
2012-06-11edac: Rename the parent dev to pdevGravatar Mauro Carvalho Chehab 1-2/+2
2012-05-28edac: Remove the legacy EDAC ABIGravatar Mauro Carvalho Chehab 1-1/+1
2012-05-28i82443bxgx_edac: convert driver to use the new edac ABIGravatar Mauro Carvalho Chehab 1-10/+16
2012-05-28edac: move nr_pages to dimm structGravatar Mauro Carvalho Chehab 1-1/+1
2012-05-28edac: move dimm properties to struct dimm_infoGravatar Mauro Carvalho Chehab 1-5/+8
2012-03-19EDAC: Make pci_device_id tables __devinitconst.Gravatar Lionel Debroux 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2010-10-18Update broken web addresses in the kernel.Gravatar Justin P. Mattock 1-1/+1
2010-05-27drivers/edac: convert logging messages direct uses of __FILE__ to %s, __FILEGravatar Joe Perches 1-11/+11
2010-05-18PCI: fix typos pci_device_dis/enable to pci_dis/enable_device in commentsGravatar Roman Fietze 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-10-16edac: make i82443bxgx_edac coexist with intel_agpGravatar Vladislav Bogdanov 1-2/+61
2008-04-29edac: fix module initialization on several modules 2nd timeGravatar Hitoshi Mitake 1-0/+7
2007-07-19drivers/edac: fix edac_mc init apisGravatar Doug Thompson 1-2/+2
2007-07-19drivers/edac: cleanup spaces-gotos after Lindent messupGravatar Douglas Thompson 1-23/+24
2007-07-19drivers/edac: drivers to use new PCI operationGravatar Dave Jiang 1-0/+16
2007-07-19drivers/edac: Lindent i82443bxgxGravatar Douglas Thompson 1-88/+72
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-1/+1
2007-07-19drivers/edac: new i82443bxgz MC driverGravatar Tim Small 1-0/+400