aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac/edac_mc_sysfs.c
AgeCommit message (Expand)Author
2014-02-22EDAC: Poll timeout cannot be zero, p2Borislav Petkov
2014-02-22drivers/edac/edac_mc_sysfs.c: poll timeout cannot be zeroPrarit Bhargava
2014-02-22EDAC: Replace strict_strtol() with kstrtol()Jingoo Han
2013-07-28EDAC: Fix lockdep splatBorislav Petkov
2013-05-09EDAC: Don't give write permission to read-only filesSrivatsa S. Bhat
2013-03-25EDAC, mc_sysfs.c: Fix string array pointer typesBorislav Petkov
2013-03-16EDAC: Merge mci.mem_is_per_rank with mci.csbasedMauro Carvalho Chehab
2013-03-16amd64_edac: Correct DIMM sizesMauro Carvalho Chehab
2013-03-05EDAC: Make sysfs functions staticStephen Hemminger
2013-02-21edac: better report error conditions in debug modeMauro Carvalho Chehab
2013-02-21edac: only create sdram_scrub_rate where supportedMauro Carvalho Chehab
2013-01-07EDAC: Cleanup device deregistering pathLans Zhang
2013-01-07EDAC: Fix kernel panic on module unloadingKonstantin Khlebnikov
2012-11-28EDAC: Handle error path in edac_mc_sysfs_init() properlyDenis Kirjanov
2012-11-28EDAC: Convert to use simple_open()Wei Yongjun
2012-11-28EDAC: Fix mc size reported in sysfsJosh Hunt
2012-11-28EDAC: Fix csrow size reported in sysfsBorislav Petkov
2012-11-28EDAC: Pass mci parentBorislav Petkov
2012-06-27edac: allow specifying the error count with fake_injectMauro Carvalho Chehab
2012-06-12edac: create top-level debugfs directoryRob Herring
2012-06-12edac: edac_mc_handle_error(): add an error_count parameterMauro Carvalho Chehab
2012-06-11edac: remove arch-specific parameter for the error handlerMauro Carvalho Chehab
2012-06-11edac_mc: Cleanup per-dimm_info debug messagesMauro Carvalho Chehab
2012-06-11edac: Convert debugfX to edac_dbg(X,Joe Perches
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsMauro Carvalho Chehab
2012-06-11edac: change the mem allocation scheme to make Documentation/kobject.txt happyMauro Carvalho Chehab
2012-06-11edac: Only expose csrows/channels on legacy API if they're populatedMauro Carvalho Chehab
2012-06-11edac: Add debufs nodes to allow doing fake error injectMauro Carvalho Chehab
2012-06-11edac: add a sysfs node to report the maximum location for the systemMauro Carvalho Chehab
2012-06-11edac: add a new per-dimm API and make the old per-virtual-rank API obsoleteMauro Carvalho Chehab
2012-06-11edac: rewrite the sysfs code to use struct deviceMauro Carvalho Chehab
2012-06-11edac: Rename the parent dev to pdevMauro Carvalho Chehab
2012-05-28edac: Initialize the dimm label with the known informationMauro Carvalho Chehab
2012-05-28edac: move nr_pages to dimm structMauro Carvalho Chehab
2012-05-28edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab
2012-05-28edac: Create a dimm struct and move the labels into itMauro Carvalho Chehab
2012-03-19EDAC: Correct scrub rate APIBorislav Petkov
2011-12-14edac: convert sysdev_class to a regular subsystemKay Sievers
2011-04-21EDAC: Remove debugging output in scrub rate handlingMarkus Trippelsdorf
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-17EDAC: Shut up sysfs registration debug codeBorislav Petkov
2011-01-07EDAC: Fixup scrubrate manipulationBorislav Petkov
2010-10-26Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2010-10-24i7core_edac: don't use a freed mci structMauro Carvalho Chehab
2010-10-24edac_core: Print debug messages at release callsMauro Carvalho Chehab
2010-10-24edac_core: Don't let free(mci) happen while using itMauro Carvalho Chehab
2010-10-24edac_core: Do a better job with node removalMauro Carvalho Chehab
2010-10-24i7core_edac: Properly mark const static vars as suchMauro Carvalho Chehab
2010-10-21EDAC: Export edac sysfs class to users.Borislav Petkov
2010-10-21EDAC: Fix error returnBorislav Petkov