summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2017-06-08mtd: nand: xway: disable module supportHauke Mehrtens1-1/+1
2017-02-10mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctlKarl Beldan1-0/+3
2017-02-10mtd: pmcmsp-flash: Allocating too much in init_msp_flash()Dan Carpenter1-3/+3
2017-02-10mtd: blkdevs: fix potential deadlock + lockdep warningsBrian Norris1-5/+5
2017-02-10UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC headerBoris Brezillon1-3/+4
2016-08-27ubi: Fix race condition between ubi device creation and udevIosif Harutyunov1-1/+4
2016-08-27ubi: Make volume resize power cut awareRichard Weinberger1-7/+18
2016-06-07mtd: 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-20mtd: 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-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-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-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: atmel_nand: Disable subpage NAND write when using Atmel PMECCHerve Codina1-0/+1
2014-02-14mtd: mxc_nand: remove duplicated ecc_stats countingMichael Grzeschik1-1/+0
2013-12-04mtd: gpmi: fix kernel BUG due to racing DMA operationsHuang Shijie1-2/+2
2013-12-04mtd: nand: hack ONFI for non-power-of-2 dimensionsBrian Norris1-2/+13
2013-09-27mtd: nand: fix NAND_BUSWIDTH_AUTO for x16 devicesBrian Norris1-3/+5
2013-09-27UBI: Fix PEB leak in wear_leveling_worker()Richard Weinberger1-0/+3
2013-08-15mtd: omap2: allow bulding as a moduleArnd Bergmann1-1/+1
2013-05-18drivers/mtd/nand: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-09Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtdLinus Torvalds77-8057/+495
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2-2/+2
2013-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-10/+6
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-52/+2
2013-05-07block_device_operations->release() should return voidAl Viro1-3/+2
2013-05-06mtd_blktrans_ops->release() should return voidAl Viro3-9/+6
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+5
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+63
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2013-04-29Include missing linux/slab.h inclusionsDavid Howells1-0/+1
2013-04-19mtdchar: remove no-longer-used vma helpersLinus Torvalds1-27/+0
2013-04-19vm: convert mtdchar mmap to vm_iomap_memory() helperLinus Torvalds1-30/+2
2013-04-19mtd: onenand/samsung: make regs-onenand.h file localArnd Bergmann2-2/+63
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot2-2/+2