| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2025-06-05 | Merge tag 'dmaengine-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -20/+4 |
| 2025-04-23 | dmaengine: ptdma: Move variable condition check to the first place and remove... | Basavaraj Natikar | 1 | -9/+10 |
| 2025-04-17 | dmaengine: ptdma: Remove dead code from pt_dmaengine_register() | Eder Zulian | 1 | -7/+0 |
| 2025-04-17 | dmaengine: ptdma: Remove unused pointer dma_cmd_cache | Eder Zulian | 2 | -13/+4 |
| 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 |
| 2025-03-11 | dmaengine: ae4dma: Remove deprecated PCI IDs | Basavaraj Natikar | 1 | -2/+0 |
| 2024-12-24 | Merge branch 'fixes' into next | Vinod Koul | 1 | -16/+12 |
| 2024-12-11 | dmaengine: amd: qdma: make read-only arrays h2c_types and c2h_types static const | Colin Ian King | 1 | -9/+13 |
| 2024-12-04 | dmaengine: amd: qdma: Remove using the private get and set dma_ops APIs | Lizhi Hou | 1 | -16/+12 |
| 2024-12-02 | dmaengine: ae4dma: Register debugfs using ptdma_debugfs_setup | Basavaraj Natikar | 2 | -0/+3 |
| 2024-12-02 | dmaengine: ptdma: Extend ptdma-debugfs to support multi-queue | Basavaraj Natikar | 1 | -19/+55 |
| 2024-12-02 | dmaengine: ae4dma: Register AE4DMA using pt_dmaengine_register | Basavaraj Natikar | 4 | -2/+74 |
| 2024-12-02 | dmaengine: ptdma: Extend ptdma to support multi-channel and version | Basavaraj Natikar | 3 | -20/+89 |
| 2024-12-02 | dmaengine: ae4dma: Add AMD ae4dma controller driver | Basavaraj Natikar | 7 | -0/+479 |
| 2024-12-02 | dmaengine: Move AMD PTDMA driver to amd directory | Basavaraj Natikar | 8 | -0/+1429 |
| 2024-10-14 | dmaengine: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-08-28 | dmaengine: amd: qdma: Add AMD QDMA driver | Nishad Saraf | 6 | -0/+1495 |