summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2016-04-12mtd: onenand: fix deadlock in onenand_block_markbadAaro Koskinen1-1/+2
2016-03-10ubi: Fix out of bounds write in volume update codeRichard Weinberger1-1/+1
2016-02-17mtd: mtdpart: fix add_mtd_partitions error pathBoris BREZILLON1-1/+3
2015-10-23UBI: return ENOSPC if no enough space availableshengyong2-0/+2
2015-10-23UBI: Validate data_sizeRichard Weinberger1-0/+5
2015-10-23mtd: pxa3xx_nand: add a default chunk sizeAntoine Ténart1-0/+3
2015-08-03mtd: nand: fix erroneous read_buf call in nand_write_page_raw_syndromeBoris BREZILLON1-1/+1
2015-08-03mtd: nand: don't use read_buf for 8-bit ONFI transfersBrian Norris1-11/+3
2015-08-03mtd: dc21285: use raw spinlock functions for nw_gpio_lockUwe Kleine-König1-2/+2
2015-08-03mtd: fix: avoid race condition when accessing mtd->usecountBrian Norris1-0/+5
2015-05-13UBI: fix soft lockup in ubi_check_volume()hujianyang1-0/+2
2015-05-06UBI: fix check for "too many bytes"Brian Norris1-1/+1
2015-05-06UBI: initialize LEB number variableBrian Norris1-1/+1
2015-05-06UBI: fix out of bounds writeBrian Norris1-1/+2
2015-05-06UBI: account for bitflips in both the VID header and dataBrian Norris1-1/+1
2015-03-26mtd: nand: pxa3xx: Fix PIO FIFO drainingMaxime Ripard1-6/+42
2015-01-16mtd: tests: abort torturetest on erase errorsBrian Norris1-1/+3
2015-01-16UBI: Fix double free after do_sync_erase()Richard Weinberger1-7/+3
2015-01-16UBI: Fix invalid vfree()Richard Weinberger1-4/+6
2014-11-14UBI: add missing kmem_cache_free() in process_pool_aeb error pathRichard Genoud1-0/+1
2014-09-17mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()Roger Quadros1-1/+1
2014-09-17mtd/ftl: fix the double free of the buffers allocated in build_maps()Kevin Hao1-1/+0
2014-07-28mtd: devices: elm: fix elm_context_save() and elm_context_restore() functionsTed Juan1-0/+2
2014-07-09mtd: pxa3xx_nand: make the driver work on big-endian systemsThomas Petazzoni1-2/+2
2014-07-09mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-...pekon gupta1-1/+1
2014-07-09mtd: eLBC NAND: fix subpage write supportPekon Gupta1-0/+14
2014-05-13mtd: sm_ftl: heap corruption in sm_create_sysfs_attributes()Dan Carpenter1-7/+4
2014-05-13mtd: nuc900_nand: NULL dereference in nuc900_nand_enable()Dan Carpenter1-1/+1
2014-05-13mtd: diskonchip: mem resource name is not optionalSasha Levin1-1/+1
2014-05-13mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECCHerve Codina1-0/+1
2014-02-27Merge tag 'upstream-3.14-rc5' of git://git.infradead.org/linux-ubifsLinus Torvalds1-4/+4
2014-02-24mtd: nand: omap: fix ecclayout->oobfree->lengthPekon Gupta1-3/+2
2014-02-24mtd: nand: omap: fix ecclayout->oobfree->offsetPekon Gupta1-10/+15
2014-02-24mtd: nand: omap: fix ecclayout to be in sync with u-boot NAND driverPekon Gupta1-8/+23
2014-02-15mtd: nand: fix off-by-one read retry mode countingBrian Norris1-1/+1
2014-02-04UBI: fix some use after free bugsDan Carpenter1-4/+4
2014-01-31Merge tag 'upstream-3.14-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds3-34/+28
2014-01-31Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-1/+1
2014-01-29Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt1-1/+1
2014-01-29Merge tag 'for-linus-20140127' of git://git.infradead.org/linux-mtdLinus Torvalds60-855/+1407
2014-01-28mtd: gpmi: add sanity check when mapping DMA for read_buf/write_bufHuang Shijie1-14/+17
2014-01-28mtd: gpmi: allocate a proper buffer for non ECC read/writeHuang Shijie1-2/+11
2014-01-28mtd: m25p80: Set rx_nbits for Quad SPI transfersGeert Uytterhoeven1-0/+11
2014-01-28mtd: m25p80: Enable Quad SPI read transfers for s25fl512sGeert Uytterhoeven1-1/+1
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+0
2014-01-23mtd: s3c2410: Merge plat/regs-nand.h into s3c2410.cSachin Kamat1-1/+35
2014-01-20mtd: mtdram: add missing 'const'Brian Norris1-1/+1
2014-01-20mtd: m25p80: assign default read commandBrian Norris1-0/+2
2014-01-20mtd: nuc900_nand: remove redundant return value check of platform_get_resource()Wei Yongjun1-3/+0
2014-01-20mtd: plat_nand: remove redundant return value check of platform_get_resource()Wei Yongjun1-4/+1