Age | Commit message (Expand) | Author | Files | Lines |
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: 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: 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-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: ti: k3-udma: Add missing locking | Ronald Wahl | 1 | -0/+7 |
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: 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 |
2025-03-11 | dmaengine: ae4dma: Remove deprecated PCI IDs | Basavaraj Natikar | 1 | -2/+0 |
2025-03-11 | dmaengine: ti: edma: support sw triggered chans in of_edma_xlate() | Matthew Majewski | 1 | -2/+6 |
2025-03-11 | dmaengine: ti: k3-udma: Enable second resource range for BCDMA and PKTDMA | Siddharth Vadapalli | 1 | -0/+36 |
2025-03-11 | dmaengine: fsl-edma: free irq correctly in remove path | Peng Fan | 1 | -3/+9 |
2025-03-11 | dmaengine: fsl-edma: cleanup chan after dma_async_device_unregister | Peng Fan | 1 | -1/+1 |
2025-03-11 | dmaengine: dmatest: Fix dmatest waiting less when interrupted | Vinicius Costa Gomes | 1 | -3/+3 |
2025-03-02 | Merge tag 'dmaengine-fix-6.14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -16/+13 |
2025-02-27 | dmaengine: Fix typo in comment | Thorsten Blum | 1 | -1/+1 |
2025-02-27 | dmaengine: Revert "dmaengine: qcom: bam_dma: Avoid writing unavailable register" | Caleb Connolly | 1 | -16/+8 |
2025-02-27 | dmaengine: ti: k3-udma-glue: Drop skip_fdq argument from k3_udma_glue_reset_r... | Roger Quadros | 1 | -4/+11 |
2025-02-27 | dmaengine: bcm2835-dma: fix warning when CONFIG_PM=n | Stefan Wahren | 1 | -1/+1 |
2025-02-27 | dmaengine: img-mdc: remove incorrect of_match_ptr annotation | Arnd Bergmann | 1 | -1/+1 |
2025-02-15 | tegra210-adma: fix 32-bit x86 build | Linus Torvalds | 1 | -3/+14 |
2025-02-10 | dmaengine: idxd: Delete unnecessary NULL check | Dan Carpenter | 1 | -2/+1 |
2025-02-10 | dmaengine: pxa: Enable compile test | Krzysztof Kozlowski | 1 | -1/+1 |
2025-02-10 | dmaengine: Use str_enable_disable-like helpers | Krzysztof Kozlowski | 6 | -8/+14 |
2025-02-10 | dmaengine: tegra210-adma: check for adma max page | Mohan Kumar D | 1 | -1/+6 |
2025-02-10 | dmaengine: tegra210-adma: Use div_u64 for 64 bit division | Mohan Kumar D | 1 | -4/+11 |
2025-02-10 | dmaengine: fsl-edma: Add missing newlines to log messages | Stefan Wahren | 1 | -2/+2 |
2025-02-10 | dmaengine: dw: Switch to LATE_SIMPLE_DEV_PM_OPS() | Andy Shevchenko | 2 | -12/+4 |
2025-02-10 | dmaengine: Unify checks in dma_request_chan() | Andy Shevchenko | 1 | -6/+6 |
2025-02-10 | dmaengine: Add a comment on why it's okay when kasprintf() fails | Andy Shevchenko | 1 | -2/+2 |
2025-02-10 | dmaengine: Replace dma_request_slave_channel() by dma_request_chan() | Andy Shevchenko | 1 | -3/+2 |
2025-01-29 | Merge tag 'dmaengine-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 36 | -254/+1734 |
2025-01-21 | Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+5 |
2024-12-26 | Merge tag 'dmaengine-fix-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 11 | -31/+80 |
2024-12-24 | dmaengine: idxd: Enable Function Level Reset (FLR) for halt | Fenghua Yu | 2 | -3/+148 |
2024-12-24 | dmaengine: idxd: Refactor halt handler | Fenghua Yu | 1 | -32/+31 |
2024-12-24 | dmaengine: idxd: Add idxd_device_config_save() and idxd_device_config_restore... | Fenghua Yu | 2 | -0/+236 |
2024-12-24 | dmaengine: idxd: Binding and unbinding IDXD device and driver | Fenghua Yu | 1 | -0/+33 |
2024-12-24 | dmaengine: idxd: Add idxd_pci_probe_alloc() helper | Fenghua Yu | 2 | -40/+64 |
2024-12-24 | dmaengine: qcom: gpi: Add GPI immediate DMA support for SPI protocol | Jyothi Kumar Seerapu | 1 | -6/+25 |
2024-12-24 | dmaengine: tegra: Return correct DMA status when paused | Akhil R | 1 | -0/+10 |
2024-12-24 | dmaengine: mv_xor: switch to for_each_child_of_node_scoped() | Javier Carrasco | 1 | -4/+1 |
2024-12-24 | Merge branch 'fixes' into next | Vinod Koul | 10 | -31/+70 |
2024-12-24 | dmaengine: mv_xor: fix child node refcount handling in early exit | Javier Carrasco | 1 | -0/+2 |
2024-12-24 | dmaengine: bcm2835-dma: Prevent suspend if DMA channel is busy | Stefan Wahren | 1 | -0/+22 |
2024-12-24 | dmaengine: tegra210-adma: Support channel page | Mohan Kumar D | 1 | -10/+76 |
2024-12-24 | dmaengine: ti: k3-udma: Add support for J722S CSI BCDMA | Vaishnav Achath | 1 | -0/+16 |
2024-12-24 | dmaengine: ti: edma: fix OF node reference leaks in edma_driver | Joe Hattori | 1 | -2/+1 |
2024-12-24 | dmaengine: ti: edma: make the loop condition simpler in edma_probe() | Joe Hattori | 1 | -2/+2 |
2024-12-24 | dmaengine: fsl-edma: read/write multiple registers in cyclic transactions | Larisa Grigore | 1 | -9/+27 |
2024-12-24 | dmaengine: fsl-edma: add support for S32G based platforms | Larisa Grigore | 2 | -1/+111 |
2024-12-24 | dmaengine: fsl-edma: remove FSL_EDMA_DRV_SPLIT_REG check when parsing muxbase | Larisa Grigore | 1 | -4/+0 |
2024-12-24 | dmaengine: fsl-edma: select of_dma_xlate based on the dmamuxs presence | Larisa Grigore | 1 | -1/+1 |
2024-12-24 | dmaengine: qcom: bam_dma: Avoid writing unavailable register | Md Sadre Alam | 1 | -8/+16 |
2024-12-24 | dmaengine: fsl-edma: implement the cleanup path of fsl_edma3_attach_pd() | Joe Hattori | 2 | -5/+37 |
2024-12-24 | dmaengine: idxd: Remove unused idxd_(un)register_bus_type | Dr. David Alan Gilbert | 2 | -12/+0 |
2024-12-18 | x86/cpu: Make all all CPUID leaf names consistent | Dave Hansen | 1 | -1/+1 |
2024-12-18 | x86/cpu: Refresh DCA leaf reading code | Dave Hansen | 1 | -3/+5 |
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-11 | dmaengine: idxd: Add a new IAA device ID on Panther Lake family platforms | Fenghua Yu | 2 | -0/+3 |
2024-12-11 | dma-engine: sun4i: Add support for Allwinner suniv F1C100s | Mesih Kilinc | 2 | -2/+62 |
2024-12-11 | dma-engine: sun4i: Add has_reset option to quirk | Mesih Kilinc | 1 | -0/+11 |
2024-12-11 | dma-engine: sun4i: Add a quirk to support different chips | Mesih Kilinc | 1 | -32/+105 |
2024-12-04 | dmaengine: amd: qdma: Remove using the private get and set dma_ops APIs | Lizhi Hou | 1 | -16/+12 |
2024-12-04 | dmaengine: sh: rcar-dmac: add comment for r8a779a0 compatible | Kuninori Morimoto | 1 | -0/+4 |
2024-12-04 | dmaengine: apple-admac: Avoid accessing registers in probe | Sasha Finkelstein | 1 | -5/+2 |
2024-12-03 | module: Convert default symbol namespace to string literal | Masahiro Yamada | 1 | -1/+1 |
2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 4 | -12/+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 | -21/+57 |
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 | 11 | -19/+16 |
2024-12-02 | dmaengine: loongson2-apb: Change GENMASK to GENMASK_ULL | Binbin Zhou | 1 | -1/+1 |
2024-12-02 | dmaengine: dw: Select only supported masters for ACPI devices | Andy Shevchenko | 3 | -4/+14 |
2024-12-02 | dmaengine: idxd: Remove a useless mutex | Christophe JAILLET | 1 | -5/+0 |
2024-12-02 | dmaengine: xilinx_dma: Configure parking registers only if parking enabled | Marek Vasut | 1 | -9/+11 |
2024-12-02 | dmaengine: xilinx: xdma: remove redundant check on ret | Colin Ian King | 1 | -6/+2 |
2024-12-02 | dmaengine: at_xdmac: avoid null_prt_deref in at_xdmac_prep_dma_memset | Chen Ridong | 1 | -0/+2 |
2024-11-27 | Merge tag 'dmaengine-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 72 | -146/+209 |
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-23 | dmaengine: loongson2-apb: Rename the prefix ls2x to loongson2 | Binbin Zhou | 3 | -17/+17 |
2024-10-21 | dmaengine: fix typo in the comment | Yan Zhen | 5 | -5/+5 |
2024-10-21 | dmaengine: stm32-dma3: clamp AXI burst using match data | Amelie Delaunay | 1 | -13/+46 |
2024-10-21 | dmaengine: stm32-dma3: prevent LL refactoring thanks to DT configuration | Amelie Delaunay | 1 | -5/+15 |
2024-10-21 | dmaengine: stm32-dma3: refactor HW linked-list to optimize memory accesses | Amelie Delaunay | 1 | -7/+33 |
2024-10-21 | dmaengine: stm32-dma3: prevent pack/unpack thanks to DT configuration | Amelie Delaunay | 1 | -0/+10 |
2024-10-21 | dmaengine: idxd: Move DSA/IAA device IDs to IDXD driver | Fenghua Yu | 1 | -0/+4 |
2024-10-14 | dmaengine: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 65 | -66/+66 |
2024-10-14 | dmaengine: ep93xx: Fix unsigned compared against 0 | Advait Dhamorikar | 1 | -2/+1 |
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: acpi: Clean up headers | Andy Shevchenko | 1 | -5/+8 |
2024-10-14 | dmaengine: acpi: Simplify devm_acpi_dma_controller_register() | Andy Shevchenko | 1 | -11/+4 |
2024-10-14 | dmaengine: acpi: Drop unused devm_acpi_dma_controller_free() | Andy Shevchenko | 1 | -15/+0 |
2024-10-14 | dmaengine: sh: rz-dmac: add r7s72100 support | Wolfram Sang | 2 | -5/+5 |
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 |
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 |
2024-06-11 | dmaengine: altera-msgdma: use irq variant of spin_lock/unlock while invoking ... | Olivier Dautricourt | 1 | -2/+3 |
2024-06-11 | dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list | Li RongQing | 1 | -1/+3 |
2024-06-09 | dmaengine: ti: k3-udma-glue: clean up return in k3_udma_glue_rx_get_irq() | Dan Carpenter | 1 | -0/+3 |
2024-06-07 | dmaengine: qcom: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 2 | -0/+2 |
2024-06-07 | dmaengine: imx-sdma: don't print warning when firmware is absent | Lucas Stach | 1 | -3/+2 |
2024-06-07 | dmaengine: ti: k3-udma: fix module autoloading | Krzysztof Kozlowski | 1 | -0/+1 |
2024-06-07 | dmaengine: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 4 | -0/+4 |
2024-06-07 | dmaengine: xilinx: xdma: Fix data synchronisation in xdma_channel_isr() | Louis Chauvet | 1 | -2/+2 |