aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar7-67/+148
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish1-1/+1
2025-05-15dmaengine: mediatek: drop unused variableVinod Koul1-1/+0
2025-05-14dmaengine: fsl-edma: Fix return code for unhandled interruptsStefan Wahren1-1/+1
2025-05-14dmaengine: mediatek: Fix a possible deadlock error in mtk_cqdma_tx_status()Qiu-ji Chen1-3/+2
2025-05-14dmaengine: idxd: Fix ->poll() return valueDave Jiang1-1/+1
2025-05-14dmaengine: idxd: Refactor remove call with idxd_cleanup() helperShuai Xue1-12/+2
2025-05-14dmaengine: idxd: Add missing idxd cleanup to fix memory leak in remove callShuai Xue1-0/+1
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_pci_probeShuai Xue1-1/+12
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_allocShuai Xue1-9/+15
2025-05-14dmaengine: idxd: Add missing cleanups in cleanup internalsShuai Xue1-8/+3
2025-05-14dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internalsShuai Xue1-7/+51
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groupsShuai Xue1-0/+4
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_setup_enginesShuai Xue1-0/+4
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqsShuai Xue1-9/+21
2025-04-23dmaengine: ptdma: Move variable condition check to the first place and remove...Basavaraj Natikar1-9/+10
2025-04-23dmaengine: idxd: Fix allowing write() from different address spacesVinicius Costa Gomes1-0/+9
2025-04-17dmaengine: ti: k3-udma: Add missing lockingRonald Wahl1-0/+7
2025-04-17dmaengine: ti: k3-udma: Use cap_mask directly from dma_device structure inste...Yemike Abhilash Chandra1-2/+1
2025-04-17dmaengine: Revert "dmaengine: dmatest: Fix dmatest waiting less when interrup...Nathan Lynch1-3/+3
2025-04-17dmaengine: idxd: cdev: Fix uninitialized use of sva in idxd_cdev_openPurva Yeshi1-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner3-5/+5
2025-04-01Merge tag 'dmaengine-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds22-59/+192
2025-03-11dmaengine: ptdma: Utilize the AE4DMA engine's multi-queue functionalityBasavaraj Natikar2-3/+89
2025-03-11dmaengine: ae4dma: Use the MSI count and its corresponding IRQ numberBasavaraj Natikar1-2/+2
2025-03-11dmaengine: ae4dma: Remove deprecated PCI IDsBasavaraj Natikar1-2/+0
2025-03-11dmaengine: ti: edma: support sw triggered chans in of_edma_xlate()Matthew Majewski1-2/+6
2025-03-11dmaengine: ti: k3-udma: Enable second resource range for BCDMA and PKTDMASiddharth Vadapalli1-0/+36
2025-03-11dmaengine: fsl-edma: free irq correctly in remove pathPeng Fan1-3/+9
2025-03-11dmaengine: fsl-edma: cleanup chan after dma_async_device_unregisterPeng Fan1-1/+1
2025-03-11dmaengine: dmatest: Fix dmatest waiting less when interruptedVinicius Costa Gomes1-3/+3
2025-03-02Merge tag 'dmaengine-fix-6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-16/+13
2025-02-27dmaengine: Fix typo in commentThorsten Blum1-1/+1
2025-02-27dmaengine: Revert "dmaengine: qcom: bam_dma: Avoid writing unavailable register"Caleb Connolly1-16/+8
2025-02-27dmaengine: ti: k3-udma-glue: Drop skip_fdq argument from k3_udma_glue_reset_r...Roger Quadros1-4/+11
2025-02-27dmaengine: bcm2835-dma: fix warning when CONFIG_PM=nStefan Wahren1-1/+1
2025-02-27dmaengine: img-mdc: remove incorrect of_match_ptr annotationArnd Bergmann1-1/+1
2025-02-15tegra210-adma: fix 32-bit x86 buildLinus Torvalds1-3/+14
2025-02-10dmaengine: idxd: Delete unnecessary NULL checkDan Carpenter1-2/+1
2025-02-10dmaengine: pxa: Enable compile testKrzysztof Kozlowski1-1/+1
2025-02-10dmaengine: Use str_enable_disable-like helpersKrzysztof Kozlowski6-8/+14
2025-02-10dmaengine: tegra210-adma: check for adma max pageMohan Kumar D1-1/+6
2025-02-10dmaengine: tegra210-adma: Use div_u64 for 64 bit divisionMohan Kumar D1-4/+11
2025-02-10dmaengine: fsl-edma: Add missing newlines to log messagesStefan Wahren1-2/+2
2025-02-10dmaengine: dw: Switch to LATE_SIMPLE_DEV_PM_OPS()Andy Shevchenko2-12/+4
2025-02-10dmaengine: Unify checks in dma_request_chan()Andy Shevchenko1-6/+6
2025-02-10dmaengine: Add a comment on why it's okay when kasprintf() failsAndy Shevchenko1-2/+2
2025-02-10dmaengine: Replace dma_request_slave_channel() by dma_request_chan()Andy Shevchenko1-3/+2
2025-01-29Merge tag 'dmaengine-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds36-254/+1734
2025-01-21Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+5
2024-12-26Merge tag 'dmaengine-fix-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-31/+80
2024-12-24dmaengine: idxd: Enable Function Level Reset (FLR) for haltFenghua Yu2-3/+148
2024-12-24dmaengine: idxd: Refactor halt handlerFenghua Yu1-32/+31
2024-12-24dmaengine: idxd: Add idxd_device_config_save() and idxd_device_config_restore...Fenghua Yu2-0/+236
2024-12-24dmaengine: idxd: Binding and unbinding IDXD device and driverFenghua Yu1-0/+33
2024-12-24dmaengine: idxd: Add idxd_pci_probe_alloc() helperFenghua Yu2-40/+64
2024-12-24dmaengine: qcom: gpi: Add GPI immediate DMA support for SPI protocolJyothi Kumar Seerapu1-6/+25
2024-12-24dmaengine: tegra: Return correct DMA status when pausedAkhil R1-0/+10
2024-12-24dmaengine: mv_xor: switch to for_each_child_of_node_scoped()Javier Carrasco1-4/+1
2024-12-24Merge branch 'fixes' into nextVinod Koul10-31/+70
2024-12-24dmaengine: mv_xor: fix child node refcount handling in early exitJavier Carrasco1-0/+2
2024-12-24dmaengine: bcm2835-dma: Prevent suspend if DMA channel is busyStefan Wahren1-0/+22
2024-12-24dmaengine: tegra210-adma: Support channel pageMohan Kumar D1-10/+76
2024-12-24dmaengine: ti: k3-udma: Add support for J722S CSI BCDMAVaishnav Achath1-0/+16
2024-12-24dmaengine: ti: edma: fix OF node reference leaks in edma_driverJoe Hattori1-2/+1
2024-12-24dmaengine: ti: edma: make the loop condition simpler in edma_probe()Joe Hattori1-2/+2
2024-12-24dmaengine: fsl-edma: read/write multiple registers in cyclic transactionsLarisa Grigore1-9/+27
2024-12-24dmaengine: fsl-edma: add support for S32G based platformsLarisa Grigore2-1/+111
2024-12-24dmaengine: fsl-edma: remove FSL_EDMA_DRV_SPLIT_REG check when parsing muxbaseLarisa Grigore1-4/+0
2024-12-24dmaengine: fsl-edma: select of_dma_xlate based on the dmamuxs presenceLarisa Grigore1-1/+1
2024-12-24dmaengine: qcom: bam_dma: Avoid writing unavailable registerMd Sadre Alam1-8/+16
2024-12-24dmaengine: fsl-edma: implement the cleanup path of fsl_edma3_attach_pd()Joe Hattori2-5/+37
2024-12-24dmaengine: idxd: Remove unused idxd_(un)register_bus_typeDr. David Alan Gilbert2-12/+0
2024-12-18x86/cpu: Make all all CPUID leaf names consistentDave Hansen1-1/+1
2024-12-18x86/cpu: Refresh DCA leaf reading codeDave Hansen1-3/+5
2024-12-11dmaengine: amd: qdma: make read-only arrays h2c_types and c2h_types static constColin Ian King1-9/+13
2024-12-11dmaengine: idxd: Add a new IAA device ID on Panther Lake family platformsFenghua Yu2-0/+3
2024-12-11dma-engine: sun4i: Add support for Allwinner suniv F1C100sMesih Kilinc2-2/+62
2024-12-11dma-engine: sun4i: Add has_reset option to quirkMesih Kilinc1-0/+11
2024-12-11dma-engine: sun4i: Add a quirk to support different chipsMesih Kilinc1-32/+105
2024-12-04dmaengine: amd: qdma: Remove using the private get and set dma_ops APIsLizhi Hou1-16/+12
2024-12-04dmaengine: sh: rcar-dmac: add comment for r8a779a0 compatibleKuninori Morimoto1-0/+4
2024-12-04dmaengine: apple-admac: Avoid accessing registers in probeSasha Finkelstein1-5/+2
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra4-12/+12
2024-12-02dmaengine: ae4dma: Register debugfs using ptdma_debugfs_setupBasavaraj Natikar2-0/+3
2024-12-02dmaengine: ptdma: Extend ptdma-debugfs to support multi-queueBasavaraj Natikar1-21/+57
2024-12-02dmaengine: ae4dma: Register AE4DMA using pt_dmaengine_registerBasavaraj Natikar4-2/+74
2024-12-02dmaengine: ptdma: Extend ptdma to support multi-channel and versionBasavaraj Natikar3-20/+89
2024-12-02dmaengine: ae4dma: Add AMD ae4dma controller driverBasavaraj Natikar7-0/+479
2024-12-02dmaengine: Move AMD PTDMA driver to amd directoryBasavaraj Natikar11-19/+16
2024-12-02dmaengine: loongson2-apb: Change GENMASK to GENMASK_ULLBinbin Zhou1-1/+1
2024-12-02dmaengine: dw: Select only supported masters for ACPI devicesAndy Shevchenko3-4/+14
2024-12-02dmaengine: idxd: Remove a useless mutexChristophe JAILLET1-5/+0
2024-12-02dmaengine: xilinx_dma: Configure parking registers only if parking enabledMarek Vasut1-9/+11
2024-12-02dmaengine: xilinx: xdma: remove redundant check on retColin Ian King1-6/+2
2024-12-02dmaengine: at_xdmac: avoid null_prt_deref in at_xdmac_prep_dma_memsetChen Ridong1-0/+2
2024-11-27Merge tag 'dmaengine-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds72-146/+209
2024-11-03Merge tag 'dmaengine-fix-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-26/+61
2024-10-23dmaengine: loongson2-apb: Rename the prefix ls2x to loongson2Binbin Zhou3-17/+17
2024-10-21dmaengine: fix typo in the commentYan Zhen5-5/+5
2024-10-21dmaengine: stm32-dma3: clamp AXI burst using match dataAmelie Delaunay1-13/+46
2024-10-21dmaengine: stm32-dma3: prevent LL refactoring thanks to DT configurationAmelie Delaunay1-5/+15
2024-10-21dmaengine: stm32-dma3: refactor HW linked-list to optimize memory accessesAmelie Delaunay1-7/+33
2024-10-21dmaengine: stm32-dma3: prevent pack/unpack thanks to DT configurationAmelie Delaunay1-0/+10
2024-10-21dmaengine: idxd: Move DSA/IAA device IDs to IDXD driverFenghua Yu1-0/+4
2024-10-14dmaengine: Switch back to struct platform_driver::remove()Uwe Kleine-König65-66/+66
2024-10-14dmaengine: ep93xx: Fix unsigned compared against 0Advait Dhamorikar1-2/+1
2024-10-14dmaengine: ti: k3-udma: Set EOP for all TRs in cyclic BCDMA transferJai Luthra1-15/+47
2024-10-14dmaengine: acpi: Clean up headersAndy Shevchenko1-5/+8
2024-10-14dmaengine: acpi: Simplify devm_acpi_dma_controller_register()Andy Shevchenko1-11/+4
2024-10-14dmaengine: acpi: Drop unused devm_acpi_dma_controller_free()Andy Shevchenko1-15/+0
2024-10-14dmaengine: sh: rz-dmac: add r7s72100 supportWolfram Sang2-5/+5
2024-10-14dmaengine: sh: rz-dmac: handle configs where one address is zeroWolfram Sang1-11/+14
2024-10-11dmaengine: cirrus: check that output may be truncatedAlexander Sverdlin1-2/+5
2024-10-11dmaengine: cirrus: ERR_CAST() ioremap errorAlexander Sverdlin1-1/+1
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-56/+231
2024-09-23Merge tag 'dmaengine-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds52-65/+2575
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds5-20/+5
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-107/+1
2024-09-16dmaengine: cirrus: use snprintf() to calm down gcc 13.3.0Alexander Sverdlin1-2/+2
2024-09-16dmaengine: ep93xx: Fix a NULL vs IS_ERR() check in probe()Dan Carpenter1-1/+1
2024-09-12dmaengine: cirrus: remove platform codeNikita Shubin1-2/+46
2024-09-12dmaengine: cirrus: Convert to DT for Cirrus EP93xxNikita Shubin1-54/+185
2024-09-10dmaengine: idxd: Clean up cpumask and hotplug for perfmonKan Liang3-107/+1
2024-09-02dmaengine: loongson1-apb-dma: Fix the build warning caused by the size of pde...Keguang Zhang1-2/+2
2024-09-02dmaengine: Fix spelling mistakesAmit Vadhavana34-49/+49
2024-08-29dmaengine: Add dma router for pl08x in LPC32XX SoCPiotr Wojtaszczyk3-0/+205
2024-08-29dmaengine: fsl-edma: add edma src ID check at request channelJoy Zou1-0/+22
2024-08-29dmaengine: fsl-edma: change to guard(mutex) within fsl_edma3_xlate()Joy Zou1-4/+1
2024-08-29dmaengine: avoid non-constant format stringArnd Bergmann1-1/+1
2024-08-29dmaengine: imx-dma: Remove i.MX21 supportFabio Estevam1-3/+0
2024-08-29dmaengine: Loongson1: Add Loongson-1 APB DMA driverKeguang Zhang3-0/+670
2024-08-29dmaengine: zynqmp_dma: Add support for AMD Versal Gen 2 DMA IPAbin Joseph1-4/+23
2024-08-29dmaengine: idxd: Add new DSA and IAA device IDs for Diamond Rapids platformFenghua Yu1-0/+4
2024-08-29dmaengine: idxd: Add a new DSA device ID for Granite Rapids-D platformFenghua Yu1-0/+2
2024-08-29dma-mapping: don't return errors from dma_set_max_seg_sizeChristoph Hellwig5-20/+5
2024-08-28dmaengine: ti: k3-udma: Remove unused declarationsYue Haibing1-1/+0
2024-08-28dmaengine: amd: qdma: Add AMD QDMA driverNishad Saraf8-0/+1498
2024-08-28dmaengine: xilinx: dpdma: Add support for cyclic dma modeRohit Visavalia1-0/+97
2024-08-28dmaengine: dw-edma: Do not enable watermark interrupts for HDMAMrinmay Sarkar1-14/+3
2024-08-28dmaengine: dw-edma: Fix unmasking STOP and ABORT interrupts for HDMAMrinmay Sarkar1-4/+5
2024-08-05dmaengine: dmatest: Explicitly cast divisor to u32Thorsten Blum1-1/+1
2024-08-05dmaengine: idxd: Convert comma to semicolonChen Ni1-2/+2
2024-08-05dmaengine: stm32-dma3: Set lli_size after allocationKees Cook1-1/+1
2024-08-05dmaengine: ti: omap-dma: Initialize sglen after allocationKees Cook1-3/+3
2024-08-05dmaengine: dw: Unify ret-val local variables namingSerge Semin2-20/+20
2024-08-05dmaengine: dw: Simplify max-burst calculation procedureSerge Semin4-20/+29
2024-08-05dmaengine: dw: Define encode_maxburst() above prepare_ctllo() callbacksSerge Semin2-14/+14
2024-08-05dmaengine: dw: Simplify prepare CTL_LO methodsSerge Semin2-8/+21
2024-08-05dmaengine: dw: Add memory bus width verificationSerge Semin1-7/+44
2024-08-05dmaengine: dw: Add peripheral bus width verificationSerge Semin1-0/+38
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+3
2024-07-24Merge tag 'dmaengine-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds31-95/+1984
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+40
2024-07-19Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-07-09Merge branch 'iommufd_pri' into iommufd for-nextJason Gunthorpe1-1/+1
2024-07-04iommu: Introduce domain attachment handleLu Baolu1-1/+1
2024-07-04Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-0/+40
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-3/+3
2024-06-28dmaengine: fsl-dpaa2-qdma: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-28dmaengine: ti: add missing MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-06-28dmaengine: ti: cppi41: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-28dmaengine: virt-dma: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-28dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channelsVignesh Raghavendra1-1/+3
2024-06-28dmaengine: sh: rz-dmac: Fix lockdep assert warningBiju Das1-1/+1
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-33/+37
2024-06-21Merge tag 'dmaengine_topic_dma_vec' into nextVinod Koul1-0/+40
2024-06-21dmaengine: dma-axi-dmac: Implement device_prep_peripheral_dma_vecPaul Cercueil1-0/+40
2024-06-20driver core: make [device_]driver_attach take a const *Greg Kroah-Hartman1-1/+0
2024-06-11dmaengine: qcom: gpi: clean up the IRQ disable/enable in gpi_reset_chan()Dan Carpenter1-3/+2
2024-06-11dmaengine: fsl-edma: change the memory access from local into remote mode in ...Joy Zou3-1/+5
2024-06-11dmaengine: qcom: gpi: remove unused struct 'reg_info'Dr. David Alan Gilbert1-6/+0
2024-06-11dmaengine: moxart-dma: remove unused struct 'moxart_filter_data'Dr. David Alan Gilbert1-5/+0
2024-06-11dmaengine: fsl-edma: remove redundant "idle" field from fsl_chanFrank Li4-11/+2
2024-06-11dmaengine: fsl-edma: request per-channel IRQ only when channel is allocatedFrank Li3-14/+31
2024-06-11dmaengine: stm32-dma3: defer channel registration to specify channel nameAmelie Delaunay1-5/+14
2024-06-11dmaengine: add channel device name to channel registrationAmelie Delaunay2-7/+11
2024-06-11dmaengine: stm32-dma3: improve residue granularityAmelie Delaunay1-2/+163
2024-06-11dmaengine: stm32-dma3: add device_pause and device_resume opsAmelie Delaunay1-0/+31
2024-06-11dmaengine: stm32-dma3: add DMA_MEMCPY capabilityAmelie Delaunay1-1/+130
2024-06-11dmaengine: stm32-dma3: add DMA_CYCLIC capabilityAmelie Delaunay1-0/+77
2024-06-11dmaengine: Add STM32 DMA3 supportAmelie Delaunay3-0/+1451
2024-06-11dmaengine: stm32: New directory for STM32 DMA controllers driversAmelie Delaunay7-37/+46
2024-06-11dmaengine: ioatdma: Fix missing kmem_cache_destroy()Nikita Shubin1-0/+1
2024-06-11dmaengine: fsl-edma: avoid linking both modulesArnd Bergmann1-1/+1
2024-06-11dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe()Nikita Shubin1-0/+4
2024-06-11dmaengine: ioatdma: Fix error path in ioat3_dma_probe()Nikita Shubin1-18/+15
2024-06-11dmaengine: ioatdma: Fix leaking on version mismatchNikita Shubin1-7/+10
2024-06-11dmaengine: ti: k3-udma-glue: Fix of_k3_udma_glue_parse_chn_by_id()Siddharth Vadapalli1-4/+1
2024-06-11dmaengine: altera-msgdma: properly free descriptor in msgdma_free_descriptorOlivier Dautricourt1-3/+1
2024-06-11dmaengine: altera-msgdma: cleanup after completing all descriptorsOlivier Dautricourt1-1/+6
2024-06-11dmaengine: altera-msgdma: use irq variant of spin_lock/unlock while invoking ...Olivier Dautricourt1-2/+3
2024-06-11dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_listLi RongQing1-1/+3
2024-06-09dmaengine: ti: k3-udma-glue: clean up return in k3_udma_glue_rx_get_irq()Dan Carpenter1-0/+3
2024-06-07dmaengine: qcom: add missing MODULE_DESCRIPTION() macrosJeff Johnson2-0/+2
2024-06-07dmaengine: imx-sdma: don't print warning when firmware is absentLucas Stach1-3/+2
2024-06-07dmaengine: ti: k3-udma: fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-06-07dmaengine: add missing MODULE_DESCRIPTION() macrosJeff Johnson4-0/+4
2024-06-07dmaengine: xilinx: xdma: Fix data synchronisation in xdma_channel_isr()Louis Chauvet1-2/+2