aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac/edac_mc_sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-14EDAC: Poll timeout cannot be zero, p2Gravatar Borislav Petkov 1-4/+6
2014-02-10drivers/edac/edac_mc_sysfs.c: poll timeout cannot be zeroGravatar Prarit Bhargava 1-1/+1
2013-12-15EDAC: Mark edac_create_debug_nodes as staticGravatar Rashika Kheria 1-1/+1
2013-08-15Merge tag 'edac_for_3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Gravatar Ingo Molnar 1-2/+4
2013-07-24EDAC: Replace strict_strtol() with kstrtol()Gravatar Jingoo Han 1-2/+4
2013-07-23EDAC: Fix lockdep splatGravatar Borislav Petkov 1-13/+15
2013-06-08EDAC: Replace strict_strtoul() with kstrtoul()Gravatar Jingoo Han 1-1/+1
2013-05-09EDAC: Don't give write permission to read-only filesGravatar Srivatsa S. Bhat 1-6/+6
2013-03-25EDAC, mc_sysfs.c: Fix string array pointer typesGravatar Borislav Petkov 1-3/+3
2013-03-16EDAC: Merge mci.mem_is_per_rank with mci.csbasedGravatar Mauro Carvalho Chehab 1-1/+1
2013-03-16amd64_edac: Correct DIMM sizesGravatar Mauro Carvalho Chehab 1-10/+3
2013-03-05EDAC: Make sysfs functions staticGravatar Stephen Hemminger 1-1/+1
2013-02-21edac: better report error conditions in debug modeGravatar Mauro Carvalho Chehab 1-1/+6
2013-02-21edac: only create sdram_scrub_rate where supportedGravatar Mauro Carvalho Chehab 1-10/+19
2013-01-07EDAC: Cleanup device deregistering pathGravatar Lans Zhang 1-12/+6
2013-01-07EDAC: Fix kernel panic on module unloadingGravatar Konstantin Khlebnikov 1-2/+1
2012-11-28EDAC: Handle error path in edac_mc_sysfs_init() properlyGravatar Denis Kirjanov 1-2/+15
2012-11-28EDAC: Convert to use simple_open()Gravatar Wei Yongjun 1-7/+1
2012-11-28EDAC: Fix mc size reported in sysfsGravatar Josh Hunt 1-4/+8
2012-11-28EDAC: Fix csrow size reported in sysfsGravatar Borislav Petkov 1-0/+3
2012-11-28EDAC: Pass mci parentGravatar Borislav Petkov 1-0/+1
2012-06-27edac: allow specifying the error count with fake_injectGravatar Mauro Carvalho Chehab 1-2/+13
2012-06-12edac: create top-level debugfs directoryGravatar Rob Herring 1-1/+22
2012-06-12edac: edac_mc_handle_error(): add an error_count parameterGravatar Mauro Carvalho Chehab 1-1/+1
2012-06-11edac: remove arch-specific parameter for the error handlerGravatar Mauro Carvalho Chehab 1-1/+1
2012-06-11edac_mc: Cleanup per-dimm_info debug messagesGravatar Mauro Carvalho Chehab 1-10/+1
2012-06-11edac: Convert debugfX to edac_dbg(X,Gravatar Joe Perches 1-19/+18
2012-06-11edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsGravatar Mauro Carvalho Chehab 1-14/+10
2012-06-11edac: change the mem allocation scheme to make Documentation/kobject.txt happyGravatar Mauro Carvalho Chehab 1-54/+72
2012-06-11edac: Only expose csrows/channels on legacy API if they're populatedGravatar Mauro Carvalho Chehab 1-0/+24
2012-06-11edac: Add debufs nodes to allow doing fake error injectGravatar Mauro Carvalho Chehab 1-0/+87
2012-06-11edac: add a sysfs node to report the maximum location for the systemGravatar Mauro Carvalho Chehab 1-0/+19
2012-06-11edac: add a new per-dimm API and make the old per-virtual-rank API obsoleteGravatar Mauro Carvalho Chehab 1-1/+164
2012-06-11edac: rewrite the sysfs code to use struct deviceGravatar Mauro Carvalho Chehab 1-667/+407
2012-06-11edac: Rename the parent dev to pdevGravatar Mauro Carvalho Chehab 1-1/+1
2012-05-28edac: Initialize the dimm label with the known informationGravatar Mauro Carvalho Chehab 1-4/+4
2012-05-28edac: move nr_pages to dimm structGravatar Mauro Carvalho Chehab 1-14/+33
2012-05-28edac: move dimm properties to struct dimm_infoGravatar Mauro Carvalho Chehab 1-3/+3
2012-05-28edac: Create a dimm struct and move the labels into itGravatar Mauro Carvalho Chehab 1-6/+5
2012-03-19EDAC: Correct scrub rate APIGravatar Borislav Petkov 1-2/+2
2011-12-14edac: convert sysdev_class to a regular subsystemGravatar Kay Sievers 1-8/+8
2011-04-21EDAC: Remove debugging output in scrub rate handlingGravatar Markus Trippelsdorf 1-6/+5
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-17EDAC: Shut up sysfs registration debug codeGravatar Borislav Petkov 1-13/+13
2011-01-07EDAC: Fixup scrubrate manipulationGravatar Borislav Petkov 1-29/+28
2010-10-26Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 1-36/+46
2010-10-24i7core_edac: don't use a freed mci structGravatar Mauro Carvalho Chehab 1-3/+0
2010-10-24edac_core: Print debug messages at release callsGravatar Mauro Carvalho Chehab 1-0/+2
2010-10-24edac_core: Don't let free(mci) happen while using itGravatar Mauro Carvalho Chehab 1-2/+0
2010-10-24edac_core: Do a better job with node removalGravatar Mauro Carvalho Chehab 1-29/+42