summaryrefslogtreecommitdiff
path: root/drivers/edac/edac_mc_sysfs.c
AgeCommit message (Expand)Author
2019-08-04EDAC: Fix global-out-of-bounds write when setting edac_mc_poll_msecEiichi Tsukata
2019-08-04EDAC/sysfs: Fix memory leak when creating a csrow objectPan Bian
2018-10-03EDAC: Fix memleak in module init error pathJohan Hovold
2016-06-16EDAC: Correct channel count limitBorislav Petkov
2016-04-23EDAC: Fix used after kfree() error in edac_unregister_sysfs()Tony Luck
2015-12-11EDAC: Remove edac_get_sysfs_subsys() error handlingBorislav Petkov
2015-12-11EDAC: Rip out the edac_subsys reference countingBorislav Petkov
2015-12-11EDAC, mc_sysfs: Fix freeing bus' nameBorislav Petkov
2015-10-14EDAC: Use edac_debugfs_remove_recursive()Tan Xiaojun
2015-09-28EDAC: Don't allow empty DIMM labelsToshi Kani
2015-09-25EDAC: Fix sysfs dimm_label store operationToshi Kani
2015-09-25EDAC: Fix sysfs dimm_label show operationToshi Kani
2015-09-22EDAC: Carve out debugfs functionalityBorislav Petkov
2015-06-03EDAC: Remove arbitrary limit on number of channelsTony Luck
2015-02-23EDAC: Properly unwind on failure path in edac_init()Alexey Khoroshilov
2015-02-23EDAC: Allow to pass driver-specific attribute groupsTakashi Iwai
2015-02-23EDAC: Use static attribute groups for managing sysfs entriesTakashi Iwai
2015-01-30EDAC: edac_mc_sysfs: Make stuff staticBorislav Petkov
2015-01-30EDAC: Fix the leak of mci->bus->name when bus_register failsJunjie Mao
2014-12-02sb_edac: Fix off-by-one error in number of channelsJim Snow
2014-06-26edac: add DDR4 and RDDR4Aristeu Rozanski
2014-03-11Merge tag 'v3.14-rc5' into patchworkMauro Carvalho Chehab
2014-02-14EDAC: Poll timeout cannot be zero, p2Borislav Petkov
2014-02-10drivers/edac/edac_mc_sysfs.c: poll timeout cannot be zeroPrarit Bhargava
2014-02-07[media, edac] Change my email addressMauro Carvalho Chehab
2013-12-15EDAC: Mark edac_create_debug_nodes as staticRashika Kheria
2013-08-15Merge tag 'edac_for_3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Ingo Molnar
2013-07-24EDAC: Replace strict_strtol() with kstrtol()Jingoo Han
2013-07-23EDAC: Fix lockdep splatBorislav Petkov
2013-06-08EDAC: Replace strict_strtoul() with kstrtoul()Jingoo Han
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