summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-08dmaengine: dw-axi-dmac: Fix trivia typoAndy Shevchenko1-1/+1
2019-01-08dmaengine: imx-sdma: refine to load context only onceRobin Gong1-0/+7
2019-01-07dmaengine: fsl-edma: use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+1
2019-01-07dmaengine: tegra-apb: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+3
2019-01-07dmaengine: qcom: bam_dma: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+2
2019-01-07dmaengine: st_fdma: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-01-07dmaengine: dma-jz4780: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-3/+2
2019-01-07dmaengine: bcm2835: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-01-07dmaengine: dw: convert to SPDX identifiersAndy Shevchenko8-28/+9
2019-01-07dmaengine: dw: Don't pollute CTL_LO on iDMA 32-bitAndy Shevchenko4-26/+47
2019-01-07dmaengine: dw: Reset DRAIN bit when resume the channelAndy Shevchenko4-7/+25
2019-01-07dmaengine: dw: Split DW and iDMA 32-bit operationsAndy Shevchenko10-181/+343
2019-01-07dmaengine: dw: Remove unused internal propertyAndy Shevchenko4-12/+1
2019-01-07dmaengine: dw: Remove misleading is_private propertyAndy Shevchenko6-13/+1
2019-01-07dmaengine: dw: Add missed multi-block support for iDMA 32-bitAndy Shevchenko1-0/+1
2019-01-07dmaengine: xilinx_dma: Drop SG support for VDMA IPAndrea Merello1-52/+32
2019-01-07dt-bindings: dmaengine: xilinx_dma: drop include-sg propertyAndrea Merello1-3/+0
2019-01-07dmaengine: xilinx_dma: autodetect whether the HW supports scatter-gatherAndrea Merello1-4/+10
2019-01-07dmaengine: xilinx_dma: program hardware supported buffer lengthRadhey Shyam Pandey1-4/+20
2019-01-07dt-bindings: dmaengine: xilinx_dma: add optional xlnx,sg-length-width propertyAndrea Merello1-0/+4
2019-01-07dmaengine: xilinx_dma: in axidma slave_sg and dma_cyclic mode align split des...Andrea Merello1-0/+9
2019-01-07dmaengine: xilinx_dma: commonize DMA copy size calculationAndrea Merello1-8/+31
2019-01-07dmaengine: tegra: add tracepoints to driverBen Dooks2-0/+68
2019-01-07dmaengine: tegra: reduce channel name field sizeBen Dooks1-1/+1
2019-01-07dmaengine: tegra: fix incorrect case of DMABen Dooks1-10/+10
2019-01-07dmaengine: tegra: make byte counters unsigned intBen Dooks1-3/+3
2019-01-07dmaengine: tegra: avoid overflow of byte trackingBen Dooks1-1/+4
2019-01-07dmaengine: stm32-mdma: Add PM Runtime supportPierre-Yves MORDRET1-6/+46
2019-01-07dmaengine: stm32-dmamux: Add PM Runtime supportPierre-Yves MORDRET1-11/+47
2019-01-07dmaengine: stm32-dma: Add PM Runtime supportPierre-Yves MORDRET1-7/+51
2019-01-07dmaengine: stm32-dma: check FIFO error interrupt enablePierre-Yves MORDRET1-5/+8
2019-01-07dmaengine: stm32-mdma: Add a check on read_u32_arrayAditya Pakki1-1/+3
2019-01-07dmaengine: qcom_hidma: Check for driver register failureAditya Pakki1-2/+1
2019-01-07dmaengine: mv_xor: Fix a missing check in mv_xor_channel_addAditya Pakki1-1/+4
2019-01-07dmaengine: fsl-qdma: add MODULE_LICENSEArnd Bergmann1-0/+1
2019-01-07dt-bindings: fsl-qdma: Add NXP Layerscpae qDMA controller bindingsPeng Ma1-0/+57
2019-01-07dmaengine: fsl-qdma: Add qDMA controller driver for Layerscape SoCsPeng Ma3-0/+1273
2019-01-07dmaengine: fsldma: Adding macro FSL_DMA_IN/OUT implement for ARM platformPeng Ma1-19/+42
2019-01-07dmaengine: fsldma: Replace DMA_IN/OUT by FSL_DMA_IN/OUTWen He2-10/+10
2019-01-07dmaengine: sa11x0: drop useless LIST_HEADJulia Lawall1-2/+0
2019-01-07dmaengine: pl330: drop useless LIST_HEADJulia Lawall1-1/+0
2019-01-07dmaengine: st_fdma: drop useless LIST_HEADJulia Lawall1-3/+0
2019-01-07dmaengine: dw: drop useless LIST_HEADJulia Lawall1-1/+0
2019-01-07dmaengine: at_hdmac: drop useless LIST_HEADJulia Lawall1-5/+0
2019-01-07Linux 5.0-rc1Linus Torvalds1-3/+3
2019-01-07Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds94-694/+150
2019-01-07Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds27-166/+620
2019-01-07Change mincore() to count "mapped" pages rather than "cached" pagesLinus Torvalds1-81/+13
2019-01-07Fix 'acccess_ok()' on alpha and SHLinus Torvalds2-5/+10
2019-01-06Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-188/+468