summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/dma-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/dma: fix variable 'cookie' set but not usedQian Cai2020-01-071-3/+0
* iommu/dma: Relax locking in iommu_dma_prepare_msi()Robin Murphy2019-12-181-9/+8
* iommu/dma: Rationalise types for DMA masksRobin Murphy2019-12-171-3/+3
* Merge tag 'iommu-updates-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-12-021-8/+35
|\
| * iommu/dma-iommu: Use the dev->coherent_dma_maskTom Murphy2019-10-151-5/+7
| * iommu/dma-iommu: Handle deferred devicesTom Murphy2019-10-151-1/+26
| * iommu: Add gfp parameter to iommu_ops::mapTom Murphy2019-10-151-3/+3
* | dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne2019-11-211-2/+1
* | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-5/+5
|/
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-15/+14
|\
| * dma-mapping: introduce a dma_common_find_pages helperChristoph Hellwig2019-09-041-12/+3
| * dma-mapping: always use VM_DMA_COHERENT for generic DMA remapChristoph Hellwig2019-09-041-3/+3
| * iommu/dma: add a new dma_map_ops of get_merge_boundary()Yoshihiro Shimoda2019-09-031-0/+8
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco...Joerg Roedel2019-09-111-3/+10
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| | | | | * iommu/dma: Fix for dereferencing before null checkingYunsheng Lin2019-08-301-1/+3
| | | * | | Merge branch 'arm/smmu' into arm/mediatekJoerg Roedel2019-08-301-2/+7
| | | |\ \ \ | |_|/ / / / |/| | / / / | | |/ / /
| | * | | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2019-08-231-2/+7
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * iommu: Introduce struct iommu_iotlb_gather for batching TLB flushesWill Deacon2019-07-241-2/+7
| | |/ | |/|
* | | dma-direct: fix zone selection after an unaddressable CMA allocationChristoph Hellwig2019-08-211-0/+3
| |/ |/|
* | Merge tag 'dma-mapping-5.3-4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-08-141-3/+3
|\ \
| * | dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig2019-08-101-3/+3
| |/
* | iommu/dma: Handle SG length overflow betterRobin Murphy2019-08-091-1/+1
* | iommu/dma: Handle MSI mappings separatelyRobin Murphy2019-08-061-7/+10
|/
* Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-121-10/+4
|\
| * iommu/dma: Apply dma_{alloc,free}_contiguous functionsNicolin Chen2019-06-141-10/+4
| |
| \
| \
| \
| \
| \
*-----. \ Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op...Joerg Roedel2019-07-041-102/+369
|\ \ \ \ \
| | | | * | iommu: Fix integer truncationArnd Bergmann2019-06-181-2/+2
| |_|_|/ / |/| | | |
| | | * | Merge tag 'v5.2-rc6' into generic-dma-opsJoerg Roedel2019-06-241-1/+1
| | | |\ \ | | |_|/ / | |/| | / | | | |/
| | | * iommu/dma: Fix condition check in iommu_dma_unmap_sgNathan Chancellor2019-06-031-1/+1
| | | * iommu/dma: Switch copyright boilerplace to SPDXChristoph Hellwig2019-05-271-12/+1
| | | * iommu/dma: Don't depend on CONFIG_DMA_DIRECT_REMAPChristoph Hellwig2019-05-271-7/+9
| | | * iommu/dma: Refactor iommu_dma_mmapChristoph Hellwig2019-05-271-35/+11
| | | * iommu/dma: Refactor iommu_dma_get_sgtableChristoph Hellwig2019-05-271-28/+17
| | | * iommu/dma: Refactor iommu_dma_alloc, part 2Christoph Hellwig2019-05-271-30/+35
| | | * iommu/dma: Cleanup variable naming in iommu_dma_allocRobin Murphy2019-05-271-23/+22
| | | * iommu/dma: Split iommu_dma_freeRobin Murphy2019-05-271-4/+8
| | | * iommu/dma: Merge the CMA and alloc_pages allocation pathsChristoph Hellwig2019-05-271-20/+12
| | | * iommu/dma: Don't remap CMA unnecessarilyRobin Murphy2019-05-271-7/+12
| | | * iommu/dma: Refactor iommu_dma_allocRobin Murphy2019-05-271-30/+30
| | | * iommu/dma: Refactor iommu_dma_freeRobin Murphy2019-05-271-40/+33
| | | * iommu/dma: Remove __iommu_dma_freeChristoph Hellwig2019-05-271-19/+2
| | | * iommu/dma: Refactor the page array remapping allocatorChristoph Hellwig2019-05-271-28/+26
| | | * iommu/dma: Factor out remapped pages lookupRobin Murphy2019-05-271-12/+20
| | | * iommu/dma: Squash __iommu_dma_{map,unmap}_page helpersRobin Murphy2019-05-271-18/+7
| | | * iommu/dma: Move domain lookup into __iommu_dma_{map,unmap}Robin Murphy2019-05-271-15/+14
| | | * iommu/dma: Move __iommu_dma_mapChristoph Hellwig2019-05-271-23/+23
| | | * iommu/dma: move the arm64 wrappers to common codeChristoph Hellwig2019-05-271-28/+370
| | | * iommu/dma: Use for_each_sg in iommu_dma_allocChristoph Hellwig2019-05-271-9/+5
| | | * iommu/dma: Remove the flush_page callbackChristoph Hellwig2019-05-271-5/+3
| |_|/ |/| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
|/ /
OpenPOWER on IntegriCloud