Age | Commit message (Expand) | Author | Files | Lines |
2024-11-03 | Merge tag 'dmaengine-fix-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -26/+61 |
2024-10-14 | dmaengine: ti: k3-udma: Set EOP for all TRs in cyclic BCDMA transfer | Jai Luthra | 1 | -15/+47 |
2024-10-14 | dmaengine: sh: rz-dmac: handle configs where one address is zero | Wolfram Sang | 1 | -11/+14 |
2024-10-11 | dmaengine: cirrus: check that output may be truncated | Alexander Sverdlin | 1 | -2/+5 |
2024-10-11 | dmaengine: cirrus: ERR_CAST() ioremap error | Alexander Sverdlin | 1 | -1/+1 |
2024-09-26 | Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -56/+231 |
2024-09-23 | Merge tag 'dmaengine-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 52 | -65/+2575 |
2024-09-19 | Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/... | Linus Torvalds | 5 | -20/+5 |
2024-09-18 | Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -107/+1 |
2024-09-16 | dmaengine: cirrus: use snprintf() to calm down gcc 13.3.0 | Alexander Sverdlin | 1 | -2/+2 |
2024-09-16 | dmaengine: ep93xx: Fix a NULL vs IS_ERR() check in probe() | Dan Carpenter | 1 | -1/+1 |
2024-09-12 | dmaengine: cirrus: remove platform code | Nikita Shubin | 1 | -2/+46 |
2024-09-12 | dmaengine: cirrus: Convert to DT for Cirrus EP93xx | Nikita Shubin | 1 | -54/+185 |
2024-09-10 | dmaengine: idxd: Clean up cpumask and hotplug for perfmon | Kan Liang | 3 | -107/+1 |
2024-09-02 | dmaengine: loongson1-apb-dma: Fix the build warning caused by the size of pde... | Keguang Zhang | 1 | -2/+2 |
2024-09-02 | dmaengine: Fix spelling mistakes | Amit Vadhavana | 34 | -49/+49 |
2024-08-29 | dmaengine: Add dma router for pl08x in LPC32XX SoC | Piotr Wojtaszczyk | 3 | -0/+205 |
2024-08-29 | dmaengine: fsl-edma: add edma src ID check at request channel | Joy Zou | 1 | -0/+22 |
2024-08-29 | dmaengine: fsl-edma: change to guard(mutex) within fsl_edma3_xlate() | Joy Zou | 1 | -4/+1 |
2024-08-29 | dmaengine: avoid non-constant format string | Arnd Bergmann | 1 | -1/+1 |
2024-08-29 | dmaengine: imx-dma: Remove i.MX21 support | Fabio Estevam | 1 | -3/+0 |
2024-08-29 | dmaengine: Loongson1: Add Loongson-1 APB DMA driver | Keguang Zhang | 3 | -0/+670 |
2024-08-29 | dmaengine: zynqmp_dma: Add support for AMD Versal Gen 2 DMA IP | Abin Joseph | 1 | -4/+23 |
2024-08-29 | dmaengine: idxd: Add new DSA and IAA device IDs for Diamond Rapids platform | Fenghua Yu | 1 | -0/+4 |
2024-08-29 | dmaengine: idxd: Add a new DSA device ID for Granite Rapids-D platform | Fenghua Yu | 1 | -0/+2 |
2024-08-29 | dma-mapping: don't return errors from dma_set_max_seg_size | Christoph Hellwig | 5 | -20/+5 |
2024-08-28 | dmaengine: ti: k3-udma: Remove unused declarations | Yue Haibing | 1 | -1/+0 |
2024-08-28 | dmaengine: amd: qdma: Add AMD QDMA driver | Nishad Saraf | 8 | -0/+1498 |
2024-08-28 | dmaengine: xilinx: dpdma: Add support for cyclic dma mode | Rohit Visavalia | 1 | -0/+97 |
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: dmatest: Explicitly cast divisor to u32 | Thorsten Blum | 1 | -1/+1 |
2024-08-05 | dmaengine: idxd: Convert comma to semicolon | Chen Ni | 1 | -2/+2 |
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 |