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: pl330: Fix burst length if burst size is smaller than bus widthMarek Szyprowski2020-09-121-1/+1
* dmaengine: at_hdmac: check return value of of_find_device_by_node() in at_dma...Yu Kuai2020-09-121-0/+2
* dmaengine: of-dma: Fix of_dma_router_xlate's of_dma_xlate handlingPeter Ujfalusi2020-09-121-4/+4
* dmaengine: fsl-edma: Fix NULL pointer exception in fsl_edma_tx_handlerKrzysztof Kozlowski2020-07-221-0/+7
* 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: edma: Add probe callback to edma_tptc_driverPeter Ujfalusi2020-05-101-0/+6
* dmaengine: dmatest: Fix iteration non-stop logicAndy Shevchenko2020-05-051-2/+2
* dmaengine: coh901318: Fix a double lock bug in dma_tc_handle()Dan Carpenter2020-03-111-4/+0
* 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
* dmaengine: ti: edma: fix missed failure handlingChuhong Yuan2020-01-291-2/+4
* dmaengine: imx-sdma: fix size check for sdma script_numberRobin Gong2020-01-291-0/+8
* dmaengine: dw: platform: Switch to acpi_dma_controller_register()Andy Shevchenko2020-01-291-2/+12
* dmaengine: axi-dmac: Don't check the number of frames for alignmentAlexandru Ardelean2020-01-291-1/+1
* dmaengine: coh901318: Remove unused variableVinod Koul2019-12-211-1/+0
* dmaengine: coh901318: Fix a double-lock bugJia-Ju Bai2019-12-211-4/+0
* dmaengine: ioat: fix prototype of ioat_enumerate_channelsRami Rosen2019-11-251-4/+3
* dmaengine: timb_dma: Use proper enum in td_prep_slave_sgNathan Chancellor2019-11-251-1/+1
* dmaengine: dma-jz4780: Further residue status fixDaniel Silsby2019-11-251-1/+1
* dmaengine: qcom: bam_dma: Fix resource leakJeffrey Hugo2019-11-101-0/+14
* dmaengine: ti: edma: Do not reset reserved paRAM slotsPeter Ujfalusi2019-10-051-3/+6
* dmaengine: iop-adma: use correct printk format stringsArnd Bergmann2019-10-051-9/+9
* dmaengine: bcm2835: Print error in case setting DMA mask failsStefan Wahren2019-10-051-1/+3
* dmaengine: ti: omap-dma: Add cleanup in omap_dma_probe()Wenwen Wang2019-09-211-1/+3
* dmaengine: ste_dma40: fix unneeded variable warningArnd Bergmann2019-09-061-2/+2
* dmaengine: rcar-dmac: Reject zero-length slave DMA requestsGeert Uytterhoeven2019-08-061-1/+1
* dmaengine: imx-sdma: fix use-after-free on probe error pathSven Van Asbroeck2019-08-041-21/+27
* dmaengine: imx-sdma: remove BD_INTR for channel0Robin Gong2019-07-101-2/+2
* dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko2019-06-222-2/+6
* dmaengine: at_xdmac: remove BUG_ON macro in taskletNicolas Ferre2019-06-111-1/+5
* dmaengine: pl330: _stop: clear interrupt statusSugar Zhang2019-06-111-3/+7
* dmaengine: tegra: avoid overflow of byte trackingBen Dooks2019-04-271-1/+4
* dmaengine: imx-dma: fix warning comparison of distinct pointer typesAnders Roxell2019-04-271-1/+1
* dmaengine: usb-dmac: Make DMAC system sleep callbacks explicitPhuong Nguyen2019-03-231-0/+2
* dmaengine: dmatest: Abort test in case of mapping errorAndy Shevchenko2019-03-231-16/+12
* dmaengine: at_xdmac: Fix wrongfull report of a channel as in useCodrin Ciubotariu2019-03-231-9/+10
* dmaengine: imx-dma: fix wrong callback invokeLeonid Iziumtsev2019-02-201-4/+4
* dmaengine: at_hdmac: fix module unloadingRichard Genoud2018-12-131-0/+2
* dmaengine: at_hdmac: fix memory leak in at_dma_xlate()Richard Genoud2018-12-131-1/+7
* dmaengine: dma-jz4780: Return error if not probed from DTPaul Cercueil2018-11-211-0/+5
* driver/dma/ioat: Call del_timer_sync() without holding prep_lockWaiman Long2018-11-211-1/+8
* dmaengine: pl330: fix irq race with terminate_allJohn Keeping2018-09-261-2/+3
* dmaengine: k3dma: Off by one in k3_of_dma_simple_xlate()Dan Carpenter2018-08-241-1/+1
* dmaengine: pxa_dma: remove duplicate const qualifierEric Engestrom2018-08-061-1/+1
* dmaengine: usb-dmac: fix endless loop in usb_dmac_chan_terminate_all()Yoshihiro Shimoda2018-06-061-2/+2
* dmaengine: pl330: fix a race condition in case of threaded irqsQi Hou2018-05-301-2/+4
* dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3Yoshihiro Shimoda2018-05-301-1/+1
* dmaengine: at_xdmac: fix rare residue corruptionMaxime Jayat2018-04-241-2/+2