summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dts: update to v4.19-rc3Sascha Hauer2018-10-088-4/+78
* Release v2018.10.0v2018.10.0Sascha Hauer2018-10-081-1/+1
* arm: crypto: fix SHA256 shipped assembler codeLucas Stach2018-10-081-1/+1
* ARM: socfpga: Arria10: Fix compiler warningSascha Hauer2018-10-081-1/+1
* ARM: socfpga: Arria10: add missing staticSascha Hauer2018-10-081-1/+1
* fs: ubifs: Do not free memory not allocated by ubifsSascha Hauer2018-09-281-1/+0
* fs: stat: Do not forget to set errnoSascha Hauer2018-09-261-0/+3
* fs: open: Do not forget to set errnoSascha Hauer2018-09-261-1/+1
* fs: ramfs: Free data when file is unlinkedSascha Hauer2018-09-261-1/+23
* state: backend_bucket_circular: fix for non power of 2 writesizeLadislav Michl2018-09-261-2/+2
* spi: atmel_spi: fix duplicate const warningLadislav Michl2018-09-261-1/+1
* ratp: select CMDLINE_EDITINGClément Leger2018-09-261-0/+1
* ARM: i.MX27: Fix NAND boot with newer gccSascha Hauer2018-09-191-1/+8
* ARM: radxa-rock: Fix passing device tree to kernelSascha Hauer2018-09-181-3/+1
* ARM: i.MX28: Add APBH clk supportOleksij Rempel2018-09-181-0/+1
* net: mdio: Do not warn about invalid PHY addressSascha Hauer2018-09-181-4/+4
* ARM: omap: xload: Fix network boot filenameSascha Hauer2018-09-181-2/+5
* pci_of_match_device: don't crash on MIPS MaltaAntony Pavlov2018-09-171-1/+1
* MIPS: fix PCI quirk infrastructure buildAntony Pavlov2018-09-171-0/+11
* ARM: Multi PBL: Fix image calculation for certain toolchainsSascha Hauer2018-09-174-5/+6
* fs: devfs: fix r/w permissionsSascha Hauer2018-09-171-1/+6
* fs: devfs: Create device files as character devicesSascha Hauer2018-09-171-2/+2
* Merge branch 'for-next/usb'Sascha Hauer2018-09-113-31/+31
|\
| * USB: host: hub: Adjust device speed after every port resetAndrey Smirnov2018-08-293-20/+19
| * USB: host: hub: rename function argumentSascha Hauer2018-08-292-12/+12
| * USB: host: hub: Make sure to remove dangling pointersAndrey Smirnov2018-08-291-0/+1
* | Merge branch 'for-next/ubi'Sascha Hauer2018-09-1115-707/+1419
|\ \
| * | ubi: Initialize Fastmap checkmapping correctlyRichard Weinberger2018-08-311-10/+10
| * | mtd: ubi: Update ubi-media.h to dual licenseLionel Debieve2018-08-311-15/+3
| * | ubi: fastmap: Detect EBA mismatches on-the-flyRichard Weinberger2018-08-311-0/+17
| * | ubi: fastmap: Check each mapping only onceRichard Weinberger2018-08-315-1/+51
| * | ubi: fastmap: Correctly handle interrupted erasures in EBARichard Weinberger2018-08-311-1/+87
| * | mtd: ubi: wl: Fix error return code in ubi_wl_init()Wei Yongjun2018-08-311-2/+6
| * | ubi: Fix copy/paste error in function documentationSascha Hauer2018-08-311-1/+1
| * | ubi: Fastmap: Fix typoSascha Hauer2018-08-313-3/+3
| * | ubi: fastmap: Erase outdated anchor PEBs during attachSascha Hauer2018-08-311-20/+57
| * | ubi: fastmap: Clean up the initialization of pointer pColin Ian King2018-08-311-2/+1
| * | UBI: Fix two typos in commentsUwe Kleine-König2018-08-311-2/+2
| * | ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"Colin Ian King2018-08-311-1/+1
| * | ubi: pr_err() strings should end with newlinesBen Dooks2018-08-311-4/+4
| * | ubi: fastmap: Fix slab corruptionRabin Vincent2018-08-311-4/+29
| * | ubi/upd: Always flush after prepared for an updateSebastian Siewior2018-08-311-4/+4
| * | UBI: Fix typosAndrew F. Davis2018-08-313-4/+3
| * | ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()Boris Brezillon2018-08-311-5/+5
| * | UBI: Fix crash in try_recover_peb()Geert Uytterhoeven2018-08-311-0/+1
| * | ubi: fix swapped arguments to call to ubi_alloc_aebColin Ian King2018-08-311-1/+1
| * | ubi: Fix Fastmap's update_vol()Richard Weinberger2018-08-311-1/+1
| * | ubi: Fix races around ubi_refill_pools()Richard Weinberger2018-08-312-8/+11
| * | ubi: Deal with interrupted erasures in WLRichard Weinberger2018-08-311-2/+19
| * | UBI: introduce the VID buffer conceptBoris Brezillon2018-08-317-142/+218