aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac/i7core_edac.c
AgeCommit message (Expand)Author
2012-07-29Merge branch 'devel'Mauro Carvalho Chehab
2012-06-12i7core_edac: properly handle error countMauro Carvalho Chehab
2012-06-12edac: edac_mc_handle_error(): add an error_count parameterMauro Carvalho Chehab
2012-06-11edac: remove arch-specific parameter for the error handlerMauro Carvalho Chehab
2012-06-11edac: Convert debugfX to edac_dbg(X,Joe Perches
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsMauro Carvalho Chehab
2012-06-11i7core_edac: change the mem allocation scheme to make Documentation/kobject.t...Mauro Carvalho Chehab
2012-06-11i7core_edac: convert it to use struct deviceMauro Carvalho Chehab
2012-06-11edac: Rename the parent dev to pdevMauro Carvalho Chehab
2012-06-11edac: avoid mce decoding crash after edac driver unloadedChen Gong
2012-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds
2012-05-28i7core: fix ranks information at the per-channel structMauro Carvalho Chehab
2012-05-28edac: Cleanup the logs for i7core and sb edac driversMauro Carvalho Chehab
2012-05-28edac: Remove the legacy EDAC ABIMauro Carvalho Chehab
2012-05-28i7core_edac: convert driver to use the new edac ABIMauro Carvalho Chehab
2012-05-28edac: move nr_pages to dimm structMauro Carvalho Chehab
2012-05-28edac: Don't initialize csrow's first_page & friends when not neededMauro Carvalho Chehab
2012-05-28edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab
2012-05-28edac: Create a dimm struct and move the labels into itMauro Carvalho Chehab
2012-04-30edac: Fix spelling errors.David Mackey
2012-03-19EDAC: Make pci_device_id tables __devinitconst.Lionel Debroux
2011-12-14x86, mce: Add wrappers for registering on the decode chainBorislav Petkov
2011-11-01i7core_edac: Initialize memory name with cpu, channel, bankMauro Carvalho Chehab
2011-11-01i7core_edac: Fix compilation on 32 bits archSedat Dilek
2011-11-01i7core_edac: scrubbing fixupsNils Carlson
2011-11-01i7core_edac: return -ENODEV if no MC is foundMauro Carvalho Chehab
2011-11-01i7core_edac: use edac's own way to print errorsMauro Carvalho Chehab
2011-11-01i7core_edac: Drop the edac_mce facilityBorislav Petkov
2011-10-31EDAC i7core: Use mce socketid for better compatibilityThomas Renninger
2011-10-31i7core_edac: Don't enable memory scrubbing for Xeon 35xxMauro Carvalho Chehab
2011-10-31i7core_edac: Add scrubbing supportSamuel Gabrielsson
2011-10-31i7core_edac: Fix oops when trying to inject errorsMauro Carvalho Chehab
2011-10-31i7core_edac: fix misuse of logical operation in place of bitopDavid Sterba
2011-08-18i7core_edac: fixed typo in error count calculationMathias Krause
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2011-04-19edac: Drop __DATE__ usageMichal Marek
2011-03-31Fix common misspellingsLucas De Marchi
2010-12-28i7core_edac: fix typos in commentsDavid Sterba
2010-10-24i7core_edac: return -ENODEV when devices were already probedMauro Carvalho Chehab
2010-10-24i7core_edac: properly terminate pci_dev_tableMauro Carvalho Chehab
2010-10-24i7core_edac: Avoid PCI refcount to reach zero on successive load/reloadMauro Carvalho Chehab
2010-10-24i7core_edac: Fix refcount error at PCI devicesMauro Carvalho Chehab
2010-10-24i7core_edac: it is safe to i7core_unregister_mci() when mci=NULLMauro Carvalho Chehab
2010-10-24i7core_edac: Fix an oops at i7core probeMauro Carvalho Chehab
2010-10-24i7core_edac: Remove unused member channels in i7core_pvtHidetoshi Seto
2010-10-24i7core_edac: Remove unused arg csrow from get_dimm_configHidetoshi Seto
2010-10-24i7core_edac: Reduce args of i7core_register_mciHidetoshi Seto
2010-10-24i7core_edac: Introduce i7core_unregister_mciHidetoshi Seto
2010-10-24i7core_edac: Use saved pointersHidetoshi Seto
2010-10-24i7core_edac: Check probe counter in i7core_removeHidetoshi Seto