summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-08-131-324/+365
|\
| * rbd: remove extra newlines from rbd_warn() messagesIlya Dryomov2014-08-071-13/+12
| * rbd: allocate img_request with GFP_NOIO instead GFP_ATOMICIlya Dryomov2014-08-071-1/+1
| * rbd: rework rbd_request_fn()Ilya Dryomov2014-08-071-77/+119
| * rbd: take snap_id into account when reading in parent infoIlya Dryomov2014-07-251-1/+1
| * rbd: do not read in parent info before snap contextIlya Dryomov2014-07-251-33/+27
| * rbd: update mapping size only on refreshIlya Dryomov2014-07-251-12/+7
| * rbd: harden rbd_dev_refresh() and callers a bitIlya Dryomov2014-07-251-5/+16
| * rbd: split rbd_dev_spec_update() into two functionsIlya Dryomov2014-07-251-31/+48
| * rbd: remove unnecessary asserts in rbd_dev_image_probe()Ilya Dryomov2014-07-251-2/+0
| * rbd: introduce rbd_dev_header_info()Ilya Dryomov2014-07-251-10/+14
| * rbd: show the entire chain of parent imagesIlya Dryomov2014-07-251-33/+23
| * rbd: use rbd_segment_name_free() instead of kfree()Himangi Saraogi2014-07-241-8/+8
| * rbd: do not leak image_id in rbd_dev_v2_parent_info()Ilya Dryomov2014-07-081-0/+2
| * rbd: use rbd_obj_watch_request_helper() helperIlya Dryomov2014-07-081-98/+17
| * rbd: add rbd_obj_watch_request_helper() helperIlya Dryomov2014-07-081-0/+53
| * rbd: rbd_obj_request_wait() should cancel the request if interruptedIlya Dryomov2014-07-081-11/+28
* | Merge tag 'upstream-3.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2014-08-133-9/+15
|\ \
| * | UBI: bugfix in ubi_wl_flush()Richard Weinberger2014-07-281-2/+2
| * | UBI: block: Avoid disk size integer overflowRichard Weinberger2014-07-281-2/+9
| * | UBI: block: Set disk_capacity out of the mutexEzequiel Garcia2014-07-281-4/+2
| * | UBI: block: Make ubiblock_resize return somethingEzequiel Garcia2014-07-281-2/+3
| * | UBI: init_volumes: Ignore volumes with no LEBsRichard Weinberger2014-07-191-1/+1
* | | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-08-1138-873/+3526
|\ \ \
| * | | dmaengine: sun6i: depends on RESET_CONTROLLERMaxime Ripard2014-08-081-0/+1
| * | | dma: at_hdmac: fix invalid remaining bytes detectionAlexandre Belloni2014-08-071-5/+7
| * | | dmaengine: nbpfaxi: don't build this driver where it cannot be usedGuennadi Liakhovetski2014-08-071-0/+1
| * | | dmaengine: nbpf_error_get_channel() can be staticFengguang Wu2014-08-051-1/+1
| * | | dma: pl08x: Use correct specifier for size_t valuesMark Brown2014-08-041-2/+2
| * | | dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-0420-26/+20
| * | | dmaengine: nbpfaxi: convert to taskletGuennadi Liakhovetski2014-08-041-7/+12
| * | | dmaengine: nbpfaxi: fix a theoretical raceGuennadi Liakhovetski2014-08-041-0/+1
| * | | dmaengine: add a driver for AMBA AXI NBPF DMAC IP coresGuennadi Liakhovetski2014-08-043-0/+1518
| * | | dmaengine: edma: Do not register second device when booted with DTPeter Ujfalusi2014-07-311-1/+2
| * | | dmaengine: edma: Do not change the error code returned from edma_alloc_slotPeter Ujfalusi2014-07-311-1/+1
| * | | dmaengine: shdma: Allocate cyclic sg list dynamicallyLaurent Pinchart2014-07-311-2/+15
| * | | dmaengine: shdma: Make channel filter ignore unrelated devicesLaurent Pinchart2014-07-311-39/+45
| * | | dmaengine: sh: Rework Kconfig and MakefileLaurent Pinchart2014-07-313-10/+32
| * | | dmaengine: sun6i: Fix memory leaksMaxime Ripard2014-07-301-9/+12
| * | | dmaengine: sun6i: Free the interrupt before killing the taskletMaxime Ripard2014-07-301-2/+2
| * | | dmaengine: sun6i: Remove switch statement from buswidth convertion routineMaxime Ripard2014-07-301-12/+3
| * | | dmaengine: of: kconfig: select DMA_ENGINE when DMA_OF is selectedAlexander Popov2014-07-301-0/+1
| * | | Merge commit 'renesas-rcar-audmapp-for-v3.17' into for-linusVinod Koul2014-07-281-30/+84
| |\ \ \
| | * | | dma: rcar-audmapp: add DT supportKuninori Morimoto2014-07-111-14/+58
| | * | | dma: rcar-audmapp: don't keep audmapp_slave_config for each channelesKuninori Morimoto2014-07-081-9/+3
| | * | | dma: rcar-audmapp: enable .set_slaveKuninori Morimoto2014-07-081-9/+25
| * | | | dmaengine: edma: Serve cyclic (audio) channels with high priority queuePeter Ujfalusi2014-07-281-0/+8
| * | | | dmaengine: edma: Support to suppress the period interrupts in cyclic modePeter Ujfalusi2014-07-281-3/+3
| * | | | dmaengine: edma: Update caps->residue_granularity to match with realityPeter Ujfalusi2014-07-281-1/+1
| * | | | dmaengine: sun61: fix warning on bad print specfierVinod Koul2014-07-281-2/+2