summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2016.07.0v2016.07.0Sascha Hauer2016-07-111-1/+1
* ubifs: check return pointer properlyLucas Stach2016-07-071-4/+4
* imx-bbu-nand-fcb: avoid double free of dbbt_entriesLucas Stach2016-07-071-1/+0
* imx-bbu-nand-fcb: don't drop error return codeLucas Stach2016-07-071-2/+2
* fs: ext4: fix symlink read functionRonald Zachariah2016-07-071-1/+1
* vsprintf: fix handling of strp arg in asprintfEnrico Jorns2016-07-071-2/+1
* ARM: bootm: Fix compiler warningSascha Hauer2016-07-051-1/+1
* ARM: bootm: recalculate decompression spaceStefan Müller-Klieser2016-07-041-3/+15
* boot command: Make verbose/dryrun options work againSascha Hauer2016-06-291-2/+5
* eeprom: at24: fix discarding const qualifierSascha Hauer2016-06-281-2/+5
* net: dm9k: Fix buswidth setting for platform data probeSascha Hauer2016-06-281-24/+18
* mtd: fix mtdraw_erase stub signatureLucas Stach2016-06-241-1/+1
* defaultenv-2: select BOOTMLucas Stach2016-06-241-0/+1
* ppc: fix USPRG0 defineJ. Tang2016-06-231-1/+1
* aiodev: imx_thermal: depend on MACH_IMX6Lucas Stach2016-06-231-0/+1
* aiodev: imx_thermal: remove empty includeLucas Stach2016-06-231-1/+0
* mtd: nand: gpmi: Use subpage reads only on suitable NAND chipsSascha Hauer2016-06-221-3/+5
* ARM: start: Fix arm_mem_barebox_image for !CONFIG_RELOCATABLESascha Hauer2016-06-201-2/+6
* ifup: fix handling when ip env is not givenAlexander Aring2016-06-151-0/+3
* Merge branch 'for-next/ubiformat'Sascha Hauer2016-06-141-2/+7
|\
| * ubiformat: Fix formatting devices with unreadable areasSascha Hauer2016-05-201-2/+7
| * ubiformat: Ignore bitflip errorsSascha Hauer2016-05-201-1/+1
* | Merge branch 'for-next/ubi'Sascha Hauer2016-06-1417-1032/+1175
|\ \
| * | mtd: UBI: Remove ubi_free_fastmapTeresa Remmet2016-05-273-16/+0
| * | ubi: Fix out of bounds write in volume update codeRichard Weinberger2016-05-271-1/+1
| * | mtd: ubi: wl: avoid erasing a PEB which is emptySebastian Siewior2016-05-271-3/+18
| * | mtd: ubi: don't leak e if schedule_erase() failsSebastian Siewior2016-05-271-0/+1
| * | mtd: ubi: fixup error correction in do_sync_erase()Sebastian Siewior2016-05-271-24/+28
| * | UBI: fix use of "VID" vs. "EC" in header self-checkBrian Norris2016-05-271-1/+1
| * | UBI: Fastmap: Fix PEB array typeEzequiel García2016-05-271-1/+1
| * | UBI: Fix debug messageRichard Weinberger2016-05-271-1/+1
| * | UBI: Fix typo in commentRichard Weinberger2016-05-271-1/+1
| * | UBI: Fastmap: Simplify expressionRichard Weinberger2016-05-271-1/+1
| * | UBI: return ENOSPC if no enough space availableshengyong2016-05-272-0/+2
| * | UBI: Validate data_sizeRichard Weinberger2016-05-271-0/+5
| * | UBI: Remove unnecessary `\'shengyong2016-05-272-2/+2
| * | UBI: add a helper function for updatting on-flash layout volumesshengyong2016-05-271-21/+24
| * | UBI: Fastmap: Do not add vol if it already existsshengyong2016-05-271-1/+8
| * | UBI: Init vol->reserved_pebs by assignmentshengyong2016-05-271-2/+2
| * | UBI: Fastmap: Rename variables to make them meaningfulshengyong2016-05-271-29/+29
| * | UBI: Fastmap: Remove unnecessary `\'shengyong2016-05-271-7/+7
| * | UBI: Fastmap: Use max() to get the larger valueshengyong2016-05-271-2/+2
| * | UBI: Fastmap: Fall back to scanning mode after ECC errorRichard Weinberger2016-05-271-1/+1
| * | UBI: Fastmap: Remove is_fm_block()Richard Weinberger2016-05-273-29/+0
| * | UBI: Fastmap: Introduce may_reserve_for_fm()Richard Weinberger2016-05-273-6/+28
| * | UBI: Fastmap: Introduce ubi_fastmap_init()Richard Weinberger2016-05-272-4/+7
| * | UBI: Fastmap: Wire up WL accessor functionsRichard Weinberger2016-05-271-16/+11
| * | UBI: Add accessor functions for WL data structuresRichard Weinberger2016-05-271-0/+37
| * | UBI: Move fastmap specific functions out of wl.cRichard Weinberger2016-05-273-411/+418
| * | UBI: Fix stale pointers in ubi->lookuptblRichard Weinberger2016-05-271-16/+31