aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/dma-iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-31Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'arm/tegra', 'iommu/fixes', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-114/+86
2021-10-28iommu/dma: Fix incorrect error return on iommu deferred attachLogan Gunthorpe1-1/+2
2021-10-27iommu/dma: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva1-1/+1
2021-09-29iommu/dma: Account for min_align_mask w/swiotlbDavid Stevens1-3/+2
2021-09-29swiotlb: Support aligned swiotlb buffersDavid Stevens1-2/+2
2021-09-29iommu/dma: Check CONFIG_SWIOTLB more broadlyDavid Stevens1-8/+12
2021-09-29iommu/dma: Fold _swiotlb helpers into callersDavid Stevens1-76/+59
2021-09-29iommu/dma: Skip extra sync during unmap w/swiotlbDavid Stevens1-5/+6
2021-09-29iommu/dma: Fix arch_sync_dma for mapDavid Stevens1-9/+7
2021-09-29iommu/dma: Fix sync_sg with swiotlbDavid Stevens1-20/+13
2021-09-28iommu/dma: Unexport IOVA cookie managementRobin Murphy1-7/+0
2021-09-03Merge tag 'iommu-updates-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-17/+34
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds1-6/+6
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-7/+15
2021-08-20Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-17/+35
2021-08-18iommu: Allow enabling non-strict mode dynamicallyRobin Murphy1-15/+32
2021-08-18iommu: Express DMA strictness via the domain typeRobin Murphy1-4/+6
2021-08-18iommu: Introduce explicit type for non-strict DMA domainsRobin Murphy1-1/+1
2021-08-18iommu: Indicate queued flushes via gather dataRobin Murphy1-0/+1
2021-08-18iommu/dma: Remove redundant "!dev" checksRobin Murphy1-4/+1
2021-08-09iommu/dma: return error code from iommu_dma_map_sg()Logan Gunthorpe1-7/+15
2021-07-26iommu/dma: Fix leak in non-contiguous APIEzequiel Garcia1-0/+1
2021-07-13swiotlb: Update is_swiotlb_buffer to add a struct device argumentClaire Chang1-6/+6
2021-06-25Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/amd', 'virtio' and 'core' into nextJoerg Roedel1-8/+11
2021-06-25iommu/virtio: Enable x86 supportJean-Philippe Brucker1-0/+1
2021-06-25iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()Jean-Philippe Brucker1-6/+6
2021-06-08iommu/dma: Fix compile warning in 32-bit buildsJoerg Roedel1-2/+2
2021-06-08iommu/dma: Fix IOVA reserve dma rangesSrinath Mannam1-2/+4
2021-05-04Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds1-14/+9
2021-05-04Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-32/+71
2021-04-07iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUERobin Murphy1-7/+2
2021-04-07iommu: Delete iommu_dma_free_cpu_cached_iovas()John Garry1-9/+0
2021-03-18iommu/dma: Resurrect the "forcedac" optionRobin Murphy1-1/+12
2021-03-17swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig1-6/+6
2021-03-17swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleChristoph Hellwig1-8/+3
2021-03-15dma-iommu: implement ->alloc_noncontiguousChristoph Hellwig1-0/+36
2021-03-15dma-iommu: refactor iommu_dma_alloc_remapChristoph Hellwig1-32/+35
2021-03-05Merge tag 'iommu-fixes-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-7/+8
2021-03-04iommu: Don't use lazy flush for untrusted deviceLu Baolu1-7/+8
2021-02-24Merge tag 'dma-mapping-5.12' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-30/+0
2021-02-09dma-mapping: remove the {alloc,free}_noncoherent methodsChristoph Hellwig1-30/+0
2021-01-28iommu: use the __iommu_attach_device() directly for deferred attachLianbo Jiang1-15/+3
2021-01-28dma-iommu: use static-key to minimize the impact in the fast-pathLianbo Jiang1-6/+11
2021-01-07Revert "iommu: Add quirk for Intel graphic devices in map_sg"Lu Baolu1-27/+0
2020-12-09dma-iommu: remove __iommu_dma_mmapChristoph Hellwig1-16/+1
2020-11-25iommu: Add quirk for Intel graphic devices in map_sgLu Baolu1-0/+27
2020-11-25iommu: Allow the dma-iommu api to use bounce buffersTom Murphy1-13/+149
2020-11-25iommu: Add iommu_dma_free_cpu_cached_iovas()Tom Murphy1-0/+9
2020-11-25iommu: Handle freelists when using deferred flushing in iommu driversTom Murphy1-8/+21
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-6/+40