summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/dma-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+0
| * dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+0
| * dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-0/+1
| * dma-iommu: implement ->alloc_noncoherentChristoph Hellwig2020-09-251-4/+37
| * dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-251-0/+2
* | iommu/dma: Handle init_iova_flush_queue() failure in dma-iommu pathTom Murphy2020-09-181-2/+5
* | iommu/dma: Remove broken huge page handlingRobin Murphy2020-09-041-8/+5
* | iommu: Rename iommu_tlb_* functions to iommu_iotlb_*Tom Murphy2020-09-041-1/+1
|/
* dma-pool: fix coherent pool allocations for IOMMU mappingsChristoph Hellwig2020-08-141-2/+2
* dma-pool: add additional coherent pools to map to gfp maskDavid Rientjes2020-04-201-2/+3
* iommu/dma: Fix MSI reservation allocationMarc Zyngier2020-03-041-8/+8
* 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
| | |\ \ \ | | | |/ / | | |/| / | | | |/