index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-16
dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMA
Christophe JAILLET
1
-5
/
+5
2024-02-16
dmaengine: fsl-qdma: Fix a memory leak related to the status queue DMA
Christophe JAILLET
1
-13
/
+5
2024-02-16
dmaengine: ti: k3-udma: Report short packet errors
Jai Luthra
1
-2
/
+8
2024-02-16
dmaengine: fsl-dpaa2-qdma: Fix the size of dma pools
Guanhua Gao
1
-4
/
+6
2024-01-31
dmaengine: xilinx: xdma: Fix the count of elapsed periods in cyclic mode
Miquel Raynal
1
-2
/
+4
2024-01-31
dmaengine: idxd: Move dma_free_coherent() out of spinlocked context
Rex Zhang
1
-1
/
+8
2024-01-31
dmaengine: fix NULL pointer in channel unregistration function
Amelie Delaunay
1
-0
/
+3
2024-01-31
dmaengine: fsl-edma: fix eDMAv4 channel allocation issue
Frank Li
1
-0
/
+8
2023-12-11
dmaengine: fsl-edma: fix DMA channel leak in eDMAv4
Frank Li
1
-0
/
+1
2023-12-11
dmaengine: fsl-edma: fix wrong pointer check in fsl_edma3_attach_pd()
Yang Yingliang
1
-3
/
+2
2023-12-11
dmaengine: idxd: Fix incorrect descriptions for GRPCFG register
Guanjun
1
-5
/
+7
2023-12-11
dmaengine: idxd: Protect int_handle field in hw descriptor
Guanjun
1
-7
/
+7
2023-11-24
dmaengine: stm32-dma: avoid bitfield overflow assertion
Amelie Delaunay
1
-2
/
+6
2023-11-24
dmaengine: fsl-edma: Add judgment on enabling round robin arbitration
Xiaolei Wang
1
-1
/
+2
2023-11-24
dmaengine: fsl-edma: Do not suspend and resume the masked dma channel when th...
Xiaolei Wang
1
-0
/
+4
2023-11-24
dmaengine: ti: k3-psil-am62a: Fix SPI PDMA data
Jai Luthra
1
-6
/
+6
2023-11-23
dmaengine: ti: k3-psil-am62: Fix SPI PDMA data
Ronald Wahl
1
-6
/
+6
2023-11-03
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
[next]