1. 533a014 mtd: nand: minor davinci_nand cleanup by David Brownell · 15 years ago
  2. 81d19b0 mtd: nand: don't walk past end of oobfree[] by David Brownell · 15 years ago
  3. 24b5ce2 mtd: plat_nand: fix section error by Thomas Chou · 15 years ago
  4. 2ba3d76 UBI: make gluebi a separate module by Dmitry Pervushin · 15 years ago
  5. 518ceef UBI: remove built-in gluebi by Dmitry Pervushin · 15 years ago
  6. 0e0ee1c UBI: add notification API by Dmitry Pervushin · 15 years ago
  7. b86a2c5 UBI: do not switch to R/O mode on read errors by Artem Bityutskiy · 15 years ago
  8. 87960c0 UBI: fix and clean-up error paths in WL worker by Artem Bityutskiy · 15 years ago
  9. 90bf026 UBI: introduce new constants by Artem Bityutskiy · 15 years ago
  10. ed27f02 [MTD] [NAND] S3C2410: Allow commandline partition processing by Andy Green · 15 years ago
  11. ae7304e [MTD] [NAND] S3C2410: Fix CFG debug order by Andy Green · 15 years ago
  12. 2612e52 [MTD] [NAND] S3C2410: Uninitialised variable cleanup by Nelson Castillo · 15 years ago
  13. 8c3e843 [MTD] [NAND] S3C2410: NAND ECC by chip rather than global by Andy Green · 15 years ago
  14. 3db7215 [MTD] [NAND] S3C2410: Basic kerneldoc comment updates by Ben Dooks · 15 years ago
  15. ec0482e [MTD] [NAND] S3C2410: Move to using platform device table by Ben Dooks · 15 years ago
  16. 0b6585c mtd: Fix pointer handling in compat ioctls to use compat_ptr() by David Woodhouse · 15 years ago
  17. 668ff9a mtd: Handle compat ioctls directly; remove all trace from compat_ioctl.c by Kevin Cernekee · 15 years ago
  18. aea7cea mtd: add OOB ioctls for >4GiB devices by Kevin Cernekee · 15 years ago
  19. 9771854 mtd: compat_ioctl cleanup by Kevin Cernekee · 15 years ago
  20. 0dc54e9 mtd: add MEMERASE64 ioctl for >4GiB devices by Kevin Cernekee · 15 years ago
  21. 8193304 mtd: Fix handling of mtdname in txx9ndfmc.c by David Woodhouse · 15 years ago
  22. 9fd1e8f mtd: Add armflash support for multiple blocks of flash by Catalin Marinas · 15 years ago
  23. 8d42b52 mtd: DIL/NetPC broken for now by David Woodhouse · 15 years ago
  24. 8541c11 mtd: MXC NAND driver fixes (v5) by Vladimir Barinov · 15 years ago
  25. 8bd2294 OMAP2/3: PM: push core PM code from linux-omap by Kevin Hilman · 15 years ago
  26. b90cf66 [MTD] Remove option for add_mtd_partitions() to not register partitions. by David Woodhouse · 15 years ago
  27. 4704a78 [MTD] Only set partition suspend/resume method if parent not registered by David Woodhouse · 15 years ago
  28. ccd9385 [MTD] Remove mtd->{suspend,resume} calls from board drivers by David Woodhouse · 15 years ago
  29. 15bce40 [MTD] Restore suspend/resume support for mtd devices by David Woodhouse · 15 years ago
  30. d694846 [MTD] set blkdev parent to the mtd device, not its parent by David Woodhouse · 15 years ago
  31. ddbd3b6 UBI: fix race condition by Artem Bityutskiy · 15 years ago
  32. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  33. e4b6363 Merge branch 'master' into for-2.6.31 by Jens Axboe · 15 years ago
  34. dbf8c11 mtd_dataflash: unbreak erase support by Peter Korsgaard · 15 years ago
  35. 95c9c1d UBI: minor serialization fix by Artem Bityutskiy · 15 years ago
  36. d38dce5 UBI: do not panic if volume check fails by Artem Bityutskiy · 15 years ago
  37. cfcf0ec UBI: add dump_stack in checking code by Artem Bityutskiy · 15 years ago
  38. ffb6b7e UBI: fix races in I/O debugging checks by Artem Bityutskiy · 15 years ago
  39. 2cb81e2 UBI: small debugging code optimization by Artem Bityutskiy · 15 years ago
  40. e1cf7e6 UBI: improve debugging messages by Artem Bityutskiy · 15 years ago
  41. f089c0b UBI: re-name volumes_mutex to device_mutex by Artem Bityutskiy · 15 years ago
  42. 383d08e UBI: remove redundant mutex by Artem Bityutskiy · 15 years ago
  43. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  44. 1498ada mtd_blkdevs: dequeue in-flight request by Tejun Heo · 15 years ago
  45. 1011c1b block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup by Tejun Heo · 15 years ago
  46. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  47. 6f5bbff Convert obvious places to deactivate_locked_super() by Al Viro · 15 years ago
  48. 621c255 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  49. cd1a6de mtd: fix timeout in M25P80 driver by Peter Horton · 15 years ago
  50. 3f33b0a mtd: Bug in m25p80.c during whole-chip erase by Steven A. Falco · 15 years ago
  51. f06d9a2 block: replace end_request() with [__]blk_end_request_cur() by Tejun Heo · 15 years ago
  52. 67cd724 cafe_nand: Fix warning by Alan Cox · 15 years ago
  53. e769354 mtd: expose subpage size via sysfs by Artem Bityutskiy · 15 years ago
  54. 2fdb114 mtd: mtd in mtd_release is unused without CONFIG_MTD_CHAR by Denis V. Lunev · 15 years ago
  55. 38d9aef Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 15 years ago
  56. 22ae77b Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  57. 30bbf14 [MTD] struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  58. 504a3e7 [MTD] [NOR] Fixup for Numonyx M29W128 chips by Darius Augulis · 16 years ago
  59. d8877f1 [MTD] mtdpart: Make ecc_stats more realistic. by Yauhen Kharuzhy · 16 years ago
  60. ade92a6 [MTD] [NAND] FSL-UPM: Add wait flags to support board/chip specific delays by Wolfgang Grandegger · 16 years ago
  61. b6e0e8c [MTD] [NAND] FSL-UPM: add multi chip support by Wolfgang Grandegger · 16 years ago
  62. db99a55 [MTD] [NOR] Add device parent info to physmap_of by David Woodhouse · 15 years ago
  63. 1b57819 [MTD] [NAND] Add support for NAND on the Socrates board by Wolfgang Grandegger · 16 years ago
  64. 81ec536 [MTD] [NAND] Add support for 4KiB pages. by Thomas Gleixner · 17 years ago
  65. cab4e4c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-and-param by Linus Torvalds · 15 years ago
  66. 45b0907 [MTD] sysfs support should not depend on CONFIG_PROC_FS by Kevin Cernekee · 15 years ago
  67. c451c7c [MTD] [NAND] Add parent info for CAFÉ controller by David Woodhouse · 15 years ago
  68. 87f39f0 [MTD] support driver model updates by David Brownell · 16 years ago
  69. 694bb7f [MTD] driver model updates (part 2) by Kevin Cernekee · 15 years ago
  70. 1f24b5a [MTD] driver model updates by David Brownell · 16 years ago
  71. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  72. 9d63287 [MTD] [NAND] move gen_nand's probe function to .devinit.text by Uwe Kleine-König · 16 years ago
  73. f0b1e58 [MTD] [MAPS] move sa1100 flash's probe function to .devinit.text by Uwe Kleine-König · 16 years ago
  74. 2cf3a114 [MTD] fix use after free in register_mtd_blktrans by Marcin Slusarz · 16 years ago
  75. 67a52bb [ARM] fix build-breaking 7a192ec commit by Russell King · 15 years ago
  76. a6e6abd module: remove module_text_address() by Rusty Russell · 15 years ago
  77. 23d4249 trivial: NULL noise: drivers/mtd/tests/mtd_*test.c by Hannes Eder · 16 years ago
  78. 2a7af8c trivial: MTD: remove EOL from MODULE_DESCRIPTION by Niels de Vos · 16 years ago
  79. 0fe41b8 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  80. ed40d0c Merge branch 'origin' into devel by Russell King · 16 years ago
  81. 82268da Merge branch 'linus' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 16 years ago
  82. 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  83. a3ec947 vfs: simple_set_mnt() should return void by Sukadev Bhattiprolu · 16 years ago
  84. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 16 years ago
  85. 0c93ea4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  86. 928a726 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  87. 8937b73 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into devel by Russell King · 16 years ago
  88. 9973022 [ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.h by Russell King · 16 years ago
  89. 61dd7eb [MTD] [MAPS] Drop now unused sharpsl-flash map by Dmitry Eremin-Solenikov · 16 years ago
  90. 7a192ec platform driver: fix incorrect use of 'platform_bus_type' with 'struct device_driver' by Ming Lei · 16 years ago
  91. c36f1e3 mtd: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  92. 4b08e14 [MTD] ofpart: Check name property to determine partition nodes. by Benjamin Krill · 16 years ago
  93. c0e6616 [MTD] [NAND] sh_flctl: fix hardware ecc handling for 2048 byte page by Yoshihiro Shimoda · 16 years ago
  94. 6e232cf NOMMU: Add support for direct mapping through mtdconcat if possible by David Howells · 16 years ago
  95. 402d326 NOMMU: Present backing device capabilities for MTD chardevs by David Howells · 16 years ago
  96. 9ce9690 [MTD] [OneNAND] Add write-while-program support by Kyungmin Park · 16 years ago
  97. a29f280 [MTD] [OneNAND] omap2: panic_write may be in an interrupt context by Adrian Hunter · 16 years ago
  98. 17b536c [MTD] mtdpart: Make all partition parsers return allocated array by Atsushi Nemoto · 16 years ago
  99. bd50a0f [MTD] [CHIPS] Add JEDEC probe support for the SST 39VF3201 flash chip by Yegor Yefremov · 16 years ago
  100. 48ec00a [MTD] mtdoops: fix a bit of spin lock usage by Adrian Hunter · 16 years ago