1. 34417f2 EDAC/mc_sysfs: Print MC-scope sysfs counters unsigned by Eric Badger · 3 years, 3 months ago
  2. e6bbde8 EDAC/mc_sysfs: Add missing newlines when printing {max,dimm}_location by Xiongfeng Wang · 4 years, 4 months ago
  3. 4aa92c8 EDAC/mc: Remove per layer counters by Robert Richter · 4 years, 10 months ago
  4. bea1bfd EDAC/mc: Change mci device removal to use put_device() by Robert Richter · 4 years, 11 months ago
  5. 4d59588 EDAC/sysfs: Remove csrow objects on errors by Robert Richter · 4 years, 11 months ago
  6. 216aa14 EDAC/mc: Fix use-after-free and memleaks during device removal by Robert Richter · 4 years, 11 months ago
  7. c498afa EDAC: Introduce an mci_for_each_dimm() iterator by Robert Richter · 5 years ago
  8. 977b1ce EDAC: Remove EDAC_DIMM_OFF() macro by Robert Richter · 5 years ago
  9. e701f41 EDAC/mc_sysfs: Make debug messages consistent by Robert Richter · 5 years ago
  10. 644110e EDAC/mc_sysfs: Remove pointless gotos by Robert Richter · 5 years ago
  11. d55c79a EDAC: Prefer 'unsigned int' to bare use of 'unsigned' by Robert Richter · 5 years ago
  12. d8655e7 EDAC: Fix global-out-of-bounds write when setting edac_mc_poll_msec by Eiichi Tsukata · 6 years ago
  13. 7adc05d EDAC/sysfs: Drop device references properly by Greg KH · 6 years ago
  14. 585fb3d EDAC/sysfs: Fix memory leak when creating a csrow object by Pan Bian · 6 years ago
  15. 861e6ed EDAC: Drop per-memory controller buses by Borislav Petkov · 6 years ago
  16. 88a10b1 EDAC: Don't add devices under /sys/bus/edac by Tony Luck · 6 years ago
  17. 4708aa8 EDAC: Fix memleak in module init error path by Johan Hovold · 7 years ago
  18. d6dd77e EDAC: Drop duplicated array of strings for memory type names by Tony Luck · 7 years ago
  19. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  20. b2b3e736 EDAC: Make device_type const by Bhumika Goyal · 7 years ago
  21. 1c18be5 EDAC: Constify attribute_group structures by Arvind Yadav · 7 years ago
  22. 4fb6fde EDAC: Expose per-DIMM error counts in sysfs by Aaron Miller · 8 years ago
  23. 628ea92 EDAC: Make dev_attr_sdram_scrub_rate static by Ben Dooks · 9 years ago
  24. 78d88e8 edac: rename edac_core.h to edac_mc.h by Mauro Carvalho Chehab · 8 years ago
  25. bba1429 EDAC: Correct channel count limit by Borislav Petkov · 9 years ago
  26. ab67b6c EDAC: Fix used after kfree() error in edac_unregister_sysfs() by Tony Luck · 9 years ago
  27. d453800 EDAC: Remove edac_get_sysfs_subsys() error handling by Borislav Petkov · 9 years ago
  28. 733476c EDAC: Rip out the edac_subsys reference counting by Borislav Petkov · 9 years ago
  29. 12e2696 EDAC, mc_sysfs: Fix freeing bus' name by Borislav Petkov · 9 years ago
  30. 30f84a8 EDAC: Use edac_debugfs_remove_recursive() by Tan Xiaojun · 9 years ago
  31. d0c9c93 EDAC: Don't allow empty DIMM labels by Toshi Kani · 9 years ago
  32. 438470b EDAC: Fix sysfs dimm_label store operation by Toshi Kani · 9 years ago
  33. 1ea62c5 EDAC: Fix sysfs dimm_label show operation by Toshi Kani · 9 years ago
  34. 7ac8bf9 EDAC: Carve out debugfs functionality by Borislav Petkov · 9 years ago
  35. c44696f EDAC: Remove arbitrary limit on number of channels by Tony Luck · 10 years ago
  36. c6b97bc EDAC: Properly unwind on failure path in edac_init() by Alexey Khoroshilov · 10 years ago
  37. 4e8d230 EDAC: Allow to pass driver-specific attribute groups by Takashi Iwai · 10 years ago
  38. 2c1946b EDAC: Use static attribute groups for managing sysfs entries by Takashi Iwai · 10 years ago
  39. f11135d EDAC: edac_mc_sysfs: Make stuff static by Borislav Petkov · 10 years ago
  40. 1bf1950 EDAC: Fix the leak of mci->bus->name when bus_register fails by Junjie Mao · 10 years ago
  41. 50043e2 sb_edac: Fix off-by-one error in number of channels by Jim Snow · 10 years ago
  42. 7b82783 edac: add DDR4 and RDDR4 by Aristeu Rozanski · 11 years ago
  43. c897df0 Merge tag 'v3.14-rc5' into patchwork by Mauro Carvalho Chehab · 11 years ago
  44. 9da21b1 EDAC: Poll timeout cannot be zero, p2 by Borislav Petkov · 11 years ago
  45. 79040ca drivers/edac/edac_mc_sysfs.c: poll timeout cannot be zero by Prarit Bhargava · 11 years ago
  46. 37e59f8 [media, edac] Change my email address by Mauro Carvalho Chehab · 11 years ago
  47. 9528593 EDAC: Mark edac_create_debug_nodes as static by Rashika Kheria · 11 years ago
  48. c874b6b Merge tag 'edac_for_3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/ras by Ingo Molnar · 11 years ago
  49. c542b53 EDAC: Replace strict_strtol() with kstrtol() by Jingoo Han · 11 years ago
  50. 88d84ac EDAC: Fix lockdep splat by Borislav Petkov · 11 years ago
  51. c7f62fc EDAC: Replace strict_strtoul() with kstrtoul() by Jingoo Han · 12 years ago
  52. c8c64d1 EDAC: Don't give write permission to read-only files by Srivatsa S. Bhat · 12 years ago
  53. 8b7719e EDAC, mc_sysfs.c: Fix string array pointer types by Borislav Petkov · 12 years ago
  54. 9713fae EDAC: Merge mci.mem_is_per_rank with mci.csbased by Mauro Carvalho Chehab · 12 years ago
  55. 1eef128 amd64_edac: Correct DIMM sizes by Mauro Carvalho Chehab · 12 years ago
  56. fbe2d36 EDAC: Make sysfs functions static by Stephen Hemminger · 12 years ago
  57. 3d95882 edac: better report error conditions in debug mode by Mauro Carvalho Chehab · 12 years ago
  58. e710047 edac: only create sdram_scrub_rate where supported by Mauro Carvalho Chehab · 12 years ago
  59. 44d22e2 EDAC: Cleanup device deregistering path by Lans Zhang · 12 years ago
  60. 311bd84 EDAC: Fix kernel panic on module unloading by Konstantin Khlebnikov · 12 years ago
  61. 2d56b10 EDAC: Handle error path in edac_mc_sysfs_init() properly by Denis Kirjanov · 12 years ago
  62. db7312a EDAC: Convert to use simple_open() by Wei Yongjun · 12 years ago
  63. 3c06227 EDAC: Fix mc size reported in sysfs by Josh Hunt · 12 years ago
  64. 16a528ee EDAC: Fix csrow size reported in sysfs by Borislav Petkov · 12 years ago
  65. 921a689 EDAC: Pass mci parent by Borislav Petkov · 12 years ago
  66. 38ced28 edac: allow specifying the error count with fake_inject by Mauro Carvalho Chehab · 13 years ago
  67. e7930ba edac: create top-level debugfs directory by Rob Herring · 13 years ago
  68. 9eb07a7 edac: edac_mc_handle_error(): add an error_count parameter by Mauro Carvalho Chehab · 13 years ago
  69. 03f7eae edac: remove arch-specific parameter for the error handler by Mauro Carvalho Chehab · 13 years ago
  70. 6e84d35 edac_mc: Cleanup per-dimm_info debug messages by Mauro Carvalho Chehab · 13 years ago
  71. 956b9ba1 edac: Convert debugfX to edac_dbg(X, by Joe Perches · 13 years ago
  72. dd23cd6 edac: Don't add __func__ or __FILE__ for debugf[0-9] msgs by Mauro Carvalho Chehab · 13 years ago
  73. de3910eb edac: change the mem allocation scheme to make Documentation/kobject.txt happy by Mauro Carvalho Chehab · 13 years ago
  74. e39f4ea edac: Only expose csrows/channels on legacy API if they're populated by Mauro Carvalho Chehab · 13 years ago
  75. 452a6bf edac: Add debufs nodes to allow doing fake error inject by Mauro Carvalho Chehab · 13 years ago
  76. 8ad6c78 edac: add a sysfs node to report the maximum location for the system by Mauro Carvalho Chehab · 13 years ago
  77. 1997471 edac: add a new per-dimm API and make the old per-virtual-rank API obsolete by Mauro Carvalho Chehab · 13 years ago
  78. 7a623c0 edac: rewrite the sysfs code to use struct device by Mauro Carvalho Chehab · 13 years ago
  79. fd68750 edac: Rename the parent dev to pdev by Mauro Carvalho Chehab · 13 years ago
  80. 5926ff5 edac: Initialize the dimm label with the known information by Mauro Carvalho Chehab · 13 years ago
  81. a895bf8 edac: move nr_pages to dimm struct by Mauro Carvalho Chehab · 13 years ago
  82. 084a4fc edac: move dimm properties to struct dimm_info by Mauro Carvalho Chehab · 13 years ago
  83. a7d7d2e edac: Create a dimm struct and move the labels into it by Mauro Carvalho Chehab · 13 years ago
  84. 5e8e19b EDAC: Correct scrub rate API by Borislav Petkov · 13 years ago
  85. fe5ff8b edac: convert sysdev_class to a regular subsystem by Kay Sievers · 13 years ago
  86. 4949603 EDAC: Remove debugging output in scrub rate handling by Markus Trippelsdorf · 14 years ago
  87. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  88. b6a280b EDAC: Shut up sysfs registration debug code by Borislav Petkov · 14 years ago
  89. 3909444 EDAC: Fixup scrubrate manipulation by Borislav Petkov · 14 years ago
  90. da62aa6 Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/i7core by Linus Torvalds · 14 years ago
  91. accf74f i7core_edac: don't use a freed mci struct by Mauro Carvalho Chehab · 14 years ago
  92. bbc560a edac_core: Print debug messages at release calls by Mauro Carvalho Chehab · 14 years ago
  93. ac99768 edac_core: Don't let free(mci) happen while using it by Mauro Carvalho Chehab · 14 years ago
  94. 6fe1108 edac_core: Do a better job with node removal by Mauro Carvalho Chehab · 14 years ago
  95. 1288c18 i7core_edac: Properly mark const static vars as such by Mauro Carvalho Chehab · 14 years ago
  96. 30e1f7a EDAC: Export edac sysfs class to users. by Borislav Petkov · 14 years ago
  97. ca755e0 EDAC: Fix error return by Borislav Petkov · 14 years ago
  98. eba042a edac, mc: Improve scrub rate handling by Borislav Petkov · 15 years ago
  99. b968759 edac: Create an unique instance for each kobj by Mauro Carvalho Chehab · 15 years ago
  100. c419d92 edac: Don't create csrow entries on instance groups by Mauro Carvalho Chehab · 15 years ago