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
2017-08-28
dmaengine: qcom: bam_dma: add command descriptor flag
Abhishek Sahu
1
-1
/
+5
2017-08-28
dmaengine: remove BUG_ON while registering devices
Vinod Koul
1
-22
/
+79
2017-08-25
dmaengine: rcar-dmac: initialize all data before registering IRQ handler
Kuninori Morimoto
1
-42
/
+43
2017-08-25
dmaengine: k3dma: remove useless ON_WARN_ONCE()
Antonio Borneo
1
-2
/
+0
2017-08-25
dmaengine: k3dma: fix double free of descriptor
Antonio Borneo
1
-5
/
+1
2017-08-25
dmaengine: k3dma: fix non-cyclic mode
Antonio Borneo
1
-1
/
+3
2017-08-23
dmaengine: ioatdma: Add intr_coalesce sysfs entry
Ujjal Singh
3
-3
/
+52
2017-08-22
dmaengine: xgene-dma: remove unused xgene_dma_invalidate_buffer
Vinod Koul
1
-5
/
+0
2017-08-22
dmaengine: altera: remove DMA_SG
Vinod Koul
1
-94
/
+0
2017-08-22
dmaengine: remove DMA_SG as it is dead code in kernel
Dave Jiang
9
-737
/
+5
2017-08-21
dmaengine: at_xdmac: Handle return value of clk_prepare_enable.
Arvind Yadav
1
-1
/
+4
2017-08-21
dmaengine: at_xdmac: Fix compilation warning.
Arvind Yadav
1
-4
/
+4
2017-08-21
dmaengine: ste_dma40: make stedma40_chan_cfg const
Bhumika Goyal
1
-2
/
+2
2017-08-21
dmaengine: qcom_hidma: avoid freeing an uninitialized pointer
Anton Vasilyev
1
-1
/
+1
2017-08-09
dmaengine: tegra210-adma: fix of_irq_get() error check
Sergei Shtylyov
1
-2
/
+2
2017-07-21
dmaengine: ppc4xx: remove DRIVER_ATTR() usage
Greg Kroah-Hartman
1
-13
/
+10
2017-07-19
dmaengine: bcm-scm-raid: statify functions
Vinod Koul
1
-3
/
+3
2017-07-19
dmaengine: qcom_hidma: correct channel QOS register offset
Sinan Kaya
1
-1
/
+1
2017-07-19
dmaengine: qcom_hidma: correct overriding message
Sinan Kaya
1
-4
/
+8
2017-07-19
dmaengine: qcom_hidma: introduce memset support
Sinan Kaya
3
-9
/
+46
2017-07-19
dmaengine: Convert to using %pOF instead of full_name
Rob Herring
2
-12
/
+10
2017-07-18
dmaengine: Add driver for Altera / Intel mSGDMA IP core
Stefan Roese
3
-0
/
+1038
2017-07-18
dmaengine: dmatest: add support for memset test
Sinan Kaya
1
-24
/
+64
2017-07-18
dmaengine: ioat: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-07-08
Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
21
-378
/
+2824
2017-07-07
Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-17
/
+7
2017-07-06
Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
3
-375
/
+14
2017-07-04
Merge branch 'topic/rcar' into for-linus
Vinod Koul
1
-6
/
+21
2017-07-04
Merge branch 'topic/pl330' into for-linus
Vinod Koul
1
-76
/
+66
2017-07-04
Merge branch 'topic/pl08x' into for-linus
Vinod Koul
2
-217
/
+759
2017-07-04
Merge branch 'topic/mxs' into for-linus
Vinod Koul
2
-4
/
+3
2017-07-04
Merge branch 'topic/mv_xor' into for-linus
Vinod Koul
1
-56
/
+91
2017-07-04
Merge branch 'topic/dw' into for-linus
Vinod Koul
4
-376
/
+19
2017-07-04
Merge branch 'topic/bcm' into for-linus
Vinod Koul
3
-0
/
+1801
2017-07-03
Merge tag 'asoc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...
Takashi Iwai
5
-71
/
+85
2017-07-03
dmaengine: qcom_hidma: correct API violation for submit
Sinan Kaya
2
-3
/
+13
2017-07-03
dmaengine: zynqmp_dma: Remove max len check in zynqmp_dma_prep_memcpy
Stefan Roese
1
-3
/
+0
2017-06-30
dmaengine: tegra-apb: Really fix runtime-pm usage
Jon Hunter
1
-40
/
+10
2017-06-29
dmaengine: fsl_raid: make of_device_ids const.
Arvind Yadav
1
-1
/
+1
2017-06-26
dmaengine: qcom_hidma: allow ACPI/DT parameters to be overridden
Sinan Kaya
2
-3
/
+51
2017-06-22
dmaengine: fsldma: set BWC, DAHTS and SAHTS values correctly
Thomas Breitung
2
-1
/
+8
2017-06-20
dmaengine: ioat: don't use DMA_ERROR_CODE
Christoph Hellwig
1
-17
/
+7
2017-06-20
dmaengine: omap-dma: port_window support correction for both direction
Peter Ujfalusi
1
-24
/
+15
2017-06-17
dmaengine: Kconfig: Simplify the help text for MXS_DMA
Fabio Estevam
1
-2
/
+1
2017-06-17
dmaengine: pl330: Delete unused functions
Matthias Kaehlcke
1
-67
/
+0
2017-06-15
dmaengine: Replace WARN_TAINT_ONCE() with pr_warn_once()
Prarit Bhargava
1
-4
/
+4
2017-06-15
dmaengine: Kconfig: Extend the dependency for MXS_DMA
Fabio Estevam
1
-1
/
+1
2017-06-15
dmaengine: mxs: Use %zu for printing a size_t variable
Fabio Estevam
1
-1
/
+1
2017-06-02
dmaengine: pl330: fix warning in pl330_remove
Jean-Philippe Brucker
1
-1
/
+2
2017-06-01
dmaengine: ste_dma40: Cleanup scatterlist layering violations
Logan Gunthorpe
1
-4
/
+1
[prev]
[next]