index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Lines
2026-03-09
dmaengine: ioatdma: make some sysfs structures static
Thomas Weißschuh
-6
/
+3
2026-03-09
dmaengine: xilinx: xdma: Fix regmap init error handling
Alexander Stein
-2
/
+2
2026-03-09
dmaengine: dw-edma: Fix multiple times setting of the CYCLE_STATE and CYCLE_B...
LUO Haowen
-3
/
+3
2026-02-26
dmaengine: Sort headers alphabetically
Andy Shevchenko
-16
/
+16
2026-02-26
dmaengine: Use device_match_of_node() helper
Andy Shevchenko
-1
/
+1
2026-02-26
dmaengine: Refactor devm_dma_request_chan() for readability
Andy Shevchenko
-4
/
+6
2026-02-26
dmaengine: dw-axi-dmac: Add support for CV1800B DMA
Inochi Amaoto
-4
/
+22
2026-02-26
dmaengine: dw-axi-dmac: Remove unnecessary return statement from void function
Khairul Anuar Romli
-2
/
+0
2026-02-26
dmaengine: dw-axi-dmac: Add blank line after function
Khairul Anuar Romli
-0
/
+1
2026-02-25
dmaengine: idxd: Fix leaking event log memory
Vinicius Costa Gomes
-4
/
+0
2026-02-25
dmaengine: idxd: Fix freeing the allocated ida too late
Vinicius Costa Gomes
-4
/
+4
2026-02-25
dmaengine: idxd: Fix memory leak when a wq is reset
Vinicius Costa Gomes
-2
/
+1
2026-02-25
dmaengine: idxd: Fix not releasing workqueue on .release()
Vinicius Costa Gomes
-0
/
+1
2026-02-25
dmaengine: idxd: Wait for submitted operations on .device_synchronize()
Vinicius Costa Gomes
-0
/
+8
2026-02-25
dmaengine: idxd: Flush all pending descriptors
Vinicius Costa Gomes
-0
/
+10
2026-02-25
dmaengine: idxd: Flush kernel workqueues on Function Level Reset
Vinicius Costa Gomes
-0
/
+39
2026-02-25
dmaengine: idxd: Fix possible invalid memory access after FLR
Vinicius Costa Gomes
-0
/
+1
2026-02-25
dmaengine: idxd: Fix crash when the event log is disabled
Vinicius Costa Gomes
-1
/
+5
2026-02-25
dmaengine: idxd: Fix lockdep warnings when calling idxd_device_config()
Vinicius Costa Gomes
-16
/
+11
2026-02-25
dmaengine: dw-edma: fix MSI data programming for multi-IRQ case
Shenghui Shi
-2
/
+6
2026-02-25
dmaengine: dw-axi-dmac: fix Alignment should match open parenthesis
Khairul Anuar Romli
-7
/
+7
2026-02-25
dmaengine: dw-edma: Add virtual IRQ for interrupt-emulation doorbells
Koichiro Den
-5
/
+122
2026-02-25
dmaengine: dw-edma: Add interrupt-emulation hooks
Koichiro Den
-0
/
+45
2026-02-25
dmaengine: fsl-edma: Remove redundant check in fsl_edma_free_chan_resources()
Zhen Ni
-2
/
+1
2026-02-25
dmaengine: fsl-edma: fix channel parameter config for fixed channel requests
Joy Zou
-15
/
+11
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-6
/
+3
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-59
/
+59
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-179
/
+172
2026-02-17
Merge tag 'dmaengine-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-282
/
+461
2026-02-11
Merge tag 'devicetree-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-3
/
+1
2026-02-04
dmaengine: fsl-edma: don't explicitly disable clocks in .remove()
Jared Kangas
-1
/
+0
2026-02-03
dmaengine: fsl_raid: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-3
/
+1
2026-01-11
dmaengine: apple-admac: Add "apple,t8103-admac" compatible
Janne Grunau
-0
/
+1
2026-01-11
dmaengine: omap-dma: fix dma_pool resource leak in error paths
Haotian Zhang
-0
/
+4
2026-01-11
dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config()
Miaoqian Lin
-2
/
+4
2026-01-09
dmaengine: xilinx: xdma: use sg_nents_for_dma() helper
Andy Shevchenko
-4
/
+2
2026-01-09
dmaengine: sh: use sg_nents_for_dma() helper
Andy Shevchenko
-3
/
+2
2026-01-09
dmaengine: sa11x0: use sg_nents_for_dma() helper
Andy Shevchenko
-4
/
+2
2026-01-09
dmaengine: qcom: bam_dma: use sg_nents_for_dma() helper
Andy Shevchenko
-7
/
+2
2026-01-09
dmaengine: qcom: adm: use sg_nents_for_dma() helper
Andy Shevchenko
-5
/
+4
2026-01-09
dmaengine: pxa-dma: use sg_nents_for_dma() helper
Andy Shevchenko
-3
/
+2
2026-01-09
dmaengine: lgm: use sg_nents_for_dma() helper
Andy Shevchenko
-7
/
+2
2026-01-09
dmaengine: k3dma: use sg_nents_for_dma() helper
Andy Shevchenko
-7
/
+2
2026-01-09
dmaengine: dw-axi-dmac: use sg_nents_for_dma() helper
Andy Shevchenko
-4
/
+2
2026-01-09
dmaengine: bcm2835-dma: use sg_nents_for_dma() helper
Andy Shevchenko
-18
/
+1
2026-01-09
dmaengine: axi-dmac: use sg_nents_for_dma() helper
Andy Shevchenko
-4
/
+1
2026-01-09
dmaengine: altera-msgdma: use sg_nents_for_dma() helper
Andy Shevchenko
-4
/
+2
2026-01-09
dmaengine: idxd: Add Max SGL Size Support for DSA3.0
Yi Sun
-1
/
+28
2026-01-09
dmaengine: idxd: Expose DSA3.0 capabilities through sysfs
Yi Sun
-0
/
+58
[prev]
[next]