1. fca6116 EDAC/mc: Replace strcpy(), sprintf() and snprintf() with strscpy() or scnprintf() by Len Baker · 3 years, 4 months ago
  2. e1ca90b EDAC/mc: Add new HBM2 memory type by Naveen Krishna Chatradhi · 3 years, 6 months ago
  3. bc1c99a EDAC: Add DDR5 new memory type by Qiuxu Zhuo · 4 years, 1 month ago
  4. 3b20369 EDAC: Add three new memory types by Qiuxu Zhuo · 4 years, 2 months ago
  5. e9ff663 EDAC/mc: Call edac_inc_ue_error() before panic by Zhenzhong Duan · 4 years, 7 months ago
  6. 7fc0b9b EDAC: Drop the EDAC report status checks by Tony Luck · 4 years, 11 months ago
  7. 4aa92c8 EDAC/mc: Remove per layer counters by Robert Richter · 4 years, 11 months ago
  8. 1853ee7 EDAC/mc: Remove detail[] string and cleanup error string generation by Robert Richter · 5 years ago
  9. 6ab7617 EDAC/mc: Pass the error descriptor to error reporting functions by Robert Richter · 5 years ago
  10. 67792cf EDAC/mc: Remove enable_per_layer_report function argument by Robert Richter · 5 years ago
  11. 65bb4d1 EDAC/mc: Report "unknown memory" on too many DIMM labels found by Robert Richter · 5 years ago
  12. 6334dc4 EDAC/mc: Carve out error increment into a separate function by Robert Richter · 4 years, 11 months ago
  13. 91b327f EDAC/mc: Determine mci pointer from the error descriptor by Robert Richter · 5 years ago
  14. 672ef0e EDAC: Store error type in struct edac_raw_error_desc by Robert Richter · 5 years ago
  15. 1f27c79 EDAC/mc: Reorder functions edac_mc_alloc*() by Robert Richter · 5 years ago
  16. aad28c6 EDAC/mc: Split edac_mc_alloc() into smaller functions by Robert Richter · 5 years ago
  17. bea1bfd EDAC/mc: Change mci device removal to use put_device() by Robert Richter · 4 years, 11 months ago
  18. 216aa14 EDAC/mc: Fix use-after-free and memleaks during device removal by Robert Richter · 4 years, 11 months ago
  19. 787d899 EDAC: Unify the mc_event tracepoint call by Robert Richter · 5 years ago
  20. 0d8292e EDAC/mc: Reduce indentation level in edac_mc_handle_error() by Robert Richter · 5 years ago
  21. 47bec6b EDAC/mc: Remove needless zero string termination by Robert Richter · 5 years ago
  22. d260e8f EDAC/mc: Do not BUG_ON() in edac_mc_alloc() by Robert Richter · 5 years ago
  23. c498afa EDAC: Introduce an mci_for_each_dimm() iterator by Robert Richter · 5 years ago
  24. 977b1ce EDAC: Remove EDAC_DIMM_OFF() macro by Robert Richter · 5 years ago
  25. d55c79a EDAC: Prefer 'unsigned int' to bare use of 'unsigned' by Robert Richter · 5 years ago
  26. 718d585 EDAC/mc: Cleanup _edac_mc_free() code by Robert Richter · 6 years ago
  27. 3724ace EDAC/mc: Fix grain_bits calculation by Robert Richter · 6 years ago
  28. 29a0c84 EDAC/mc: Fix edac_mc_find() in case no device is found by Robert Richter · 6 years ago
  29. 861e6ed EDAC: Drop per-memory controller buses by Borislav Petkov · 6 years ago
  30. b748f2d EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[] by Takashi Iwai · 6 years ago
  31. 001f861 EDAC: Add new memory type for non-volatile DIMMs by Tony Luck · 7 years ago
  32. d6dd77e EDAC: Drop duplicated array of strings for memory type names by Tony Luck · 7 years ago
  33. 3877c7d EDAC: Add helper which returns the loaded platform driver by Toshi Kani · 7 years ago
  34. bffc7de EDAC: Rename report status accessors by Borislav Petkov · 8 years ago
  35. fee27d7 EDAC: Delete edac_stub.c by Borislav Petkov · 8 years ago
  36. be1d162 EDAC: Issue tracepoint only when it is defined by Borislav Petkov · 8 years ago
  37. 8c22b4f EDAC: Move edac_op_state to edac_mc.c by Borislav Petkov · 8 years ago
  38. d3116a0 EDAC: Remove edac_err_assert by Borislav Petkov · 8 years ago
  39. 97bb6c1 EDAC: Get rid of edac_handlers by Borislav Petkov · 8 years ago
  40. d7fc9d7 EDAC: Add routine to check if MC devices list is empty by Yazen Ghannam · 8 years ago
  41. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  42. e01aa14 edac: move documentation from edac_mc.c to edac_core.h by Mauro Carvalho Chehab · 8 years ago
  43. 78d88e8 edac: rename edac_core.h to edac_mc.h by Mauro Carvalho Chehab · 8 years ago
  44. c73e883 EDAC, mc: Fix locking around mc_devices list by Borislav Petkov · 8 years ago
  45. fbedcaf EDAC: Fix workqueues poll period resetting by Nicholas Krause · 9 years ago
  46. 993f88f EDAC: Increment correct counter in edac_inc_ue_error() by Emmanouil Maroudas · 9 years ago
  47. 06e912d EDAC: Cleanup/sync workqueue functions by Borislav Petkov · 9 years ago
  48. 626a7a4 EDAC: Kill workqueue setup/teardown functions by Borislav Petkov · 9 years ago
  49. 0966760 EDAC: Balance workqueue setup and teardown by Borislav Petkov · 9 years ago
  50. c4cf3b4 EDAC: Rework workqueue handling by Borislav Petkov · 9 years ago
  51. fcd5c4d EDAC: Robustify workqueues destruction by Borislav Petkov · 9 years ago
  52. 990995b EDAC: Fix PAGES_TO_MiB macro misuse by Tan Xiaojun · 9 years ago
  53. b01aec9 EDAC: Cleanup atomic_scrub mess by Borislav Petkov · 10 years ago
  54. 4e8d230 EDAC: Allow to pass driver-specific attribute groups by Takashi Iwai · 10 years ago
  55. 4cfc3a4 EDAC: Sync memory types and names by Borislav Petkov · 10 years ago
  56. 348fec7 EDAC: Add DDR3 LRDIMM entries to edac_mem_types by Aravind Gopalakrishnan · 10 years ago
  57. f4ce6ec EDAC: Fix mem_types strings type by Borislav Petkov · 10 years ago
  58. 76ac827 trace, RAS: Add basic RAS trace event by Chen, Gong · 11 years ago
  59. aa2064d EDAC: Fix MC scrub mode comparsion bug for correctable errors by Loc Ho · 11 years ago
  60. cb6ef42 EDAC: Correct workqueue setup path by Borislav Petkov · 11 years ago
  61. 9da21b1 EDAC: Poll timeout cannot be zero, p2 by Borislav Petkov · 11 years ago
  62. 7270a60 edac: Unify reporting of device info for device, mc and pci by Robert Richter · 11 years ago
  63. 88d84ac EDAC: Fix lockdep splat by Borislav Petkov · 11 years ago
  64. 9713fae EDAC: Merge mci.mem_is_per_rank with mci.csbased by Mauro Carvalho Chehab · 12 years ago
  65. e7e2483 edac: add support for raw error reports by Mauro Carvalho Chehab · 12 years ago
  66. c7ef764 edac: reduce stack pressure by using a pre-allocated buffer by Mauro Carvalho Chehab · 12 years ago
  67. 80cc7d8 edac: lock module owner to avoid error report conflicts by Mauro Carvalho Chehab · 12 years ago
  68. c66b5a7 edac: add a new memory layer type by Mauro Carvalho Chehab · 12 years ago
  69. 1339730 Merge tag 'v3.8-rc7' into next by Mauro Carvalho Chehab · 12 years ago
  70. d3d09e1 EDAC: Fix kcalloc argument order by Joe Perches · 12 years ago
  71. 80f5ab0 edac: edac_mc no longer deals with kobjects directly by Shaun Ruffell · 12 years ago
  72. 9ada9fd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 12 years ago
  73. b52c640 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac by Linus Torvalds · 12 years ago
  74. f430d57 EDAC: Handle empty msg strings when reporting errors by Borislav Petkov · 12 years ago
  75. 4da1b7b EDAC: Remove useless assignment of error type by Borislav Petkov · 12 years ago
  76. 24bef66 edac: Fix the dimm filling for csrows-based layouts by Mauro Carvalho Chehab · 12 years ago
  77. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  78. faa2ad0 edac_mc: edac_mc_free() cannot assume mem_ctl_info is registered in sysfs. by Shaun Ruffell · 12 years ago
  79. ef6e781 edac_mc: fix messy kfree calls in the error path by Fengguang Wu · 12 years ago
  80. 41f63c5 workqueue: use mod_delayed_work() instead of cancel + queue by Tejun Heo · 12 years ago
  81. c2078e4 Merge branch 'devel' by Mauro Carvalho Chehab · 12 years ago
  82. 9eb07a7 edac: edac_mc_handle_error(): add an error_count parameter by Mauro Carvalho Chehab · 13 years ago
  83. 03f7eae edac: remove arch-specific parameter for the error handler by Mauro Carvalho Chehab · 13 years ago
  84. 08a4a13 edac_mc: check for allocation failure in edac_mc_alloc() by Dan Carpenter · 13 years ago
  85. 6e84d35 edac_mc: Cleanup per-dimm_info debug messages by Mauro Carvalho Chehab · 13 years ago
  86. 956b9ba1 edac: Convert debugfX to edac_dbg(X, by Joe Perches · 13 years ago
  87. dd23cd6 edac: Don't add __func__ or __FILE__ for debugf[0-9] msgs by Mauro Carvalho Chehab · 13 years ago
  88. de3910eb edac: change the mem allocation scheme to make Documentation/kobject.txt happy by Mauro Carvalho Chehab · 13 years ago
  89. d90c008 edac: Get rid of the old kobj's from the edac mc code by Mauro Carvalho Chehab · 13 years ago
  90. 7a623c0 edac: rewrite the sysfs code to use struct device by Mauro Carvalho Chehab · 13 years ago
  91. 8447c4d1 edac: Do alignment logic properly in edac_align_ptr() by Chris Metcalf · 13 years ago
  92. fd68750 edac: Rename the parent dev to pdev by Mauro Carvalho Chehab · 13 years ago
  93. 53f2d02 RAS: Add a tracepoint for reporting memory controller events by Mauro Carvalho Chehab · 13 years ago
  94. 5926ff5 edac: Initialize the dimm label with the known information by Mauro Carvalho Chehab · 13 years ago
  95. ca0907b edac: Remove the legacy EDAC ABI by Mauro Carvalho Chehab · 13 years ago
  96. 4275be6 edac: Change internal representation to work with layers by Mauro Carvalho Chehab · 13 years ago
  97. 93e4fe6 edac: rewrite edac_align_ptr() by Mauro Carvalho Chehab · 13 years ago
  98. a895bf8 edac: move nr_pages to dimm struct by Mauro Carvalho Chehab · 13 years ago
  99. 084a4fc edac: move dimm properties to struct dimm_info by Mauro Carvalho Chehab · 13 years ago
  100. a7d7d2e edac: Create a dimm struct and move the labels into it by Mauro Carvalho Chehab · 13 years ago