1. 4d523b60 mtd: check parts pointer before using it by Jason Liu · 13 years ago
  2. 92394b5c mtd: spelling fixes by Brian Norris · 13 years ago
  3. 289c052 mtd: replace DEBUG() with pr_debug() by Brian Norris · 13 years ago
  4. 15c60a5 mtd: drop mtd_device_register by Dmitry Eremin-Solenikov · 13 years ago
  5. c797533 mtd: abstract last MTD partition parser argument by Dmitry Eremin-Solenikov · 13 years ago
  6. 1c4c215 mtd: add new API for handling MTD registration by Dmitry Eremin-Solenikov · 13 years ago
  7. eea72d5 mtd: remove add_mtd_partitions, add_mtd_device and friends by Jamie Iles · 13 years ago
  8. f5671ab mtd: introduce mtd_device_(un)register() by Jamie Iles · 13 years ago
  9. d5ca512 mtd:fix the bad format in the mtdcore.c by Wanlong Gao · 13 years ago
  10. 52534f2 mtd: simplify get_mtd_device_nm function by Wanlong Gao · 13 years ago
  11. 447d9bd mtd: convert to seq_file interface by Alexey Dobriyan · 13 years ago
  12. 33b5371 mtd: create function to perform large allocations by Grant Erickson · 13 years ago
  13. ca91fac mtd: local symbols should be static by H Hartley Sweeten · 13 years ago
  14. 6ae0185 mtd: Remove obsolete <mtd/compatmac.h> include by David Woodhouse · 14 years ago
  15. a1452a3 mtd: Update copyright notices by David Woodhouse · 14 years ago
  16. 05d71b46 mtd: update gfp/slab.h includes by Tejun Heo · 14 years ago
  17. 0ae28a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 14 years ago
  18. 0661b1a mtd: ensure that bdi entries are properly initialized and registered by Jens Axboe · 14 years ago
  19. a33eb6b Move mtd_bdi_*mappable to mtdcore.c by Jörn Engel · 14 years ago
  20. 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
  21. 75c0b84 mtd: call the remove notifiers before assuming it is in use by Maxim Levitsky · 14 years ago
  22. 3bd4565 mtd: create unlocked versions of {get,put}_mtd_device by Maxim Levitsky · 14 years ago
  23. b520e41 mtd: Replace static array of devices with an idr structure by Ben Hutchings · 14 years ago
  24. f1332ba mtd: Introduce and use iteration macro for reading the MTD device table by Ben Hutchings · 14 years ago
  25. 35016dd mtd: ensure index is positive by Roel Kluin · 15 years ago
  26. 6469f54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 15 years ago
  27. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  28. fca9108 mtd: make few symbols static by H Hartley Sweeten · 15 years ago
  29. 6afc4fd mtd: fix the conversion from dev to mtd_info by Saeed Bishara · 15 years ago
  30. 15bce40 [MTD] Restore suspend/resume support for mtd devices by David Woodhouse · 15 years ago
  31. e769354 mtd: expose subpage size via sysfs by Artem Bityutskiy · 15 years ago
  32. 2fdb114 mtd: mtd in mtd_release is unused without CONFIG_MTD_CHAR by Denis V. Lunev · 15 years ago
  33. 45b0907 [MTD] sysfs support should not depend on CONFIG_PROC_FS by Kevin Cernekee · 15 years ago
  34. 694bb7f [MTD] driver model updates (part 2) by Kevin Cernekee · 15 years ago
  35. 1f24b5a [MTD] driver model updates by David Brownell · 15 years ago
  36. 402d326 NOMMU: Present backing device capabilities for MTD chardevs by David Howells · 15 years ago
  37. 69423d9 [MTD] update internal API to support 64-bit device size by Adrian Hunter · 16 years ago
  38. 71a928c [MTD] Use list_for_each_entry[_safe] where appropriate. by Chris Malley · 16 years ago
  39. 59018b6 MTD/JFFS2: remove CVS keywords by Adrian Bunk · 16 years ago
  40. 856613c [MTD] use list_for_each_entry() in del_mtd_device() by matthias@kaehlcke.net · 16 years ago
  41. 2606c79 [MTD] use list_for_each_entry() in add_mtd_device() by matthias@kaehlcke.net · 16 years ago
  42. e619a75 [MTD] Unlocking all Intel flash that is locked on power up. by Justin Treon · 16 years ago
  43. 356d70f [MTD] mtdcore.c: share syms with mtd_blkdev.c by Ben Dooks · 17 years ago
  44. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  45. dd36f26 [MTD] Use EXPORT_SYMBOL_GPL() for exported symbols. by David Woodhouse · 18 years ago
  46. 9c74034 [MTD] return error code from get_mtd_device() by Artem Bityutskiy · 18 years ago
  47. 9fe912c [MTD] add get and put methods by Artem Bityutskiy · 18 years ago
  48. 7799308 [MTD] add get_mtd_device_nm() function by Artem Bityutskiy · 18 years ago
  49. 187ef15 [MTD] Unlock NOR flash automatically where necessary by Håvard Skinnemoen · 18 years ago
  50. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  51. 783ed81 [MTD] assume mtd->writesize is 1 for NOR flashes by Artem B. Bityutskiy · 18 years ago
  52. 8546ac4 [MTD] Remove the only useless readv implementation by Thomas Gleixner · 18 years ago
  53. 2d2dce0 [PATCH] Kill ifdefs in mtdcore.c by Pavel Machek · 18 years ago
  54. 48b1926 [PATCH] sem2mutex: drivers/mtd/ by Ingo Molnar · 18 years ago
  55. 97894cd [MTD] core: Clean up trailing white spaces by Thomas Gleixner · 19 years ago
  56. 2c92d75 [MTD] Remove deprecated power management functions by Thomas Gleixner · 19 years ago
  57. 4945079 [MTD] Fix unregister_mtd_user() public function documentation. by Artem B. Bityuckiy · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago