summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: qcom_hidma: comment platform_driver_register callPhillip Potter2021-05-131-0/+14
* Revert "dmaengine: qcom_hidma: Check for driver register failure"Greg Kroah-Hartman2021-05-131-1/+2
* Merge tag 'dmaengine-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-0426-1136/+2967
|\
| * dmaengine: idxd: Enable IDXD performance monitor supportTom Zanussi2021-04-252-4/+10
| * dmaengine: idxd: Add IDXD performance monitor supportTom Zanussi2021-04-256-0/+948
| * dmaengine: idxd: remove MSIX masking for interrupt handlersDave Jiang2021-04-233-15/+2
| * dmaengine: idxd: device cmd should use dedicated lockDave Jiang2021-04-233-9/+11
| * dmaengine: idxd: support reporting of halt interruptDave Jiang2021-04-235-1/+33
| * dmaengine: idxd: enable SVA feature for IOMMUDave Jiang2021-04-231-5/+14
| * dmaengine: idxd: convert sprintf() to sysfs_emit() for all usagesDave Jiang2021-04-231-61/+55
| * dmaengine: idxd: add interrupt handle request and release supportDave Jiang2021-04-236-9/+176
| * dmaengine: idxd: add support for readonly config modeDave Jiang2021-04-234-9/+138
| * dmaengine: idxd: add percpu_ref to descriptor submission pathDave Jiang2021-04-235-108/+161
| * dmaengine: idxd: remove detection of device typeDave Jiang2021-04-206-75/+48
| * dmaengine: idxd: iax bus removalDave Jiang2021-04-204-87/+13
| * dmaengine: idxd: fix cdev setup and free device lifetime issuesDave Jiang2021-04-205-89/+63
| * dmaengine: idxd: fix group conf_dev lifetimeDave Jiang2021-04-204-59/+88
| * dmaengine: idxd: fix engine conf_dev lifetimeDave Jiang2021-04-204-51/+86
| * dmaengine: idxd: fix wq conf_dev 'struct device' lifetimeDave Jiang2021-04-205-91/+146
| * dmaengine: idxd: fix idxd conf_dev 'struct device' lifetimeDave Jiang2021-04-203-90/+94
| * dmaengine: idxd: use ida for device instance enumerationDave Jiang2021-04-201-11/+6
| * dmaengine: idxd: removal of pcim managed mmio mappingDave Jiang2021-04-201-10/+23
| * dmaengine: idxd: cleanup pci interrupt vector allocation managementDave Jiang2021-04-203-40/+30
| * dmaengine: idxd: fix dma device lifetimeDave Jiang2021-04-203-18/+79
| * Merge branch 'fixes' into nextVinod Koul2021-04-2010-51/+107
| |\
| * | dmaengine: at_xdmac: Remove unused inline function at_xdmac_csize()YueHaibing2021-04-201-11/+0
| * | dmaengine: idxd: Fix potential null dereference on pointer statusColin Ian King2021-04-201-1/+2
| * | dt-bindings: dmaengine: qcom: gpi: add compatible for sm8150Felipe Balbi2021-04-201-0/+1
| * | dmaengine: k3dma: use the correct HiSilicon copyrightHao Fang2021-04-121-2/+2
| * | dmaengine: qcom_hidma: remove unused codeJiapeng Chong2021-04-121-6/+0
| * | dmaengine: dw-edma: Add pcim_iomap_table return checkGustavo Pimentel2021-03-161-0/+15
| * | dmaengine: dw-edma: Revert fix scatter-gather address calculationGustavo Pimentel2021-03-161-4/+4
| * | dmaengine: dw-edma: Change DMA abbreviation from lower into upper caseGustavo Pimentel2021-03-161-3/+3
| * | dmaengine: dw-edma: Fix crash on loading/unloading driverGustavo Pimentel2021-03-161-6/+5
| * | dmaengine: dw-edma: Move struct dentry variable from static definition into d...Gustavo Pimentel2021-03-166-15/+22
| * | dmaengine: dw-edma: Change linked list and data blocks offset and sizesGustavo Pimentel2021-03-161-16/+16
| * | dmaengine: dw-edma: Improve the linked list and data blocks definitionGustavo Pimentel2021-03-163-85/+160
| * | dmaengine: dw-edma: Reorder variables to keep consistencyGustavo Pimentel2021-03-161-5/+5
| * | dmaengine: dw-edma: Improve number of channels checkGustavo Pimentel2021-03-162-12/+11
| * | dmaengine: dw-edma: Add device_prep_interleave_dma() supportGustavo Pimentel2021-03-162-20/+78
| * | dmaengine: dw-edma: Add PCIe VSEC data retrieval supportGustavo Pimentel2021-03-162-35/+101
| * | dmaengine: dw-edma: Add support for the HDMA featureGustavo Pimentel2021-03-164-24/+60
| * | dmaengine: dw-edma: Fix comments offset characters' alignmentGustavo Pimentel2021-03-161-107/+107
| * | dmaengine: dw-edma: Add writeq() and readq() for 64 bits architecturesGustavo Pimentel2021-03-163-125/+326
| * | dmaengine: xilinx: Introduce synchronize() callbackLars-Peter Clausen2021-03-161-0/+8
* | | Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-261-1/+1
|\ \ \ | |_|/ |/| |
| * | dmaengine: socfpga: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCsKrzysztof Kozlowski2021-03-231-1/+1
| |/
* | dmaengine: idxd: fix wq cleanup of WQCFG registersDave Jiang2021-04-123-18/+27
* | dmaengine: idxd: clear MSIX permission entry on shutdownDave Jiang2021-04-123-9/+34
* | dmaengine: plx_dma: add a missing put_device() on error pathDan Carpenter2021-04-121-7/+11