summaryrefslogtreecommitdiffstats
path: root/drivers/edac/amd64_edac.c
Commit message (Expand)AuthorAgeFilesLines
* bitops: Introduce a more generic BITMASK macroChen, Gong2013-10-221-22/+24
* amd64_edac: Fix incorrect wraparoundsAravind Gopalakrishnan2013-08-271-5/+6
* amd64_edac: Correct erratum 505 rangeBorislav Petkov2013-08-271-4/+4
* Merge tag 'edac_for_3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Ingo Molnar2013-08-151-1/+8
|\
| * amd64_edac: Fix single-channel setupsBorislav Petkov2013-07-291-1/+8
* | amd64_edac: Get rid of boot_cpu_data accessesBorislav Petkov2013-08-121-47/+43Star
* | amd64_edac: Add ECC decoding support for newer F15h modelsAravind Gopalakrishnan2013-08-121-30/+216
|/
* amd64_edac: Add Family 16h supportAravind Gopalakrishnan2013-04-191-1/+64
* EDAC: Merge mci.mem_is_per_rank with mci.csbasedMauro Carvalho Chehab2013-03-161-1/+0Star
* amd64_edac: Correct DIMM sizesMauro Carvalho Chehab2013-03-161-5/+9
* Merge tag 'edac_3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2013-02-201-105/+0Star
|\
| * amd64_edac: Remove dead codeBorislav Petkov2013-01-221-105/+0Star
* | amd64_edac: Fix type usage in NB IDs and memory rangesDaniel J Blueman2013-01-101-13/+13
* | amd64_edac: Fix PCI function lookupDaniel J Blueman2013-01-101-34/+38
* | x86, AMD, NB: Use u16 for northbridge IDs in amd_get_nb_idDaniel J Blueman2013-01-101-2/+3
* | x86, AMD, NB: Add multi-domain supportDaniel J Blueman2013-01-101-3/+3
|/
* Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-4/+4
* EDAC: Fix csrow size reported in sysfsBorislav Petkov2012-11-281-0/+1
* EDAC: Add memory controller flagsBorislav Petkov2012-11-281-0/+1
* amd64_edac: Fix csrows size and pages computationBorislav Petkov2012-11-281-21/+27
* amd64_edac: Use DBAM_DIMM macroBorislav Petkov2012-11-281-1/+1
* amd64_edac: Fix K8 chip select reportingBorislav Petkov2012-11-281-6/+3Star
* amd64_edac: Reorganize error reporting pathBorislav Petkov2012-11-281-123/+71Star
* amd64_edac: Do not check whether error address is validBorislav Petkov2012-11-281-21/+0Star
* amd64_edac: Improve error injectionBorislav Petkov2012-11-281-5/+5
* amd64_edac: Small fixlets and cleanupsBorislav Petkov2012-11-281-8/+5Star
* amd64_edac:__amd64_set_scrub_rate(): avoid overindexing scrubrates[]Andrew Morton2012-10-241-7/+4Star
* edac: edac_mc_handle_error(): add an error_count parameterMauro Carvalho Chehab2012-06-121-11/+11
* edac: remove arch-specific parameter for the error handlerMauro Carvalho Chehab2012-06-111-19/+11Star
* amd64_edac: Don't pass driver name as an error parameterMauro Carvalho Chehab2012-06-111-12/+13
* edac: Convert debugfX to edac_dbg(X,Joe Perches2012-06-111-138/+132Star
* edac: change the mem allocation scheme to make Documentation/kobject.txt happyMauro Carvalho Chehab2012-06-111-4/+6
* amd64_edac: convert sysfs logic to use struct deviceMauro Carvalho Chehab2012-06-111-17/+26
* edac: Rename the parent dev to pdevMauro Carvalho Chehab2012-06-111-1/+1
* edac: Remove the legacy EDAC ABIMauro Carvalho Chehab2012-05-291-1/+1
* amd64_edac: convert driver to use the new edac ABIMauro Carvalho Chehab2012-05-291-45/+92
* edac: move nr_pages to dimm structMauro Carvalho Chehab2012-05-291-4/+6
* edac: Don't initialize csrow's first_page & friends when not neededMauro Carvalho Chehab2012-05-291-35/+2Star
* edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab2012-05-291-6/+12
* EDAC: Make pci_device_id tables __devinitconst.Lionel Debroux2012-03-191-1/+1
* amd64_edac: Fix K8 revD and later chip select sizesBorislav Petkov2012-03-191-4/+28
* amd64_edac: Fix missing csrows sysfs nodesAshish Shenoy2012-03-191-9/+7Star
* amd64_edac: Cleanup return type of amd64_determine_edac_cap()Dan Carpenter2011-10-061-2/+2
* amd64_edac: Add a fix for Erratum 505Borislav Petkov2011-10-061-5/+22
* EDAC, MCE, AMD: Simplify NB MCE decoder interfaceBorislav Petkov2011-10-061-4/+2Star
* amd64_edac: Erratum #637 workaroundBorislav Petkov2011-04-261-2/+50
* amd64_edac: Factor in CC6 save areaBorislav Petkov2011-04-261-1/+27
* amd64_edac: Remove node interleave warningBorislav Petkov2011-04-261-5/+1Star
* EDAC: Remove debugging output in scrub rate handlingMarkus Trippelsdorf2011-04-211-2/+0Star
* amd64_edac: Fix potential memleakBorislav Petkov2011-03-291-1/+1