| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 2022-11-18 | 2 | -9/+9 |
* | treewide: use get_random_bytes() when possible | Jason A. Donenfeld | 2022-10-12 | 3 | -3/+3 |
* | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 2022-10-12 | 2 | -18/+9 |
* | mtd: always initialize 'stats' in struct mtd_oob_ops | Michał Kępień | 2022-09-21 | 3 | -6/+6 |
* | mtd: tests: Fix eraseblock read speed miscalculation for lower partition sizes | Amit Kumar Mahapatra | 2022-03-14 | 1 | -6/+5 |
* | mtd: tests: Remove redundant assignment to err | Yang Li | 2021-05-10 | 1 | -2/+0 |
* | mtd: mtd_oobtest: Remove redundant assignment to err | Jiapeng Chong | 2021-05-10 | 1 | -6/+0 |
* | mtd: mtd_oobtest: fix error return code in mtd_oobtest_init() | Zhang Xiaoxu | 2021-05-10 | 1 | -0/+1 |
* | mtd: nand: ecc-hamming: Rename the exported functions | Miquel Raynal | 2020-12-10 | 1 | -15/+14 |
* | mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layer | Miquel Raynal | 2020-12-10 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 326 | Thomas Gleixner | 2019-06-05 | 8 | -106/+8 |
* | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | mtd: rawnand: Clarify Kconfig entry MTD_NAND | Miquel Raynal | 2019-04-18 | 1 | -1/+1 |
* | mtd: nand: Clarify Kconfig entry for software Hamming ECC entries | Miquel Raynal | 2019-04-18 | 1 | -7/+7 |
* | mtd: rawnand: Allow selection of ECC byte ordering at runtime | Boris Brezillon | 2018-10-03 | 1 | -7/+14 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-13 | 1 | -1/+1 |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-13 | 1 | -1/+1 |
* | mtd: tests: check erase block count in page test | Stefan Agner | 2018-03-21 | 1 | -3/+7 |
* | mtd: Unconditionally update ->fail_addr and ->addr in part_erase() | Boris Brezillon | 2018-03-15 | 2 | -2/+0 |
* | mtd: Stop assuming mtd_erase() is asynchronous | Boris Brezillon | 2018-03-15 | 2 | -10/+0 |
* | mtd: mtd_oobtest: Handle bitflips during reads | Miquel Raynal | 2018-01-12 | 1 | -0/+21 |
* | mtd: tests: nandbiterrs: Fix read_page return value | Sascha Hauer | 2018-01-09 | 1 | -1/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 3 | -0/+3 |
* | mtd: nand: Rename nand.h into rawnand.h | Boris Brezillon | 2017-08-13 | 1 | -1/+1 |
* | mtd: subpagetest: fix wrong written check in function write_eraseblock2 | Xiaolei Li | 2017-06-09 | 1 | -1/+1 |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | mtd: nandbiterrs: Support for NAND biterrors test on platforms without raw write | Iwo Mergler | 2016-07-11 | 1 | -1/+1 |
* | Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2016-03-25 | 1 | -25/+24 |
|\ |
|
| * | mtd: kill the ecclayout->oobavail field | Boris BREZILLON | 2016-03-08 | 1 | -25/+24 |
* | | mtd: nand: tests: fix regression introduced in mtd_nandectest | Jorge Ramirez-Ortiz | 2016-03-05 | 1 | -1/+1 |
|/ |
|
* | mtd: tests: consolidate kmalloc/memset 0 call to kzalloc | Nicholas Mc Guire | 2016-01-07 | 1 | -2/+1 |
* | mtd: tests: Replace timeval with ktime_t | Shraddha Barke | 2015-10-26 | 2 | -10/+10 |
* | mtd: mtd_oobtest: Fix the address offset with vary_offset case | Roger Quadros | 2015-08-28 | 1 | -6/+12 |
* | mtd: readtest: don't clobber error reports | Brian Norris | 2015-05-14 | 1 | -2/+4 |
* | mtd: Make MTD tests cancelable | Richard Weinberger | 2015-04-06 | 10 | -24/+120 |
* | mtd: mtd_oobtest: Fix bitflip_limit usage in test case 3 | Roger Quadros | 2015-04-06 | 1 | -27/+35 |
* | mtd: tests: fix more potential integer overflows | Brian Norris | 2015-03-11 | 5 | -10/+10 |
* | mtd: tests: abort torturetest on erase errors | Brian Norris | 2014-12-13 | 1 | -1/+3 |
* | mtd: oobtest: correct printf() format specifier for 'size_t' | Brian Norris | 2014-11-20 | 1 | -1/+1 |
* | mtd: mtd_oobtest: add bitflip_limit parameter | Roger Quadros | 2014-11-20 | 1 | -18/+47 |
* | mtd: mtd_oobtest: Show the verification error location and data | Roger Quadros | 2014-11-20 | 1 | -7/+29 |
* | mtd: tests: fix integer overflow issues | Brian Norris | 2014-08-19 | 7 | -22/+22 |
* | mtd: mtd_oobtest: generate consistent data for verification | Akinobu Mita | 2014-04-18 | 1 | -7/+10 |
* | mtd: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-03-11 | 1 | -1/+0 |
* | mtd: tests: mtd_nandecctest: Use IS_ENABLED() macro | Fabio Estevam | 2014-01-03 | 1 | -1/+1 |
* | mtd: nand: add a helper to detect the nand type | Huang Shijie | 2013-10-28 | 4 | -4/+4 |
* | mtd: tests: incorporate error message for mtdtest_write() | Akinobu Mita | 2013-08-30 | 5 | -50/+12 |
* | mtd: tests: incorporate error message for mtdtest_read() | Akinobu Mita | 2013-08-30 | 5 | -76/+17 |
* | mtd: mtd_nandbiterrs: use mtd_test helpers | Akinobu Mita | 2013-08-30 | 1 | -33/+6 |
* | mtd: mtd_torturetest: use mtd_test helpers | Akinobu Mita | 2013-08-30 | 1 | -59/+7 |