index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
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
-23
/
+70
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
-14
/
+29
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