aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/edac_mc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-20EDAC: Sync memory types and namesBorislav Petkov1-23/+20
2014-10-20EDAC: Add DDR3 LRDIMM entries to edac_mem_typesAravind Gopalakrishnan1-0/+3
2014-09-02EDAC: Fix mem_types strings typeBorislav Petkov1-1/+1
2014-06-23trace, RAS: Add basic RAS trace eventChen, Gong1-3/+0
2014-05-09EDAC: Fix MC scrub mode comparsion bug for correctable errorsLoc Ho1-1/+1
2014-02-14EDAC: Correct workqueue setup pathBorislav Petkov1-4/+7
2014-02-14EDAC: Poll timeout cannot be zero, p2Borislav Petkov1-2/+2
2013-11-04edac: Unify reporting of device info for device, mc and pciRobert Richter1-2/+4
2013-07-23EDAC: Fix lockdep splatBorislav Petkov1-0/+9
2013-03-16EDAC: Merge mci.mem_is_per_rank with mci.csbasedMauro Carvalho Chehab1-3/+3
2013-02-21edac: add support for raw error reportsMauro Carvalho Chehab1-22/+42
2013-02-21edac: reduce stack pressure by using a pre-allocated bufferMauro Carvalho Chehab1-33/+48
2013-02-21edac: lock module owner to avoid error report conflictsMauro Carvalho Chehab1-4/+21
2013-02-21edac: add a new memory layer typeMauro Carvalho Chehab1-0/+1
2013-02-20Merge tag 'v3.8-rc7' into nextMauro Carvalho Chehab1-3/+3
2013-01-30EDAC: Fix kcalloc argument orderJoe Perches1-3/+3
2012-12-21edac: edac_mc no longer deals with kobjects directlyShaun Ruffell1-7/+0
2012-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-24/+27
2012-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds1-3/+11
2012-11-28EDAC: Handle empty msg strings when reporting errorsBorislav Petkov1-19/+25
2012-11-28EDAC: Remove useless assignment of error typeBorislav Petkov1-5/+2
2012-10-25edac: Fix the dimm filling for csrows-based layoutsMauro Carvalho Chehab1-3/+11
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-16/+1
2012-09-23edac_mc: edac_mc_free() cannot assume mem_ctl_info is registered in sysfs.Shaun Ruffell1-20/+39
2012-09-23edac_mc: fix messy kfree calls in the error pathFengguang Wu1-5/+7
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo1-16/+1
2012-07-29Merge branch 'devel'Mauro Carvalho Chehab1-154/+241
2012-06-12edac: edac_mc_handle_error(): add an error_count parameterMauro Carvalho Chehab1-24/+32
2012-06-11edac: remove arch-specific parameter for the error handlerMauro Carvalho Chehab1-5/+1
2012-06-11edac_mc: check for allocation failure in edac_mc_alloc()Dan Carpenter1-0/+2
2012-06-11edac_mc: Cleanup per-dimm_info debug messagesMauro Carvalho Chehab1-37/+58
2012-06-11edac: Convert debugfX to edac_dbg(X,Joe Perches1-61/+60
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsMauro Carvalho Chehab1-23/+21
2012-06-11edac: change the mem allocation scheme to make Documentation/kobject.txt happyMauro Carvalho Chehab1-37/+70
2012-06-11edac: Get rid of the old kobj's from the edac mc codeMauro Carvalho Chehab1-1/+0
2012-06-11edac: rewrite the sysfs code to use struct deviceMauro Carvalho Chehab1-11/+2
2012-06-11edac: Do alignment logic properly in edac_align_ptr()Chris Metcalf1-1/+1
2012-06-11edac: Rename the parent dev to pdevMauro Carvalho Chehab1-4/+4
2012-06-11RAS: Add a tracepoint for reporting memory controller eventsMauro Carvalho Chehab1-16/+56
2012-05-28edac: Initialize the dimm label with the known informationMauro Carvalho Chehab1-6/+22
2012-05-28edac: Remove the legacy EDAC ABIMauro Carvalho Chehab1-46/+6
2012-05-28edac: Change internal representation to work with layersMauro Carvalho Chehab1-254/+448
2012-05-28edac: rewrite edac_align_ptr()Mauro Carvalho Chehab1-11/+33
2012-05-28edac: move nr_pages to dimm structMauro Carvalho Chehab1-6/+10
2012-05-28edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab1-7/+12
2012-05-28edac: Create a dimm struct and move the labels into itMauro Carvalho Chehab1-12/+35
2012-03-28Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds1-3/+3
2012-03-21edac: rename channel_info to rank_infoMauro Carvalho Chehab1-3/+3
2012-03-20edac: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2011-12-14edac: convert sysdev_class to a regular subsystemKay Sievers1-1/+0