index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
tests
/
mtd_nandecctest.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-5
/
+5
2022-10-11
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-5
/
+5
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-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
2016-03-04
mtd: nand: tests: fix regression introduced in mtd_nandectest
Jorge Ramirez-Ortiz
1
-1
/
+1
2015-04-05
mtd: Make MTD tests cancelable
Richard Weinberger
1
-0
/
+6
2014-01-03
mtd: tests: mtd_nandecctest: Use IS_ENABLED() macro
Fabio Estevam
1
-1
/
+1
2013-03-02
Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-5
/
+5
2013-02-27
mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes()
Akinobu Mita
1
-1
/
+1
2013-02-04
mtd: rename random32() to prandom_u32()
Akinobu Mita
1
-5
/
+5
2012-11-15
mtd: tests: mtd_nandecctest: Use pr_fmt macro
Vikram Narayanan
1
-2
/
+4
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: 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
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+0
2009-11-30
mtd: add nand_ecc test module
Akinobu Mita
1
-0
/
+87