summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2022-11-04dmaengine: xilinx_dma : add xilinx_dma_device_config() return documentationRadhey Shyam Pandey
2022-11-04dmaengine: xilinx_dma: fix xilinx_dma_child_probe() return documentationRadhey Shyam Pandey
2022-11-04dmaengine: remove s3c24xx driverArnd Bergmann
2022-11-03iommu: Remove SVM_FLAG_SUPERVISOR_MODE supportLu Baolu
2022-10-19dmaengine: remove iop-adma driverArnd Bergmann
2022-10-19dmaengine: apple-admac: Allocate cache SRAM to channelsMartin Povišer
2022-10-19dmaengine: idxd: Make max batch size attributes in sysfs invisible for Intel IAAXiaochen Shen
2022-10-19dmaengine: idma64: Make idma64_remove() return voidUwe Kleine-König
2022-10-19dmaengine: JZ4780: Add support for the JZ4755.Siarhei Volkau
2022-10-19dmaengine: idxd: Do not enable user type Work Queue without Shared Virtual Ad...Fenghua Yu
2022-10-19dmaengine: stm32-mdma: memset stm32_mdma_chan_config struct before using itAmelie Delaunay
2022-10-19dmaengine: ti: convert PSIL to be buildable as moduleKevin Hilman
2022-10-19dmaengine: ti: convert k3-udma to moduleKevin Hilman
2022-10-19dmaengine: ioat: Fix spelling mistake "idel" -> "idle"Colin Ian King
2022-10-19dmaengine: qcom: gpi: Document preferred SM6350 bindingKrzysztof Kozlowski
2022-10-19dmaengine: qcom: deprecate redundant of_device_id entriesRichard Acayan
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld
2022-10-07Merge tag 'dmaengine-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-09-29dmaengine: ioat: remove unused declarations in dma.hGaosheng Cui
2022-09-29dmaengine: ti: k3-udma: Respond TX done if DMA_PREP_INTERRUPT is not requestedVaishnav Achath
2022-09-29dmaengine: zynqmp_dma: Add device_synchronize supportSwati Agarwal
2022-09-29dmaengine: dw-edma: Remove runtime PM supportManivannan Sadhasivam
2022-09-29dmaengine: idxd: add configuration for concurrent batch descriptor processingDave Jiang
2022-09-29dmaengine: idxd: add configuration for concurrent work descriptor processingDave Jiang
2022-09-29dmaengine: idxd: add WQ operation cap restriction supportDave Jiang
2022-09-29dmanegine: idxd: reformat opcap output to match bitmap_parse() inputDave Jiang
2022-09-29dmaengine: idxd: convert ats_dis to a wq flagDave Jiang
2022-09-29dmaengine: ioat: stop mod_timer from resurrecting deleted timer in __cleanup()Dave Jiang
2022-09-29dmaengine: qcom-adm: fix wrong calling convention for prep_slave_sgChristian Marangi
2022-09-29dmaengine: qcom-adm: fix wrong sizeof config in slave_configChristian Marangi
2022-09-29dmaengine: ti: k3-psil: add additional TX threads for j721eMatt Ranostay
2022-09-29dmaengine: ti: k3-psil: add additional TX threads for j7200Matt Ranostay
2022-09-29dmaengine: apple-admac: Trigger shared resetMartin Povišer
2022-09-29dmaengine: apple-admac: Do not use devres for IRQsMartin Povišer
2022-09-29dmaengine: ti: edma: Remove some unused functionsJiapeng Chong
2022-09-29dmaengine: sh: rcar-dmac: Replace zero-length arrays with DECLARE_FLEX_ARRAY(...Gustavo A. R. Silva
2022-09-29dmaengine: idxd: Remove unused struct idxd_faultYuan Can
2022-09-29dmaengine: idxd: track enabled workqueues in bitmapJerry Snitselaar
2022-09-29dmaengine: idxd: Set wq state to disabled in idxd_wq_disable_cleanup()Jerry Snitselaar
2022-09-29dmaengine: pl08x: Fix double wordShaomin Deng
2022-09-29dmaengine: virt-dma: Fix double word in commentsShaomin Deng
2022-09-29dmaengine: qcom: gpi: move read_lock_bh to read_lock in taskletTuo Cao
2022-09-29dmaengine: mxs: use platform_driver_registerDario Binacchi
2022-09-05dmaengine: dw-axi-dmac: Drop obsolete dependency on COMPILE_TESTJean Delvare
2022-09-05dmaengine: at_xdmac: Replace two if statements with only one with two conditionsTudor Ambarus
2022-09-05dmaengine: pl330: Remove unused flagsHarini Katakam
2022-09-05dmaengine: zynqmp_dma: Typecast with enum to fix the coverity warningShravya Kumbham
2022-09-05dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get()Liang He
2022-09-05dmaengine: stm32-dmamux: Simplify code and save a few bytes of memoryChristophe JAILLET
2022-09-05dmaengine: stm32-dmamux: Fix comment typoJason Wang