1. c6b97bc EDAC: Properly unwind on failure path in edac_init() by Alexey Khoroshilov · 9 years ago
  2. 4e8d230 EDAC: Allow to pass driver-specific attribute groups by Takashi Iwai · 9 years ago
  3. 2c1946b EDAC: Use static attribute groups for managing sysfs entries by Takashi Iwai · 9 years ago
  4. f11135d EDAC: edac_mc_sysfs: Make stuff static by Borislav Petkov · 9 years ago
  5. 1bf1950 EDAC: Fix the leak of mci->bus->name when bus_register fails by Junjie Mao · 9 years ago
  6. 50043e2 sb_edac: Fix off-by-one error in number of channels by Jim Snow · 10 years ago
  7. 7b82783 edac: add DDR4 and RDDR4 by Aristeu Rozanski · 10 years ago
  8. c897df0 Merge tag 'v3.14-rc5' into patchwork by Mauro Carvalho Chehab · 10 years ago
  9. 9da21b1 EDAC: Poll timeout cannot be zero, p2 by Borislav Petkov · 10 years ago
  10. 79040ca drivers/edac/edac_mc_sysfs.c: poll timeout cannot be zero by Prarit Bhargava · 10 years ago
  11. 37e59f8 [media, edac] Change my email address by Mauro Carvalho Chehab · 10 years ago
  12. 9528593 EDAC: Mark edac_create_debug_nodes as static by Rashika Kheria · 11 years ago
  13. 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
  14. c542b53 EDAC: Replace strict_strtol() with kstrtol() by Jingoo Han · 11 years ago
  15. 88d84ac EDAC: Fix lockdep splat by Borislav Petkov · 11 years ago
  16. c7f62fc EDAC: Replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago
  17. c8c64d1 EDAC: Don't give write permission to read-only files by Srivatsa S. Bhat · 11 years ago
  18. 8b7719e EDAC, mc_sysfs.c: Fix string array pointer types by Borislav Petkov · 11 years ago
  19. 9713fae EDAC: Merge mci.mem_is_per_rank with mci.csbased by Mauro Carvalho Chehab · 11 years ago
  20. 1eef128 amd64_edac: Correct DIMM sizes by Mauro Carvalho Chehab · 11 years ago
  21. fbe2d36 EDAC: Make sysfs functions static by Stephen Hemminger · 11 years ago
  22. 3d95882 edac: better report error conditions in debug mode by Mauro Carvalho Chehab · 11 years ago
  23. e710047 edac: only create sdram_scrub_rate where supported by Mauro Carvalho Chehab · 11 years ago
  24. 44d22e2 EDAC: Cleanup device deregistering path by Lans Zhang · 12 years ago
  25. 311bd84 EDAC: Fix kernel panic on module unloading by Konstantin Khlebnikov · 12 years ago
  26. 2d56b10 EDAC: Handle error path in edac_mc_sysfs_init() properly by Denis Kirjanov · 12 years ago
  27. db7312a EDAC: Convert to use simple_open() by Wei Yongjun · 12 years ago
  28. 3c06227 EDAC: Fix mc size reported in sysfs by Josh Hunt · 12 years ago
  29. 16a528ee EDAC: Fix csrow size reported in sysfs by Borislav Petkov · 12 years ago
  30. 921a689 EDAC: Pass mci parent by Borislav Petkov · 12 years ago
  31. 38ced28 edac: allow specifying the error count with fake_inject by Mauro Carvalho Chehab · 12 years ago
  32. e7930ba edac: create top-level debugfs directory by Rob Herring · 12 years ago
  33. 9eb07a7 edac: edac_mc_handle_error(): add an error_count parameter by Mauro Carvalho Chehab · 12 years ago
  34. 03f7eae edac: remove arch-specific parameter for the error handler by Mauro Carvalho Chehab · 12 years ago
  35. 6e84d35 edac_mc: Cleanup per-dimm_info debug messages by Mauro Carvalho Chehab · 12 years ago
  36. 956b9ba edac: Convert debugfX to edac_dbg(X, by Joe Perches · 12 years ago
  37. dd23cd6 edac: Don't add __func__ or __FILE__ for debugf[0-9] msgs by Mauro Carvalho Chehab · 12 years ago
  38. de3910eb edac: change the mem allocation scheme to make Documentation/kobject.txt happy by Mauro Carvalho Chehab · 12 years ago
  39. e39f4ea edac: Only expose csrows/channels on legacy API if they're populated by Mauro Carvalho Chehab · 12 years ago
  40. 452a6bf edac: Add debufs nodes to allow doing fake error inject by Mauro Carvalho Chehab · 12 years ago
  41. 8ad6c78 edac: add a sysfs node to report the maximum location for the system by Mauro Carvalho Chehab · 12 years ago
  42. 1997471 edac: add a new per-dimm API and make the old per-virtual-rank API obsolete by Mauro Carvalho Chehab · 12 years ago
  43. 7a623c0 edac: rewrite the sysfs code to use struct device by Mauro Carvalho Chehab · 12 years ago
  44. fd68750 edac: Rename the parent dev to pdev by Mauro Carvalho Chehab · 12 years ago
  45. 5926ff5 edac: Initialize the dimm label with the known information by Mauro Carvalho Chehab · 12 years ago
  46. a895bf8 edac: move nr_pages to dimm struct by Mauro Carvalho Chehab · 12 years ago
  47. 084a4fc edac: move dimm properties to struct dimm_info by Mauro Carvalho Chehab · 12 years ago
  48. a7d7d2e edac: Create a dimm struct and move the labels into it by Mauro Carvalho Chehab · 12 years ago
  49. 5e8e19b EDAC: Correct scrub rate API by Borislav Petkov · 13 years ago
  50. fe5ff8b edac: convert sysdev_class to a regular subsystem by Kay Sievers · 13 years ago
  51. 4949603 EDAC: Remove debugging output in scrub rate handling by Markus Trippelsdorf · 13 years ago
  52. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  53. b6a280b EDAC: Shut up sysfs registration debug code by Borislav Petkov · 14 years ago
  54. 3909444 EDAC: Fixup scrubrate manipulation by Borislav Petkov · 14 years ago
  55. da62aa6 Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/i7core by Linus Torvalds · 14 years ago
  56. accf74f i7core_edac: don't use a freed mci struct by Mauro Carvalho Chehab · 14 years ago
  57. bbc560a edac_core: Print debug messages at release calls by Mauro Carvalho Chehab · 14 years ago
  58. ac99768 edac_core: Don't let free(mci) happen while using it by Mauro Carvalho Chehab · 14 years ago
  59. 6fe1108 edac_core: Do a better job with node removal by Mauro Carvalho Chehab · 14 years ago
  60. 1288c18 i7core_edac: Properly mark const static vars as such by Mauro Carvalho Chehab · 14 years ago
  61. 30e1f7a EDAC: Export edac sysfs class to users. by Borislav Petkov · 14 years ago
  62. ca755e0 EDAC: Fix error return by Borislav Petkov · 14 years ago
  63. eba042a edac, mc: Improve scrub rate handling by Borislav Petkov · 14 years ago
  64. b968759 edac: Create an unique instance for each kobj by Mauro Carvalho Chehab · 15 years ago
  65. c419d92 edac: Don't create csrow entries on instance groups by Mauro Carvalho Chehab · 15 years ago
  66. cc301b3 edac: store/show methods for device groups weren't working by Mauro Carvalho Chehab · 15 years ago
  67. 9fa2fc2e edac_core: Allow the creation of sysfs groups by Mauro Carvalho Chehab · 15 years ago
  68. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  69. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  70. b1cfebc edac: add DDR3 memory type for MPC85xx EDAC by Yang Shi · 15 years ago
  71. 124682c edac: core fix added newline to sysfs dimm labels by Arthur Jones · 16 years ago
  72. f9fc82a edac: core fix static to dynamic kset by Arthur Jones · 16 years ago
  73. 327dafb edac: core fix redundant sysfs controls to parameters by Arthur Jones · 16 years ago
  74. 096846e edac: core fix workq timer by Arthur Jones · 16 years ago
  75. 1d5f726 drivers-edac: add Cell XDR memory types by Benjamin Herrenschmidt · 16 years ago
  76. c10997f Kobject: convert drivers/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  77. b2ed215 Kobject: change drivers/edac to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  78. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  79. 34980ca Drivers: clean up direct setting of the name of a kset by Greg Kroah-Hartman · 17 years ago
  80. bce1968 drivers/edac: fix reset edac_mc pollmsec by Doug Thompson · 17 years ago
  81. 8096cfa drivers/edac: fix edac_mc sysfs completion code by Doug Thompson · 17 years ago
  82. f044091 drivers/edac: remove null from statics by Douglas Thompson · 17 years ago
  83. 052dfb4 drivers/edac: cleanup spaces-gotos after Lindent messup by Douglas Thompson · 17 years ago
  84. 42a8e39 drivers/edac: add device sysfs attributes by Douglas Thompson · 17 years ago
  85. 079708b drivers/edac: core Lindent cleanup by Douglas Thompson · 17 years ago
  86. 4de78c6 drivers/edac: mod PCI poll names by Dave Jiang · 17 years ago
  87. 81d87cb drivers/edac: mod MC to use workq instead of kthread by Dave Jiang · 17 years ago
  88. 20bcb7a drivers/edac: mod use edac_core.h by Douglas Thompson · 17 years ago
  89. 1a9b85e drivers/edac: mc sysfs add missing mem types by Dave Jiang · 17 years ago
  90. e27e3da drivers/edac: add edac_device class by Douglas Thompson · 17 years ago
  91. 7c9281d drivers/edac: split out functions to unique files by Douglas Thompson · 17 years ago