| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2024-10-03 | mtd: tests: Include <linux/prandom.h> instead of <linux/random.h> | Uros Bizjak | 3 | -3/+3 |
| 2024-07-01 | mtd: make mtd_test.c a separate module | Arnd Bergmann | 2 | -17/+26 |
| 2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 2 | -9/+9 |
| 2022-10-11 | treewide: use get_random_bytes() when possible | Jason A. Donenfeld | 3 | -3/+3 |
| 2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 2 | -18/+9 |
| 2022-09-21 | mtd: always initialize 'stats' in struct mtd_oob_ops | Michał Kępień | 3 | -6/+6 |
| 2022-03-14 | mtd: tests: Fix eraseblock read speed miscalculation for lower partition sizes | Amit Kumar Mahapatra | 1 | -6/+5 |
| 2021-05-10 | mtd: tests: Remove redundant assignment to err | Yang Li | 1 | -2/+0 |
| 2021-05-10 | mtd: mtd_oobtest: Remove redundant assignment to err | Jiapeng Chong | 1 | -6/+0 |
| 2021-05-10 | mtd: mtd_oobtest: fix error return code in mtd_oobtest_init() | Zhang Xiaoxu | 1 | -0/+1 |
| 2020-12-10 | mtd: nand: ecc-hamming: Rename the exported functions | Miquel Raynal | 1 | -15/+14 |
| 2020-12-10 | mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layer | Miquel Raynal | 1 | -1/+1 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 326 | Thomas Gleixner | 8 | -106/+8 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-04-18 | mtd: rawnand: Clarify Kconfig entry MTD_NAND | Miquel Raynal | 1 | -1/+1 |
| 2019-04-18 | mtd: nand: Clarify Kconfig entry for software Hamming ECC entries | Miquel Raynal | 1 | -7/+7 |
| 2018-10-03 | mtd: rawnand: Allow selection of ECC byte ordering at runtime | Boris Brezillon | 1 | -7/+14 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+1 |
| 2018-03-21 | mtd: tests: check erase block count in page test | Stefan Agner | 1 | -3/+7 |
| 2018-03-15 | mtd: Unconditionally update ->fail_addr and ->addr in part_erase() | Boris Brezillon | 2 | -2/+0 |
| 2018-03-15 | mtd: Stop assuming mtd_erase() is asynchronous | Boris Brezillon | 2 | -10/+0 |
| 2018-01-12 | mtd: mtd_oobtest: Handle bitflips during reads | Miquel Raynal | 1 | -0/+21 |
| 2018-01-09 | mtd: tests: nandbiterrs: Fix read_page return value | Sascha Hauer | 1 | -1/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 3 | -0/+3 |
| 2017-08-13 | mtd: nand: Rename nand.h into rawnand.h | Boris Brezillon | 1 | -1/+1 |
| 2017-06-08 | mtd: subpagetest: fix wrong written check in function write_eraseblock2 | Xiaolei Li | 1 | -1/+1 |
| 2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -1/+1 |
| 2016-07-11 | mtd: nandbiterrs: Support for NAND biterrors test on platforms without raw write | Iwo Mergler | 1 | -1/+1 |
| 2016-03-24 | Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -25/+24 |
| 2016-03-07 | mtd: kill the ecclayout->oobavail field | Boris BREZILLON | 1 | -25/+24 |
| 2016-03-04 | mtd: nand: tests: fix regression introduced in mtd_nandectest | Jorge Ramirez-Ortiz | 1 | -1/+1 |
| 2016-01-06 | mtd: tests: consolidate kmalloc/memset 0 call to kzalloc | Nicholas Mc Guire | 1 | -2/+1 |
| 2015-10-26 | mtd: tests: Replace timeval with ktime_t | Shraddha Barke | 2 | -10/+10 |
| 2015-08-27 | mtd: mtd_oobtest: Fix the address offset with vary_offset case | Roger Quadros | 1 | -6/+12 |
| 2015-05-14 | mtd: readtest: don't clobber error reports | Brian Norris | 1 | -2/+4 |
| 2015-04-05 | mtd: Make MTD tests cancelable | Richard Weinberger | 10 | -24/+120 |
| 2015-04-05 | mtd: mtd_oobtest: Fix bitflip_limit usage in test case 3 | Roger Quadros | 1 | -27/+35 |
| 2015-03-11 | mtd: tests: fix more potential integer overflows | Brian Norris | 5 | -10/+10 |
| 2014-12-12 | mtd: tests: abort torturetest on erase errors | Brian Norris | 1 | -1/+3 |
| 2014-11-20 | mtd: oobtest: correct printf() format specifier for 'size_t' | Brian Norris | 1 | -1/+1 |
| 2014-11-19 | mtd: mtd_oobtest: add bitflip_limit parameter | Roger Quadros | 1 | -18/+47 |
| 2014-11-19 | mtd: mtd_oobtest: Show the verification error location and data | Roger Quadros | 1 | -7/+29 |
| 2014-08-19 | mtd: tests: fix integer overflow issues | Brian Norris | 7 | -22/+22 |
| 2014-04-17 | mtd: mtd_oobtest: generate consistent data for verification | Akinobu Mita | 1 | -7/+10 |
| 2014-03-10 | mtd: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
| 2014-01-03 | mtd: tests: mtd_nandecctest: Use IS_ENABLED() macro | Fabio Estevam | 1 | -1/+1 |
| 2013-10-27 | mtd: nand: add a helper to detect the nand type | Huang Shijie | 4 | -4/+4 |
| 2013-08-30 | mtd: tests: incorporate error message for mtdtest_write() | Akinobu Mita | 5 | -50/+12 |
| 2013-08-30 | mtd: tests: incorporate error message for mtdtest_read() | Akinobu Mita | 5 | -76/+17 |
| 2013-08-30 | mtd: mtd_nandbiterrs: use mtd_test helpers | Akinobu Mita | 1 | -33/+6 |
| 2013-08-30 | mtd: mtd_torturetest: use mtd_test helpers | Akinobu Mita | 1 | -59/+7 |
| 2013-08-30 | mtd: mtd_subpagetest: use mtd_test helpers | Akinobu Mita | 1 | -78/+9 |
| 2013-08-30 | mtd: mtd_stresstest: use mtd_test helpers | Akinobu Mita | 1 | -74/+12 |
| 2013-08-30 | mtd: mtd_speedtest: use mtd_test helpers | Akinobu Mita | 1 | -144/+36 |
| 2013-08-30 | mtd: mtd_readtest: use mtd_test helpers | Akinobu Mita | 1 | -41/+8 |
| 2013-08-30 | mtd: mtd_pagetest: use mtd_test helpers | Akinobu Mita | 1 | -147/+58 |
| 2013-08-30 | mtd: mtd_oobtest: use mtd_test helpers | Akinobu Mita | 1 | -80/+12 |
| 2013-08-30 | mtd: tests: rename sources in order to link a helper object | Akinobu Mita | 9 | -0/+9 |
| 2013-08-30 | mtd: tests: introduce helper functions | Akinobu Mita | 2 | -0/+121 |
| 2013-08-05 | mtd: tests: don't print error messages when out-of-memory | Brian Norris | 6 | -54/+18 |
| 2013-03-02 | Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd | Linus Torvalds | 3 | -23/+20 |
| 2013-02-27 | mtd: mtd_stresstest: use prandom_bytes() | Akinobu Mita | 1 | -2/+1 |
| 2013-02-27 | mtd: mtd_subpagetest: convert to use prandom library | Akinobu Mita | 1 | -30/+12 |
| 2013-02-27 | mtd: mtd_speedtest: use prandom_bytes | Akinobu Mita | 1 | -8/+1 |
| 2013-02-27 | mtd: mtd_pagetest: convert to use prandom library | Akinobu Mita | 1 | -30/+13 |
| 2013-02-27 | mtd: mtd_oobtest: convert to use prandom library | Akinobu Mita | 1 | -33/+16 |
| 2013-02-27 | mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes() | Akinobu Mita | 1 | -1/+1 |
| 2013-02-13 | mtd: mtd_torturetest can cause stack overflows | Al Cooper | 1 | -14/+11 |
| 2013-02-04 | mtd: rename random32() to prandom_u32() | Akinobu Mita | 2 | -9/+9 |
| 2012-12-04 | mtd: tests/read: initialize buffer for whole next page | Christian Herzig | 1 | -1/+1 |
| 2012-11-18 | mtd: Fix typo mtd/tests | Masanari Iida | 7 | -8/+8 |
| 2012-11-15 | mtd: mtd_oobtest: printk -> pr_{info,err,crit} | Vikram Narayanan | 1 | -87/+84 |
| 2012-11-15 | mtd: tests: mtd_torturetest: Replace printk with pr_{info,crit} | Vikram Narayanan | 1 | -36/+37 |
| 2012-11-15 | mtd: tests: mtd_subpagetest: replace printk with pr_{info,crit,err} | Vikram Narayanan | 1 | -62/+62 |
| 2012-11-15 | mtd: tests: mtd_speedtest: Replace printk with pr_{info,crit,err} | Vikram Narayanan | 1 | -44/+44 |
| 2012-11-15 | mtd: tests: mtd_stresstest: Replace printk with pr_{info,crit,err} | Vikram Narayanan | 1 | -22/+22 |
| 2012-11-15 | mtd: tests: mtd_readtest: Replace printk with pr_{info,err} | Vikram Narayanan | 1 | -21/+21 |
| 2012-11-15 | mtd: tests: mtd_pagetest: Replace printk with pr_{info,crit,err} | Vikram Narayanan | 1 | -76/+76 |
| 2012-11-15 | mtd: tests: mtd_nandecctest: Use pr_fmt macro | Vikram Narayanan | 1 | -2/+4 |
| 2012-11-15 | mtd: tests: mtd_nandbiterrs: replace msg macro with pr_{info,err} | Vikram Narayanan | 1 | -36/+37 |
| 2012-09-29 | mtd: mtd_nandecctest: add double bit error detection tests | Akinobu Mita | 1 | -0/+79 |
| 2012-09-29 | mtd: mtd_nandecctest: add single bit error correction test | Akinobu Mita | 1 | -0/+37 |
| 2012-09-29 | mtd: mtd_nandecctest: add no corruption test | Akinobu Mita | 1 | -0/+26 |
| 2012-09-29 | mtd: mtd_nandecctest: rewrite the test routine | Akinobu Mita | 1 | -22/+69 |
| 2012-09-29 | mtd: mtd_nandecctest: support injecting bit error for ecc code | Akinobu Mita | 1 | -2/+16 |
| 2012-09-29 | mtd: tests: test for multi-bit error correction | Iwo Mergler | 2 | -0/+461 |
| 2012-09-29 | mtd: mtd_nandecctest: ensure alignment requirement for bitops | Akinobu Mita | 1 | -13/+28 |
| 2012-09-29 | mtd: mtd_nandecctest: improve message output | Akinobu Mita | 1 | -19/+29 |
| 2012-09-29 | mtd: mtd_nandecctest: make module_init() return appropriate errno | Akinobu Mita | 1 | -1/+1 |
| 2012-09-29 | mtd: mtd_nandecctest: remove unnecessary include | Akinobu Mita | 1 | -1/+0 |
| 2012-09-29 | mtd: mtd_nandecctest: make module_init() return an error code if test fails | Akinobu Mita | 1 | -3/+6 |
| 2012-09-29 | mtd: mtd_nandecctest: remove unnecessary srandom32() call | Akinobu Mita | 1 | -2/+0 |
| 2012-07-06 | mtd: tests: use random32 instead of home-brewed generator | Artem Bityutskiy | 2 | -44/+11 |
| 2012-01-09 | mtd: introduce mtd_can_have_bb helper | Artem Bityutskiy | 4 | -7/+4 |
| 2012-01-09 | mtd: remove extra retlen assignment | Artem Bityutskiy | 6 | -32/+21 |
| 2012-01-09 | mtd: introduce mtd_block_isbad interface | Artem Bityutskiy | 7 | -8/+7 |
| 2012-01-09 | mtd: introduce mtd_write_oob interface | Artem Bityutskiy | 1 | -5/+5 |
| 2012-01-09 | mtd: introduce mtd_read_oob interface | Artem Bityutskiy | 2 | -8/+8 |
| 2012-01-09 | mtd: introduce mtd_write interface | Artem Bityutskiy | 5 | -13/+13 |
| 2012-01-09 | mtd: introduce mtd_read interface | Artem Bityutskiy | 6 | -25/+25 |
| 2012-01-09 | mtd: introduce mtd_erase interface | Artem Bityutskiy | 6 | -7/+7 |
| 2012-01-09 | mtd: tests: stresstest: bail out if device has not enough eraseblocks | Wolfram Sang | 1 | -0/+7 |
| 2011-10-30 | mtd: tests: don't use mtd0 as a default | Wolfram Sang | 7 | -7/+55 |
| 2011-09-21 | mtd: utilize `mtd_is_*()' functions | Brian Norris | 6 | -25/+25 |
| 2011-09-11 | mtd: rename MTD_OOB_* to MTD_OPS_* | Brian Norris | 2 | -13/+13 |
| 2011-09-11 | mtd: tests: ignore corrected bitflips in OOB on mtd_readtest | Brian Norris | 1 | -1/+2 |
| 2011-03-11 | mtd: speedtest: fix integer overflow | David Lambert | 1 | -7/+7 |
| 2011-03-11 | mtd: tests: add multiblock erase test to the mtd_speedtest | Roman Tereshonkov | 1 | -2/+57 |
| 2011-03-11 | mtd: tests: add count parameter to mtd_speedtest | Adrian Hunter | 1 | -2/+13 |
| 2011-03-11 | mtd: tests: print correct values | Roman Tereshonkov | 1 | -5/+5 |
| 2010-08-02 | mtd: tests: return -1 if verify failed | Roel Kluin | 1 | -5/+4 |
| 2010-05-13 | drivers/mtd: Use kzalloc | Julia Lawall | 5 | -10/+5 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 8 | -1/+7 |
| 2010-01-13 | mtd: tests: fix read, speed and stress tests on NOR flash | Morten Thunberg Svendsen | 3 | -3/+16 |
| 2009-11-30 | mtd: make pagetest work | Artem Bityutskiy | 1 | -0/+1 |
| 2009-11-30 | mtd: add nand_ecc test module | Akinobu Mita | 2 | -0/+88 |
| 2009-10-17 | mtd: cleanup mtd_oobtest | Akinobu Mita | 1 | -14/+4 |
| 2009-09-04 | mtd: tests: fix read buffer overflows | Roel Kluin | 2 | -7/+7 |
| 2009-03-30 | trivial: NULL noise: drivers/mtd/tests/mtd_*test.c | Hannes Eder | 2 | -13/+13 |
| 2009-01-05 | [MTD] [TESTS] Fix some size_t printk format warnings | David Woodhouse | 2 | -4/+4 |
| 2008-12-10 | MTD: add MTD tests to compilation | Artem Bityutskiy | 1 | -0/+7 |
| 2008-12-10 | MTD: tests: add mtd_torturetest | Artem Bityutskiy | 1 | -0/+530 |
| 2008-12-08 | MTD: tests: add mtd_subpagetest | Artem Bityutskiy | 1 | -0/+525 |
| 2008-12-08 | MTD: tests: add mtd_stresstest | Artem Bityutskiy | 1 | -0/+330 |
| 2008-12-08 | MTD: tests: add mtd_speedtest | Artem Bityutskiy | 1 | -0/+502 |
| 2008-12-08 | MTD: tests: add mtd_readtest | Artem Bityutskiy | 1 | -0/+253 |
| 2008-12-08 | MTD: tests: add mtd_pagetest | Artem Bityutskiy | 1 | -0/+632 |
| 2008-12-08 | MTD: tests: add mtd_oobtest | Artem Bityutskiy | 1 | -0/+742 |