aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/i7core_edac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-1/+1
2011-04-19edac: Drop __DATE__ usageMichal Marek1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-28i7core_edac: fix typos in commentsDavid Sterba1-3/+3
2010-10-24i7core_edac: return -ENODEV when devices were already probedMauro Carvalho Chehab1-1/+1
2010-10-24i7core_edac: properly terminate pci_dev_tableMauro Carvalho Chehab1-4/+5
2010-10-24i7core_edac: Avoid PCI refcount to reach zero on successive load/reloadMauro Carvalho Chehab1-0/+7
2010-10-24i7core_edac: Fix refcount error at PCI devicesMauro Carvalho Chehab1-35/+2
2010-10-24i7core_edac: it is safe to i7core_unregister_mci() when mci=NULLMauro Carvalho Chehab1-8/+5
2010-10-24i7core_edac: Fix an oops at i7core probeMauro Carvalho Chehab1-4/+4
2010-10-24i7core_edac: Remove unused member channels in i7core_pvtHidetoshi Seto1-2/+0
2010-10-24i7core_edac: Remove unused arg csrow from get_dimm_configHidetoshi Seto1-7/+7
2010-10-24i7core_edac: Reduce args of i7core_register_mciHidetoshi Seto1-15/+9
2010-10-24i7core_edac: Introduce i7core_unregister_mciHidetoshi Seto1-32/+44
2010-10-24i7core_edac: Use saved pointersHidetoshi Seto1-3/+2
2010-10-24i7core_edac: Check probe counter in i7core_removeHidetoshi Seto1-0/+6
2010-10-24i7core_edac: Call pci_dev_put() when alloc_i7core_dev() failedHidetoshi Seto1-1/+3
2010-10-24i7core_edac: Fix error path of i7core_register_mciHidetoshi Seto1-5/+11
2010-10-24i7core_edac: Fix order of lines in i7core_register_mciHidetoshi Seto1-11/+9
2010-10-24i7core_edac: Always do get/put for all devicesHidetoshi Seto1-13/+14
2010-10-24i7core_edac: Introduce i7core_pci_ctl_create/releaseHidetoshi Seto1-20/+24
2010-10-24i7core_edac: Introduce free_i7core_devHidetoshi Seto1-5/+9
2010-10-24i7core_edac: Introduce alloc_i7core_devHidetoshi Seto1-10/+24
2010-10-24i7core_edac: Reduce args of i7core_get_onedeviceHidetoshi Seto1-12/+9
2010-10-24i7core_edac: Fix the logic in i7core_remove()Hidetoshi Seto1-2/+2
2010-10-24i7core_edac: Don't do the legacy PCI probe by defaultMauro Carvalho Chehab1-1/+6
2010-10-24i7core_edac: don't use a freed mci structMauro Carvalho Chehab1-2/+1
2010-10-24edac_core: Print debug messages at release callsMauro Carvalho Chehab1-0/+1
2010-10-24i7core_edac: explicitly remove PCI devices from the devices listMauro Carvalho Chehab1-4/+6
2010-10-24i7core_edac: MCE NMI handling should stop firstMauro Carvalho Chehab1-1/+8
2010-10-24i7core_edac: Initialize all priv vars before start pollingMauro Carvalho Chehab1-12/+12
2010-10-24i7core_edac: Improve debug to seek for register/remove errorsMauro Carvalho Chehab1-2/+9
2010-10-24i7core_edac: move #if PAGE_SHIFT to edac_core.hMauro Carvalho Chehab1-5/+1
2010-10-24i7core_edac: Properly mark const static vars as suchMauro Carvalho Chehab1-40/+77
2010-10-24i7core_edac: move static vars to the beginning of the fileMauro Carvalho Chehab1-6/+5
2010-10-24i7core_edac: Be sure that the edac pci handler will be properly releasedMauro Carvalho Chehab1-15/+23
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