summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2021-05-13dmaengine: qcom_hidma: comment platform_driver_register callPhillip Potter1-0/+14
2021-05-13Revert "dmaengine: qcom_hidma: Check for driver register failure"Greg Kroah-Hartman1-1/+2
2021-05-13firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo1-1/+1
2021-05-10dmaengine: xilinx: dpdma: initialize registers before request_irqQuanyang Wang1-1/+23
2021-05-10dmaengine: pl330: fix wrong usage of spinlock flags in dma_cyclcBumyong Lee1-2/+4
2021-05-10dmaengine: fsl-dpaa2-qdma: Fix error return code in two functionsZhen Lei1-0/+3
2021-05-10dmaengine: idxd: remove devm allocation for idxd->int_handlesDave Jiang1-1/+2
2021-05-10dmaengine: idxd: Remove redundant variable cdev_ctxJiapeng Chong1-2/+0
2021-05-10dmaengine: fsl-qdma: check dma_set_mask return valueRobin Gong1-1/+5
2021-05-10dmaengine: idxd: add missing dsa driver unregisterDave Jiang1-0/+1
2021-05-10dmaengine: idxd: add engine 'struct device' missing bus type assignmentDave Jiang1-0/+1
2021-05-04Merge tag 'dmaengine-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds26-1136/+2967
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2021-04-25dmaengine: idxd: Enable IDXD performance monitor supportTom Zanussi2-4/+10
2021-04-25dmaengine: idxd: Add IDXD performance monitor supportTom Zanussi6-0/+948
2021-04-23dmaengine: idxd: remove MSIX masking for interrupt handlersDave Jiang3-15/+2
2021-04-23dmaengine: idxd: device cmd should use dedicated lockDave Jiang3-9/+11
2021-04-23dmaengine: idxd: support reporting of halt interruptDave Jiang5-1/+33
2021-04-23dmaengine: idxd: enable SVA feature for IOMMUDave Jiang1-5/+14
2021-04-23dmaengine: idxd: convert sprintf() to sysfs_emit() for all usagesDave Jiang1-61/+55
2021-04-23dmaengine: idxd: add interrupt handle request and release supportDave Jiang6-9/+176
2021-04-23dmaengine: idxd: add support for readonly config modeDave Jiang4-9/+138
2021-04-23dmaengine: idxd: add percpu_ref to descriptor submission pathDave Jiang5-108/+161
2021-04-20dmaengine: idxd: remove detection of device typeDave Jiang6-75/+48
2021-04-20dmaengine: idxd: iax bus removalDave Jiang4-87/+13
2021-04-20dmaengine: idxd: fix cdev setup and free device lifetime issuesDave Jiang5-89/+63
2021-04-20dmaengine: idxd: fix group conf_dev lifetimeDave Jiang4-59/+88
2021-04-20dmaengine: idxd: fix engine conf_dev lifetimeDave Jiang4-51/+86
2021-04-20dmaengine: idxd: fix wq conf_dev 'struct device' lifetimeDave Jiang5-91/+146
2021-04-20dmaengine: idxd: fix idxd conf_dev 'struct device' lifetimeDave Jiang3-90/+94
2021-04-20dmaengine: idxd: use ida for device instance enumerationDave Jiang1-11/+6
2021-04-20dmaengine: idxd: removal of pcim managed mmio mappingDave Jiang1-10/+23
2021-04-20dmaengine: idxd: cleanup pci interrupt vector allocation managementDave Jiang3-40/+30
2021-04-20dmaengine: idxd: fix dma device lifetimeDave Jiang3-18/+79
2021-04-20Merge branch 'fixes' into nextVinod Koul10-51/+107
2021-04-20dmaengine: at_xdmac: Remove unused inline function at_xdmac_csize()YueHaibing1-11/+0
2021-04-20dmaengine: idxd: Fix potential null dereference on pointer statusColin Ian King1-1/+2
2021-04-20dt-bindings: dmaengine: qcom: gpi: add compatible for sm8150Felipe Balbi1-0/+1
2021-04-12dmaengine: idxd: fix wq cleanup of WQCFG registersDave Jiang3-18/+27
2021-04-12dmaengine: idxd: clear MSIX permission entry on shutdownDave Jiang3-9/+34
2021-04-12dmaengine: k3dma: use the correct HiSilicon copyrightHao Fang1-2/+2
2021-04-12dmaengine: qcom_hidma: remove unused codeJiapeng Chong1-6/+0
2021-04-12dmaengine: plx_dma: add a missing put_device() on error pathDan Carpenter1-7/+11
2021-04-12dmaengine: tegra20: Fix runtime PM imbalance on errorDinghao Liu1-2/+2
2021-04-12dmaengine: Fix a double free in dma_async_device_registerLv Yunlong1-0/+1
2021-04-12dmaengine: dw: Make it dependent to HAS_IOMEMAndy Shevchenko1-0/+2
2021-04-12dmaengine: idxd: fix wq size store permission stateDave Jiang1-1/+1
2021-04-12dmaengine: idxd: fix opcap sysfs attribute outputDave Jiang1-1/+7
2021-04-12dmaengine: idxd: Fix clobbering of SWERR overflow bit on writebackDave Jiang1-1/+3
2021-03-23dmaengine: socfpga: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCsKrzysztof Kozlowski1-1/+1