1. 4d9c6a2 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  2. 7854643 [MTD] m25p80: chip erase != block erase != sector erase by Chen Gong · 16 years ago
  3. 9168ab8 [MTD] m25p80: fix detection of m25p16 flashes by Mike Frysinger · 16 years ago
  4. a3d3f73 [MTD] m25p80: fix detection of SPI parts by Mike Frysinger · 16 years ago
  5. 30c40d2 [PATCH] propagate mode through open_bdev_excl/close_bdev_excl by Al Viro · 17 years ago
  6. 8a1a627 Revert "[MTD] m25p80.c code cleanup" by David Woodhouse · 16 years ago
  7. daa8473 [MTD] m25p80.c extended jedec support (v2) by Chen Gong · 16 years ago
  8. d0e8c47 [MTD] m25p80.c extended jedec support by Chen Gong · 16 years ago
  9. 75d0ee2 [MTD] m25p80.c code cleanup by Chen Gong · 16 years ago
  10. faff375 [MTD] m25p80.c erase enhance by Chen Gong · 16 years ago
  11. 8c64038 [MTD] make dataflash write-verify be optional by David Brownell · 16 years ago
  12. cf93ae0 [MTD] Compile fix for dataflash OTP support by David Brownell · 16 years ago
  13. 34a8244 [MTD] dataflash OTP support by David Brownell · 16 years ago
  14. 771999b [MTD] DataFlash: bugfix, binary page sizes now handled by akpm@linux-foundation.org · 16 years ago
  15. ff877ea Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6 by David Woodhouse · 16 years ago
  16. eadcf0d MTD: handle pci_name() being const by Greg Kroah-Hartman · 16 years ago
  17. f63af11 [MTD] [NAND] remove __PPC__ hardcoded address from DiskOnChip drivers by Milton Miller · 16 years ago
  18. 7228982 [MTD] m25p80: fix bug - ATmel spi flash fails to be copied to by Michael Hennerich · 16 years ago
  19. a8931ef Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 16 years ago
  20. bc01886 [MTD] m25p80.c mutex unlock fix by Chen Gong · 16 years ago
  21. 59018b6 MTD/JFFS2: remove CVS keywords by Adrian Bunk · 16 years ago
  22. 271c5c5 [MTD] DataFlash: use proper types by David Woodhouse · 16 years ago
  23. e9d4222 [MTD] DataFlash: fix bug - ATMEL AT45DF321D spi flash card fails to be copied to (v2) by Michael Hennerich · 16 years ago
  24. a98889f [MTD][NOR] Add physical address to point() method by Jared Hulbert · 17 years ago
  25. 3887ed5 [MTD] m25p80: Add Support for ATMEL AT25DF641 64-Megabit SPI Flash by Michael Hennerich · 17 years ago
  26. 2230b76 [MTD] m25p80: add FAST_READ access support to M25Pxx by Bryan Wu · 17 years ago
  27. 456d9fc [MTD] mtdram.c should #include <linux/mtd/mtdram.h> by Adrian Bunk · 17 years ago
  28. f72561cf [MTD] Correct phram module param description by Mark Hindley · 17 years ago
  29. cb53b3b [MTD] replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  30. 0bc88c5 [MTD] block2mtd: logging typo fixes by Stephane Chazelas · 17 years ago
  31. 2875fb6 mtd: memory corruption in block2mtd.c by Ingo van Lil · 17 years ago
  32. a8e98d6 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
  33. 53fb84a0 [MTD] [DOC200x] eccbuf is statically defined and always evaluate to true by Samuel Tardieu · 17 years ago
  34. 2b54aae Claim maintainership for block2mtd and update email addresses by Joern Engel · 17 years ago
  35. a247b5d fix typo 'the same the\>' by Uwe Kleine-König · 17 years ago
  36. 0bdf77f [MTD] [NOR] Test devtype, not definition in flash_probe(), drivers/mtd/devices/lart.c by Roel Kluin · 17 years ago
  37. cccb45d [MTD] mtd_dataflash: Incorrect compare-after-write check by Andrew Victor · 17 years ago
  38. 471f717 Revert "[MTD] Driver for AT26Fxxx dataflash devices" by David Woodhouse · 17 years ago
  39. 440fdb5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 17 years ago
  40. 0b0ef2e [MIPS] Remove Momentum Ocelot support. by Ralf Baechle · 17 years ago
  41. a2e96b6 [MTD] Remove Ocelot G support from DiskOnChip drivers. by Yoichi Yuasa · 17 years ago
  42. db1b39d8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 17 years ago
  43. 192cca6 [MIPS] Remove Momenco Ocelot C support by Franck Bui-Huu · 17 years ago
  44. a97145c [MTD] remove dead MTD_PMC551_APERTURE_SIZE option by Adrian Bunk · 17 years ago
  45. 8e0aedc [MTD] Use proper binary multiple prefixes in pmc551 driver by David Woodhouse · 17 years ago
  46. ec9ce52 [MTD] Use mutex instead of semaphore in dataflash driver by Matthias Kaehlcke · 17 years ago
  47. 02d087d [MTD] m25p80: Use correct units for binary multiples by David Woodhouse · 17 years ago
  48. fa0a8c7 [MTD] m25p80 handles more chips, uses JEDEC ids and small eraseblocks by David Brownell · 17 years ago
  49. 7d5230e [MTD] m25p80 converted to mutex by David Brownell · 17 years ago
  50. 632155e potential parse error in ifdef by Yoann Padioleau · 17 years ago
  51. ba7cc09 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
  52. 6fe6900 mm: make read_cache_page synchronous by Nick Piggin · 18 years ago
  53. 1570077 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 18 years ago
  54. 6473d16 PCI: Cleanup the includes of <linux/pci.h> by Jean Delvare · 18 years ago
  55. 39f5fb3 kconfig: fix path to modules.txt in Kconfig help by Alexander E. Patrakov · 18 years ago
  56. 4839f04 [MTD] block2mtd_paramline[] mustn't be __initdata by Adrian Bunk · 18 years ago
  57. ec98c68 Use menuconfig objects: MTD by Jan Engelhardt · 18 years ago
  58. 340ea37 [MTD] Driver for AT26Fxxx dataflash devices by Hans-Jürgen Koch · 18 years ago
  59. 21d31f1 [PATCH] [MTD] block2mtd: remove readahead code by Joern Engel · 18 years ago
  60. 8870530 [PATCH] [MTD] block2mtd: remove warning by Joern Engel · 18 years ago
  61. 0ffb74c [PATCH] [MTD] block2mtd: remove casts by Joern Engel · 18 years ago
  62. 4935361 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 18 years ago
  63. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  64. fc0ecff [PATCH] remove invalidate_inode_pages() by Andrew Morton · 18 years ago
  65. 64f6071 [MTD] remove unused ecctype,eccsize fields from struct mtd_info by Artem Bityutskiy · 18 years ago
  66. 9cdf083 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  67. de4fa9926 [PATCH] SPI/MTD: mtd_dataflash oops prevention by David Brownell · 18 years ago
  68. 17c65d6 [PATCH] m25p80 build fixes (with MTD debug) by David Brownell · 18 years ago
  69. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  70. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  71. 6c33caf [MTD] bugfix: DataFlash is not bit writable by Haavard Skinnemoen · 18 years ago
  72. 95b93a0 [MTD] replace kmalloc+memset with kzalloc by Burman Yan · 18 years ago
  73. 9361401 [PATCH] BLOCK: Make it possible to disable the block layer [try #6] by David Howells · 18 years ago
  74. 98aacdf [MTD] pmc551 pci cleanup by Jiri Slaby · 18 years ago
  75. 7fefb92 [MTD] pmc551 use kzalloc by Jiri Slaby · 18 years ago
  76. cdf0a7d [MTD] pmc551 whitespace cleanup by Jiri Slaby · 18 years ago
  77. dd8e9ed [MTD] Switch to pci_get_device and do ref counting by Alan Cox · 18 years ago
  78. fa6c220 [PATCH] [MTD] DEVICES: Fill more device IDs in the structure of m25p80 by Aubrey Lee · 18 years ago
  79. c4e7fb3 block2mtd.c: Make kernel boot command line arguments work (try 4) by Ville Herva · 18 years ago
  80. 9d05cd5 remove #error on !PCI from pmc551.c by Rolf Eike Beer · 18 years ago
  81. 0d17821 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 18 years ago
  82. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  83. 1903ac5 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  84. 7f8a894 [MTD] DOC: Fixup read functions and do a little cleanup by Thomas Gleixner · 18 years ago
  85. 176dfc6 [PATCH] 64bit resource: fix up printks for resources in mtd drivers by Greg Kroah-Hartman · 18 years ago
  86. 17ffc7b [MTD] Initialize 'writesize' by Artem B. Bityutskiy · 18 years ago
  87. 21c8db9 [MTD] Restore MTD_ROM and MTD_RAM types by David Woodhouse · 18 years ago
  88. 783ed81 [MTD] assume mtd->writesize is 1 for NOR flashes by Artem B. Bityutskiy · 18 years ago
  89. 92cbfdc [MTD] replace MTD_RAM with MTD_GENERIC_TYPE by Joern Engel · 18 years ago
  90. e121972 [MTD] remove a forgotten MTD_XIP by Joern Engel · 18 years ago
  91. 8593fbc [MTD] Rework the out of band handling completely by Thomas Gleixner · 18 years ago
  92. 19676ff [MTD] Fix debug printk format warning in m25p80 SPI chip driver, again. by Andrew Morton · 18 years ago
  93. 8546ac4 [MTD] Remove the only useless readv implementation by Thomas Gleixner · 18 years ago
  94. 9223a45 [MTD] Remove read/write _ecc variants by Thomas Gleixner · 18 years ago
  95. 9d8522d [MTD] Remove nand writev support by Thomas Gleixner · 18 years ago
  96. 2831877 [MTD] Introduce writesize by Joern Engel · 18 years ago
  97. ecde263 [MTD] Use symbol_request() in old DiskOnChip probe code to find actual driver by David Woodhouse · 18 years ago
  98. dcb6592 git-mtd: symbol_get() fix by Andrew Morton · 18 years ago
  99. be21ce1 Re-add module description for ms02-nv to Kconfig by Martin Michlmayr · 19 years ago
  100. ce589a0 drivers/mtd/devices/docprobe.c: correct #if's by Adrian Bunk · 18 years ago