aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/amd64_edac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-16amd64_edac: fix DRAM base and limit extraction masks, v2Borislav Petkov1-4/+4
2009-10-07amd64_edac: fix DRAM base and limit extractionBorislav Petkov1-5/+5
2009-10-07amd64_edac: fix chip select handlingBorislav Petkov1-31/+26
2009-10-07amd64_edac: simple fix to allow reporting of CECC errorsKeith Mannthey1-1/+1
2009-10-07amd64_edac: fix K8 intlv_sel checkBorislav Petkov1-11/+8
2009-10-07amd64_edac: fix interleave enable testsBorislav Petkov1-4/+4
2009-10-07amd64_edac: fix DRAM base and limit address extractionBorislav Petkov1-2/+2
2009-10-07amd64_edac: fix driver instance lookup table allocationBorislav Petkov1-2/+2
2009-09-16amd64_edac: check NB MCE bank enable on the current node properlyBorislav Petkov1-21/+45
2009-09-16amd64_edac: Rewrite unganged mode code of f10_early_channel_countWan Wei1-35/+10
2009-09-16amd64_edac: cleanup amd64_check_ecc_enabledBorislav Petkov1-51/+25
2009-09-14EDAC, AMD: carve out decoding of MCi_STATUS ErrorCodeBorislav Petkov1-4/+0
2009-09-14EDAC, AMD: carve out MCi_STATUS decodingBorislav Petkov1-4/+4
2009-09-14x86, mce: pass mce info to EDAC for decodingBorislav Petkov1-74/+24
2009-09-14amd64_edac: cleanup amd64_decode_bus_errorBorislav Petkov1-26/+9
2009-09-14amd64_edac: remove memory and GART TLB error decodersBorislav Petkov1-29/+7
2009-09-14amd64_edac: cleanup/complete NB MCE decodingBorislav Petkov1-79/+46
2009-09-14amd64_edac: cleanup amd64_process_error_infoBorislav Petkov1-24/+20
2009-09-14EDAC: move MCE error descriptions to EDAC coreBorislav Petkov1-62/+78
2009-08-04amd64_edac: print debug statements only on errorDoug Thompson1-0/+4
2009-08-03amd64_edac: fix ECC checkingDoug Thompson1-0/+3
2009-07-27amd64_edac: read the right F2 maskoffset regWan Wei1-1/+1
2009-06-26amd64_edac: misc small cleanupsBorislav Petkov1-6/+7
2009-06-26amd64_edac: fix ecc_enable_override handlingBorislav Petkov1-1/+6
2009-06-26amd64_edac: check only ECC bit in amd64_determine_edac_capBorislav Petkov1-3/+2
2009-06-10amd64_edac: add module registration routinesDoug Thompson1-0/+374
2009-06-10amd64_edac: add ECC reporting initializersDoug Thompson1-0/+207
2009-06-10amd64_edac: add EDAC core-related initializersDoug Thompson1-0/+315
2009-06-10amd64_edac: add error decoding logicDoug Thompson1-0/+425
2009-06-10amd64_edac: add ECC chipkill syndrome mapping tableDoug Thompson1-0/+135
2009-06-10amd64_edac: add per-family descriptorsDoug Thompson1-0/+72
2009-06-10amd64_edac: add F10h-and-later methods-p3Doug Thompson1-4/+265
2009-06-10amd64_edac: add F10h-and-later methods-p2Doug Thompson1-0/+196
2009-06-10amd64_edac: add F10h-and-later methods-p1Doug Thompson1-0/+181
2009-06-10amd64_edac: add k8-specific methodsDoug Thompson1-0/+173
2009-06-10amd64_edac: assign DRAM chip select base and mask in a family-specific wayDoug Thompson1-0/+142
2009-06-10amd64_edac: add helper to dump relevant registersDoug Thompson1-0/+142
2009-06-10amd64_edac: add DRAM address type conversion facilitiesDoug Thompson1-0/+294
2009-06-10amd64_edac: add functionality to compute the DRAM holeDoug Thompson1-0/+166
2009-06-10amd64_edac: add sys addr to memory controller mapping helpersDoug Thompson1-0/+141
2009-06-10amd64_edac: add memory scrubber interfaceDoug Thompson1-0/+130