1. a321590 mtd: Add mtdswap block driver by Jarkko Lavinen · 14 years ago
  2. 115ee88 mtd_blkdevs: Set the maximum discards size by Jarkko Lavinen · 14 years ago
  3. c7519db mtd_blkdevs: Add background processing support by Jarkko Lavinen · 14 years ago
  4. 13ce77f mtd: cfi: fix writebufsize initialization by Anatolij Gustschin · 14 years ago
  5. d8f90b2 mtd: m25p80: add support for M25PX64 by Yoshihiro Shimoda · 14 years ago
  6. 4085bcc mtd: tests: add multiblock erase test to the mtd_speedtest by Roman Tereshonkov · 14 years ago
  7. fc7fe76 mtd: tests: add count parameter to mtd_speedtest by Adrian Hunter · 14 years ago
  8. e6da856 mtd: onenand_base: onenand_verify bugfix for writepage non-aligned address by Roman Tereshonkov · 14 years ago
  9. b085058 mtd: OneNAND: return read error for 4KiB page read by Adrian Hunter · 14 years ago
  10. 7912a5e mtd: nand: fix pointer NULL pointer dereferencing by Stanislav Fomichev · 14 years ago
  11. 7b7e905 mtd: tests: print correct values by Roman Tereshonkov · 14 years ago
  12. 3ee7451 mtd: ts5500_flash: avoid calling map_destroy on NULL by Julia Lawall · 14 years ago
  13. f17f12c mtd: phram: fix memory leak by Mathias Krause · 14 years ago
  14. 07be303 mtd: mtdram: initialize writebufsize field by Artem Bityutskiy · 14 years ago
  15. 37a23c20 mtd: m25p80: add support for the EON EN25F32 chip by Gabor Juhos · 14 years ago
  16. 771df61 mtd: adapt writebufsize calculation for concat by Holger Brunck · 14 years ago
  17. cbc6c5e mtd: atmel_nand: Add DMA support to access Nandflash by Hong Xu · 14 years ago
  18. 7f53f12 mtd: mtd_blkdevs: local symbols should be static by H Hartley Sweeten · 14 years ago
  19. ca91fac mtd: local symbols should be static by H Hartley Sweeten · 14 years ago
  20. 83025c8 mtd: mpc5121_nfc: don't treat NULL clk as an error by Jamie Iles · 14 years ago
  21. f53fdeb mtd: drop MTD_CONCAT from Kconfig entirely by Dmitry Eremin-Solenikov · 14 years ago
  22. a8adc3f mtd: drop CONFIG_MTD_CONCAT ifdefs by Dmitry Eremin-Solenikov · 14 years ago
  23. e1d6ee7 mtd: drop MTD_CONCAT dependencies from Kconfig by Dmitry Eremin-Solenikov · 14 years ago
  24. 4d42942 mtd: make MTD_CONCAT support mandatory by Dmitry Eremin-Solenikov · 14 years ago
  25. c804c73 mtd: add "platform:" prefix for platform modalias by Axel Lin · 14 years ago
  26. bd637f6 mtd: mtd_blkdevs: fix double free on error path by Maxim Levitsky · 14 years ago
  27. 82013d9 mtd: amd76xrom: fix oops at boot when resources are not available by Stanislaw Gruszka · 14 years ago
  28. ecf3fde mtd: fix race in cfi_cmdset_0001 driver by Joakim Tjernlund · 14 years ago
  29. ceabebb mtd: jedec_probe: initialise make sector erase command variable by Antony Pavlov · 14 years ago
  30. efba2e3 mtd: jedec_probe: Change variable name from cfi_p to cfi by Antony Pavlov · 14 years ago
  31. ab2020f Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 14 years ago
  32. 154bf89 mtd: mtdpart: disallow reading OOB past the end of the partition by Artem Bityutskiy · 14 years ago
  33. f03c659 sanitize vfsmount refcounting changes by Al Viro · 14 years ago
  34. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  35. b2034d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  36. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  37. fc2d557 kmsg_dump: constrain mtdoops and ramoops to perform their actions only for KMSG_DUMP_PANIC by Seiji Aguchi · 14 years ago
  38. c74a1cb pass default dentry_operations to mount_pseudo() by Al Viro · 14 years ago
  39. 0bd2cbc Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  40. b4a45f5 Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin by Linus Torvalds · 14 years ago
  41. b3e19d9 fs: scale mntget/mntput by Nick Piggin · 14 years ago
  42. 52d039f mtd: pxa3xx_nand: NULL dereference in pxa3xx_nand_probe by Dan Carpenter · 14 years ago
  43. a121f64 UBI: use mtd->writebufsize to set minimal I/O unit size by Anatolij Gustschin · 14 years ago
  44. 7fa33ac mtd: initialize writebufsize in the MTD object of a partition by Anatolij Gustschin · 14 years ago
  45. 25dcd29 mtd: onenand: add mtd->writebufsize initialization by Anatolij Gustschin · 14 years ago
  46. cbcab65 mtd: nand: add mtd->writebufsize initialization by Anatolij Gustschin · 14 years ago
  47. d261c72 mtd: cfi: add writebufsize initialization by Anatolij Gustschin · 14 years ago
  48. 9ac4e61 mtd: OneNAND: OMAP2/3: prevent regulator sleeping while OneNAND is in use by Adrian Hunter · 15 years ago
  49. cf24dc8 mtd: OneNAND: add enable / disable methods to onenand_chip by Adrian Hunter · 15 years ago
  50. 8fffed8 mtd: m25p80: Fix JEDEC ID for AT26DF321 by Aleksandr Koltsoff · 14 years ago
  51. 24ac9a9 mtd: txx9ndfmc: limit transfer bytes to 512 (ECC provides 6 bytes max) by Ralf Rösch · 14 years ago
  52. e8953b7 mtd: cfi_cmdset_0002: add support for Samsung K8D3x16UxC NOR chips by Guillaume LECERF · 14 years ago
  53. e637276 mtd: cfi_cmdset_0002: add support for Samsung K8D6x16UxM NOR chips by Guillaume LECERF · 14 years ago
  54. eaca491 mtd: nand: ams-delta: drop omap_read/write, use ioremap by Janusz Krzysztofik · 14 years ago
  55. dcf1246 mtd: m25p80: add debugging trace in sst_write by Nicolas Ferre · 14 years ago
  56. 494f45d mtd: nand: ams-delta: select for built-in by default by Janusz Krzysztofik · 14 years ago
  57. e0c1a92 mtd: OneNAND: lighten scary initial bad block messages by Adrian Hunter · 14 years ago
  58. 263a8c8 mtd: OneNAND: OMAP2/3: add support for command line partitioning by Adrian Hunter · 15 years ago
  59. b7b1a29 mtd: nand: rearrange ONFI revision checking, add ONFI 2.3 by Brian Norris · 14 years ago
  60. 0b524fb mtd: nand: choose correct chip name (ONFI bug) by Brian Norris · 14 years ago
  61. 7e95d1f mtd: nand: ams-delta: convert to platform driver by Janusz Krzysztofik · 14 years ago
  62. 75c52a4 mtd: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  63. d983c54 mtd: OneNAND: Fix multi block erase support at 4KiB pagesize by Kyungmin Park · 14 years ago
  64. beda1d4 Revert "mtd: nand: add check for out of page read" by Artem Bityutskiy · 14 years ago
  65. 236cdc7 of: make drivers depend on CONFIG_OF instead of CONFIG_PPC_OF by Rob Herring · 14 years ago
  66. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  67. 4931445 OMAP2/3: OneNAND: add 104MHz support by Adrian Hunter · 14 years ago
  68. ec5d043 Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 14 years ago
  69. 819c1a6 Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 by Russell King · 14 years ago
  70. 859158b omap: nand: remove hardware ECC as default by Sukumar Ghorai · 14 years ago
  71. 4ccb3b4 mtd: nand: Fix integer overflow in ONFI detection of chips >= 4GiB by David Woodhouse · 14 years ago
  72. 01039e4 mtd: onenand: bugfix for 2x mode bad block handling by Roman Tereshonkov · 14 years ago
  73. 8a8f632 mtd: OneNAND: Fix 4KiB pagesize OOB handling by Kyungmin Park · 14 years ago
  74. 593cd87 mtd: FSMC NAND use the PrimeCell identifier macros by Linus Walleij · 14 years ago
  75. 4ad916b mtd: FSMC NAND remove PARTITION macro and fix compile noise by Linus Walleij · 14 years ago
  76. 6b2995b mtd: fix section mismatch on sst25l by Fabio Estevam · 14 years ago
  77. 2ebf062 mtd: mxc_nand: Fix warning on nr_parts unused variable by Fabio Estevam · 14 years ago
  78. eeda667 mtd: fsl_elbc_nand: fix jffs2 problem after NAND-flash image record in u-boot by Sergej.Stepanov@ids.de · 14 years ago
  79. a7e93dc mtd: fix master device identification for mtd repartition by Roman Tereshonkov · 14 years ago
  80. e14feaf mtd: nand: add check for out of page read by Jason Liu · 14 years ago
  81. 1534b8b mtd: fix nand kernel-doc warnings by Randy Dunlap · 14 years ago
  82. cc31822 mtd: cfi_fixup: remove unused 'param' parameter by Guillaume LECERF · 14 years ago
  83. 23079f9 mtd: nand: Use printf extension %pR for struct resource by Joe Perches · 14 years ago
  84. f9a5279 mtd: maps: Use printf extension %pR for struct resource by Joe Perches · 14 years ago
  85. 9118ea3 mtd: NAND: jz4740: Remove custom {read,write}_page handlers by Lars-Peter Clausen · 14 years ago
  86. a338ada mtd: NAND: jz4740: Make 'struct platform_driver jz_nand_driver' static by Lars-Peter Clausen · 14 years ago
  87. ce4a37f mtd: remove unnecessary casts of void ptr returning alloc function return values by Jesper Juhl · 14 years ago
  88. a0c5a39 mtd: mtdchar: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  89. ac80dac mtd: onenand: implement cache program feature for 4KiB page onenand by Roman Tereshonkov · 14 years ago
  90. d19d7b4 mtd: onenand: fix omap2 code to handle cache program feature by Roman Tereshonkov · 14 years ago
  91. 309b5e4 mtd: use vzalloc by Joe Perches · 14 years ago
  92. 08b3af3 mtd: OneNAND: Fix page offset handling at 2KiB pagesize by Kyungmin Park · 14 years ago
  93. daf05ec mtd: nandsim: spell fixes in comments by srimugunthan · 14 years ago
  94. ac622f5 mtd: m25p80: Add support for Macronix MX25L25655E by Kevin Cernekee · 14 years ago
  95. 4b7f742 mtd: m25p80: Add support for Macronix MX25L25635E by Kevin Cernekee · 14 years ago
  96. f0dff9b mtd: m25p80: Reinstate error print on unrecognized flash by Kevin Cernekee · 14 years ago
  97. b7b6e08 mtd: Fix MTD_OF_PARTS for all arch and minor tidy of MTD_PARTITIONS by Grant Likely · 14 years ago
  98. 3345cc4 mtd: bcm963xx-flash: try JEDEC probe if CFI fails by Guillaume LECERF · 14 years ago
  99. 7ac760c UBI: fix corrupted PEB detection for NOR flash by Artem Bityutskiy · 14 years ago
  100. f9d1bf7 ARM: pxa: fix pxa2xx-flash section mismatch by Marek Vasut · 14 years ago