summaryrefslogtreecommitdiffstats
path: root/drivers/edac/edac_mc_sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* edac: allow specifying the error count with fake_injectMauro Carvalho Chehab2012-06-271-2/+13
* edac: create top-level debugfs directoryRob Herring2012-06-121-1/+22
* edac: edac_mc_handle_error(): add an error_count parameterMauro Carvalho Chehab2012-06-121-1/+1
* edac: remove arch-specific parameter for the error handlerMauro Carvalho Chehab2012-06-111-1/+1
* edac_mc: Cleanup per-dimm_info debug messagesMauro Carvalho Chehab2012-06-111-10/+1
* edac: Convert debugfX to edac_dbg(X,Joe Perches2012-06-111-19/+18
* edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsMauro Carvalho Chehab2012-06-111-14/+10
* edac: change the mem allocation scheme to make Documentation/kobject.txt happyMauro Carvalho Chehab2012-06-111-54/+72
* edac: Only expose csrows/channels on legacy API if they're populatedMauro Carvalho Chehab2012-06-111-0/+24
* edac: Add debufs nodes to allow doing fake error injectMauro Carvalho Chehab2012-06-111-0/+87
* edac: add a sysfs node to report the maximum location for the systemMauro Carvalho Chehab2012-06-111-0/+19
* edac: add a new per-dimm API and make the old per-virtual-rank API obsoleteMauro Carvalho Chehab2012-06-111-1/+164
* edac: rewrite the sysfs code to use struct deviceMauro Carvalho Chehab2012-06-111-667/+407
* edac: Rename the parent dev to pdevMauro Carvalho Chehab2012-06-111-1/+1
* edac: Initialize the dimm label with the known informationMauro Carvalho Chehab2012-05-281-4/+4
* edac: move nr_pages to dimm structMauro Carvalho Chehab2012-05-281-14/+33
* edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab2012-05-281-3/+3
* edac: Create a dimm struct and move the labels into itMauro Carvalho Chehab2012-05-281-6/+5
* EDAC: Correct scrub rate APIBorislav Petkov2012-03-191-2/+2
* edac: convert sysdev_class to a regular subsystemKay Sievers2011-12-141-8/+8
* EDAC: Remove debugging output in scrub rate handlingMarkus Trippelsdorf2011-04-211-6/+5
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* EDAC: Shut up sysfs registration debug codeBorislav Petkov2011-03-171-13/+13
* EDAC: Fixup scrubrate manipulationBorislav Petkov2011-01-071-29/+28
* Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2010-10-261-36/+46
|\
| * i7core_edac: don't use a freed mci structMauro Carvalho Chehab2010-10-241-3/+0
| * edac_core: Print debug messages at release callsMauro Carvalho Chehab2010-10-241-0/+2
| * edac_core: Don't let free(mci) happen while using itMauro Carvalho Chehab2010-10-241-2/+0
| * edac_core: Do a better job with node removalMauro Carvalho Chehab2010-10-241-29/+42
| * i7core_edac: Properly mark const static vars as suchMauro Carvalho Chehab2010-10-241-2/+2
* | EDAC: Export edac sysfs class to users.Borislav Petkov2010-10-211-3/+6
* | EDAC: Fix error returnBorislav Petkov2010-10-211-1/+1
|/
* edac, mc: Improve scrub rate handlingBorislav Petkov2010-08-031-49/+37
* edac: Create an unique instance for each kobjMauro Carvalho Chehab2010-05-101-26/+49
* edac: Don't create csrow entries on instance groupsMauro Carvalho Chehab2010-05-101-2/+2
* edac: store/show methods for device groups weren't workingMauro Carvalho Chehab2010-05-101-7/+78
* edac_core: Allow the creation of sysfs groupsMauro Carvalho Chehab2010-05-101-27/+56
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-2/+2
* edac: add DDR3 memory type for MPC85xx EDACYang Shi2009-06-301-1/+3
* edac: core fix added newline to sysfs dimm labelsArthur Jones2008-07-251-1/+5
* edac: core fix static to dynamic ksetArthur Jones2008-07-251-9/+6
* edac: core fix redundant sysfs controls to parametersArthur Jones2008-07-251-116/+1
* edac: core fix workq timerArthur Jones2008-07-251-1/+21
* drivers-edac: add Cell XDR memory typesBenjamin Herrenschmidt2008-02-071-1/+2
* Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-241-6/+6
* Kobject: change drivers/edac to use kobject_init_and_addGreg Kroah-Hartman2008-01-241-19/+9
* kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-241-1/+1
* Drivers: clean up direct setting of the name of a ksetGreg Kroah-Hartman2007-10-121-1/+2
* drivers/edac: fix reset edac_mc pollmsecDoug Thompson2007-07-261-1/+18