aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nandsim.c
AgeCommit message (Expand)Author
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds
2013-02-26export kernel_write(), convert open-coded instancesAl Viro
2013-02-04mtd: rename random32() to prandom_u32()Akinobu Mita
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds
2012-12-17mtd: nandsim: use prandom_bytesAkinobu Mita
2012-12-10mtd: nandsim: Introduce debugfs infrastructureEzequiel Garcia
2012-09-29mtd: nandsim: bugfix: fail if overridesize is too bigRichard Genoud
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie
2012-07-06mtd: nandsim: don't open code a do_div helperHerton Ronaldo Krzesinski
2012-05-13mtd: nandsim: remove autoincrement codeBrian Norris
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy
2011-09-11mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris
2011-09-11mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-11mtd: nand: enable software BCH ECC in nand simulatorIvan Djelic
2010-12-03mtd: use vzallocJoe Perches
2010-12-03mtd: nandsim: spell fixes in commentssrimugunthan
2010-10-25mtd: nandsim: add module param for BBT handlingSebastian Andrzej Siewior
2010-08-02mtd: nandsim: remove casts from voidKulikov Vasiliy
2010-05-10mtd: nandsim: make some structures anonymousArtem Bityutskiy
2010-02-25mtd: nandsim: Define CONFIG_NANDSIM_MAX_PARTS and use it instead of MAX_MTD_D...Ben Hutchings
2010-02-25mtd: nandsim: fix spellingAndrey Yurovsky
2009-12-01mtd: nandsim: add support for 4KiB pagesSebastian Andrzej Siewior
2009-01-05[MTD] [NAND] fix nandsim sched.h referencesRandy Dunlap
2008-12-10[MTD] [NAND] Remove strange u_int64_t types from nandsimDavid Woodhouse
2008-12-10MTD: nandsim: use less RAMAlexey Korolev
2008-12-10MTD: nandsim: add option to use a file to cache pagesAdrian Hunter
2008-12-10MTD: nandsim: suppress unnecessary warningAdrian Hunter
2008-08-11[MTD] [NAND] drivers/mtd/nand/nandsim.c: remove duplicated #includeHuang Weiyi
2008-08-01[MTD] [NAND] drivers/mtd/nand/nandsim.c: fix printk warningsAndrew Morton
2008-08-01[MTD] [NAND] drivers/mtd/nand/nandsim.c needs div64.hAndrew Morton
2008-07-30[MTD] [NAND] nandsim: support random page read commandArtem Bityutskiy
2008-06-05[MTD] [NAND] nandsim: missing header for do_divRandy Dunlap
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk
2008-06-04[MTD] [NAND] nandsim: allow for 64-bit sizeAdrian Hunter
2008-06-04[MTD] [NAND] nandsim: fix overridesizeAdrian Hunter
2008-06-04[MTD] [NAND] nandsim: fix size bugAdrian Hunter
2008-02-03drivers/mtd/: Spelling fixesJoe Perches
2007-10-20[MTD] [NAND] nandsim: bugfix in initializationArtem Bityutskiy
2007-09-06[MTD] [NAND] nandsim: avoid deadlocking FSArtem Bityutskiy
2007-04-17[MTD] nandsim: enhance nandsim to allow arbitrary NAND sizeAdrian Hunter
2007-04-17[MTD] nandsim: Enhance nandsim optionally to report wear informationAdrian Hunter
2007-04-17[MTD] nandsim: enhance nandsim to simulate flash errorsAdrian Hunter
2007-04-17[MTD] nandsim: add partition capability to nandsimAdrian Hunter
2006-12-08[MTD] nandsim: bugfix in page addressingArtem Bityutskiy
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan
2006-10-21[MTD] NAND: nandsim: support subpage writeArtem Bityutskiy
2006-10-21[MTD] NAND: nandsim coding style fixVijay Kumar
2006-10-21[MTD] NAND: nandsim page-wise allocation (2/2)Vijay Kumar