aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)Author
2020-06-07dmaengine: ti: k3-udma: Fix TR mode flags for slave_sg and memcpyPeter Ujfalusi
2020-05-27dmaengine: owl: Use correct lock in owl_dma_get_pchan()Cristian Ciocaltea
2020-05-27dmaengine: idxd: fix interrupt completion after unmaskingDave Jiang
2020-05-27dmaengine: dmatest: Restore default for channelVladimir Murzin
2020-05-27dmaengine: tegra210-adma: Fix an error handling path in 'tegra_adma_probe()'Christophe JAILLET
2020-05-20dmaengine: mmp_tdma: Reset channel error on releaseLubomir Rintel
2020-05-20dmaengine: mmp_tdma: Do not ignore slave config validation errorsLubomir Rintel
2020-05-20dmaengine: pch_dma.c: Avoid data race between probe and irq handlerMadhuparna Bhowmik
2020-05-20dmaengine: xilinx_dma: Add missing check for empty listSebastian von Ohr
2020-05-06dmaengine: dmatest: Fix process hang when reading 'wait' parameterAndy Shevchenko
2020-05-06dmaengine: dmatest: Fix iteration non-stop logicAndy Shevchenko
2020-05-06dmaengine: fix channel index enumerationDave Jiang
2020-05-06dmaengine: ti: k3-psil: fix deadlock on error pathGrygorii Strashko
2020-05-06dmaengine: hisilicon: Fix build error without PCI_MSIYueHaibing
2020-04-23dmaengine: idxd: reflect shadow copy of traffic class programmingDave Jiang
2020-03-23dmaengine: ti: k3-udma-glue: Fix an error handling path in 'k3_udma_glue_cfg_...Christophe JAILLET
2020-03-23dmaengine: idxd: fix off by one on cdev dwq refcountDave Jiang
2020-03-11dmaengine: move .device_release missing log warning to debug levelVinod Koul
2020-02-25dmaengine: imx-sdma: Fix the event id check to include RX event for UART6Frieder Schrempf
2020-02-25dmaengine: tegra-apb: Prevent race conditions of tasklet vs free listDmitry Osipenko
2020-02-25dmaengine: tegra-apb: Fix use-after-freeDmitry Osipenko
2020-02-24dmaengine: imx-sdma: fix context cacheMartin Fuzzey
2020-02-24dmaengine: idxd: wq size configuration needs to check global max sizeDave Jiang
2020-02-24dmaengine: idxd: sysfs input of wq incorrect wq type should return errorDave Jiang
2020-02-24dmaengine: coh901318: Fix a double lock bug in dma_tc_handle()Dan Carpenter
2020-02-19dmaengine: idxd: correct reserved token calculationDave Jiang
2020-02-19dmaengine: ti: k3-udma: Fix terminated transfer handlingPeter Ujfalusi
2020-02-19dmaengine: ti: k3-udma: Use the channel direction in pause/resume functionsPeter Ujfalusi
2020-02-19dmaengine: ti: k3-udma: Use the TR counter helper for slave_sg and cyclicPeter Ujfalusi
2020-02-19dmaengine: ti: k3-udma: Move the TR counter calculation to helper functionPeter Ujfalusi
2020-02-19dmaengine: ti: k3-udma: Workaround for RX teardown with stale data in peerPeter Ujfalusi
2020-02-19dmaengine: ti: k3-udma: Use ktime/usleep_range based TX completion checkVignesh Raghavendra
2020-02-13dmaengine: idxd: Fix error handling in idxd_wq_cdev_dev_setup()Dan Carpenter
2020-02-13dmaengine: idxd: fix runaway module ref count on device driver bindDave Jiang
2020-02-08Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2020-02-05Merge tag 'dmaengine-fix-5.6-rc1' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2020-02-03dmaengine: Cleanups for the slave <-> channel symlink supportPeter Ujfalusi
2020-02-03dmaengine: fix null ptr check for __dma_async_device_channel_register()Dave Jiang
2020-02-03dmaengine: idxd: fix boolconv.cocci warningskbuild test robot
2020-01-30dmaengine: Fix return value for dma_request_chan() in case of failureMarek Szyprowski
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2020-01-27Merge tag 'dmaengine-5.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2020-01-24dmaengine: Create symlinks between DMA channels and slavesGeert Uytterhoeven
2020-01-24dmaengine: hisilicon: Add Kunpeng DMA engine supportZhou Wang
2020-01-24dmaengine: idxd: add char driver to expose submission portal to userlandDave Jiang
2020-01-24dmaengine: idxd: connect idxd to dmaengine subsystemDave Jiang
2020-01-24dmaengine: idxd: add descriptor manipulation routinesDave Jiang
2020-01-24dmaengine: idxd: add configuration component of driverDave Jiang
2020-01-24dmaengine: idxd: Init and probe for Intel data acceleratorsDave Jiang