aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/i7core_edac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-01i7core_edac: fix panic in udimm sysfs attributes registrationMarcin Slusarz1-0/+1
2010-07-26quiesce EDAC initialisation on desktop/mobile i7Daniel J Blueman1-1/+1
2010-07-02i7core_edac: Avoid doing multiple probes for the same cardMauro Carvalho Chehab1-5/+12
2010-07-02i7core_edac: Properly discover the first QPI deviceMauro Carvalho Chehab1-8/+28
2010-05-18i7core_edac: Better describe the supported devicesMauro Carvalho Chehab1-2/+7
2010-05-18Add support for Westmere to i7core_edac driverVernon Mauery1-37/+80
2010-05-18i7core_edac: don't free on successTony Luck1-1/+2
2010-05-18i7core_edac: Add support for X5670Mauro Carvalho Chehab1-1/+6
2010-05-18Always call i7core_[ur]dimm_check_mc_ecc_errVernon Mauery1-1/+2
2010-05-18i7core_edac: fix memory leak of i7core_devAlexander Beregalov1-1/+3
2010-05-18EDAC: add __init to i7core_xeon_pci_fixupJiri Slaby1-1/+1
2010-05-10i7core_edac: Fix wrong device id for channel 1 devicesMauro Carvalho Chehab1-4/+4
2010-05-10i7core: add support for Lynnfield alternate addressMauro Carvalho Chehab1-2/+11
2010-05-10i7core_edac: Add initial support for LynnfieldMauro Carvalho Chehab1-2/+37
2010-05-10edac: fix i7core buildRandy Dunlap1-0/+3
2010-05-10edac: i7core_edac produces undefined behaviour on 32bitAlan Cox1-12/+12
2010-05-10i7core_edac: Use a more generic approach for probing PCI devicesMauro Carvalho Chehab1-39/+40
2010-05-10i7core_edac: PCI device is called NONCORE, instead of NOCOREMauro Carvalho Chehab1-3/+3
2010-05-10i7core_edac: Fix ringbuffer maxsizeMauro Carvalho Chehab1-6/+6
2010-05-10i7core_edac: First store, then incrementMauro Carvalho Chehab1-7/+6
2010-05-10i7core_edac: Better parse "any" addrmaskMauro Carvalho Chehab1-1/+1
2010-05-10i7core_edac: Use a lockless ringbufferMauro Carvalho Chehab1-28/+55
2010-05-10i7core_edac: Convert UDIMM error counters into a proper sysfs groupMauro Carvalho Chehab1-37/+44
2010-05-10edac: store/show methods for device groups weren't workingMauro Carvalho Chehab1-2/+8
2010-05-10i7core_edac: Add support for sysfs addrmatch groupMauro Carvalho Chehab1-103/+70
2010-05-10i7core_edac: Avoid printing a warning when debug is disabledMauro Carvalho Chehab1-2/+1
2010-05-10i7core_edac: We need to use list_for_each_entry_safe to avoid errorsMauro Carvalho Chehab1-2/+3
2010-05-10i7core_edac: change remove module strategyMauro Carvalho Chehab1-20/+35
2010-05-10i7core_edac: remove static counter for max socketsMauro Carvalho Chehab1-1/+0
2010-05-10i7core_edac: at remove, don't remove all pci devices at onceMauro Carvalho Chehab1-17/+19
2010-05-10i7core_edac: Fix a bug when printing error counts with RDIMMsMauro Carvalho Chehab1-5/+8
2010-05-10i7core_edac: a few fixes for multiple mc'sMauro Carvalho Chehab1-9/+12
2010-05-10i7core_edac: sanity check: print a warning if a mcelog is ignoredMauro Carvalho Chehab1-1/+6
2010-05-10i7core_edac: create one mc per socket/QPIMauro Carvalho Chehab1-279/+228
2010-05-10Dynamically allocate memory for PCI devicesMauro Carvalho Chehab1-61/+114
2010-05-10i7core: temporary workaround to allow it to compile against 2.6.30Mauro Carvalho Chehab1-2/+4
2010-05-10i7core_edac: Improve corrected_error_counts output for RDIMMMauro Carvalho Chehab1-3/+3
2010-05-10i7core_edac: Probe on Xeons earilerKeith Mannthey1-13/+19
2010-05-10i7core: Use registered memories per processorMauro Carvalho Chehab1-16/+23
2010-05-10i7core_edac: Use Device 3 function 2 to report errors with RDIMM'sMauro Carvalho Chehab1-30/+178
2010-05-10i7core_edac: Fix ecc enable shiftKeith Mannthey1-1/+1
2010-05-10i7core_edac: Print an error message if pci register failsMauro Carvalho Chehab1-1/+7
2010-05-10i7core_edac: CodingSyle fixes/cleanupsMauro Carvalho Chehab1-27/+23
2010-05-10i7core_edac: fix error injectionMauro Carvalho Chehab1-15/+12
2010-05-10i7core_edac: fix error codes for sysfs error injection interfaceMauro Carvalho Chehab1-4/+4
2010-05-10i7core_edac: some fixes at error injection codeMauro Carvalho Chehab1-53/+51
2010-05-10i7core_edac: Some cleanups at displayed infoMauro Carvalho Chehab1-12/+9
2010-05-10i7core: remove some uneeded noisy debug messagesMauro Carvalho Chehab1-4/+0
2010-05-10i7core: add socket info at the debug msgMauro Carvalho Chehab1-2/+2
2010-05-10i7core: better document i7core_get_active_channels()Mauro Carvalho Chehab1-1/+17