summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/dma-iommu.c
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'arm/...Joerg Roedel2021-10-311-114/+86
|\ \ \
| | | * iommu/dma: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva2021-10-271-1/+1
| | | * iommu/dma: Account for min_align_mask w/swiotlbDavid Stevens2021-09-291-3/+2
| | | * swiotlb: Support aligned swiotlb buffersDavid Stevens2021-09-291-2/+2
| | | * iommu/dma: Check CONFIG_SWIOTLB more broadlyDavid Stevens2021-09-291-8/+12
| | | * iommu/dma: Fold _swiotlb helpers into callersDavid Stevens2021-09-291-76/+59
| | | * iommu/dma: Skip extra sync during unmap w/swiotlbDavid Stevens2021-09-291-5/+6
| | | * iommu/dma: Fix arch_sync_dma for mapDavid Stevens2021-09-291-9/+7
| | | * iommu/dma: Fix sync_sg with swiotlbDavid Stevens2021-09-291-20/+13
| |_|/ |/| |
| | * iommu/dma: Fix incorrect error return on iommu deferred attachLogan Gunthorpe2021-10-281-1/+2
| |/ |/|
| * iommu/dma: Unexport IOVA cookie managementRobin Murphy2021-09-281-7/+0
|/
* Merge tag 'iommu-updates-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-09-031-17/+34
|\
| *-. Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel2021-08-201-17/+35
| |\ \
| | | * iommu: Allow enabling non-strict mode dynamicallyRobin Murphy2021-08-181-15/+32
| | | * iommu: Express DMA strictness via the domain typeRobin Murphy2021-08-181-4/+6
| | | * iommu: Introduce explicit type for non-strict DMA domainsRobin Murphy2021-08-181-1/+1
| | | * iommu: Indicate queued flushes via gather dataRobin Murphy2021-08-181-0/+1
| | | * iommu/dma: Remove redundant "!dev" checksRobin Murphy2021-08-181-4/+1
| | |/ | |/|
* | | Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-031-6/+6
|\ \ \
| * | | swiotlb: Update is_swiotlb_buffer to add a struct device argumentClaire Chang2021-07-131-6/+6
| |/ /
* | | Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-021-7/+15
|\ \ \ | |_|/ |/| |
| * | iommu/dma: return error code from iommu_dma_map_sg()Logan Gunthorpe2021-08-091-7/+15
| |/
* / iommu/dma: Fix leak in non-contiguous APIEzequiel Garcia2021-07-261-0/+1
|/
*-. Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel2021-06-251-8/+11
|\ \
| | * iommu/dma: Fix compile warning in 32-bit buildsJoerg Roedel2021-06-081-2/+2
| | * iommu/dma: Fix IOVA reserve dma rangesSrinath Mannam2021-06-081-2/+4
| |/ |/|
| * iommu/virtio: Enable x86 supportJean-Philippe Brucker2021-06-251-0/+1
| * iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()Jean-Philippe Brucker2021-06-251-6/+6
|/
* Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-041-14/+9
|\
| * swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig2021-03-171-6/+6
| * swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleChristoph Hellwig2021-03-171-8/+3
* | Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-05-041-32/+71
|\ \
| * | dma-iommu: implement ->alloc_noncontiguousChristoph Hellwig2021-03-151-0/+36
| * | dma-iommu: refactor iommu_dma_alloc_remapChristoph Hellwig2021-03-151-32/+35
| |/
* | iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUERobin Murphy2021-04-071-7/+2
* | iommu: Delete iommu_dma_free_cpu_cached_iovas()John Garry2021-04-071-9/+0
* | iommu/dma: Resurrect the "forcedac" optionRobin Murphy2021-03-181-1/+12
|/
* Merge tag 'iommu-fixes-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-051-7/+8
|\
| * iommu: Don't use lazy flush for untrusted deviceLu Baolu2021-03-041-7/+8
* | Merge tag 'dma-mapping-5.12' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-02-241-30/+0
|\ \ | |/ |/|
| * dma-mapping: remove the {alloc,free}_noncoherent methodsChristoph Hellwig2021-02-091-30/+0
* | iommu: use the __iommu_attach_device() directly for deferred attachLianbo Jiang2021-01-281-15/+3
* | dma-iommu: use static-key to minimize the impact in the fast-pathLianbo Jiang2021-01-281-6/+11
|/
* Revert "iommu: Add quirk for Intel graphic devices in map_sg"Lu Baolu2021-01-071-27/+0
* dma-iommu: remove __iommu_dma_mmapChristoph Hellwig2020-12-091-16/+1
* iommu: Add quirk for Intel graphic devices in map_sgLu Baolu2020-11-251-0/+27
* iommu: Allow the dma-iommu api to use bounce buffersTom Murphy2020-11-251-13/+149
* iommu: Add iommu_dma_free_cpu_cached_iovas()Tom Murphy2020-11-251-0/+9
* iommu: Handle freelists when using deferred flushing in iommu driversTom Murphy2020-11-251-8/+21
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-6/+40
|\