summaryrefslogtreecommitdiff
path: root/drivers/mtd/tests
AgeCommit message (Expand)Author
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon
2017-06-08mtd: subpagetest: fix wrong written check in function write_eraseblock2Xiaolei Li
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-07-11mtd: nandbiterrs: Support for NAND biterrors test on platforms without raw writeIwo Mergler
2016-03-24Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdLinus Torvalds
2016-03-07mtd: kill the ecclayout->oobavail fieldBoris BREZILLON
2016-03-04mtd: nand: tests: fix regression introduced in mtd_nandectestJorge Ramirez-Ortiz
2016-01-06mtd: tests: consolidate kmalloc/memset 0 call to kzallocNicholas Mc Guire
2015-10-26mtd: tests: Replace timeval with ktime_tShraddha Barke
2015-08-27mtd: mtd_oobtest: Fix the address offset with vary_offset caseRoger Quadros
2015-05-14mtd: readtest: don't clobber error reportsBrian Norris
2015-04-05mtd: Make MTD tests cancelableRichard Weinberger
2015-04-05mtd: mtd_oobtest: Fix bitflip_limit usage in test case 3Roger Quadros
2015-03-11mtd: tests: fix more potential integer overflowsBrian Norris
2014-12-12mtd: tests: abort torturetest on erase errorsBrian Norris
2014-11-20mtd: oobtest: correct printf() format specifier for 'size_t'Brian Norris
2014-11-19mtd: mtd_oobtest: add bitflip_limit parameterRoger Quadros
2014-11-19mtd: mtd_oobtest: Show the verification error location and dataRoger Quadros
2014-08-19mtd: tests: fix integer overflow issuesBrian Norris
2014-04-17mtd: mtd_oobtest: generate consistent data for verificationAkinobu Mita
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-03mtd: tests: mtd_nandecctest: Use IS_ENABLED() macroFabio Estevam
2013-10-27mtd: nand: add a helper to detect the nand typeHuang Shijie
2013-08-30mtd: tests: incorporate error message for mtdtest_write()Akinobu Mita
2013-08-30mtd: tests: incorporate error message for mtdtest_read()Akinobu Mita
2013-08-30mtd: mtd_nandbiterrs: use mtd_test helpersAkinobu Mita
2013-08-30mtd: mtd_torturetest: use mtd_test helpersAkinobu Mita
2013-08-30mtd: mtd_subpagetest: use mtd_test helpersAkinobu Mita
2013-08-30mtd: mtd_stresstest: use mtd_test helpersAkinobu Mita
2013-08-30mtd: mtd_speedtest: use mtd_test helpersAkinobu Mita
2013-08-30mtd: mtd_readtest: use mtd_test helpersAkinobu Mita
2013-08-30mtd: mtd_pagetest: use mtd_test helpersAkinobu Mita
2013-08-30mtd: mtd_oobtest: use mtd_test helpersAkinobu Mita
2013-08-30mtd: tests: rename sources in order to link a helper objectAkinobu Mita
2013-08-30mtd: tests: introduce helper functionsAkinobu Mita
2013-08-05mtd: tests: don't print error messages when out-of-memoryBrian Norris
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds
2013-02-27mtd: mtd_stresstest: use prandom_bytes()Akinobu Mita
2013-02-27mtd: mtd_subpagetest: convert to use prandom libraryAkinobu Mita
2013-02-27mtd: mtd_speedtest: use prandom_bytesAkinobu Mita
2013-02-27mtd: mtd_pagetest: convert to use prandom libraryAkinobu Mita
2013-02-27mtd: mtd_oobtest: convert to use prandom libraryAkinobu Mita
2013-02-27mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes()Akinobu Mita
2013-02-13mtd: mtd_torturetest can cause stack overflowsAl Cooper
2013-02-04mtd: rename random32() to prandom_u32()Akinobu Mita
2012-12-04mtd: tests/read: initialize buffer for whole next pageChristian Herzig
2012-11-18mtd: Fix typo mtd/testsMasanari Iida
2012-11-15mtd: mtd_oobtest: printk -> pr_{info,err,crit}Vikram Narayanan
2012-11-15mtd: tests: mtd_torturetest: Replace printk with pr_{info,crit}Vikram Narayanan
2012-11-15mtd: tests: mtd_subpagetest: replace printk with pr_{info,crit,err}Vikram Narayanan