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