index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-21
dmaengine: sun6i-dma: Only calculate residue if state exists.
Peter Griffin
1
-1
/
+1
2016-06-21
dmaengine: ste_dma40: Only calculate residue if txstate exists.
Peter Griffin
1
-1
/
+1
2016-06-21
dmaengine: s3c24xx: Simplify code in s3c24xx_dma_tx_status()
Peter Griffin
1
-5
/
+1
2016-06-21
dmaengine: coh901318: Only calculate residue if txstate exists.
Peter Griffin
1
-1
/
+1
2016-06-21
dmaengine: fsl-edma: print error code in error messages.
Peter Griffin
1
-2
/
+4
2016-06-21
dmaengine: fsl-edma: Fix clock handling error paths
Peter Griffin
1
-4
/
+15
2016-06-21
dmaengine: vdma: Add 64 bit addressing support for the axi cdma
Kedareswara rao Appana
1
-12
/
+16
2016-06-21
dmaengine: vdma: Add 64 bit addressing support for the axi dma
Kedareswara rao Appana
1
-16
/
+47
2016-06-14
dmaengine: tegra: Remove some whitespace funkiness
Thierry Reding
1
-7
/
+5
2016-06-13
dmaengine: xilinx-vdma: add some sanity checks
Arnd Bergmann
1
-0
/
+6
2016-06-13
dmaengine: vdma: Fix compilation warning in cyclic dma mode
Kedareswara rao Appana
1
-1
/
+1
2016-06-08
dmaengine: bcm2835: fix unexported function
Ben Dooks
1
-1
/
+1
2016-06-08
dmaengine: at_xdmac: fix un-exported functions
Ben Dooks
1
-2
/
+2
2016-06-08
dmaengine: sirf: fix un-exported struct warnings
Ben Dooks
1
-3
/
+3
2016-06-08
dmaengine: ste_dma40_ll: make d40_width_to_bits static
Ben Dooks
1
-1
/
+1
2016-06-08
dmaengine: edma: Use early completion for intermediate paRAM set in slave_sg
Peter Ujfalusi
1
-6
/
+9
2016-06-07
dmaengine: mv_xor: Fix incorrect offset in dma_map_page()
Stefan Roese
1
-4
/
+6
2016-06-07
dmaengine: mv_xor: Minor coding style fix
Stefan Roese
1
-1
/
+1
2016-06-07
dmaengine: vdma: Use dma_pool_zalloc
Kedareswara rao Appana
1
-4
/
+2
2016-06-07
dmaengine: vdma: Add support for cyclic dma mode
Kedareswara rao Appana
1
-5
/
+173
2016-05-30
dmaengine: at_xdmac: double FIFO flush needed to compute residue
Ludovic Desroches
1
-1
/
+23
2016-05-30
dmaengine: at_xdmac: fix residue corruption
Ludovic Desroches
1
-22
/
+32
2016-05-30
dmaengine: at_xdmac: align descriptors on 64 bits
Ludovic Desroches
1
-2
/
+2
2016-05-30
dmaengine: rcar-dmac: use list_add() on rcar_dmac_desc_put()
Kuninori Morimoto
1
-1
/
+1
2016-05-27
remove lots of IS_ERR_VALUE abuses
Arnd Bergmann
1
-8
/
+8
2016-05-19
Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
32
-1065
/
+4722
2016-05-17
Merge branch 'topic/xilinx' into for-linus
Vinod Koul
2
-363
/
+1292
2016-05-17
Merge branch 'topic/tegra' into for-linus
Vinod Koul
4
-2
/
+869
2016-05-17
Merge branch 'topic/sun6i' into for-linus
Vinod Koul
1
-66
/
+188
2016-05-17
Merge branch 'topic/qcom' into for-linus
Vinod Koul
7
-43
/
+1291
2016-05-17
Merge branch 'topic/pxa' into for-linus
Vinod Koul
1
-2
/
+14
2016-05-17
Merge branch 'topic/pl08x' into for-linus
Vinod Koul
1
-28
/
+58
2016-05-17
Merge branch 'topic/mv_xor' into for-linus
Vinod Koul
3
-21
/
+80
2016-05-17
Merge branch 'topic/mpc512x' into for-linus
Vinod Koul
1
-64
/
+110
2016-05-17
Merge branch 'topic/hsu' into for-linus
Vinod Koul
2
-3
/
+9
2016-05-17
Merge branch 'topic/dw' into for-linus
Vinod Koul
4
-331
/
+291
2016-05-17
Merge branch 'topic/bcm' into for-linus
Vinod Koul
1
-129
/
+473
2016-05-17
Merge branch 'topic/core' into for-linus
Vinod Koul
2
-6
/
+15
2016-05-14
dmaengine: ioatdma: disable relaxed ordering for ioatdma
Dave Jiang
2
-0
/
+19
2016-05-14
dmaengine: of_dma: approximate an average distribution
Niklas Söderlund
1
-2
/
+10
2016-05-14
dmaengine: core: Use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-3
/
+3
2016-05-14
dmaengine: edma: Re-evaluate errors when ccerr is triggered w/o error event
Peter Ujfalusi
1
-1
/
+10
2016-05-14
dmaengine: qcom_hidma: add support for object hierarchy
Sinan Kaya
2
-5
/
+147
2016-05-14
dmaengine: qcom_hidma: add debugfs hooks
Sinan Kaya
4
-2
/
+224
2016-05-14
dmaengine: qcom_hidma: implement lower level hardware interface
Sinan Kaya
4
-25
/
+895
2016-05-13
dmaengine: vdma: Add clock support
Kedareswara rao Appana
1
-2
/
+224
2016-05-13
dmaengine: vdma: Add config structure to differentiate dmas
Kedareswara rao Appana
1
-32
/
+51
2016-05-13
dmaengine: tegra-adma: Add support for Tegra210 ADMA
Jon Hunter
3
-0
/
+855
2016-05-12
dmaengine: vdma: Add Support for Xilinx AXI Central Direct Memory Access Engine
Kedareswara rao Appana
1
-2
/
+234
2016-05-12
dmaengine: vdma: Add Support for Xilinx AXI Direct Memory Access Engine
Kedareswara rao Appana
1
-42
/
+432
[prev]
[next]