Age | Commit message (Expand) | Author |
2015-08-03 | mtd: nand: fix erroneous read_buf call in nand_write_page_raw_syndrome | Boris BREZILLON |
2015-08-03 | mtd: nand: don't use read_buf for 8-bit ONFI transfers | Brian Norris |
2015-08-03 | mtd: dc21285: use raw spinlock functions for nw_gpio_lock | Uwe Kleine-König |
2015-08-03 | mtd: fix: avoid race condition when accessing mtd->usecount | Brian Norris |
2015-05-13 | UBI: fix soft lockup in ubi_check_volume() | hujianyang |
2015-05-06 | UBI: fix check for "too many bytes" | Brian Norris |
2015-05-06 | UBI: initialize LEB number variable | Brian Norris |
2015-05-06 | UBI: fix out of bounds write | Brian Norris |
2015-05-06 | UBI: account for bitflips in both the VID header and data | Brian Norris |
2015-03-26 | mtd: nand: pxa3xx: Fix PIO FIFO draining | Maxime Ripard |
2015-01-16 | mtd: tests: abort torturetest on erase errors | Brian Norris |
2015-01-16 | UBI: Fix double free after do_sync_erase() | Richard Weinberger |
2015-01-16 | UBI: Fix invalid vfree() | Richard Weinberger |
2014-11-14 | UBI: add missing kmem_cache_free() in process_pool_aeb error path | Richard Genoud |
2014-09-17 | mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc() | Roger Quadros |
2014-09-17 | mtd/ftl: fix the double free of the buffers allocated in build_maps() | Kevin Hao |
2014-07-28 | mtd: devices: elm: fix elm_context_save() and elm_context_restore() functions | Ted Juan |
2014-07-09 | mtd: pxa3xx_nand: make the driver work on big-endian systems | Thomas Petazzoni |
2014-07-09 | mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-... | pekon gupta |
2014-07-09 | mtd: eLBC NAND: fix subpage write support | Pekon Gupta |
2014-05-13 | mtd: sm_ftl: heap corruption in sm_create_sysfs_attributes() | Dan Carpenter |
2014-05-13 | mtd: nuc900_nand: NULL dereference in nuc900_nand_enable() | Dan Carpenter |
2014-05-13 | mtd: diskonchip: mem resource name is not optional | Sasha Levin |
2014-05-13 | mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC | Herve Codina |
2014-02-27 | Merge tag 'upstream-3.14-rc5' of git://git.infradead.org/linux-ubifs | Linus Torvalds |
2014-02-23 | mtd: nand: omap: fix ecclayout->oobfree->length | Pekon Gupta |
2014-02-23 | mtd: nand: omap: fix ecclayout->oobfree->offset | Pekon Gupta |
2014-02-23 | mtd: nand: omap: fix ecclayout to be in sync with u-boot NAND driver | Pekon Gupta |
2014-02-14 | mtd: nand: fix off-by-one read retry mode counting | Brian Norris |
2014-02-04 | UBI: fix some use after free bugs | Dan Carpenter |
2014-01-30 | Merge tag 'upstream-3.14-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds |
2014-01-30 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds |
2014-01-29 | Merge remote-tracking branch 'agust/next' into next | Benjamin Herrenschmidt |
2014-01-28 | Merge tag 'for-linus-20140127' of git://git.infradead.org/linux-mtd | Linus Torvalds |
2014-01-27 | mtd: gpmi: add sanity check when mapping DMA for read_buf/write_buf | Huang Shijie |
2014-01-27 | mtd: gpmi: allocate a proper buffer for non ECC read/write | Huang Shijie |
2014-01-27 | mtd: m25p80: Set rx_nbits for Quad SPI transfers | Geert Uytterhoeven |
2014-01-27 | mtd: m25p80: Enable Quad SPI read transfers for s25fl512s | Geert Uytterhoeven |
2014-01-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2014-01-22 | mtd: s3c2410: Merge plat/regs-nand.h into s3c2410.c | Sachin Kamat |
2014-01-20 | mtd: mtdram: add missing 'const' | Brian Norris |
2014-01-20 | mtd: m25p80: assign default read command | Brian Norris |
2014-01-20 | mtd: nuc900_nand: remove redundant return value check of platform_get_resource() | Wei Yongjun |
2014-01-20 | mtd: plat_nand: remove redundant return value check of platform_get_resource() | Wei Yongjun |
2014-01-20 | mtd: nand: add Intel manufacturer ID | Huang Shijie |
2014-01-20 | mtd: nand: add SanDisk manufacturer ID | Huang Shijie |
2014-01-20 | mtd: nand: add support for Samsung K9LCG08U0B | Huang Shijie |
2014-01-20 | mtd: nand: pxa3xx: Add support for 2048 bytes page size devices | Rodolfo Giometti |
2014-01-16 | mtd: m25p80: Use OPCODE_QUAD_READ_4B for 4-byte addressing | Geert Uytterhoeven |
2014-01-14 | mtd: nand: don't use {read,write}_buf for 8-bit transfers | Uwe Kleine-König |