aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/edac.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-14EDAC: Add new memory type for non-volatile DIMMsTony Luck1-0/+3
2017-07-17EDAC: Get rid of mci->mod_verBorislav Petkov1-1/+0
2017-04-10EDAC: Rename report status accessorsBorislav Petkov1-2/+2
2017-04-10EDAC: Delete edac_stub.cBorislav Petkov1-23/+3
2017-04-10EDAC: Remove edac_err_assertBorislav Petkov1-1/+0
2017-04-10EDAC: Get rid of edac_handlersBorislav Petkov1-1/+0
2017-04-10x86/nmi, EDAC: Get rid of DRAM error reporting thru PCI SERR NMIBorislav Petkov1-2/+0
2017-01-06EDAC: Fix typos in enum mem_type commentsAlexander Alemayhu1-2/+2
2016-12-15EDAC: Document HW_EVENT_ERR_DEFERRED typeYazen Ghannam1-0/+6
2016-12-15edac.rst: move concepts dictionary from edac.hMauro Carvalho Chehab1-108/+0
2016-12-15edac: fix kenel-doc markups at edac.hMauro Carvalho Chehab1-15/+23
2016-12-15edac: move EDAC PCI definitions to drivers/edac/edac_pci.hMauro Carvalho Chehab1-0/+2
2016-11-21EDAC, amd64: Add Deferred Error typeYazen Ghannam1-0/+3
2016-11-21EDAC: Add LRDDR4 DRAM typeYazen Ghannam1-1/+4
2015-12-11EDAC: Unexport and make edac_subsys staticBorislav Petkov1-1/+0
2015-12-11EDAC: Rip out the edac_subsys reference countingBorislav Petkov1-1/+0
2015-12-03EDAC: Add DDR4 flagJim Snow1-2/+4
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar1-1/+1
2015-09-22EDAC: Carve out debugfs functionalityBorislav Petkov1-2/+0
2014-10-20EDAC: Add DDR3 LRDIMM entries to edac_mem_typesAravind Gopalakrishnan1-1/+3
2014-06-26edac: add DDR4 and RDDR4Aristeu Rozanski1-0/+5
2013-12-11EDAC: Add an edac_report parameter to EDACChen, Gong1-0/+28
2013-10-23EDAC, GHES: Update ghes error record infoChen, Gong1-1/+1
2013-07-23EDAC: Fix lockdep splatBorislav Petkov1-1/+6
2013-03-16EDAC: Merge mci.mem_is_per_rank with mci.csbasedMauro Carvalho Chehab1-4/+2
2013-03-16amd64_edac: Correct DIMM sizesMauro Carvalho Chehab1-1/+0
2013-02-21edac: add support for error type "Info"Mauro Carvalho Chehab1-0/+16
2013-02-21edac: reduce stack pressure by using a pre-allocated bufferMauro Carvalho Chehab1-0/+56
2013-02-21edac: remove proc_name from mci structureMauro Carvalho Chehab1-2/+0
2013-02-21edac: add a new memory layer typeMauro Carvalho Chehab1-0/+4
2012-12-21edac: edac_mc no longer deals with kobjects directlyShaun Ruffell1-1/+0
2012-11-28EDAC: Fix csrow size reported in sysfsBorislav Petkov1-0/+1
2012-11-28EDAC: Add memory controller flagsBorislav Petkov1-0/+2
2012-06-27edac: allow specifying the error count with fake_injectMauro Carvalho Chehab1-0/+1
2012-06-11edac: change the mem allocation scheme to make Documentation/kobject.txt happyMauro Carvalho Chehab1-17/+42
2012-06-11edac: Add debufs nodes to allow doing fake error injectMauro Carvalho Chehab1-0/+7
2012-06-11edac: Get rid of the old kobj's from the edac mc codeMauro Carvalho Chehab1-30/+0
2012-06-11edac: rewrite the sysfs code to use struct deviceMauro Carvalho Chehab1-14/+33
2012-06-11edac: use Documentation-nano format for some data structsMauro Carvalho Chehab1-23/+59
2012-06-11edac: Rename the parent dev to pdevMauro Carvalho Chehab1-1/+1
2012-05-28edac: Initialize the dimm label with the known informationMauro Carvalho Chehab1-1/+1
2012-05-28edac: Change internal representation to work with layersMauro Carvalho Chehab1-13/+25
2012-05-28edac.h: Add generic layers for describing a memory locationMauro Carvalho Chehab1-1/+102
2012-05-28edac: move nr_pages to dimm structMauro Carvalho Chehab1-3/+5
2012-05-28edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab1-8/+13
2012-05-28edac: Create a dimm struct and move the labels into itMauro Carvalho Chehab1-5/+23
2012-03-28Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds1-51/+128
2012-03-21edac: rename channel_info to rank_infoMauro Carvalho Chehab1-5/+17
2012-03-21edac: Improve the comments to better describe the memory conceptsMauro Carvalho Chehab1-46/+111