aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac
AgeCommit message (Expand)AuthorFilesLines
2010-10-26Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 4-224/+313
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 2-2/+2
2010-10-24Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...Gravatar Linus Torvalds 3-0/+1255
2010-10-24i7core_edac: return -ENODEV when devices were already probedGravatar Mauro Carvalho Chehab 1-1/+1
2010-10-24i7core_edac: properly terminate pci_dev_tableGravatar Mauro Carvalho Chehab 1-4/+5
2010-10-24i7core_edac: Avoid PCI refcount to reach zero on successive load/reloadGravatar Mauro Carvalho Chehab 1-0/+7
2010-10-24i7core_edac: Fix refcount error at PCI devicesGravatar Mauro Carvalho Chehab 1-35/+2
2010-10-24i7core_edac: it is safe to i7core_unregister_mci() when mci=NULLGravatar Mauro Carvalho Chehab 1-8/+5
2010-10-24i7core_edac: Fix an oops at i7core probeGravatar Mauro Carvalho Chehab 1-4/+4
2010-10-24i7core_edac: Remove unused member channels in i7core_pvtGravatar Hidetoshi Seto 1-2/+0
2010-10-24i7core_edac: Remove unused arg csrow from get_dimm_configGravatar Hidetoshi Seto 1-7/+7
2010-10-24i7core_edac: Reduce args of i7core_register_mciGravatar Hidetoshi Seto 1-15/+9
2010-10-24i7core_edac: Introduce i7core_unregister_mciGravatar Hidetoshi Seto 1-32/+44
2010-10-24i7core_edac: Use saved pointersGravatar Hidetoshi Seto 1-3/+2
2010-10-24i7core_edac: Check probe counter in i7core_removeGravatar Hidetoshi Seto 1-0/+6
2010-10-24i7core_edac: Call pci_dev_put() when alloc_i7core_dev() failedGravatar Hidetoshi Seto 1-1/+3
2010-10-24i7core_edac: Fix error path of i7core_register_mciGravatar Hidetoshi Seto 1-5/+11
2010-10-24i7core_edac: Fix order of lines in i7core_register_mciGravatar Hidetoshi Seto 1-11/+9
2010-10-24i7core_edac: Always do get/put for all devicesGravatar Hidetoshi Seto 1-13/+14
2010-10-24i7core_edac: Introduce i7core_pci_ctl_create/releaseGravatar Hidetoshi Seto 1-20/+24
2010-10-24i7core_edac: Introduce free_i7core_devGravatar Hidetoshi Seto 1-5/+9
2010-10-24i7core_edac: Introduce alloc_i7core_devGravatar Hidetoshi Seto 1-10/+24
2010-10-24i7core_edac: Reduce args of i7core_get_onedeviceGravatar Hidetoshi Seto 1-12/+9
2010-10-24i7core_edac: Fix the logic in i7core_remove()Gravatar Hidetoshi Seto 1-2/+2
2010-10-24i7core_edac: Don't do the legacy PCI probe by defaultGravatar Mauro Carvalho Chehab 1-1/+6
2010-10-24i7core_edac: don't use a freed mci structGravatar Mauro Carvalho Chehab 3-5/+4
2010-10-24edac_core: Print debug messages at release callsGravatar Mauro Carvalho Chehab 3-0/+5
2010-10-24edac_core: Don't let free(mci) happen while using itGravatar Mauro Carvalho Chehab 1-2/+0
2010-10-24edac_core: Do a better job with node removalGravatar Mauro Carvalho Chehab 2-29/+43
2010-10-24i7core_edac: explicitly remove PCI devices from the devices listGravatar Mauro Carvalho Chehab 1-4/+6
2010-10-24i7core_edac: MCE NMI handling should stop firstGravatar Mauro Carvalho Chehab 1-1/+8
2010-10-24i7core_edac: Initialize all priv vars before start pollingGravatar Mauro Carvalho Chehab 1-12/+12
2010-10-24i7core_edac: Improve debug to seek for register/remove errorsGravatar Mauro Carvalho Chehab 1-2/+9
2010-10-24i7core_edac: move #if PAGE_SHIFT to edac_core.hGravatar Mauro Carvalho Chehab 2-5/+3
2010-10-24i7core_edac: Properly mark const static vars as suchGravatar Mauro Carvalho Chehab 3-46/+83
2010-10-24i7core_edac: move static vars to the beginning of the fileGravatar Mauro Carvalho Chehab 1-6/+5
2010-10-24i7core_edac: Be sure that the edac pci handler will be properly releasedGravatar Mauro Carvalho Chehab 3-17/+28
2010-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpGravatar Linus Torvalds 15-758/+1014
2010-10-21Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-3/+3
2010-10-21EDAC, MCE: Fix shift warning on 32-bitGravatar Borislav Petkov 1-1/+1
2010-10-21EDAC, MCE: Add a BIT_64() macroGravatar Borislav Petkov 1-0/+2
2010-10-21EDAC, MCE: Enable MCE decoding on F12hGravatar Borislav Petkov 1-1/+1
2010-10-21EDAC, MCE: Add F12h NB MCE decoderGravatar Borislav Petkov 1-2/+3
2010-10-21EDAC, MCE: Add F12h IC MCE decoderGravatar Borislav Petkov 1-0/+1
2010-10-21EDAC, MCE: Add F12h DC MCE decoderGravatar Borislav Petkov 1-7/+17
2010-10-21EDAC, MCE: Add support for F11h MCEsGravatar Borislav Petkov 1-3/+12
2010-10-21EDAC, MCE: Enable MCE decoding on F14hGravatar Borislav Petkov 1-4/+5
2010-10-21EDAC, MCE: Fix FR MCEs decodingGravatar Borislav Petkov 1-4/+10
2010-10-21EDAC, MCE: Complete NB MCE decodersGravatar Borislav Petkov 3-56/+158
2010-10-21EDAC, MCE: Warn about LS MCEs on F14hGravatar Borislav Petkov 1-5/+13