summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/dma-iommu.c
AgeCommit message (Expand)Author
2020-12-09dma-iommu: remove __iommu_dma_mmapChristoph Hellwig
2020-11-25iommu: Add quirk for Intel graphic devices in map_sgLu Baolu
2020-11-25iommu: Allow the dma-iommu api to use bounce buffersTom Murphy
2020-11-25iommu: Add iommu_dma_free_cpu_cached_iovas()Tom Murphy
2020-11-25iommu: Handle freelists when using deferred flushing in iommu driversTom Murphy
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-09-25dma-iommu: implement ->alloc_noncoherentChristoph Hellwig
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig
2020-09-18iommu/dma: Handle init_iova_flush_queue() failure in dma-iommu pathTom Murphy
2020-09-04iommu/dma: Remove broken huge page handlingRobin Murphy
2020-09-04iommu: Rename iommu_tlb_* functions to iommu_iotlb_*Tom Murphy
2020-08-14dma-pool: fix coherent pool allocations for IOMMU mappingsChristoph Hellwig
2020-04-20dma-pool: add additional coherent pools to map to gfp maskDavid Rientjes
2020-03-04iommu/dma: Fix MSI reservation allocationMarc Zyngier
2020-01-07iommu/dma: fix variable 'cookie' set but not usedQian Cai
2019-12-18iommu/dma: Relax locking in iommu_dma_prepare_msi()Robin Murphy
2019-12-17iommu/dma: Rationalise types for DMA masksRobin Murphy
2019-12-02Merge tag 'iommu-updates-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig
2019-10-15iommu/dma-iommu: Use the dev->coherent_dma_maskTom Murphy
2019-10-15iommu/dma-iommu: Handle deferred devicesTom Murphy
2019-10-15iommu: Add gfp parameter to iommu_ops::mapTom Murphy
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-09-11Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco...Joerg Roedel
2019-09-04dma-mapping: introduce a dma_common_find_pages helperChristoph Hellwig
2019-09-04dma-mapping: always use VM_DMA_COHERENT for generic DMA remapChristoph Hellwig
2019-09-03iommu/dma: add a new dma_map_ops of get_merge_boundary()Yoshihiro Shimoda
2019-08-30iommu/dma: Fix for dereferencing before null checkingYunsheng Lin
2019-08-30Merge branch 'arm/smmu' into arm/mediatekJoerg Roedel
2019-08-23Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel
2019-08-21dma-direct: fix zone selection after an unaddressable CMA allocationChristoph Hellwig
2019-08-14Merge tag 'dma-mapping-5.3-4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-08-10dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig
2019-08-09iommu/dma: Handle SG length overflow betterRobin Murphy
2019-08-06iommu/dma: Handle MSI mappings separatelyRobin Murphy
2019-07-24iommu: Introduce struct iommu_iotlb_gather for batching TLB flushesWill Deacon
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-07-04Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op...Joerg Roedel
2019-06-24Merge tag 'v5.2-rc6' into generic-dma-opsJoerg Roedel
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-18iommu: Fix integer truncationArnd Bergmann
2019-06-14iommu/dma: Apply dma_{alloc,free}_contiguous functionsNicolin Chen
2019-06-03iommu/dma: Fix condition check in iommu_dma_unmap_sgNathan Chancellor
2019-05-27iommu/dma: Switch copyright boilerplace to SPDXChristoph Hellwig
2019-05-27iommu/dma: Don't depend on CONFIG_DMA_DIRECT_REMAPChristoph Hellwig
2019-05-27iommu/dma: Refactor iommu_dma_mmapChristoph Hellwig