aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/amd64_edac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-24amd64_edac:__amd64_set_scrub_rate(): avoid overindexing scrubrates[]Andrew Morton1-7/+4
2012-06-12edac: edac_mc_handle_error(): add an error_count parameterMauro Carvalho Chehab1-11/+11
2012-06-11edac: remove arch-specific parameter for the error handlerMauro Carvalho Chehab1-19/+11
2012-06-11amd64_edac: Don't pass driver name as an error parameterMauro Carvalho Chehab1-12/+13
2012-06-11edac: Convert debugfX to edac_dbg(X,Joe Perches1-138/+132
2012-06-11edac: change the mem allocation scheme to make Documentation/kobject.txt happyMauro Carvalho Chehab1-4/+6
2012-06-11amd64_edac: convert sysfs logic to use struct deviceMauro Carvalho Chehab1-17/+26
2012-06-11edac: Rename the parent dev to pdevMauro Carvalho Chehab1-1/+1
2012-05-28edac: Remove the legacy EDAC ABIMauro Carvalho Chehab1-1/+1
2012-05-28amd64_edac: convert driver to use the new edac ABIMauro Carvalho Chehab1-45/+92
2012-05-28edac: move nr_pages to dimm structMauro Carvalho Chehab1-4/+6
2012-05-28edac: Don't initialize csrow's first_page & friends when not neededMauro Carvalho Chehab1-35/+2
2012-05-28edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab1-6/+12
2012-03-19EDAC: Make pci_device_id tables __devinitconst.Lionel Debroux1-1/+1
2012-03-19amd64_edac: Fix K8 revD and later chip select sizesBorislav Petkov1-4/+28
2012-03-19amd64_edac: Fix missing csrows sysfs nodesAshish Shenoy1-9/+7
2011-10-06amd64_edac: Cleanup return type of amd64_determine_edac_cap()Dan Carpenter1-2/+2
2011-10-06amd64_edac: Add a fix for Erratum 505Borislav Petkov1-5/+22
2011-10-06EDAC, MCE, AMD: Simplify NB MCE decoder interfaceBorislav Petkov1-4/+2
2011-04-26amd64_edac: Erratum #637 workaroundBorislav Petkov1-2/+50
2011-04-26amd64_edac: Factor in CC6 save areaBorislav Petkov1-1/+27
2011-04-26amd64_edac: Remove node interleave warningBorislav Petkov1-5/+1
2011-04-21EDAC: Remove debugging output in scrub rate handlingMarkus Trippelsdorf1-2/+0
2011-03-29amd64_edac: Fix potential memleakBorislav Petkov1-1/+1
2011-03-17amd64_edac: Fix decode_syndrome typesBorislav Petkov1-4/+4
2011-03-17amd64_edac: Fix DCT argument typeBorislav Petkov1-5/+4
2011-03-17amd64_edac: Fix ranges signednessBorislav Petkov1-4/+5
2011-03-17amd64_edac: Drop local variableBorislav Petkov1-3/+2
2011-03-17amd64_edac: Fix PCI config addressing typesBorislav Petkov1-5/+5
2011-03-17amd64_edac: Fix DRAM base macrosBorislav Petkov1-2/+1
2011-03-17amd64_edac: Fix node id signednessBorislav Petkov1-7/+9
2011-03-17amd64_edac: Enable driver on F15hBorislav Petkov1-7/+23
2011-03-17amd64_edac: Adjust ECC symbol size to F15hBorislav Petkov1-17/+15
2011-03-17amd64_edac: Simplify scrubrate settingBorislav Petkov1-3/+5
2011-03-17amd64_edac: Improve DRAM address mappingBorislav Petkov1-68/+81
2011-03-17amd64_edac: Sanitize ->read_dram_ctl_registerBorislav Petkov1-7/+7
2011-03-17amd64_edac: Adjust sys_addr to chip select conversion routine to F15hBorislav Petkov1-14/+15
2011-03-17amd64_edac: Beef up early exit reportingBorislav Petkov1-1/+12
2011-03-17amd64_edac: Revamp online spare handlingBorislav Petkov1-17/+13
2011-03-17amd64_edac: Fix channel interleave removalBorislav Petkov1-9/+17
2011-03-17amd64_edac: Correct node interleaving removalBorislav Petkov1-4/+4
2011-03-17amd64_edac: Add support for interleaved region swappingBorislav Petkov1-0/+38
2011-03-17amd64_edac: Unify get_error_addressBorislav Petkov1-13/+13
2011-03-17amd64_edac: Simplify decoding pathBorislav Petkov1-49/+27
2011-03-17amd64_edac: Adjust channel counting to F15hBorislav Petkov1-7/+6
2011-03-17amd64_edac: Cleanup old defines cruftBorislav Petkov1-13/+13
2011-03-17amd64_edac: Cleanup NBSH cruftBorislav Petkov1-13/+2
2011-03-17amd64_edac: Cleanup NBCFG handlingBorislav Petkov1-24/+21
2011-03-17amd64_edac: Cleanup NBCTL codeBorislav Petkov1-7/+7
2011-03-17amd64_edac: Cleanup DCT Select Low/High codeBorislav Petkov1-10/+10