1. 90ccf0a mtd: nand: ecc-hamming: Rename the exported functions by Miquel Raynal · 4 years, 4 months ago
  2. e5acf9c mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layer by Miquel Raynal · 4 years, 4 months ago
  3. 4cd1035 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 326 by Thomas Gleixner · 6 years ago
  4. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  5. 72c5af0 mtd: rawnand: Clarify Kconfig entry MTD_NAND by Miquel Raynal · 6 years ago
  6. 9bb9464 mtd: nand: Clarify Kconfig entry for software Hamming ECC entries by Miquel Raynal · 6 years ago
  7. 309600c mtd: rawnand: Allow selection of ECC byte ordering at runtime by Boris Brezillon · 6 years ago
  8. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  9. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  10. 148a1a5 mtd: tests: check erase block count in page test by Stefan Agner · 7 years ago
  11. 8f347c4 mtd: Unconditionally update ->fail_addr and ->addr in part_erase() by Boris Brezillon · 7 years ago
  12. 884cfd9 mtd: Stop assuming mtd_erase() is asynchronous by Boris Brezillon · 7 years ago
  13. 12663b4 mtd: mtd_oobtest: Handle bitflips during reads by Miquel Raynal · 7 years ago
  14. 6cbefbd mtd: tests: nandbiterrs: Fix read_page return value by Sascha Hauer · 7 years ago
  15. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  16. d4092d7 mtd: nand: Rename nand.h into rawnand.h by Boris Brezillon · 7 years ago
  17. c46adf09 mtd: subpagetest: fix wrong written check in function write_eraseblock2 by Xiaolei Li · 8 years ago
  18. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  19. 97b6713 mtd: nandbiterrs: Support for NAND biterrors test on platforms without raw write by Iwo Mergler · 9 years ago
  20. 8f40842 Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  21. f5b8aa7 mtd: kill the ecclayout->oobavail field by Boris BREZILLON · 9 years ago
  22. c57753d mtd: nand: tests: fix regression introduced in mtd_nandectest by Jorge Ramirez-Ortiz · 9 years ago
  23. 6e75632 mtd: tests: consolidate kmalloc/memset 0 call to kzalloc by Nicholas Mc Guire · 9 years ago
  24. af30c0a mtd: tests: Replace timeval with ktime_t by Shraddha Barke · 9 years ago
  25. 718e38b mtd: mtd_oobtest: Fix the address offset with vary_offset case by Roger Quadros · 10 years ago
  26. db7c727 mtd: readtest: don't clobber error reports by Brian Norris · 10 years ago
  27. 2a6a28e7 mtd: Make MTD tests cancelable by Richard Weinberger · 10 years ago
  28. d2b51c8 mtd: mtd_oobtest: Fix bitflip_limit usage in test case 3 by Roger Quadros · 10 years ago
  29. b9da8ba mtd: tests: fix more potential integer overflows by Brian Norris · 10 years ago
  30. 68f2981 mtd: tests: abort torturetest on erase errors by Brian Norris · 10 years ago
  31. 806b6ef mtd: oobtest: correct printf() format specifier for 'size_t' by Brian Norris · 10 years ago
  32. afc0ea1 mtd: mtd_oobtest: add bitflip_limit parameter by Roger Quadros · 10 years ago
  33. 5a66088 mtd: mtd_oobtest: Show the verification error location and data by Roger Quadros · 10 years ago
  34. 1001ff7a mtd: tests: fix integer overflow issues by Brian Norris · 11 years ago
  35. be54f8f mtd: mtd_oobtest: generate consistent data for verification by Akinobu Mita · 11 years ago
  36. 3ea5b03 mtd: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  37. 7e8eb8a mtd: tests: mtd_nandecctest: Use IS_ENABLED() macro by Fabio Estevam · 11 years ago
  38. 818b973 mtd: nand: add a helper to detect the nand type by Huang Shijie · 11 years ago
  39. 8a9f4aa mtd: tests: incorporate error message for mtdtest_write() by Akinobu Mita · 11 years ago
  40. abc173a mtd: tests: incorporate error message for mtdtest_read() by Akinobu Mita · 11 years ago
  41. 5617751 mtd: mtd_nandbiterrs: use mtd_test helpers by Akinobu Mita · 11 years ago
  42. 6cf7835 mtd: mtd_torturetest: use mtd_test helpers by Akinobu Mita · 11 years ago
  43. 725cd71 mtd: mtd_subpagetest: use mtd_test helpers by Akinobu Mita · 11 years ago
  44. 5a78df6 mtd: mtd_stresstest: use mtd_test helpers by Akinobu Mita · 11 years ago
  45. 59b0816 mtd: mtd_speedtest: use mtd_test helpers by Akinobu Mita · 11 years ago
  46. bf9c223 mtd: mtd_readtest: use mtd_test helpers by Akinobu Mita · 11 years ago
  47. 66b2818 mtd: mtd_pagetest: use mtd_test helpers by Akinobu Mita · 11 years ago
  48. 4bf527a mtd: mtd_oobtest: use mtd_test helpers by Akinobu Mita · 11 years ago
  49. a995c79 mtd: tests: rename sources in order to link a helper object by Akinobu Mita · 11 years ago
  50. 084db4b mtd: tests: introduce helper functions by Akinobu Mita · 11 years ago
  51. 33777e6 mtd: tests: don't print error messages when out-of-memory by Brian Norris · 12 years ago
  52. 48476df Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd by Linus Torvalds · 12 years ago
  53. 4debec7 mtd: mtd_stresstest: use prandom_bytes() by Akinobu Mita · 12 years ago
  54. a312b78 mtd: mtd_subpagetest: convert to use prandom library by Akinobu Mita · 12 years ago
  55. 99672f3 mtd: mtd_speedtest: use prandom_bytes by Akinobu Mita · 12 years ago
  56. 825b8cc mtd: mtd_pagetest: convert to use prandom library by Akinobu Mita · 12 years ago
  57. 8dad049 mtd: mtd_oobtest: convert to use prandom library by Akinobu Mita · 12 years ago
  58. 459a86d mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes() by Akinobu Mita · 12 years ago
  59. 221b1bd mtd: mtd_torturetest can cause stack overflows by Al Cooper · 12 years ago
  60. aca662a mtd: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
  61. d8b1e34 mtd: tests/read: initialize buffer for whole next page by Christian Herzig · 12 years ago
  62. 064a769 mtd: Fix typo mtd/tests by Masanari Iida · 12 years ago
  63. 0481027 mtd: mtd_oobtest: printk -> pr_{info,err,crit} by Vikram Narayanan · 12 years ago
  64. 95637c3 mtd: tests: mtd_torturetest: Replace printk with pr_{info,crit} by Vikram Narayanan · 12 years ago
  65. cd66a2d mtd: tests: mtd_subpagetest: replace printk with pr_{info,crit,err} by Vikram Narayanan · 12 years ago
  66. 2c70d29 mtd: tests: mtd_speedtest: Replace printk with pr_{info,crit,err} by Vikram Narayanan · 12 years ago
  67. ae0086c mtd: tests: mtd_stresstest: Replace printk with pr_{info,crit,err} by Vikram Narayanan · 12 years ago
  68. e45048a mtd: tests: mtd_readtest: Replace printk with pr_{info,err} by Vikram Narayanan · 12 years ago
  69. bb99841 mtd: tests: mtd_pagetest: Replace printk with pr_{info,crit,err} by Vikram Narayanan · 12 years ago
  70. b6489d9 mtd: tests: mtd_nandecctest: Use pr_fmt macro by Vikram Narayanan · 12 years ago
  71. 600ed67 mtd: tests: mtd_nandbiterrs: replace msg macro with pr_{info,err} by Vikram Narayanan · 12 years ago
  72. 6ed089c mtd: mtd_nandecctest: add double bit error detection tests by Akinobu Mita · 12 years ago
  73. 200ab84 mtd: mtd_nandecctest: add single bit error correction test by Akinobu Mita · 12 years ago
  74. ccaa679 mtd: mtd_nandecctest: add no corruption test by Akinobu Mita · 12 years ago
  75. 6060fb4 mtd: mtd_nandecctest: rewrite the test routine by Akinobu Mita · 12 years ago
  76. c092b43 mtd: mtd_nandecctest: support injecting bit error for ecc code by Akinobu Mita · 12 years ago
  77. 3cf06f4 mtd: tests: test for multi-bit error correction by Iwo Mergler · 12 years ago
  78. 1749c00 mtd: mtd_nandecctest: ensure alignment requirement for bitops by Akinobu Mita · 12 years ago
  79. c5b8384 mtd: mtd_nandecctest: improve message output by Akinobu Mita · 12 years ago
  80. bb82477 mtd: mtd_nandecctest: make module_init() return appropriate errno by Akinobu Mita · 12 years ago
  81. 1f6edad mtd: mtd_nandecctest: remove unnecessary include by Akinobu Mita · 12 years ago
  82. f45c299 mtd: mtd_nandecctest: make module_init() return an error code if test fails by Akinobu Mita · 12 years ago
  83. 0ce0060 mtd: mtd_nandecctest: remove unnecessary srandom32() call by Akinobu Mita · 12 years ago
  84. bfea1d4 mtd: tests: use random32 instead of home-brewed generator by Artem Bityutskiy · 13 years ago
  85. 8f461a7 mtd: introduce mtd_can_have_bb helper by Artem Bityutskiy · 13 years ago
  86. 30fa984 mtd: remove extra retlen assignment by Artem Bityutskiy · 13 years ago
  87. 7086c19 mtd: introduce mtd_block_isbad interface by Artem Bityutskiy · 13 years ago
  88. a2cc5ba mtd: introduce mtd_write_oob interface by Artem Bityutskiy · 13 years ago
  89. fd2819b mtd: introduce mtd_read_oob interface by Artem Bityutskiy · 13 years ago
  90. eda95cb mtd: introduce mtd_write interface by Artem Bityutskiy · 13 years ago
  91. 329ad39 mtd: introduce mtd_read interface by Artem Bityutskiy · 13 years ago
  92. 7e1f0dc mtd: introduce mtd_erase interface by Artem Bityutskiy · 13 years ago
  93. 2f4478c mtd: tests: stresstest: bail out if device has not enough eraseblocks by Wolfram Sang · 13 years ago
  94. 7406060 mtd: tests: don't use mtd0 as a default by Wolfram Sang · 13 years ago
  95. d57f4054 mtd: utilize `mtd_is_*()' functions by Brian Norris · 13 years ago
  96. 0612b9d mtd: rename MTD_OOB_* to MTD_OPS_* by Brian Norris · 13 years ago
  97. 003bc47 mtd: tests: ignore corrected bitflips in OOB on mtd_readtest by Brian Norris · 14 years ago
  98. e70727e mtd: speedtest: fix integer overflow by David Lambert · 14 years ago
  99. 4085bcc mtd: tests: add multiblock erase test to the mtd_speedtest by Roman Tereshonkov · 14 years ago
  100. fc7fe76 mtd: tests: add count parameter to mtd_speedtest by Adrian Hunter · 14 years ago