Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-14mtd: tests: Fix eraseblock read speed miscalculation for lower partition sizesAmit Kumar Mahapatra
2021-05-10mtd: tests: Remove redundant assignment to errYang Li
2021-05-10mtd: mtd_oobtest: Remove redundant assignment to errJiapeng Chong
2021-05-10mtd: mtd_oobtest: fix error return code in mtd_oobtest_init()Zhang Xiaoxu
2020-12-11mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal
2020-12-11mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 326Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-18mtd: rawnand: Clarify Kconfig entry MTD_NANDMiquel Raynal
2019-04-18mtd: nand: Clarify Kconfig entry for software Hamming ECC entriesMiquel Raynal
2018-10-03mtd: rawnand: Allow selection of ECC byte ordering at runtimeBoris Brezillon
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-03-21mtd: tests: check erase block count in page testStefan Agner
2018-03-15mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon
2018-01-12mtd: mtd_oobtest: Handle bitflips during readsMiquel Raynal
2018-01-09mtd: tests: nandbiterrs: Fix read_page return valueSascha Hauer
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon
2017-06-09mtd: 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-25Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdLinus Torvalds
2016-03-08mtd: kill the ecclayout->oobavail fieldBoris BREZILLON
2016-03-05mtd: nand: tests: fix regression introduced in mtd_nandectestJorge Ramirez-Ortiz
2016-01-07mtd: tests: consolidate kmalloc/memset 0 call to kzallocNicholas Mc Guire
2015-10-26mtd: tests: Replace timeval with ktime_tShraddha Barke
2015-08-28mtd: mtd_oobtest: Fix the address offset with vary_offset caseRoger Quadros
2015-05-14mtd: readtest: don't clobber error reportsBrian Norris
2015-04-06mtd: Make MTD tests cancelableRichard Weinberger
2015-04-06mtd: mtd_oobtest: Fix bitflip_limit usage in test case 3Roger Quadros
2015-03-12mtd: tests: fix more potential integer overflowsBrian Norris
2014-12-13mtd: tests: abort torturetest on erase errorsBrian Norris
2014-11-20mtd: oobtest: correct printf() format specifier for 'size_t'Brian Norris
2014-11-20mtd: mtd_oobtest: add bitflip_limit parameterRoger Quadros
2014-11-20mtd: mtd_oobtest: Show the verification error location and dataRoger Quadros
2014-08-19mtd: tests: fix integer overflow issuesBrian Norris
2014-04-18mtd: mtd_oobtest: generate consistent data for verificationAkinobu Mita
2014-03-11mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-03mtd: tests: mtd_nandecctest: Use IS_ENABLED() macroFabio Estevam
2013-10-28mtd: nand: add a helper to detect the nand typeHuang Shijie
2013-08-31mtd: tests: incorporate error message for mtdtest_write()Akinobu Mita
2013-08-31mtd: tests: incorporate error message for mtdtest_read()Akinobu Mita
2013-08-31mtd: mtd_nandbiterrs: use mtd_test helpersAkinobu Mita
2013-08-31mtd: mtd_torturetest: use mtd_test helpersAkinobu Mita
2013-08-31mtd: mtd_subpagetest: use mtd_test helpersAkinobu Mita
2013-08-31mtd: mtd_stresstest: use mtd_test helpersAkinobu Mita
2013-08-31mtd: mtd_speedtest: use mtd_test helpersAkinobu Mita
2013-08-31mtd: mtd_readtest: use mtd_test helpersAkinobu Mita