summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ubi: Fix races around ubi_refill_pools()Richard Weinberger2016-10-024-14/+30
* ubi: Deal with interrupted erasures in WLRichard Weinberger2016-10-021-2/+19
* UBI: introduce the VID buffer conceptBoris Brezillon2016-10-027-142/+218
* UBI: hide EBA internalsBoris Brezillon2016-10-024-51/+165
* UBI: provide an helper to query LEB informationBoris Brezillon2016-10-023-2/+40
* UBI: provide an helper to check whether a LEB is mapped or notBoris Brezillon2016-10-023-2/+15
* UBI: add an helper to check lnum validityBoris Brezillon2016-10-023-8/+13
* UBI: simplify LEB write and atomic LEB change codeBoris Brezillon2016-10-021-170/+115
* UBI: simplify recover_peb() codeBoris Brezillon2016-10-021-53/+77
* UBI: move the global ech and vidh variables into struct ubi_attach_infoBoris Brezillon2016-10-022-20/+23
* UBI: provide helpers to allocate and free aeb elementsBoris Brezillon2016-10-024-38/+66
* UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}()Boris Brezillon2016-10-021-5/+5
* UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb()Boris Brezillon2016-10-021-6/+2
* UBI: factorize destroy_av() and ubi_remove_av() codeBoris Brezillon2016-10-021-13/+12
* UBI: factorize code used to manipulate volumes at attach timeBoris Brezillon2016-10-023-67/+112
* UBI: use vol->usable_leb_size instead of (ubi->leb_size - vol->data_pad)Boris Brezillon2016-10-021-1/+1
* UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC headerBoris Brezillon2016-10-021-3/+4
* UBI: fastmap: avoid multiple be32_to_cpu() when unneccesaryBoris Brezillon2016-10-021-4/+4
* UBI: fix add_fastmap() to use the vid_hdr passed in argumentBoris Brezillon2016-10-021-2/+2
* UBI: fastmap: use ubi_find_volume() instead of open coding itBoris Brezillon2016-10-021-20/+3
* Linux 4.8-rc7v4.8-rc7Linus Torvalds2016-09-181-1/+1
* Merge tag 'usb-4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-09-183-13/+20
|\
| * Merge tag 'usb-serial-4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-09-161-1/+2
| |\
| | * USB: serial: simple: add support for another Infineon flashloaderDaniele Palmas2016-09-121-1/+2
| * | USB: change bInterval default to 10 msAlan Stern2016-09-161-11/+17
| * | usb: musb: Fix tusb6010 compile error on blackfinTony Lindgren2016-09-161-1/+1
| |/
* | Merge tag 'fixes-for-linus-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-09-182-3/+3
|\ \
| * | openrisc: fix the fix of copy_from_user()Guenter Roeck2016-09-181-1/+1
| * | avr32: fix 'undefined reference to `___copy_from_user'Guenter Roeck2016-09-181-2/+2
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-09-184-15/+26
|\ \ \
| * | | perf/x86/amd: Make HW_CACHE_REFERENCES and HW_CACHE_MISSES measure L2Matt Fleming2016-09-162-4/+4
| * | | perf/x86/intel/pt: Do validate the size of a kernel address filterAlexander Shishkin2016-09-161-2/+7
| * | | perf/x86/intel/pt: Fix kernel address filter's offset validationAlexander Shishkin2016-09-161-1/+6
| * | | perf/x86/intel/pt: Fix an off-by-one in address filter configurationAlexander Shishkin2016-09-161-2/+2
| * | | perf/x86/intel: Don't disable "intel_bts" around "intel" event batchingAlexander Shishkin2016-09-151-7/+8
* | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-09-181-0/+2
|\ \ \ \
| * | | | cpu/hotplug: Include linux/types.h in linux/cpuhotplug.hPaul Burton2016-09-141-0/+2
| | |_|/ | |/| |
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-09-183-4/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | irqchip/atmel-aic: Fix potential deadlock in ->xlate()Boris Brezillon2016-09-132-4/+6
| * | | genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpersBoris Brezillon2016-09-131-0/+10
| |/ /
* | | fix iov_iter_fault_in_readable()Al Viro2016-09-172-23/+3
* | | Merge tag 'mmc-v4.8-rc6' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2016-09-174-18/+33
|\ \ \
| * | | mmc: omap: Initialize dma_slave_config to avoid random data in it's fieldsPeter Ujfalusi2016-09-141-8/+10
| * | | mmc: omap_hsmmc: Initialize dma_slave_config to avoid random dataPeter Ujfalusi2016-09-141-8/+8
| * | | mmc: sdhci-st: Handle interconnect clockLee Jones2016-09-121-1/+14
| * | | dt-bindings: mmc: sdhci-st: Mention the discretionary "icn" clockLee Jones2016-09-121-1/+1
| |/ /
* | | Merge tag 'powerpc-4.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-09-173-9/+29
|\ \ \
| * | | powerpc/powernv/pci: Fix missed TCE invalidations that should fallback to OPALMichael Ellerman2016-09-151-2/+2
| * | | powerpc/powernv: Detach from PE on releasing PCI deviceGavin Shan2016-09-151-0/+10
| * | | powerpc/powernv: Fix the state of root PEGavin Shan2016-09-141-1/+11