aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/edac_mc_sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-13EDAC/sysfs: Remove csrow objects on errorsRobert Richter1-2/+1
2020-02-13EDAC/mc: Fix use-after-free and memleaks during device removalRobert Richter1-12/+3
2019-11-10EDAC: Introduce an mci_for_each_dimm() iteratorRobert Richter1-17/+12
2019-11-09EDAC: Remove EDAC_DIMM_OFF() macroRobert Richter1-16/+4
2019-09-04EDAC/mc_sysfs: Make debug messages consistentRobert Richter1-34/+30
2019-09-03EDAC/mc_sysfs: Remove pointless gotosRobert Richter1-13/+7
2019-09-03EDAC: Prefer 'unsigned int' to bare use of 'unsigned'Robert Richter1-4/+4
2019-06-27EDAC: Fix global-out-of-bounds write when setting edac_mc_poll_msecEiichi Tsukata1-8/+8
2019-06-20EDAC/sysfs: Drop device references properlyGreg KH1-3/+7
2019-06-20EDAC/sysfs: Fix memory leak when creating a csrow objectPan Bian1-1/+7
2018-11-13EDAC: Drop per-memory controller busesBorislav Petkov1-28/+2
2018-11-13EDAC: Don't add devices under /sys/bus/edacTony Luck1-3/+0
2018-06-17EDAC: Fix memleak in module init error pathJohan Hovold1-3/+3
2018-03-14EDAC: Drop duplicated array of strings for memory type namesTony Luck1-24/+2
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-1/+1
2017-08-20EDAC: Make device_type constBhumika Goyal1-4/+4
2017-07-17EDAC: Constify attribute_group structuresArvind Yadav1-3/+3
2017-01-19EDAC: Expose per-DIMM error counts in sysfsAaron Miller1-0/+38
2017-01-06EDAC: Make dev_attr_sdram_scrub_rate staticBen Dooks1-1/+1
2016-12-15edac: rename edac_core.h to edac_mc.hMauro Carvalho Chehab1-1/+1
2016-06-16EDAC: Correct channel count limitBorislav Petkov1-1/+19
2016-04-23EDAC: Fix used after kfree() error in edac_unregister_sysfs()Tony Luck1-1/+2
2015-12-11EDAC: Remove edac_get_sysfs_subsys() error handlingBorislav Petkov1-10/+1
2015-12-11EDAC: Rip out the edac_subsys reference countingBorislav Petkov1-4/+1
2015-12-11EDAC, mc_sysfs: Fix freeing bus' nameBorislav Petkov1-7/+14
2015-10-14EDAC: Use edac_debugfs_remove_recursive()Tan Xiaojun1-1/+1
2015-09-28EDAC: Don't allow empty DIMM labelsToshi Kani1-2/+2
2015-09-25EDAC: Fix sysfs dimm_label store operationToshi Kani1-10/+24
2015-09-25EDAC: Fix sysfs dimm_label show operationToshi Kani1-2/+2
2015-09-22EDAC: Carve out debugfs functionalityBorislav Petkov1-109/+1
2015-06-03EDAC: Remove arbitrary limit on number of channelsTony Luck1-5/+0
2015-02-23EDAC: Properly unwind on failure path in edac_init()Alexey Khoroshilov1-2/+2
2015-02-23EDAC: Allow to pass driver-specific attribute groupsTakashi Iwai1-1/+3
2015-02-23EDAC: Use static attribute groups for managing sysfs entriesTakashi Iwai1-88/+71
2015-01-30EDAC: edac_mc_sysfs: Make stuff staticBorislav Petkov1-11/+11
2015-01-30EDAC: Fix the leak of mci->bus->name when bus_register failsJunjie Mao1-13/+16
2014-12-02sb_edac: Fix off-by-one error in number of channelsJim Snow1-1/+1
2014-06-26edac: add DDR4 and RDDR4Aristeu Rozanski1-1/+3
2014-03-11Merge tag 'v3.14-rc5' into patchworkMauro Carvalho Chehab1-4/+6
2014-02-14EDAC: Poll timeout cannot be zero, p2Borislav Petkov1-4/+6
2014-02-10drivers/edac/edac_mc_sysfs.c: poll timeout cannot be zeroPrarit Bhargava1-1/+1
2014-02-07[media, edac] Change my email addressMauro Carvalho Chehab1-1/+1
2013-12-15EDAC: Mark edac_create_debug_nodes as staticRashika Kheria1-1/+1
2013-08-15Merge tag 'edac_for_3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/rasIngo Molnar1-2/+4
2013-07-24EDAC: Replace strict_strtol() with kstrtol()Jingoo Han1-2/+4
2013-07-23EDAC: Fix lockdep splatBorislav Petkov1-13/+15
2013-06-08EDAC: Replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-05-09EDAC: Don't give write permission to read-only filesSrivatsa S. Bhat1-6/+6
2013-03-25EDAC, mc_sysfs.c: Fix string array pointer typesBorislav Petkov1-3/+3
2013-03-16EDAC: Merge mci.mem_is_per_rank with mci.csbasedMauro Carvalho Chehab1-1/+1