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
2013-01-24
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
3
-6
/
+9
2013-01-21
Merge tag 'ux500-dma40' of //git.linaro.org/people/fabiobaltieri/linux.git
Vinod Koul
3
-143
/
+505
2013-01-21
dw_dmac: move soft LLP code from tasklet to dwc_scan_descriptors
Andy Shevchenko
1
-22
/
+21
2013-01-21
dw_dmac: don't exceed AHB master number in dwc_get_data_width
Andy Shevchenko
1
-13
/
+20
2013-01-21
dw_dmac: allocate dma descriptors from DMA_COHERENT memory
Andy Shevchenko
2
-64
/
+18
2013-01-20
dma: sh/shdma-base.c: remove unnecessary null pointer check
Cong Ding
1
-3
/
+0
2013-01-20
dma: remove unnecessary null pointer check in mmp_pdma.c
Cong Ding
1
-4
/
+2
2013-01-20
dma: edma: fix slave config dependency on direction
Matt Porter
1
-28
/
+27
2013-01-14
dmaengine: set_dma40: balance clock in probe fail code
Fabio Baltieri
1
-1
/
+1
2013-01-14
dmaengine: set_dma40: ignore spurious interrupts
Fabio Baltieri
1
-3
/
+12
2013-01-14
dmaengine: ste_dma40: add software lli support
Fabio Baltieri
1
-1
/
+19
2013-01-14
dmaengine: ste_dma40: minor code readability fixes
Fabio Baltieri
1
-9
/
+8
2013-01-14
dmaengine: ste_dma40: minor cosmetic fixes
Fabio Baltieri
2
-22
/
+13
2013-01-14
dmaengine: ste_dma40: add a done queue for completed descriptors
Fabio Baltieri
1
-4
/
+33
2013-01-14
dmaengine: ste_dma40: support more than 128 event lines
Tong Liu
2
-81
/
+355
2013-01-14
dmaengine: ste_dma40: physical channels number correction
Gerald Baeza
1
-5
/
+10
2013-01-14
dmaengine: ste_dma40: support fixed physical channel allocation
Gerald Baeza
1
-2
/
+11
2013-01-14
dmaengine: ste_dma40: don't allow high priority dest event lines
Rabin Vincent
1
-1
/
+14
2013-01-14
dmaengine: ste_dma40: don't check for pm_runtime_suspended()
Narayanan G
1
-2
/
+0
2013-01-14
dmaengine: ste_dma40: limit burst size to 16
Per Forlin
1
-0
/
+8
2013-01-14
dmaengine: ste_dma40: set dma max seg size
Per Forlin
1
-0
/
+8
2013-01-14
dmaengine: ste_dma40: use writel_relaxed for lcxa
Per Forlin
1
-8
/
+8
2013-01-14
dmaengine: ste_dma40: reset priority bit for logical channels
Narayanan
1
-5
/
+6
2013-01-13
pl080.h: moved from arm/include/asm/hardware to include/linux/amba/
Alessandro Rubini
1
-1
/
+1
2013-01-12
dma: dw_dmac: clear suspend bit during termination
Heikki Krogerus
1
-1
/
+1
2013-01-12
dw_dmac: backlink to dw_dma in dw_dma_chan is superfluous
Andy Shevchenko
2
-10
/
+20
2013-01-12
dw_dmac: make usage of dw_dma_slave optional
Andy Shevchenko
1
-6
/
+7
2013-01-12
dw_dmac: store direction in the custom channel structure
Andy Shevchenko
2
-8
/
+18
2013-01-12
dw_dmac: call .probe after we have a device in place
Andy Shevchenko
1
-1
/
+2
2013-01-12
dma: ste_dma40: reuse is_slave_direction helper
Andy Shevchenko
1
-1
/
+1
2013-01-12
dma: ipu_idmac: reuse is_slave_direction helper
Andy Shevchenko
1
-1
/
+1
2013-01-12
dma: ep93xx_dma: reuse is_slave_direction helper
Andy Shevchenko
1
-2
/
+1
2013-01-12
dma: dw_dmac: check direction properly in dw_dma_cyclic_prep
Andy Shevchenko
1
-2
/
+3
2013-01-12
dma: at_hdmac: check direction properly for cyclic transfers
Andy Shevchenko
1
-5
/
+5
2013-01-11
ARM: OMAP: Fix dmaengine init for multiplatform
Tony Lindgren
1
-19
/
+1
2013-01-09
dma: dw_dmac: add dwc_chan_pause and dwc_chan_resume
Andy Shevchenko
1
-9
/
+22
2013-01-09
dw_dmac: update tx_node_active in dwc_do_single_block
Andy Shevchenko
1
-8
/
+6
2013-01-09
dw_dmac: remove redundant check
Andy Shevchenko
1
-1
/
+1
2013-01-09
dw_dmac: check for mapping errors
Andy Shevchenko
1
-6
/
+14
2013-01-09
dw_dmac: absence of pdata isn't critical when autocfg is set
Andy Shevchenko
1
-7
/
+16
2013-01-09
dma: tegra: implement flags parameters for cyclic transfer
Laxman Dewangan
1
-2
/
+6
2013-01-09
Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-3
/
+6
2013-01-08
dmaengine: imx-dma: Disable use of hw_chain to fix sg_dma transfers.
Javier Martin
1
-3
/
+2
2013-01-08
dma: mxs-dma: Fix build warnings with W=1
Fabio Estevam
1
-4
/
+4
2013-01-08
dma: tegra: add support for Tegra114 SoC
Laxman Dewangan
1
-1
/
+12
2013-01-08
dma: tegra: add support for channel wise pause
Laxman Dewangan
1
-5
/
+38
2013-01-08
dma: ipu: Drop unused spinlock
Jean Delvare
1
-1
/
+0
2013-01-08
ioat: remove chanerr mask setting for IOAT v3.x
Dave Jiang
1
-6
/
+1
2013-01-08
ioat: Add alignment workaround for IVB platforms
Dave Jiang
3
-12
/
+32
2013-01-08
dmaengine: add cpu_relax() to busy-loop in dma_sync_wait()
Bartlomiej Zolnierkiewicz
1
-1
/
+4
[prev]
[next]