summaryrefslogtreecommitdiffstats
path: root/drivers/edac/i7core_edac.c
Commit message (Expand)AuthorAgeFilesLines
* i7core_edac: return -ENODEV when devices were already probedMauro Carvalho Chehab2010-10-241-1/+1
* i7core_edac: properly terminate pci_dev_tableMauro Carvalho Chehab2010-10-241-4/+5
* i7core_edac: Avoid PCI refcount to reach zero on successive load/reloadMauro Carvalho Chehab2010-10-241-0/+7
* i7core_edac: Fix refcount error at PCI devicesMauro Carvalho Chehab2010-10-241-35/+2
* i7core_edac: it is safe to i7core_unregister_mci() when mci=NULLMauro Carvalho Chehab2010-10-241-8/+5
* i7core_edac: Fix an oops at i7core probeMauro Carvalho Chehab2010-10-241-4/+4
* i7core_edac: Remove unused member channels in i7core_pvtHidetoshi Seto2010-10-241-2/+0
* i7core_edac: Remove unused arg csrow from get_dimm_configHidetoshi Seto2010-10-241-7/+7
* i7core_edac: Reduce args of i7core_register_mciHidetoshi Seto2010-10-241-15/+9
* i7core_edac: Introduce i7core_unregister_mciHidetoshi Seto2010-10-241-32/+44
* i7core_edac: Use saved pointersHidetoshi Seto2010-10-241-3/+2
* i7core_edac: Check probe counter in i7core_removeHidetoshi Seto2010-10-241-0/+6
* i7core_edac: Call pci_dev_put() when alloc_i7core_dev() failedHidetoshi Seto2010-10-241-1/+3
* i7core_edac: Fix error path of i7core_register_mciHidetoshi Seto2010-10-241-5/+11
* i7core_edac: Fix order of lines in i7core_register_mciHidetoshi Seto2010-10-241-11/+9
* i7core_edac: Always do get/put for all devicesHidetoshi Seto2010-10-241-13/+14
* i7core_edac: Introduce i7core_pci_ctl_create/releaseHidetoshi Seto2010-10-241-20/+24
* i7core_edac: Introduce free_i7core_devHidetoshi Seto2010-10-241-5/+9
* i7core_edac: Introduce alloc_i7core_devHidetoshi Seto2010-10-241-10/+24
* i7core_edac: Reduce args of i7core_get_onedeviceHidetoshi Seto2010-10-241-12/+9
* i7core_edac: Fix the logic in i7core_remove()Hidetoshi Seto2010-10-241-2/+2
* i7core_edac: Don't do the legacy PCI probe by defaultMauro Carvalho Chehab2010-10-241-1/+6
* i7core_edac: don't use a freed mci structMauro Carvalho Chehab2010-10-241-2/+1
* edac_core: Print debug messages at release callsMauro Carvalho Chehab2010-10-241-0/+1
* i7core_edac: explicitly remove PCI devices from the devices listMauro Carvalho Chehab2010-10-241-4/+6
* i7core_edac: MCE NMI handling should stop firstMauro Carvalho Chehab2010-10-241-1/+8
* i7core_edac: Initialize all priv vars before start pollingMauro Carvalho Chehab2010-10-241-12/+12
* i7core_edac: Improve debug to seek for register/remove errorsMauro Carvalho Chehab2010-10-241-2/+9
* i7core_edac: move #if PAGE_SHIFT to edac_core.hMauro Carvalho Chehab2010-10-241-5/+1
* i7core_edac: Properly mark const static vars as suchMauro Carvalho Chehab2010-10-241-40/+77
* i7core_edac: move static vars to the beginning of the fileMauro Carvalho Chehab2010-10-241-6/+5
* i7core_edac: Be sure that the edac pci handler will be properly releasedMauro Carvalho Chehab2010-10-241-15/+23
* i7core_edac: fix panic in udimm sysfs attributes registrationMarcin Slusarz2010-10-011-0/+1
* quiesce EDAC initialisation on desktop/mobile i7Daniel J Blueman2010-07-261-1/+1
* i7core_edac: Avoid doing multiple probes for the same cardMauro Carvalho Chehab2010-07-021-5/+12
* i7core_edac: Properly discover the first QPI deviceMauro Carvalho Chehab2010-07-021-8/+28
* i7core_edac: Better describe the supported devicesMauro Carvalho Chehab2010-05-181-2/+7
* Add support for Westmere to i7core_edac driverVernon Mauery2010-05-181-37/+80
* i7core_edac: don't free on successTony Luck2010-05-181-1/+2
* i7core_edac: Add support for X5670Mauro Carvalho Chehab2010-05-181-1/+6
* Always call i7core_[ur]dimm_check_mc_ecc_errVernon Mauery2010-05-181-1/+2
* i7core_edac: fix memory leak of i7core_devAlexander Beregalov2010-05-181-1/+3
* EDAC: add __init to i7core_xeon_pci_fixupJiri Slaby2010-05-181-1/+1
* i7core_edac: Fix wrong device id for channel 1 devicesMauro Carvalho Chehab2010-05-101-4/+4
* i7core: add support for Lynnfield alternate addressMauro Carvalho Chehab2010-05-101-2/+11
* i7core_edac: Add initial support for LynnfieldMauro Carvalho Chehab2010-05-101-2/+37
* edac: fix i7core buildRandy Dunlap2010-05-101-0/+3
* edac: i7core_edac produces undefined behaviour on 32bitAlan Cox2010-05-101-12/+12
* i7core_edac: Use a more generic approach for probing PCI devicesMauro Carvalho Chehab2010-05-101-39/+40
* i7core_edac: PCI device is called NONCORE, instead of NOCOREMauro Carvalho Chehab2010-05-101-3/+3
OpenPOWER on IntegriCloud