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
2021-05-19
dmaengine: idxd: fix cdev setup and free device lifetime issues
Dave Jiang
5
-89
/
+63
2021-05-19
dmaengine: idxd: fix group conf_dev lifetime
Dave Jiang
4
-59
/
+88
2021-05-19
dmaengine: idxd: fix engine conf_dev lifetime
Dave Jiang
4
-51
/
+86
2021-05-19
dmaengine: idxd: fix wq conf_dev 'struct device' lifetime
Dave Jiang
5
-91
/
+146
2021-05-19
dmaengine: idxd: fix idxd conf_dev 'struct device' lifetime
Dave Jiang
3
-90
/
+94
2021-05-19
dmaengine: idxd: use ida for device instance enumeration
Dave Jiang
1
-11
/
+6
2021-05-19
dmaengine: idxd: removal of pcim managed mmio mapping
Dave Jiang
1
-10
/
+23
2021-05-19
dmaengine: idxd: cleanup pci interrupt vector allocation management
Dave Jiang
3
-40
/
+30
2021-05-19
dmaengine: idxd: fix dma device lifetime
Dave Jiang
3
-18
/
+79
2021-05-19
dmaengine: idxd: Fix potential null dereference on pointer status
Colin Ian King
1
-1
/
+2
2021-04-12
dmaengine: idxd: fix wq cleanup of WQCFG registers
Dave Jiang
3
-18
/
+27
2021-04-12
dmaengine: idxd: clear MSIX permission entry on shutdown
Dave Jiang
3
-9
/
+34
2021-04-12
dmaengine: plx_dma: add a missing put_device() on error path
Dan Carpenter
1
-7
/
+11
2021-04-12
dmaengine: tegra20: Fix runtime PM imbalance on error
Dinghao Liu
1
-2
/
+2
2021-04-12
dmaengine: Fix a double free in dma_async_device_register
Lv Yunlong
1
-0
/
+1
2021-04-12
dmaengine: dw: Make it dependent to HAS_IOMEM
Andy Shevchenko
1
-0
/
+2
2021-04-12
dmaengine: idxd: fix wq size store permission state
Dave Jiang
1
-1
/
+1
2021-04-12
dmaengine: idxd: fix opcap sysfs attribute output
Dave Jiang
1
-1
/
+7
2021-04-12
dmaengine: idxd: Fix clobbering of SWERR overflow bit on writeback
Dave Jiang
1
-1
/
+3
2021-03-16
dmaengine: xilinx: dpdma: Fix race condition in done IRQ
Laurent Pinchart
1
-1
/
+2
2021-03-16
dmaengine: xilinx: dpdma: Fix descriptor issuing on video group
Laurent Pinchart
1
-11
/
+17
2021-02-23
Merge tag 'dmaengine-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
28
-5627
/
+2707
2021-02-22
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-2
/
+1
2021-02-08
dmaengine: dw-axi-dmac: remove redundant null check on desc
Colin Ian King
1
-4
/
+0
2021-02-08
dmaengine dw: Revert "dmaengine: dw: Enable runtime PM"
Cezary Rojewski
1
-6
/
+0
2021-02-03
dmaengine: idxd: check device state before issue command
Dave Jiang
3
-3
/
+27
2021-02-02
amba: Make the remove callback return void
Uwe Kleine-König
1
-2
/
+1
2021-02-01
dmaengine: xilinx_dma: Alloc tx descriptors GFP_NOWAIT
Richard Fitzgerald
1
-1
/
+1
2021-02-01
dmaengine: dw-axi-dmac: Virtually split the linked-list
Sia Jee Heng
2
-20
/
+92
2021-02-01
dmaengine: dw-axi-dmac: Set constraint to the Max segment size
Sia Jee Heng
2
-0
/
+9
2021-02-01
dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA BYTE and HALFWORD registers
Sia Jee Heng
1
-0
/
+26
2021-02-01
dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA handshake
Sia Jee Heng
1
-0
/
+50
2021-02-01
dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA support
Sia Jee Heng
1
-0
/
+8
2021-02-01
dmaengine: drivers: Kconfig: add HAS_IOMEM dependency to DW_AXI_DMAC
Sia Jee Heng
1
-0
/
+1
2021-02-01
dmaengine: dw-axi-dmac: Add Intel KeemBay DMA register fields
Sia Jee Heng
1
-0
/
+14
2021-02-01
dmaengine: dw-axi-dmac: Support burst residue granularity
Sia Jee Heng
2
-7
/
+38
2021-02-01
dmaengine: dw-axi-dmac: Support of_dma_controller_register()
Sia Jee Heng
2
-0
/
+27
2021-02-01
dmaegine: dw-axi-dmac: Support device_prep_dma_cyclic()
Sia Jee Heng
2
-7
/
+106
2021-02-01
dmaengine: dw-axi-dmac: Support device_prep_slave_sg
Sia Jee Heng
2
-0
/
+155
2021-02-01
dmaengine: dw-axi-dmac: Add device_config operation
Sia Jee Heng
2
-0
/
+12
2021-02-01
dmaengine: dw-axi-dmac: Add device_synchronize() callback
Sia Jee Heng
1
-0
/
+8
2021-02-01
dmaengine: dw-axi-dmac: move dma_pool_create() to alloc_chan_resources()
Sia Jee Heng
2
-12
/
+14
2021-02-01
dmaengine: dw-axi-dmac: simplify descriptor management
Sia Jee Heng
2
-71
/
+102
2021-02-01
dmaengine: INTEL_LDMA should depend on X86
Geert Uytterhoeven
1
-1
/
+2
2021-02-01
dmaengine: rcar-dmac: Add support for R-Car V3U
Geert Uytterhoeven
1
-23
/
+58
2021-02-01
dmaengine: rcar-dmac: Add helpers for clearing DMA channel status
Geert Uytterhoeven
1
-2
/
+13
2021-02-01
dmaengine: rcar-dmac: Add for_each_rcar_dmac_chan() helper
Geert Uytterhoeven
1
-12
/
+10
2021-01-27
dmaengine: stedma40: fix 'physical' typo
Bjorn Helgaas
1
-1
/
+1
2021-01-27
dmaengine: qcom: bam_dma: Manage clocks when controlled_remotely is set
Thara Gopinath
1
-14
/
+15
2021-01-26
dmaengine: ti: k3-udma: Fix a resource leak in an error handling path
Christophe JAILLET
1
-1
/
+2
[next]