aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac
AgeCommit message (Expand)Author
2010-10-26Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-24Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...Linus Torvalds
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
2010-10-24i7core_edac: Call pci_dev_put() when alloc_i7core_dev() failedHidetoshi Seto
2010-10-24i7core_edac: Fix error path of i7core_register_mciHidetoshi Seto
2010-10-24i7core_edac: Fix order of lines in i7core_register_mciHidetoshi Seto
2010-10-24i7core_edac: Always do get/put for all devicesHidetoshi Seto
2010-10-24i7core_edac: Introduce i7core_pci_ctl_create/releaseHidetoshi Seto
2010-10-24i7core_edac: Introduce free_i7core_devHidetoshi Seto
2010-10-24i7core_edac: Introduce alloc_i7core_devHidetoshi Seto
2010-10-24i7core_edac: Reduce args of i7core_get_onedeviceHidetoshi Seto
2010-10-24i7core_edac: Fix the logic in i7core_remove()Hidetoshi Seto
2010-10-24i7core_edac: Don't do the legacy PCI probe by defaultMauro Carvalho Chehab
2010-10-24i7core_edac: don't use a freed mci structMauro Carvalho Chehab
2010-10-24edac_core: Print debug messages at release callsMauro Carvalho Chehab
2010-10-24edac_core: Don't let free(mci) happen while using itMauro Carvalho Chehab
2010-10-24edac_core: Do a better job with node removalMauro Carvalho Chehab
2010-10-24i7core_edac: explicitly remove PCI devices from the devices listMauro Carvalho Chehab
2010-10-24i7core_edac: MCE NMI handling should stop firstMauro Carvalho Chehab
2010-10-24i7core_edac: Initialize all priv vars before start pollingMauro Carvalho Chehab
2010-10-24i7core_edac: Improve debug to seek for register/remove errorsMauro Carvalho Chehab
2010-10-24i7core_edac: move #if PAGE_SHIFT to edac_core.hMauro Carvalho Chehab
2010-10-24i7core_edac: Properly mark const static vars as suchMauro Carvalho Chehab
2010-10-24i7core_edac: move static vars to the beginning of the fileMauro Carvalho Chehab
2010-10-24i7core_edac: Be sure that the edac pci handler will be properly releasedMauro Carvalho Chehab
2010-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds
2010-10-21Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-10-21EDAC, MCE: Fix shift warning on 32-bitBorislav Petkov
2010-10-21EDAC, MCE: Add a BIT_64() macroBorislav Petkov
2010-10-21EDAC, MCE: Enable MCE decoding on F12hBorislav Petkov
2010-10-21EDAC, MCE: Add F12h NB MCE decoderBorislav Petkov
2010-10-21EDAC, MCE: Add F12h IC MCE decoderBorislav Petkov
2010-10-21EDAC, MCE: Add F12h DC MCE decoderBorislav Petkov
2010-10-21EDAC, MCE: Add support for F11h MCEsBorislav Petkov
2010-10-21EDAC, MCE: Enable MCE decoding on F14hBorislav Petkov
2010-10-21EDAC, MCE: Fix FR MCEs decodingBorislav Petkov
2010-10-21EDAC, MCE: Complete NB MCE decodersBorislav Petkov
2010-10-21EDAC, MCE: Warn about LS MCEs on F14hBorislav Petkov