aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/amd64_edac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-17EDAC, amd64_edac: Prevent OOPS with >16 memory controllersDaniel J Blueman1-2/+8
2014-11-05amd64_edac: Build module on x86-32Tomasz Pala1-0/+5
2014-10-30amd64_edac: Add F15h M60h supportAravind Gopalakrishnan1-79/+176
2014-09-23amd64_edac: Modify usage of amd64_read_dct_pci_cfg()Aravind Gopalakrishnan1-66/+80
2014-02-27amd64_edac: Add support for newer F16h modelsAravind Gopalakrishnan1-0/+24
2014-02-07amd64_edac: Fix logic to determine channel for F15 M30h processorsAravind Gopalakrishnan1-3/+11
2013-12-15amd64_edac: Remove "amd64" prefix from static functionsBorislav Petkov1-62/+56
2013-12-15amd64_edac: Simplify code around decode_bus_errorBorislav Petkov1-9/+4
2013-12-15amd64_edac: Mark amd64_decode_bus_error as staticRashika Kheria1-1/+1
2013-12-06EDAC: Remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-12-06amd64_edac: Fix condition to verify max channels allowed for F15 M30hAravind Gopalakrishnan1-1/+1
2013-10-21bitops: Introduce a more generic BITMASK macroChen, Gong1-22/+24
2013-08-27amd64_edac: Fix incorrect wraparoundsAravind Gopalakrishnan1-5/+6
2013-08-27amd64_edac: Correct erratum 505 rangeBorislav Petkov1-4/+4
2013-08-15Merge tag 'edac_for_3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/rasIngo Molnar1-1/+8
2013-08-12amd64_edac: Get rid of boot_cpu_data accessesBorislav Petkov1-47/+43
2013-08-12amd64_edac: Add ECC decoding support for newer F15h modelsAravind Gopalakrishnan1-30/+216
2013-07-29amd64_edac: Fix single-channel setupsBorislav Petkov1-1/+8
2013-04-19amd64_edac: Add Family 16h supportAravind Gopalakrishnan1-1/+64
2013-03-16EDAC: Merge mci.mem_is_per_rank with mci.csbasedMauro Carvalho Chehab1-1/+0
2013-03-16amd64_edac: Correct DIMM sizesMauro Carvalho Chehab1-5/+9
2013-02-20Merge tag 'edac_3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-105/+0
2013-01-22amd64_edac: Remove dead codeBorislav Petkov1-105/+0
2013-01-10amd64_edac: Fix type usage in NB IDs and memory rangesDaniel J Blueman1-13/+13
2013-01-10amd64_edac: Fix PCI function lookupDaniel J Blueman1-34/+38
2013-01-10x86, AMD, NB: Use u16 for northbridge IDs in amd_get_nb_idDaniel J Blueman1-2/+3
2013-01-10x86, AMD, NB: Add multi-domain supportDaniel J Blueman1-3/+3
2013-01-03Drivers: edac: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-11-28EDAC: Fix csrow size reported in sysfsBorislav Petkov1-0/+1
2012-11-28EDAC: Add memory controller flagsBorislav Petkov1-0/+1
2012-11-28amd64_edac: Fix csrows size and pages computationBorislav Petkov1-21/+27
2012-11-28amd64_edac: Use DBAM_DIMM macroBorislav Petkov1-1/+1
2012-11-28amd64_edac: Fix K8 chip select reportingBorislav Petkov1-6/+3
2012-11-28amd64_edac: Reorganize error reporting pathBorislav Petkov1-123/+71
2012-11-28amd64_edac: Do not check whether error address is validBorislav Petkov1-21/+0
2012-11-28amd64_edac: Improve error injectionBorislav Petkov1-5/+5
2012-11-28amd64_edac: Small fixlets and cleanupsBorislav Petkov1-8/+5
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