1. 5e47212 mtd: remove dead non-char logic by Brian Norris · 10 years ago
  2. 0c2b4e2 mtd: correct upper bounds check for mtd_*() APIs by Brian Norris · 10 years ago
  3. 8471bb7 mtd: Introduce mtd_block_isreserved() by Ezequiel Garcia · 10 years ago
  4. 990a3af mtd: Add sysfs attributes to expose the ECC stats fields by Ezequiel Garcia · 10 years ago
  5. 9a78bc8 mtd: Fix the behavior of OTP write if there is not enough room for data by Christian Riesch · 10 years ago
  6. 4b78fc4 mtd: Add a retlen parameter to _get_{fact,user}_prot_info by Christian Riesch · 10 years ago
  7. 54c738f mtd: convert to use ATTRIBUTE_GROUPS by Axel Lin · 11 years ago
  8. ca5295f mtd: remove duplicated include from mtdcore.c by Wei Yongjun · 11 years ago
  9. f83c383 mtd: Move major number definitions to major.h by Ezequiel Garcia · 11 years ago
  10. f483724 mtd: add MTD_MLCNANDFLASH case for mtd_type_show() by Huang Shijie · 11 years ago
  11. bf977e3 mtd: add a new sys node to show the ecc step size by Huang Shijie · 11 years ago
  12. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 11 years ago
  13. a637b0d Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  14. 0d01ff2 Include missing linux/slab.h inclusions by David Howells · 11 years ago
  15. 660685d mtd: merge mtdchar module with mtdcore by Artem Bityutskiy · 11 years ago
  16. 93e5621 mtd: mtdcore: remove few useless #ifdef's by Artem Bityutskiy · 11 years ago
  17. 26a4734 mtd: add 'const' qualifier to a couple of register functions by Artem Bityutskiy · 11 years ago
  18. 589e9c4 mtd: convert to idr_alloc() by Tejun Heo · 11 years ago
  19. caf4919 Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damage by Linus Torvalds · 12 years ago
  20. a509153 revert "Revert "mm: remove __GFP_NO_KSWAPD"" by Andrew Morton · 12 years ago
  21. 82b212f Revert "mm: remove __GFP_NO_KSWAPD" by Mel Gorman · 12 years ago
  22. ffe3150 Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowells/linux-headers by David Woodhouse · 12 years ago
  23. c654345 mm: remove __GFP_NO_KSWAPD by Rik van Riel · 12 years ago
  24. e47f685 mtd: check for max_bitflips in mtd_read_oob() by Brian Norris · 12 years ago
  25. d2d4848 mtd: move mtd_read_oob() definition out of mtd.h by Brian Norris · 12 years ago
  26. edbc4540 mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN by Mike Dunn · 12 years ago
  27. d062d4e mtd: bitflip_threshold added to mtd_info and sysfs by Mike Dunn · 12 years ago
  28. a9b672e mtd: expose ecc_strength through sysfs by Mike Dunn · 12 years ago
  29. 3b27dac mtd: unify initialization of erase_info->fail_addr by Shmulik Ladkani · 12 years ago
  30. de3cac9 mtd: check for zero length in OTP functions by Artem Bityutskiy · 12 years ago
  31. bcb1d23 mtd: move zero length verification to MTD API functions by Artem Bityutskiy · 12 years ago
  32. 0dd5235 mtd: harmonize mtd_point interface implementation by Artem Bityutskiy · 12 years ago
  33. 834247e mtd: remove retlen zeroing duplication by Artem Bityutskiy · 12 years ago
  34. 664addc mtd: remove R/O checking duplication by Artem Bityutskiy · 12 years ago
  35. 8273a0c mtd: add offset and length checks to the API function by Artem Bityutskiy · 12 years ago
  36. 3ee5014185b mtd: mtdcore: remove unnecessary mtd->resume check by Brian Norris · 12 years ago
  37. 3c3c10b mtd: add leading underscore to all mtd functions by Artem Bityutskiy · 12 years ago
  38. 335a5f4 mtd: mtdcore: Fix build warning when CONFIG_MTD_CHAR is not defined by Fabio Estevam · 13 years ago
  39. 1a30871 mtd: fix MTD suspend by Artem Bityutskiy · 13 years ago
  40. 079c985 mtd: do not use mtd->suspend and mtd->resume directly by Artem Bityutskiy · 13 years ago
  41. 3813456 mtd: do not use mtd->lock, unlock and is_locked directly by Artem Bityutskiy · 13 years ago
  42. 1dbebd3 mtd: harmonize mtd_writev usage by Artem Bityutskiy · 13 years ago
  43. 33c87b4 mtd: mtdcore: export symbols cleanup by Artem Bityutskiy · 13 years ago
  44. 52b0203 mtd: clean-up the default_mtd_writev function by Artem Bityutskiy · 13 years ago
  45. d5de20a mtd: kill dev_to_mtd helper by Artem Bityutskiy · 13 years ago
  46. ead995f mtd: introduce mtd_resume interface by Artem Bityutskiy · 13 years ago
  47. 3fe4bae mtd: introduce mtd_suspend interface by Artem Bityutskiy · 13 years ago
  48. b66005c mtd: introduce mtd_unlock interface by Artem Bityutskiy · 13 years ago
  49. eda95cb mtd: introduce mtd_write interface by Artem Bityutskiy · 13 years ago
  50. 4d523b60 mtd: check parts pointer before using it by Jason Liu · 13 years ago
  51. 92394b5c mtd: spelling fixes by Brian Norris · 13 years ago
  52. 289c052 mtd: replace DEBUG() with pr_debug() by Brian Norris · 13 years ago
  53. 15c60a5 mtd: drop mtd_device_register by Dmitry Eremin-Solenikov · 13 years ago
  54. c797533 mtd: abstract last MTD partition parser argument by Dmitry Eremin-Solenikov · 13 years ago
  55. 1c4c215 mtd: add new API for handling MTD registration by Dmitry Eremin-Solenikov · 13 years ago
  56. eea72d5 mtd: remove add_mtd_partitions, add_mtd_device and friends by Jamie Iles · 13 years ago
  57. f5671ab mtd: introduce mtd_device_(un)register() by Jamie Iles · 13 years ago
  58. d5ca512 mtd:fix the bad format in the mtdcore.c by Wanlong Gao · 13 years ago
  59. 52534f2 mtd: simplify get_mtd_device_nm function by Wanlong Gao · 13 years ago
  60. 447d9bd mtd: convert to seq_file interface by Alexey Dobriyan · 13 years ago
  61. 33b5371 mtd: create function to perform large allocations by Grant Erickson · 13 years ago
  62. ca91fac mtd: local symbols should be static by H Hartley Sweeten · 14 years ago
  63. 6ae0185 mtd: Remove obsolete <mtd/compatmac.h> include by David Woodhouse · 14 years ago
  64. a1452a3 mtd: Update copyright notices by David Woodhouse · 14 years ago
  65. 05d71b46 mtd: update gfp/slab.h includes by Tejun Heo · 14 years ago
  66. 0ae28a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 14 years ago
  67. 0661b1a mtd: ensure that bdi entries are properly initialized and registered by Jens Axboe · 14 years ago
  68. a33eb6b Move mtd_bdi_*mappable to mtdcore.c by Jörn Engel · 14 years ago
  69. 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
  70. 75c0b84 mtd: call the remove notifiers before assuming it is in use by Maxim Levitsky · 14 years ago
  71. 3bd4565 mtd: create unlocked versions of {get,put}_mtd_device by Maxim Levitsky · 14 years ago
  72. b520e41 mtd: Replace static array of devices with an idr structure by Ben Hutchings · 14 years ago
  73. f1332ba mtd: Introduce and use iteration macro for reading the MTD device table by Ben Hutchings · 14 years ago
  74. 35016dd mtd: ensure index is positive by Roel Kluin · 15 years ago
  75. 6469f54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 15 years ago
  76. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  77. fca9108 mtd: make few symbols static by H Hartley Sweeten · 15 years ago
  78. 6afc4fd mtd: fix the conversion from dev to mtd_info by Saeed Bishara · 15 years ago
  79. 15bce40 [MTD] Restore suspend/resume support for mtd devices by David Woodhouse · 15 years ago
  80. e769354 mtd: expose subpage size via sysfs by Artem Bityutskiy · 15 years ago
  81. 2fdb114 mtd: mtd in mtd_release is unused without CONFIG_MTD_CHAR by Denis V. Lunev · 15 years ago
  82. 45b0907 [MTD] sysfs support should not depend on CONFIG_PROC_FS by Kevin Cernekee · 15 years ago
  83. 694bb7f [MTD] driver model updates (part 2) by Kevin Cernekee · 15 years ago
  84. 1f24b5a [MTD] driver model updates by David Brownell · 15 years ago
  85. 402d326 NOMMU: Present backing device capabilities for MTD chardevs by David Howells · 15 years ago
  86. 69423d9 [MTD] update internal API to support 64-bit device size by Adrian Hunter · 16 years ago
  87. 71a928c [MTD] Use list_for_each_entry[_safe] where appropriate. by Chris Malley · 16 years ago
  88. 59018b6 MTD/JFFS2: remove CVS keywords by Adrian Bunk · 16 years ago
  89. 856613c [MTD] use list_for_each_entry() in del_mtd_device() by matthias@kaehlcke.net · 16 years ago
  90. 2606c79 [MTD] use list_for_each_entry() in add_mtd_device() by matthias@kaehlcke.net · 16 years ago
  91. e619a75 [MTD] Unlocking all Intel flash that is locked on power up. by Justin Treon · 16 years ago
  92. 356d70f [MTD] mtdcore.c: share syms with mtd_blkdev.c by Ben Dooks · 17 years ago
  93. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  94. dd36f26 [MTD] Use EXPORT_SYMBOL_GPL() for exported symbols. by David Woodhouse · 18 years ago
  95. 9c74034 [MTD] return error code from get_mtd_device() by Artem Bityutskiy · 18 years ago
  96. 9fe912c [MTD] add get and put methods by Artem Bityutskiy · 18 years ago
  97. 7799308 [MTD] add get_mtd_device_nm() function by Artem Bityutskiy · 18 years ago
  98. 187ef15 [MTD] Unlock NOR flash automatically where necessary by Håvard Skinnemoen · 18 years ago
  99. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  100. 783ed81 [MTD] assume mtd->writesize is 1 for NOR flashes by Artem B. Bityutskiy · 18 years ago