summaryrefslogtreecommitdiffstats
path: root/drivers/edac/edac_mc_sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* EDAC: Remove arbitrary limit on number of channelsTony Luck2015-06-031-5/+0Star
* EDAC: Properly unwind on failure path in edac_init()Alexey Khoroshilov2015-02-231-2/+2
* EDAC: Allow to pass driver-specific attribute groupsTakashi Iwai2015-02-231-1/+3
* EDAC: Use static attribute groups for managing sysfs entriesTakashi Iwai2015-02-231-88/+71Star
* EDAC: edac_mc_sysfs: Make stuff staticBorislav Petkov2015-01-301-11/+11
* EDAC: Fix the leak of mci->bus->name when bus_register failsJunjie Mao2015-01-301-13/+16
* sb_edac: Fix off-by-one error in number of channelsJim Snow2014-12-021-1/+1
* edac: add DDR4 and RDDR4Aristeu Rozanski2014-06-261-1/+3
* Merge tag 'v3.14-rc5' into patchworkMauro Carvalho Chehab2014-03-111-4/+6
|\
| * EDAC: Poll timeout cannot be zero, p2Borislav Petkov2014-02-141-4/+6
| * drivers/edac/edac_mc_sysfs.c: poll timeout cannot be zeroPrarit Bhargava2014-02-111-1/+1
* | [media, edac] Change my email addressMauro Carvalho Chehab2014-02-071-1/+1
|/
* EDAC: Mark edac_create_debug_nodes as staticRashika Kheria2013-12-151-1/+1
* Merge tag 'edac_for_3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Ingo Molnar2013-08-151-2/+4
|\
| * EDAC: Replace strict_strtol() with kstrtol()Jingoo Han2013-07-241-2/+4
* | EDAC: Fix lockdep splatBorislav Petkov2013-07-241-13/+15
|/
* EDAC: Replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-081-1/+1
* EDAC: Don't give write permission to read-only filesSrivatsa S. Bhat2013-05-091-6/+6
* EDAC, mc_sysfs.c: Fix string array pointer typesBorislav Petkov2013-03-251-3/+3
* EDAC: Merge mci.mem_is_per_rank with mci.csbasedMauro Carvalho Chehab2013-03-161-1/+1
* amd64_edac: Correct DIMM sizesMauro Carvalho Chehab2013-03-161-10/+3Star
* EDAC: Make sysfs functions staticStephen Hemminger2013-03-051-1/+1
* edac: better report error conditions in debug modeMauro Carvalho Chehab2013-02-211-1/+6
* edac: only create sdram_scrub_rate where supportedMauro Carvalho Chehab2013-02-211-10/+19
* EDAC: Cleanup device deregistering pathLans Zhang2013-01-071-12/+6Star
* EDAC: Fix kernel panic on module unloadingKonstantin Khlebnikov2013-01-071-2/+1Star
* EDAC: Handle error path in edac_mc_sysfs_init() properlyDenis Kirjanov2012-11-281-2/+15
* EDAC: Convert to use simple_open()Wei Yongjun2012-11-281-7/+1Star
* EDAC: Fix mc size reported in sysfsJosh Hunt2012-11-281-4/+8
* EDAC: Fix csrow size reported in sysfsBorislav Petkov2012-11-281-0/+3
* EDAC: Pass mci parentBorislav Petkov2012-11-281-0/+1
* 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/+1Star
* edac: Convert debugfX to edac_dbg(X,Joe Perches2012-06-111-19/+18Star
* edac: Don't add __func__ or __FILE__ for debugf[0-9] msgsMauro Carvalho Chehab2012-06-111-14/+10Star
* 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/+407Star
* 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-291-4/+4
* edac: move nr_pages to dimm structMauro Carvalho Chehab2012-05-291-14/+33
* edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab2012-05-291-3/+3
* edac: Create a dimm struct and move the labels into itMauro Carvalho Chehab2012-05-291-6/+5Star
* EDAC: Correct scrub rate APIBorislav Petkov2012-03-191-2/+2