index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-15
dmaengine: pl330: Remove unused mc_len field from _pl330_req struct
Lars-Peter Clausen
1
-4
/
+1
2014-07-15
dmaengine: pl330: Remove unused next field form pl330_xfer struct
Lars-Peter Clausen
1
-15
/
+5
2014-07-15
dmaengine: pl330: Remove unused client_data field form pl330_info
Lars-Peter Clausen
1
-2
/
+0
2014-07-15
dmaengine: pl330: Remove unused dmac_reset callback
Lars-Peter Clausen
1
-12
/
+0
2014-07-15
dmaengine: pl330: Remove unused pl330_chanstatus struct
Lars-Peter Clausen
1
-29
/
+0
2014-07-15
dmaengine: pl330: Remove duplicated cachecontrol enum
Lars-Peter Clausen
1
-28
/
+17
2014-07-15
dmaengine: pl330: Use dma_transfer_direction instead of custom pl330_reqtype
Lars-Peter Clausen
1
-17
/
+8
2014-07-15
dmaengine: inherit debug settings from the subsystem for subdirectories
Wolfram Sang
1
-2
/
+2
2014-07-15
dmaengine: shdma: Use defines instead of hardcoded numbers
Geert Uytterhoeven
2
-4
/
+3
2014-07-14
dmaengine: Use dma_zalloc_coherent
Joe Perches
2
-8
/
+5
2014-07-14
dmaengine: qcom_bam_dma: Add descriptor flags
Andy Gross
1
-2
/
+18
2014-07-14
dmaengine: Freescale: change descriptor release process for supporting async_tx
Hongbo Zhang
2
-55
/
+159
2014-07-14
dmaengine: Freescale: add suspend resume functions for DMA driver
Hongbo Zhang
2
-0
/
+92
2014-07-14
dmaengine: Freescale: use spin_lock_bh instead of spin_lock_irqsave
Hongbo Zhang
1
-15
/
+10
2014-07-14
Merge 3.16-rc5 into char-misc-next
Greg Kroah-Hartman
2
-7
/
+28
2014-07-12
dma: MIC X100 DMA Driver
Siva Yerramreddy
4
-0
/
+1080
2014-07-11
dma: rcar-audmapp: add DT support
Kuninori Morimoto
1
-14
/
+58
2014-07-09
dmaengine: shdma: Add more register documentation
Geert Uytterhoeven
1
-6
/
+6
2014-07-08
dma: rcar-audmapp: don't keep audmapp_slave_config for each channeles
Kuninori Morimoto
1
-9
/
+3
2014-07-08
dma: rcar-audmapp: enable .set_slave
Kuninori Morimoto
1
-9
/
+25
2014-07-04
dma: edma: Declare DMA_SLAVE_BUSWIDTH_3_BYTES as supported buswidth
Peter Ujfalusi
1
-0
/
+1
2014-07-01
Update imx-sdma cyclic handling to report residue
Russell King - ARM Linux
1
-4
/
+18
2014-07-01
dma: cppi41: handle 0-length packets
Daniel Mack
1
-3
/
+10
2014-06-10
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
19
-374
/
+2270
2014-06-09
Merge branch 'topic/xilinx' into for-linus
Vinod Koul
4
-0
/
+1395
2014-06-09
Merge branch 'topic/dw' into for-linus
Vinod Koul
2
-23
/
+39
2014-06-03
dmaengine: sh: don't use dynamic static allocation
Vinod Koul
1
-1
/
+9
2014-06-03
dmaengine: sh: fix print specifier warnings
Vinod Koul
1
-1
/
+1
2014-06-03
dmaengine: sh: make shdma_prep_dma_cyclic static
Vinod Koul
1
-1
/
+1
2014-06-03
Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-75
/
+260
2014-06-01
dmaengine: Kconfig: Update MXS_DMA help text to include MX6Q/MX6DL
Fabio Estevam
1
-1
/
+1
2014-06-01
dmaengine: shdma: Enable driver compilation with COMPILE_TEST
Laurent Pinchart
1
-1
/
+1
2014-06-01
dmaengine: rcar-hpbdma: Include linux/err.h
Laurent Pinchart
1
-0
/
+1
2014-06-01
dmaengine: sudmac: Include linux/err.h
Laurent Pinchart
1
-0
/
+1
2014-06-01
dmaengine: sudmac: Keep #include sorted alphabetically
Laurent Pinchart
1
-3
/
+3
2014-06-01
dmaengine: shdmac: Include linux/err.h
Laurent Pinchart
1
-0
/
+1
2014-06-01
dmaengine: shdmac: Keep #include sorted alphabetically
Laurent Pinchart
1
-7
/
+7
2014-06-01
dmaengine: s3c24xx-dma: Add cyclic transfer support
Vasily Khoruzhick
1
-1
/
+111
2014-06-01
dmaengine: s3c24xx-dma: Process whole SG chain
Vasily Khoruzhick
1
-1
/
+0
2014-06-01
dmaengine: imx: correct sdmac->status for cyclic dma tx
Jiada Wang
1
-2
/
+0
2014-05-28
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-9
/
+6
2014-05-22
dmaengine: pch: fix compilation for alpha target
Vinod Koul
1
-0
/
+1
2014-05-22
dmaengine: dw: check return code of dma_async_device_register()
Andy Shevchenko
1
-2
/
+6
2014-05-22
dmaengine: dw: fix regression in dw_probe() function
Andy Shevchenko
1
-9
/
+24
2014-05-22
dmaengine: dw: enable clock before access
Andy Shevchenko
1
-5
/
+5
2014-05-22
dma: pch_dma: Fix Kconfig dependencies
Jean Delvare
1
-1
/
+1
2014-05-22
dmaengine: mpc512x: add support for peripheral transfers
Alexander Popov
1
-5
/
+239
2014-05-22
dmaengine: fix dmaengine_unmap failure
Xuelin Shi
1
-0
/
+2
2014-05-22
dma: mv_xor: Flush descriptors before activating a channel
Ezequiel Garcia
1
-5
/
+3
2014-05-21
dmaengine: sa11x0: remove broken #ifdef
Arnd Bergmann
1
-4
/
+0
[prev]
[next]