summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* i7core_edac: Add support for sysfs addrmatch groupMauro Carvalho Chehab2010-05-101-103/+70Star
* edac_core: Allow the creation of sysfs groupsMauro Carvalho Chehab2010-05-102-28/+67
* i7core_edac: Avoid printing a warning when debug is disabledMauro Carvalho Chehab2010-05-101-2/+1Star
* i7core_edac: We need to use list_for_each_entry_safe to avoid errorsMauro Carvalho Chehab2010-05-101-2/+3
* i7core_edac: change remove module strategyMauro Carvalho Chehab2010-05-101-20/+35
* i7core_edac: remove static counter for max socketsMauro Carvalho Chehab2010-05-101-1/+0Star
* i7core_edac: at remove, don't remove all pci devices at onceMauro Carvalho Chehab2010-05-101-17/+19
* i7core_edac: Fix a bug when printing error counts with RDIMMsMauro Carvalho Chehab2010-05-101-5/+8
* i7core_edac: a few fixes for multiple mc'sMauro Carvalho Chehab2010-05-101-9/+12
* i7core_edac: sanity check: print a warning if a mcelog is ignoredMauro Carvalho Chehab2010-05-101-1/+6
* i7core_edac: create one mc per socket/QPIMauro Carvalho Chehab2010-05-101-279/+228Star
* Dynamically allocate memory for PCI devicesMauro Carvalho Chehab2010-05-101-61/+114
* i7core: temporary workaround to allow it to compile against 2.6.30Mauro Carvalho Chehab2010-05-101-2/+4
* i7core_edac: Improve corrected_error_counts output for RDIMMMauro Carvalho Chehab2010-05-101-3/+3
* i7core_edac: Probe on Xeons earilerKeith Mannthey2010-05-101-13/+19
* i7core: Use registered memories per processorMauro Carvalho Chehab2010-05-101-16/+23
* i7core_edac: Use Device 3 function 2 to report errors with RDIMM'sMauro Carvalho Chehab2010-05-101-30/+178
* i7core_edac: Fix ecc enable shiftKeith Mannthey2010-05-101-1/+1
* i7core_edac: Print an error message if pci register failsMauro Carvalho Chehab2010-05-101-1/+7
* i7core_edac: CodingSyle fixes/cleanupsMauro Carvalho Chehab2010-05-101-27/+23Star
* i7core_edac: fix error injectionMauro Carvalho Chehab2010-05-101-15/+12Star
* i7core_edac: fix error codes for sysfs error injection interfaceMauro Carvalho Chehab2010-05-101-4/+4
* i7core_edac: some fixes at error injection codeMauro Carvalho Chehab2010-05-101-53/+51Star
* i7core_edac: Some cleanups at displayed infoMauro Carvalho Chehab2010-05-101-12/+9Star
* i7core: remove some uneeded noisy debug messagesMauro Carvalho Chehab2010-05-101-4/+0Star
* i7core: add socket info at the debug msgMauro Carvalho Chehab2010-05-101-2/+2
* i7core: better document i7core_get_active_channels()Mauro Carvalho Chehab2010-05-101-1/+17
* i7core: fix get_devices routine for Xeon55xxMauro Carvalho Chehab2010-05-101-78/+108
* i7core: enrich error information based on memory transaction typeMauro Carvalho Chehab2010-05-101-5/+27
* i7core: check if the memory error is fatal or non-fatalMauro Carvalho Chehab2010-05-101-3/+13
* i7core: fix probing on Xeon55xxMauro Carvalho Chehab2010-05-101-3/+20
* i7core_edac: some fixes at memory error parserMauro Carvalho Chehab2010-05-101-8/+14
* i7core_edac: decode mcelog error and send it via edac interfaceMauro Carvalho Chehab2010-05-101-22/+70
* i7core_edac: maps all sockets as if ther are one MC controllerMauro Carvalho Chehab2010-05-101-6/+7
* i7core_edac: add support for more than one MC socketMauro Carvalho Chehab2010-05-101-113/+213
* i7core_edac: Add a code to probe Xeon 55xx busMauro Carvalho Chehab2010-05-101-4/+13
* i7core_edac: Adds write unlock to MC registersMauro Carvalho Chehab2010-05-101-3/+27
* i7core_edac: Add edac_mce glueMauro Carvalho Chehab2010-05-102-6/+116
* edac/Kconfig: edac_mce can't be moduleMauro Carvalho Chehab2010-05-101-1/+1
* edac_mce: Add an interface driver to report mce errors via edacMauro Carvalho Chehab2010-05-103-1/+66
* i7core_edac: CodingStyle fixesMauro Carvalho Chehab2010-05-101-27/+32
* i7core_edac: fill csrows edac sysfs infoMauro Carvalho Chehab2010-05-101-16/+50
* i7core_edac: Memory info fixes and preparation for properly filling cswrow dataMauro Carvalho Chehab2010-05-101-9/+19
* i7core_edac: Get more info about the memory DIMMsMauro Carvalho Chehab2010-05-101-63/+107
* i7core_edac: Add more information about each active dimmMauro Carvalho Chehab2010-05-101-13/+30
* i7core_edac: Improve error handlingMauro Carvalho Chehab2010-05-101-11/+21
* i7core_edac: Properly fill struct csrow_infoMauro Carvalho Chehab2010-05-101-10/+38
* i7core_edac: Add additional tests for error detectionMauro Carvalho Chehab2010-05-101-60/+139
* i7core_edac: Add a memory check routine, based on device 3 function 4Mauro Carvalho Chehab2010-05-101-7/+108
* i7core_edac: need mci->edac_check, otherwise module removal doesn't workMauro Carvalho Chehab2010-05-101-4/+16