summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/dma-iommu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-141-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
|\
| * 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