summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/tests
Commit message (Expand)AuthorAge
* mtd: rawnand: Allow selection of ECC byte ordering at runtimeBoris Brezillon2018-10-03
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* mtd: tests: check erase block count in page testStefan Agner2018-03-21
* mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon2018-03-15
* mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon2018-03-15
* mtd: mtd_oobtest: Handle bitflips during readsMiquel Raynal2018-01-12
* mtd: tests: nandbiterrs: Fix read_page return valueSascha Hauer2018-01-09
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-13
* mtd: subpagetest: fix wrong written check in function write_eraseblock2Xiaolei Li2017-06-08
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* mtd: nandbiterrs: Support for NAND biterrors test on platforms without raw writeIwo Mergler2016-07-11
* Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdLinus Torvalds2016-03-24
|\
| * mtd: kill the ecclayout->oobavail fieldBoris BREZILLON2016-03-07
* | mtd: nand: tests: fix regression introduced in mtd_nandectestJorge Ramirez-Ortiz2016-03-04
|/
* mtd: tests: consolidate kmalloc/memset 0 call to kzallocNicholas Mc Guire2016-01-06
* mtd: tests: Replace timeval with ktime_tShraddha Barke2015-10-26
* mtd: mtd_oobtest: Fix the address offset with vary_offset caseRoger Quadros2015-08-27
* mtd: readtest: don't clobber error reportsBrian Norris2015-05-14
* mtd: Make MTD tests cancelableRichard Weinberger2015-04-05
* mtd: mtd_oobtest: Fix bitflip_limit usage in test case 3Roger Quadros2015-04-05
* mtd: tests: fix more potential integer overflowsBrian Norris2015-03-11
* mtd: tests: abort torturetest on erase errorsBrian Norris2014-12-12
* mtd: oobtest: correct printf() format specifier for 'size_t'Brian Norris2014-11-20
* mtd: mtd_oobtest: add bitflip_limit parameterRoger Quadros2014-11-20
* mtd: mtd_oobtest: Show the verification error location and dataRoger Quadros2014-11-20
* mtd: tests: fix integer overflow issuesBrian Norris2014-08-19
* mtd: mtd_oobtest: generate consistent data for verificationAkinobu Mita2014-04-18
* mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-11
* mtd: tests: mtd_nandecctest: Use IS_ENABLED() macroFabio Estevam2014-01-03
* mtd: nand: add a helper to detect the nand typeHuang Shijie2013-10-27
* mtd: tests: incorporate error message for mtdtest_write()Akinobu Mita2013-08-30
* mtd: tests: incorporate error message for mtdtest_read()Akinobu Mita2013-08-30
* mtd: mtd_nandbiterrs: use mtd_test helpersAkinobu Mita2013-08-30
* mtd: mtd_torturetest: use mtd_test helpersAkinobu Mita2013-08-30
* mtd: mtd_subpagetest: use mtd_test helpersAkinobu Mita2013-08-30
* mtd: mtd_stresstest: use mtd_test helpersAkinobu Mita2013-08-30
* mtd: mtd_speedtest: use mtd_test helpersAkinobu Mita2013-08-30
* mtd: mtd_readtest: use mtd_test helpersAkinobu Mita2013-08-30
* mtd: mtd_pagetest: use mtd_test helpersAkinobu Mita2013-08-30
* mtd: mtd_oobtest: use mtd_test helpersAkinobu Mita2013-08-30
* mtd: tests: rename sources in order to link a helper objectAkinobu Mita2013-08-30
* mtd: tests: introduce helper functionsAkinobu Mita2013-08-30
* mtd: tests: don't print error messages when out-of-memoryBrian Norris2013-08-05
* Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-02
|\
| * mtd: mtd_torturetest can cause stack overflowsAl Cooper2013-02-13
| * mtd: rename random32() to prandom_u32()Akinobu Mita2013-02-04
* | mtd: mtd_stresstest: use prandom_bytes()Akinobu Mita2013-02-27
* | mtd: mtd_subpagetest: convert to use prandom libraryAkinobu Mita2013-02-27