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
2023-11-04
Merge tag 'dmaengine-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
78
-426
/
+563
2023-10-16
dmaengine: stm32-mdma: correct desc prep when channel running
Alain Volmat
1
-2
/
+2
2023-10-16
dmaengine: dw-axi-dmac: Add support DMAX_NUM_CHANNELS > 16
Sergey Khimich
2
-42
/
+120
2023-10-16
dmaengine: xilinx: xilinx_dma: Fix kernel doc about xilinx_dma_remove()
Uwe Kleine-König
1
-2
/
+0
2023-10-13
Merge tag 'dmaengine-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-24
/
+76
2023-10-10
dmaengine: mmp_tdma: drop unused variable 'of_id'
Vinod Koul
1
-1
/
+0
2023-10-09
dmaengine: fsl-edma: fix all channels requested when call fsl_edma3_xlate()
Frank Li
1
-2
/
+4
2023-10-09
dmaengine: stm32-dma: fix residue in case of MDMA chaining
Amelie Delaunay
1
-3
/
+4
2023-10-09
dmaengine: stm32-dma: fix stm32_dma_prep_slave_sg in case of MDMA chaining
Amelie Delaunay
1
-1
/
+3
2023-10-09
dmaengine: stm32-mdma: set in_flight_bytes in case CRQA flag is set
Amelie Delaunay
1
-5
/
+9
2023-10-09
dmaengine: stm32-mdma: use Link Address Register to compute residue
Amelie Delaunay
1
-4
/
+11
2023-10-09
dmaengine: stm32-mdma: abort resume if no ongoing transfer
Amelie Delaunay
1
-0
/
+4
2023-10-09
dmaengine: xilinx: xdma: Support cyclic transfers
Miquel Raynal
2
-6
/
+162
2023-10-09
dmaengine: xilinx: xdma: Prepare the introduction of cyclic transfers
Miquel Raynal
1
-5
/
+14
2023-10-09
dmaengine: ste_dma40: Fix PM disable depth imbalance in d40_probe
Zhang Shurong
1
-0
/
+1
2023-10-09
dmaengine: Drop unnecessary of_match_device() calls
Rob Herring
4
-32
/
+13
2023-10-09
dmaengine: Use device_get_match_data()
Rob Herring
4
-45
/
+15
2023-10-09
dmaengine: pxa_dma: Annotate struct pxad_desc_sw with __counted_by
Christophe JAILLET
1
-5
/
+8
2023-10-09
dmaengine: pxa_dma: Remove an erroneous BUG_ON() in pxad_free_desc()
Christophe JAILLET
1
-1
/
+0
2023-10-04
dmaengine: xilinx: xdma: Use resource_size() in xdma_probe()
Li Zetao
1
-1
/
+1
2023-10-04
dmaengine: fsl-dpaa2-qdma: Remove redundant initialization owner in dpaa2_qdm...
Li Zetao
1
-1
/
+0
2023-10-04
dmaengine: mediatek: Fix deadlock caused by synchronize_irq()
Duoming Zhou
1
-2
/
+1
2023-10-04
dmaengine: mmp: fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
1
-1
/
+1
2023-10-04
dmaengine: qcom: fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
1
-1
/
+1
2023-10-04
dmaengine: fsl-edma: Remove redundant dev_err() for platform_get_irq()
Jinjie Ruan
1
-3
/
+1
2023-10-04
dmaengine: ep93xx_dma: Annotate struct ep93xx_dma_engine with __counted_by
Kees Cook
1
-1
/
+1
2023-10-04
dmaengine: ti: k3-udma-glue: clean up k3_udma_glue_tx_get_irq() return
Dan Carpenter
1
-0
/
+3
2023-10-04
dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq
Rex Zhang
1
-2
/
+3
2023-10-04
dmaengine: idxd: add wq driver name support for accel-config user tool
Dave Jiang
4
-0
/
+56
2023-10-04
dmaengine: fsl-edma: Annotate struct struct fsl_edma_engine with __counted_by
Kees Cook
1
-1
/
+1
2023-10-02
dmaengine: sprd: delete redundant parameter for dma driver function
Kaiwei Liu
1
-4
/
+2
2023-10-02
dmaengine: ti: edma: handle irq_of_parse_and_map() errors
Dan Carpenter
1
-2
/
+2
2023-10-02
dmaengine: sprd: add dma mask interface in probe
Kaiwei Liu
1
-0
/
+9
2023-09-28
dmaengine: fsl-edma: fix edma4 channel enable failure on second attempt
Frank Li
1
-2
/
+8
2023-09-28
dmaengine: fsl-dma: fix DMA error when enabling sg if 'DONE' bit is set
Frank Li
3
-3
/
+28
2023-09-28
dmaengine: usb-dmac: Annotate struct usb_dmac_desc with __counted_by
Kees Cook
1
-1
/
+1
2023-09-28
dmaengine: uniphier-xdmac: Annotate struct uniphier_xdmac_device with __count...
Kees Cook
1
-1
/
+1
2023-09-28
dmaengine: uniphier-xdmac: Annotate struct uniphier_xdmac_desc with __counted_by
Kees Cook
1
-3
/
+3
2023-09-28
dmaengine: ti: omap-dma: Annotate struct omap_desc with __counted_by
Kees Cook
1
-3
/
+2
2023-09-28
dmaengine: ti: edma: Annotate struct edma_desc with __counted_by
Kees Cook
1
-1
/
+1
2023-09-28
dmaengine: tegra210-adma: Annotate struct tegra_adma with __counted_by
Kees Cook
1
-1
/
+1
2023-09-28
dmaengine: tegra: Annotate struct tegra_dma_desc with __counted_by
Kees Cook
1
-1
/
+1
2023-09-28
dmaengine: stm32-mdma: Annotate struct stm32_mdma_device with __counted_by
Kees Cook
1
-2
/
+2
2023-09-28
dmaengine: stm32-mdma: Annotate struct stm32_mdma_desc with __counted_by
Kees Cook
1
-3
/
+2
2023-09-28
dmaengine: stm32-dma: Annotate struct stm32_dma_desc with __counted_by
Kees Cook
1
-7
/
+4
2023-09-28
dmaengine: st_fdma: Annotate struct st_fdma_desc with __counted_by
Kees Cook
1
-1
/
+1
2023-09-28
dmaengine: sprd: Annotate struct sprd_dma_dev with __counted_by
Kees Cook
1
-1
/
+1
2023-09-28
dmaengine: sf-pdma: Annotate struct sf_pdma with __counted_by
Kees Cook
1
-1
/
+1
2023-09-28
dmaengine: sa11x0: Annotate struct sa11x0_dma_desc with __counted_by
Kees Cook
1
-3
/
+3
2023-09-28
dmaengine: qcom: bam_dma: Annotate struct bam_async_desc with __counted_by
Kees Cook
1
-1
/
+1
[next]