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
2015-12-05
dmaengine: tegra-apb: Update driver to use GFP_NOWAIT
Jon Hunter
1
-2
/
+2
2015-12-05
dmaengine: tegra-apb: Only save channel state for those in use
Jon Hunter
1
-0
/
+8
2015-12-05
dmaengine: tegra-apb: Save and restore word count
Jon Hunter
1
-0
/
+6
2015-12-05
dmaengine: tegra-apb: Use dev_get_drvdata()
Jon Hunter
1
-4
/
+2
2015-12-05
dmaengine: tegra-apb: Correct runtime-pm usage
Jon Hunter
1
-25
/
+18
2015-12-05
dmaengine: mic_x100: add missing spin_unlock
Saurabh Sengar
1
-5
/
+10
2015-12-05
dmaengine: img-mdc: Remove unnecessary synchronize_irq() before devm_free_irq()
Lars-Peter Clausen
1
-1
/
+0
2015-12-05
dmaengine: at_xdmac: Remove unnecessary synchronize_irq() before free_irq()
Lars-Peter Clausen
1
-2
/
+0
2015-12-05
dmaengine: fsl-edma: add PM suspend/resume support
Yuan Yao
1
-3
/
+82
2015-12-05
dmaengine: bcm2835-dma: Convert to use DMA pool
Peter Ujfalusi
1
-24
/
+54
2015-12-05
dmaengine: at_xdmac: fix bad behavior in interleaved mode
Sylvain ETIENNE
1
-1
/
+3
2015-12-05
dmaengine: at_xdmac: fix false condition for memset_sg transfers
Ludovic Desroches
1
-1
/
+1
2015-12-05
dmaengine: hsu: speed up residue calculation
Andy Shevchenko
2
-13
/
+5
2015-12-05
dmaengine: acpi-dma: check for 64-bit MMIO address
Andy Shevchenko
1
-1
/
+4
2015-12-05
dmaengine: idma64: use local variable to index descriptor
Andy Shevchenko
1
-3
/
+3
2015-12-05
dmaengine: idma64: convert idma64_hw_desc_fill() to return void
Andy Shevchenko
1
-3
/
+3
2015-12-05
dmaengine: idma64: set maximum allowed segment size for DMA
Andy Shevchenko
2
-1
/
+4
2015-12-05
dmaengine: idma64: drop IRQ enable / disable in handler
Andy Shevchenko
1
-8
/
+0
2015-12-05
dmaengine: at_xdmac: fix macro typo
Ludovic Desroches
1
-1
/
+1
2015-12-05
dmaengine: at_xdmac: fix spurious flag status for mem2mem transfers
Ludovic Desroches
1
-3
/
+15
2015-12-05
dmaengine: usb-dmac: fix endless loop in usb_dmac_chan_terminate_all()
Yoshihiro Shimoda
1
-2
/
+2
2015-12-05
dmaengine: omap-dma: Handle cases when the channel is polled for completion
Peter Ujfalusi
1
-0
/
+6
2015-12-05
dmaengine: omap-dma: Remove tasklet to start the transfers
Peter Ujfalusi
1
-57
/
+2
2015-12-05
dmaengine: omap-dma: Clean up the prep_slave_sg sg list walk code
Peter Ujfalusi
1
-6
/
+5
2015-12-05
dmaengine: omap-dma: Correct status reporting for memcpy
Peter Ujfalusi
1
-1
/
+1
2015-11-30
dmaengine: ti-dma-crossbar: dra7: Support for reserving DMA event ranges
Peter Ujfalusi
1
-4
/
+43
2015-11-30
dmaengine: ti-dma-crossbar: dra7: Use bitops instead of idr
Peter Ujfalusi
1
-7
/
+23
2015-11-30
dmaengine: ti-dma-crossbar: dra7: Support for eDMA with new bindings
Peter Ujfalusi
1
-0
/
+4
2015-11-21
ASoC: samsung: pass filter function as pointer
Arnd Bergmann
1
-1
/
+1
2015-11-16
dmaengine: ioatdma: constify dca_ops structures
Julia Lawall
1
-1
/
+1
2015-11-16
dmaengine: at_hdmac: use %pad format string for dma_addr_t
Arnd Bergmann
2
-13
/
+13
2015-11-16
dmaengine: at_xdmac: use %pad format string for dma_addr_t
Arnd Bergmann
1
-10
/
+10
2015-11-16
dmaengine: imx-sdma: remove __init annotation on sdma_event_remap
Jason Liu
1
-1
/
+1
2015-11-16
dmaengine: IOATDMA: Cleanup pre v3.0 chansts register reads
Dave Jiang
2
-46
/
+4
2015-11-16
dmaengine: edma: predecence bug in GET_NUM_QDMACH()
Dan Carpenter
1
-1
/
+1
2015-11-16
dmaengine: edma: fix build without CONFIG_OF
Arnd Bergmann
1
-1
/
+1
2015-11-16
dmaengine: Add STM32 DMA driver
M'boumba Cedric Madianga
3
-0
/
+1154
2015-11-16
dmaengine: sh: usb-dmac: Fix pm_runtime_{enable,disable}() imbalance
Geert Uytterhoeven
1
-1
/
+2
2015-11-16
dmaengine: sh: usb-dmac: Fix crash on runtime suspend
Geert Uytterhoeven
1
-2
/
+6
2015-11-16
dmaengine: pxa_dma: declare transfer are reusable
Robert Jarzmik
1
-0
/
+1
2015-11-16
dmaengine: enable DMA_CTRL_REUSE
Robert Jarzmik
1
-0
/
+1
2015-11-16
dmaengine: virt-dma: don't always free descriptor upon completion
Robert Jarzmik
2
-6
/
+52
2015-11-16
dmaengine: axi_dmac: Add synchronization support
Lars-Peter Clausen
1
-0
/
+8
2015-11-16
dmaengine: virt-dma: Add synchronization helper function
Lars-Peter Clausen
1
-0
/
+13
2015-11-16
dmaengine: Add transfer termination synchronization support
Lars-Peter Clausen
1
-1
/
+4
2015-11-10
Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
30
-537
/
+2278
2015-11-05
Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+38
2015-11-05
Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
4
-25
/
+11
2015-11-04
dmaengine: edma: Add dummy driver skeleton for edma3-tptc
Peter Ujfalusi
1
-0
/
+19
2015-10-31
Merge branch 'topic/ioatdma' into for-linus
Vinod Koul
4
-5
/
+152
[prev]
[next]