index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-28
dmaengine: dw-edma: Do not enable watermark interrupts for HDMA
Mrinmay Sarkar
1
-14
/
+3
2024-08-28
dmaengine: dw-edma: Fix unmasking STOP and ABORT interrupts for HDMA
Mrinmay Sarkar
1
-4
/
+5
2024-08-05
dmaengine: stm32-dma3: Set lli_size after allocation
Kees Cook
1
-1
/
+1
2024-08-05
dmaengine: ti: omap-dma: Initialize sglen after allocation
Kees Cook
1
-3
/
+3
2024-08-05
dmaengine: dw: Unify ret-val local variables naming
Serge Semin
2
-20
/
+20
2024-08-05
dmaengine: dw: Simplify max-burst calculation procedure
Serge Semin
4
-20
/
+29
2024-08-05
dmaengine: dw: Define encode_maxburst() above prepare_ctllo() callbacks
Serge Semin
2
-14
/
+14
2024-08-05
dmaengine: dw: Simplify prepare CTL_LO methods
Serge Semin
2
-8
/
+21
2024-08-05
dmaengine: dw: Add memory bus width verification
Serge Semin
1
-7
/
+44
2024-08-05
dmaengine: dw: Add peripheral bus width verification
Serge Semin
1
-0
/
+38
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-4
/
+3
2024-07-24
Merge tag 'dmaengine-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
31
-95
/
+1984
2024-07-19
Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+40
2024-07-19
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2024-07-09
Merge branch 'iommufd_pri' into iommufd for-next
Jason Gunthorpe
1
-1
/
+1
2024-07-04
iommu: Introduce domain attachment handle
Lu Baolu
1
-1
/
+1
2024-07-04
Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
1
-0
/
+40
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-3
/
+3
2024-06-28
dmaengine: fsl-dpaa2-qdma: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-28
dmaengine: ti: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
3
-0
/
+3
2024-06-28
dmaengine: ti: cppi41: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-28
dmaengine: virt-dma: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-28
dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channels
Vignesh Raghavendra
1
-1
/
+3
2024-06-28
dmaengine: sh: rz-dmac: Fix lockdep assert warning
Biju Das
1
-1
/
+1
2024-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-33
/
+37
2024-06-21
Merge tag 'dmaengine_topic_dma_vec' into next
Vinod Koul
1
-0
/
+40
2024-06-21
dmaengine: dma-axi-dmac: Implement device_prep_peripheral_dma_vec
Paul Cercueil
1
-0
/
+40
2024-06-20
driver core: make [device_]driver_attach take a const *
Greg Kroah-Hartman
1
-1
/
+0
2024-06-11
dmaengine: qcom: gpi: clean up the IRQ disable/enable in gpi_reset_chan()
Dan Carpenter
1
-3
/
+2
2024-06-11
dmaengine: fsl-edma: change the memory access from local into remote mode in ...
Joy Zou
3
-1
/
+5
2024-06-11
dmaengine: qcom: gpi: remove unused struct 'reg_info'
Dr. David Alan Gilbert
1
-6
/
+0
2024-06-11
dmaengine: moxart-dma: remove unused struct 'moxart_filter_data'
Dr. David Alan Gilbert
1
-5
/
+0
2024-06-11
dmaengine: fsl-edma: remove redundant "idle" field from fsl_chan
Frank Li
4
-11
/
+2
2024-06-11
dmaengine: fsl-edma: request per-channel IRQ only when channel is allocated
Frank Li
3
-14
/
+31
2024-06-11
dmaengine: stm32-dma3: defer channel registration to specify channel name
Amelie Delaunay
1
-5
/
+14
2024-06-11
dmaengine: add channel device name to channel registration
Amelie Delaunay
2
-7
/
+11
2024-06-11
dmaengine: stm32-dma3: improve residue granularity
Amelie Delaunay
1
-2
/
+163
2024-06-11
dmaengine: stm32-dma3: add device_pause and device_resume ops
Amelie Delaunay
1
-0
/
+31
2024-06-11
dmaengine: stm32-dma3: add DMA_MEMCPY capability
Amelie Delaunay
1
-1
/
+130
2024-06-11
dmaengine: stm32-dma3: add DMA_CYCLIC capability
Amelie Delaunay
1
-0
/
+77
2024-06-11
dmaengine: Add STM32 DMA3 support
Amelie Delaunay
3
-0
/
+1451
2024-06-11
dmaengine: stm32: New directory for STM32 DMA controllers drivers
Amelie Delaunay
7
-37
/
+46
2024-06-11
dmaengine: ioatdma: Fix missing kmem_cache_destroy()
Nikita Shubin
1
-0
/
+1
2024-06-11
dmaengine: fsl-edma: avoid linking both modules
Arnd Bergmann
1
-1
/
+1
2024-06-11
dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe()
Nikita Shubin
1
-0
/
+4
2024-06-11
dmaengine: ioatdma: Fix error path in ioat3_dma_probe()
Nikita Shubin
1
-18
/
+15
2024-06-11
dmaengine: ioatdma: Fix leaking on version mismatch
Nikita Shubin
1
-7
/
+10
2024-06-11
dmaengine: ti: k3-udma-glue: Fix of_k3_udma_glue_parse_chn_by_id()
Siddharth Vadapalli
1
-4
/
+1
2024-06-11
dmaengine: altera-msgdma: properly free descriptor in msgdma_free_descriptor
Olivier Dautricourt
1
-3
/
+1
2024-06-11
dmaengine: altera-msgdma: cleanup after completing all descriptors
Olivier Dautricourt
1
-1
/
+6
[next]