1. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  2. d8f90b2 mtd: m25p80: add support for M25PX64 by Yoshihiro Shimoda · 13 years ago
  3. f17f12c mtd: phram: fix memory leak by Mathias Krause · 14 years ago
  4. 07be303 mtd: mtdram: initialize writebufsize field by Artem Bityutskiy · 13 years ago
  5. 37a23c20 mtd: m25p80: add support for the EON EN25F32 chip by Gabor Juhos · 14 years ago
  6. ab2020f Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 14 years ago
  7. 8fffed8 mtd: m25p80: Fix JEDEC ID for AT26DF321 by Aleksandr Koltsoff · 14 years ago
  8. dcf1246 mtd: m25p80: add debugging trace in sst_write by Nicolas Ferre · 14 years ago
  9. 6b2995b mtd: fix section mismatch on sst25l by Fabio Estevam · 14 years ago
  10. ac622f5 mtd: m25p80: Add support for Macronix MX25L25655E by Kevin Cernekee · 14 years ago
  11. 4b7f742 mtd: m25p80: Add support for Macronix MX25L25635E by Kevin Cernekee · 14 years ago
  12. f0dff9b mtd: m25p80: Reinstate error print on unrecognized flash by Kevin Cernekee · 14 years ago
  13. d4d7762 block: clean up blkdev_get() wrappers and their users by Tejun Heo · 14 years ago
  14. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  15. 731edacb mtd: fix bdev exclusive open bugs in block2mtd::add_device() by Tejun Heo · 14 years ago
  16. 4084743 mtd: fix build error in m25p80.c by Andres Salomon · 14 years ago
  17. 6757792 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 14 years ago
  18. 89a8228 block2mtd: dubious assignment by Nicolas Kaiser · 14 years ago
  19. 51f00a4 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  20. 1cd844f mtd: phram: use KBUILD_MODNAME by Joe Perches · 14 years ago
  21. d86fbdb mtd: m25p80.c: Add support for S25FL032P spi-nor flash devices. by David Jander · 14 years ago
  22. d2ac467 mtd: m25p80: Add support for the Winbond W25Q64 by Thierry Reding · 14 years ago
  23. f2df1ae mtd: m25p80: Add support for two new Spansion SPI devices (S25FL-K) by Gernot Hoyler · 14 years ago
  24. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  25. 97ff46c mtd/m25p80: add support to parse the partitions by OF node by Mingkai Hu · 14 years ago
  26. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  27. f78ec6b mtd/m25p80: fix test for end of loop by Dan Carpenter · 14 years ago
  28. b06cd21 mtd/m25p80: retlen is never NULL by Dan Carpenter · 14 years ago
  29. 6ae0185 mtd: Remove obsolete <mtd/compatmac.h> include by David Woodhouse · 14 years ago
  30. 0af18d2 mtd: m25p80: add support for the Winbond W25Q32 SPI flash chip by Gabor Juhos · 14 years ago
  31. f80e521 mtd: m25p80: add support for the Intel/Numonyx {16,32,64}0S33B SPI flash chips by Gabor Juhos · 14 years ago
  32. 60845e7 mtd: m25p80: add support for the EON EN25P{32, 64} SPI flash chips by Gabor Juhos · 14 years ago
  33. 9d2c4f3 mtd: m25p80: Make jedec_probe() return proper errno values by Anton Vorontsov · 14 years ago
  34. f7b0009 mtd: m25p80: Fix false-positive probing by Anton Vorontsov · 14 years ago
  35. 42845d2 mtd: dataflash: remove casts from void by Kulikov Vasiliy · 14 years ago
  36. 6175f4a mtd: m25p80: Add support for Macronix 25L8005 by Martin Michlmayr · 14 years ago
  37. a4b81ca mtd: sst25l: check for null consistently by Dan Carpenter · 14 years ago
  38. 0ffe0ce mtd: sst25l: fix multi-part messages with broken spi masters by H Hartley Sweeten · 14 years ago
  39. 0ae28a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 14 years ago
  40. 29da338 mtd: sst25l: remove unnecessary MTD_DEBUG_LEVEL2 messages by H Hartley Sweeten · 14 years ago
  41. 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
  42. 4d68242 mtd: block2mtd: Use kasprintf by Julia Lawall · 14 years ago
  43. 42c2591 mtd: small typo in Makefile by Matteo Croce · 15 years ago
  44. 24c1549 mtd: Remove unnecessary comparisons with MAX_MTD_DEVICES by Ben Hutchings · 15 years ago
  45. 60d9aa7 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  46. df0094d mtd: m25p80: add support for Macronix MX25L4005A by Simon Guinot · 15 years ago
  47. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  48. 837479d mtd: m25p80: Add support for CAT25xxx serial EEPROMs by Anton Vorontsov · 15 years ago
  49. 18c6182 mtd: m25p80: Rework probing/JEDEC code by Anton Vorontsov · 15 years ago
  50. b34bc03 mtd: m25p80: Convert to device table matching by Anton Vorontsov · 15 years ago
  51. 61c3506 mtd: m25p80: make command buffer DMA-safe by Johannes Stezenbach · 15 years ago
  52. fa30123 Kconfig: Remove useless and sometimes wrong comments by Michael Roth · 15 years ago
  53. d470266 mtd: fix memory leak in mtd_dataflash by H Hartley Sweeten · 15 years ago
  54. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  55. ea60658a mtd: m25p80: disable SST software protection bits by default by Graf Yang · 15 years ago
  56. a7c367b Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  57. e0626e3 spi: prefix modalias with "spi:" by Anton Vorontsov · 15 years ago
  58. 627df23 trivial: mtd: add __init/__exit macros to init/exitfunctions by Peter Huewe · 15 years ago
  59. 304e6d5 m25p80: Add Spansion S25FL129P serial flashes by Kevin Cernekee · 15 years ago
  60. 64da392 phram: cleanup error handling and associated messages by Mike Frysinger · 15 years ago
  61. aa3651e mtd: m25p80: add SST WF SPI flash device information by Graf Yang · 15 years ago
  62. 49aac4a mtd: m25p80: add support for AAI programming with SST SPI flashes by Graf Yang · 15 years ago
  63. 4c1e6b2 mtd: lart: Prevent a read from mtd->eraseregions[-1] by Roel Kluin · 15 years ago
  64. 2eaaa5f mtd: sst25l, fix lock imbalance by Jiri Slaby · 15 years ago
  65. ec77e21 mtd: SST25L (non JEDEC) SPI Flash driver by Ryan Mallon · 15 years ago
  66. b0469ea mtd: m25p80: add support for 3 Macronix flash chips by Siddarth Gore · 15 years ago
  67. 269c0ee slram: Read buffer overflow by Roel Kluin · 15 years ago
  68. 05dd180 mtd: correct typo "MTD_DATAFLASH_VERIFY_WRITE" by Robert P. J. Day · 15 years ago
  69. edcb3b1 mtd: m25p80: fix null pointer dereference bug by Anton Vorontsov · 15 years ago
  70. 89bb871 mtd: m25p80 timeout too short for worst-case m25p16 devices by Steven A. Falco · 15 years ago
  71. ac1b7c3 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  72. 4737f09 trivial: Kconfig: .ko is normally not included in module names by Pavel Machek · 15 years ago
  73. e635a01 Merge branch 'next-mtd' of git://aeryn.fluff.org.uk/bjdooks/linux by David Woodhouse · 15 years ago
  74. ab1ff21 mtd: m25p80: add support for Macronix MX25L12805D by Lennert Buytenhek · 15 years ago
  75. 1e42d14 mtd: m25p80 nand: add m45pe10 ids by Matthieu CASTET · 15 years ago
  76. dbf8c11 mtd_dataflash: unbreak erase support by Peter Korsgaard · 15 years ago
  77. cd1a6de mtd: fix timeout in M25P80 driver by Peter Horton · 15 years ago
  78. 3f33b0a mtd: Bug in m25p80.c during whole-chip erase by Steven A. Falco · 15 years ago
  79. 87f39f0 [MTD] support driver model updates by David Brownell · 15 years ago
  80. 402d326 NOMMU: Present backing device capabilities for MTD chardevs by David Howells · 15 years ago
  81. a4b6d51 [MTD] partitioning utility predicates by David Brownell · 15 years ago
  82. 7ed8c7d [MTD] we don't need no misc devices by David Brownell · 15 years ago
  83. f507cd2 ps3/block: Replace mtd/ps3vram by block/ps3vram by Geert Uytterhoeven · 15 years ago
  84. 229cc58 mtd_dataflash: fix probing of AT45DB321C chips. by Will Newton · 15 years ago
  85. 3afd522 [MTD] slram: Handle negative devlength correctly by Roel Kluin · 16 years ago
  86. 7c51d57 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  87. 2efd72a mtd/ps3vram: Use _PAGE_NO_CACHE in memory ioremap by Geoff Levand · 16 years ago
  88. 60c0c59 mtd/ps3vram: Use msleep in waits by Geoff Levand · 16 years ago
  89. 993e62e mtd/ps3vram: Use proper kernel types by Geoff Levand · 16 years ago
  90. f259d74e mtd/ps3vram: Cleanup ps3vram driver messages by Geoff Levand · 16 years ago
  91. e7dd54c mtd/ps3vram: Remove ps3vram debug routines by Geoff Levand · 16 years ago
  92. 0a2d15b mtd/ps3vram: Add modalias support to the ps3vram driver by Geert Uytterhoeven · 16 years ago
  93. cffb4add mtd/ps3vram: Add ps3vram driver for accessing video RAM as MTD by Jim Paris · 16 years ago
  94. 57c44c5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
  95. 475b44c mtd: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  96. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  97. 160bbab [MTD] struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  98. d85316a [MTD] fix m25p80 64-bit divisions by Artem Bityutskiy · 16 years ago
  99. 5b7f3a5 [MTD] fix dataflash 64-bit divisions by Artem Bityutskiy · 16 years ago
  100. e4582ea [MTD] Make lart_flash_init, lart_flash_exit static by Dmitri Vorobiev · 16 years ago