index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2025-07-05
dmaengine: dw-axi-dmac: Add StarFive JH7100 support
Samin Guo
2
-0
/
+16
2025-07-05
dmaengine: dw-axi-dmac: Handle xfer start while non-idle
Samin Guo
2
-1
/
+12
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2
-2
/
+4
2025-06-05
Merge tag 'dmaengine-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
19
-83
/
+1098
2025-05-30
Merge tag 'iommu-updates-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-35
/
+6
2025-05-23
Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...
Joerg Roedel
1
-35
/
+6
2025-05-21
Merge tag 'v6.15-rc7' into x86/core, to pick up fixes
Ingo Molnar
7
-67
/
+148
2025-05-15
x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID header
Ahmed S. Darwish
1
-1
/
+1
2025-05-15
dmaengine: mediatek: drop unused variable
Vinod Koul
1
-1
/
+0
2025-05-14
dmaengine: idxd: Remove unused pointer and macro
Eder Zulian
1
-2
/
+0
2025-05-14
dmaengine: sh: rz-dmac: Add RZ/V2H(P) support
Fabrizio Castro
1
-7
/
+74
2025-05-14
dmaengine: sh: rz-dmac: Allow for multiple DMACs
Fabrizio Castro
1
-1
/
+2
2025-05-14
dmaengine: idxd: Narrow the restriction on BATCH to ver. 1 only
Vinicius Costa Gomes
2
-4
/
+8
2025-05-14
dmaengine: ti: Add NULL check in udma_probe()
Henry Martin
1
-1
/
+2
2025-05-14
fsldma: Set correct dma_mask based on hw capability
Ben Collins
2
-4
/
+17
2025-05-14
dmaengine: fsl-edma: Fix return code for unhandled interrupts
Stefan Wahren
1
-1
/
+1
2025-05-14
dmaengine: mediatek: Fix a possible deadlock error in mtk_cqdma_tx_status()
Qiu-ji Chen
1
-3
/
+2
2025-05-14
dmaengine: idxd: Fix ->poll() return value
Dave Jiang
1
-1
/
+1
2025-05-14
dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver ...
Yi Sun
1
-1
/
+3
2025-05-14
dmaengine: xilinx_dma: Set dma_device directions
Thomas Gessler
1
-0
/
+2
2025-05-14
dmaengine: tegra210-adma: Add Tegra264 support
Sheetal
1
-25
/
+160
2025-05-14
dmaengine: dw-edma: Add HDMA NATIVE map check
Devendra K Verma
1
-1
/
+4
2025-05-14
dmaengine: idxd: Refactor remove call with idxd_cleanup() helper
Shuai Xue
1
-12
/
+2
2025-05-14
dmaengine: idxd: Add missing idxd cleanup to fix memory leak in remove call
Shuai Xue
1
-0
/
+1
2025-05-14
dmaengine: idxd: fix memory leak in error handling path of idxd_pci_probe
Shuai Xue
1
-1
/
+12
2025-05-14
dmaengine: idxd: fix memory leak in error handling path of idxd_alloc
Shuai Xue
1
-9
/
+15
2025-05-14
dmaengine: idxd: Add missing cleanups in cleanup internals
Shuai Xue
1
-8
/
+3
2025-05-14
dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internals
Shuai Xue
1
-7
/
+51
2025-05-14
dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groups
Shuai Xue
1
-0
/
+4
2025-05-14
dmaengine: idxd: fix memory leak in error handling path of idxd_setup_engines
Shuai Xue
1
-0
/
+4
2025-05-14
dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqs
Shuai Xue
1
-9
/
+21
2025-04-28
dmaengine: idxd: Remove unnecessary IOMMU_DEV_FEAT_IOPF
Lu Baolu
1
-31
/
+6
2025-04-28
iommu: Remove IOMMU_DEV_FEAT_SVA
Jason Gunthorpe
1
-7
/
+1
2025-04-23
dmaegnine: fsl-edma: add edma error interrupt handler
Joy Zou
3
-13
/
+149
2025-04-23
dmaengine: ARM_DMA350 should depend on ARM/ARM64
Geert Uytterhoeven
1
-0
/
+1
2025-04-23
dmaengine: ptdma: Move variable condition check to the first place and remove...
Basavaraj Natikar
1
-9
/
+10
2025-04-23
dmaengine: idxd: Fix allowing write() from different address spaces
Vinicius Costa Gomes
1
-0
/
+9
2025-04-17
dmaengine: Add Arm DMA-350 driver
Robin Murphy
3
-0
/
+668
2025-04-17
dmaengine: xilinx_dma: Set max segment size
Thomas Gessler
1
-0
/
+2
2025-04-17
dmaengine: at_xdmac: Use pm_runtime_put_noidle() with many usage_counts
Sakari Ailus
1
-4
/
+2
2025-04-17
dmaengine: ti: k3-udma: Add missing locking
Ronald Wahl
1
-0
/
+7
2025-04-17
dmaengine: ptdma: Remove dead code from pt_dmaengine_register()
Eder Zulian
1
-7
/
+0
2025-04-17
dmaengine: ti: k3-udma: Use cap_mask directly from dma_device structure inste...
Yemike Abhilash Chandra
1
-2
/
+1
2025-04-17
dmaengine: Revert "dmaengine: dmatest: Fix dmatest waiting less when interrup...
Nathan Lynch
1
-3
/
+3
2025-04-17
dmaengine: ptdma: Remove unused pointer dma_cmd_cache
Eder Zulian
2
-13
/
+4
2025-04-17
dmaengine: idxd: cdev: Fix uninitialized use of sva in idxd_cdev_open
Purva Yeshi
1
-2
/
+2
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
3
-5
/
+5
2025-04-01
Merge tag 'dmaengine-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
22
-59
/
+192
2025-03-11
dmaengine: ptdma: Utilize the AE4DMA engine's multi-queue functionality
Basavaraj Natikar
2
-3
/
+89
2025-03-11
dmaengine: ae4dma: Use the MSI count and its corresponding IRQ number
Basavaraj Natikar
1
-2
/
+2
[next]