summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: tegra-apb: Prevent race conditions on channel's freeingDmitry Osipenko2020-10-011-2/+1
* dmaengine: stm32-dma: use vchan_terminate_vdesc() in .terminate_allAmelie Delaunay2020-10-011-3/+6
* dmaengine: stm32-mdma: use vchan_terminate_vdesc() in .terminate_allAmelie Delaunay2020-10-011-3/+6
* dmaengine: zynqmp_dma: fix burst length configurationMatthias Fend2020-10-011-9/+15
* dmaengine: mediatek: hsdma_probe: fixed a memory leak when devm_request_irq f...Satendra Singh Thakur2020-10-011-1/+3
* dmaengine: acpi: Put the CSRT table after using itHanjun Guo2020-09-171-1/+3
* dmaengine: pl330: Fix burst length if burst size is smaller than bus widthMarek Szyprowski2020-09-091-1/+1
* dmaengine: at_hdmac: check return value of of_find_device_by_node() in at_dma...Yu Kuai2020-09-091-0/+2
* dmaengine: of-dma: Fix of_dma_router_xlate's of_dma_xlate handlingPeter Ujfalusi2020-09-091-4/+4
* dmaengine: ioat setting ioat timeout as module parameterLeonid Ravich2020-07-292-2/+12
* dmaengine: tegra210-adma: Fix runtime PM imbalance on errorDinghao Liu2020-07-291-1/+4
* dmaengine: fsl-edma: Fix NULL pointer exception in fsl_edma_tx_handlerKrzysztof Kozlowski2020-07-221-0/+7
* PCI: Move Rohm Vendor ID to generic listAndy Shevchenko2020-06-221-1/+0
* dmaengine: owl: Use correct lock in owl_dma_get_pchan()Cristian Ciocaltea2020-05-271-5/+3
* dmaengine: tegra210-adma: Fix an error handling path in 'tegra_adma_probe()'Christophe JAILLET2020-05-271-1/+1
* dmaengine: mmp_tdma: Reset channel error on releaseLubomir Rintel2020-05-201-0/+2
* dmaengine: pch_dma.c: Avoid data race between probe and irq handlerMadhuparna Bhowmik2020-05-201-1/+1
* dmaengine: dmatest: Fix iteration non-stop logicAndy Shevchenko2020-05-061-2/+2
* dmaengine: coh901318: Fix a double lock bug in dma_tc_handle()Dan Carpenter2020-03-111-4/+0
* dmaengine: imx-sdma: remove dma_slave_config direction usage and leave sdma_e...Vinod Koul2020-03-111-17/+39
* dmaengine: tegra-apb: Prevent race conditions of tasklet vs free listDmitry Osipenko2020-03-111-1/+1
* dmaengine: tegra-apb: Fix use-after-freeDmitry Osipenko2020-03-111-4/+0
* Revert "dmaengine: imx-sdma: Fix memory leak"Greg Kroah-Hartman2020-02-281-11/+8
* dmaengine: imx-sdma: Fix memory leakSascha Hauer2020-02-241-8/+11
* dmaengine: Store module owner in dma_device structLogan Gunthorpe2020-02-241-1/+3
* dmaengine: ti: edma: fix missed failure handlingChuhong Yuan2020-01-271-2/+4
* dmaengine: imx-sdma: fix size check for sdma script_numberRobin Gong2020-01-271-0/+8
* dmaengine: dw: platform: Switch to acpi_dma_controller_register()Andy Shevchenko2020-01-271-2/+12
* dmaengine: hsu: Revert "set HSU_CH_MTSR to memory width"Andy Shevchenko2020-01-271-2/+2
* dmaengine: tegra210-adma: Fix crash during probeJon Hunter2020-01-271-13/+13
* dmaengine: tegra210-adma: restore channel statusSameer Pujar2020-01-271-1/+45
* dmaengine: axi-dmac: Don't check the number of frames for alignmentAlexandru Ardelean2020-01-271-1/+1
* dmaengine: mv_xor: Use correct device for DMA APIRobin Murphy2020-01-271-1/+1
* ioat: ioat_alloc_ring() failure handling.Alexander.Barabash@dell.com2020-01-171-1/+2
* dmaengine: k3dma: Avoid null pointer traversalJohn Stultz2020-01-171-3/+9
* dmaengine: xilinx_dma: Clear desc_pendingcount in xilinx_dma_resetNicholas Graumann2020-01-041-0/+1
* dmaengine: dw-dmac: implement dma protection control settingChristian Lamparter2019-12-133-0/+12
* dmaengine: coh901318: Remove unused variableVinod Koul2019-12-131-1/+0
* dmaengine: coh901318: Fix a double-lock bugJia-Ju Bai2019-12-131-4/+0
* dmaengine: stm32-dma: check whether length is aligned on FIFO thresholdPierre-Yves MORDRET2019-12-051-14/+6
* dmaengine: rcar-dmac: set scatter/gather max segment sizeWolfram Sang2019-11-241-0/+3
* dmaengine: ioat: fix prototype of ioat_enumerate_channelsRami Rosen2019-11-241-4/+3
* dmaengine: timb_dma: Use proper enum in td_prep_slave_sgNathan Chancellor2019-11-241-1/+1
* dmaengine: at_xdmac: remove a stray bottom half unlockDan Carpenter2019-11-201-1/+1
* dmaengine: dma-jz4780: Further residue status fixDaniel Silsby2019-11-201-1/+1
* dmaengine: dma-jz4780: Don't depend on MACH_JZ4780Paul Cercueil2019-11-201-1/+1
* dmaengine: sprd: Fix the possible memory leak issueBaolin Wang2019-11-121-0/+15
* dmaengine: xilinx_dma: Fix control reg update in vdma_channel_set_configRadhey Shyam Pandey2019-11-121-0/+7
* dmaengine: cppi41: Fix cppi41_dma_prep_slave_sg() when idleTony Lindgren2019-11-061-1/+20
* dmaengine: qcom: bam_dma: Fix resource leakJeffrey Hugo2019-11-061-0/+19