aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/edac_mc_sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-27edac: allow specifying the error count with fake_injectMauro Carvalho Chehab1-2/+13
2012-06-12edac: create top-level debugfs directoryRob Herring1-1/+22
2012-06-12edac: edac_mc_handle_error(): add an error_count parameterMauro Carvalho Chehab1-1/+1
2012-06-11edac: remove arch-specific parameter for the error handlerMauro Carvalho Chehab1-1/+1
2012-06-11edac_mc: Cleanup per-dimm_info debug messagesMauro Carvalho Chehab1-10/+1
2012-06-11edac: Convert debugfX to edac_dbg(X,Joe Perches1-19/+18
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsMauro Carvalho Chehab1-14/+10
2012-06-11edac: change the mem allocation scheme to make Documentation/kobject.txt happyMauro Carvalho Chehab1-54/+72
2012-06-11edac: Only expose csrows/channels on legacy API if they're populatedMauro Carvalho Chehab1-0/+24
2012-06-11edac: Add debufs nodes to allow doing fake error injectMauro Carvalho Chehab1-0/+87
2012-06-11edac: add a sysfs node to report the maximum location for the systemMauro Carvalho Chehab1-0/+19
2012-06-11edac: add a new per-dimm API and make the old per-virtual-rank API obsoleteMauro Carvalho Chehab1-1/+164
2012-06-11edac: rewrite the sysfs code to use struct deviceMauro Carvalho Chehab1-667/+407
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-4/+4
2012-05-28edac: move nr_pages to dimm structMauro Carvalho Chehab1-14/+33
2012-05-28edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab1-3/+3
2012-05-28edac: Create a dimm struct and move the labels into itMauro Carvalho Chehab1-6/+5
2012-03-19EDAC: Correct scrub rate APIBorislav Petkov1-2/+2
2011-12-14edac: convert sysdev_class to a regular subsystemKay Sievers1-8/+8
2011-04-21EDAC: Remove debugging output in scrub rate handlingMarkus Trippelsdorf1-6/+5
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-17EDAC: Shut up sysfs registration debug codeBorislav Petkov1-13/+13
2011-01-07EDAC: Fixup scrubrate manipulationBorislav Petkov1-29/+28
2010-10-26Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/i7coreLinus Torvalds1-36/+46
2010-10-24i7core_edac: don't use a freed mci structMauro Carvalho Chehab1-3/+0
2010-10-24edac_core: Print debug messages at release callsMauro Carvalho Chehab1-0/+2
2010-10-24edac_core: Don't let free(mci) happen while using itMauro Carvalho Chehab1-2/+0
2010-10-24edac_core: Do a better job with node removalMauro Carvalho Chehab1-29/+42
2010-10-24i7core_edac: Properly mark const static vars as suchMauro Carvalho Chehab1-2/+2
2010-10-21EDAC: Export edac sysfs class to users.Borislav Petkov1-3/+6
2010-10-21EDAC: Fix error returnBorislav Petkov1-1/+1
2010-08-03edac, mc: Improve scrub rate handlingBorislav Petkov1-49/+37
2010-05-10edac: Create an unique instance for each kobjMauro Carvalho Chehab1-26/+49
2010-05-10edac: Don't create csrow entries on instance groupsMauro Carvalho Chehab1-2/+2
2010-05-10edac: store/show methods for device groups weren't workingMauro Carvalho Chehab1-7/+78
2010-05-10edac_core: Allow the creation of sysfs groupsMauro Carvalho Chehab1-27/+56
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-2/+2
2009-06-30edac: add DDR3 memory type for MPC85xx EDACYang Shi1-1/+3
2008-07-25edac: core fix added newline to sysfs dimm labelsArthur Jones1-1/+5
2008-07-25edac: core fix static to dynamic ksetArthur Jones1-9/+6
2008-07-25edac: core fix redundant sysfs controls to parametersArthur Jones1-116/+1
2008-07-25edac: core fix workq timerArthur Jones1-1/+21
2008-02-07drivers-edac: add Cell XDR memory typesBenjamin Herrenschmidt1-1/+2
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-6/+6
2008-01-24Kobject: change drivers/edac to use kobject_init_and_addGreg Kroah-Hartman1-19/+9
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman1-1/+1
2007-10-12Drivers: clean up direct setting of the name of a ksetGreg Kroah-Hartman1-1/+2
2007-07-26drivers/edac: fix reset edac_mc pollmsecDoug Thompson1-1/+18