aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/dma-iommu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-09iommu/dma: Make header privateRobin Murphy1-53/+0
2022-09-07iommu/dma: Move public interfaces to linux/iommu.hRobin Murphy1-40/+0
2021-08-18iommu: Allow enabling non-strict mode dynamicallyRobin Murphy1-0/+6
2021-06-25iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()Jean-Philippe Brucker1-2/+2
2021-04-07iommu: Delete iommu_dma_free_cpu_cached_iovas()John Garry1-5/+0
2021-03-18iommu/dma: Resurrect the "forcedac" optionRobin Murphy1-0/+2
2020-11-25iommu: Add iommu_dma_free_cpu_cached_iovas()Tom Murphy1-0/+8
2019-06-24Merge tag 'v5.2-rc6' into generic-dma-opsJoerg Roedel1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-05-27iommu/dma: Switch copyright boilerplace to SPDXChristoph Hellwig1-12/+1
2019-05-27iommu/dma: move the arm64 wrappers to common codeChristoph Hellwig1-39/+3
2019-05-27iommu/dma: Remove the flush_page callbackChristoph Hellwig1-2/+1
2019-05-27iommu/dma: Cleanup dma-iommu.hChristoph Hellwig1-4/+2
2019-05-03iommu/dma-iommu: Remove iommu_dma_map_msi_msg()Julien Grall1-5/+0
2019-05-03iommu/dma-iommu: Split iommu_dma_map_msi_msg() in two partsJulien Grall1-0/+25
2018-12-06iommu/dma-iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig1-1/+0
2018-05-13dma-iommu: Fix compilation when !CONFIG_IOMMU_DMAMarc Zyngier1-0/+1
2017-05-30iommu/dma: Fix function declarationArnd Bergmann1-0/+1
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-0/+6
2017-04-29iommu: Remove pci.h include from trace/events/iommu.hJoerg Roedel1-0/+1
2017-03-22iommu/dma: Make PCI window reservation genericRobin Murphy1-0/+5
2017-02-06iommu/dma: Remove bogus dma_supported() implementationRobin Murphy1-1/+0
2017-01-30Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/coreJoerg Roedel1-1/+2
2017-01-23iommu/dma: Allow MSI-only cookiesRobin Murphy1-0/+6
2017-01-19arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGEDMitchel Humpherys1-1/+2
2016-11-14iommu/dma: Implement dma_{map,unmap}_resource()Robin Murphy1-0/+4
2016-09-16iommu/dma: Avoid PCI host bridge windowsRobin Murphy1-1/+2
2016-09-16iommu/dma: Add support for mapping MSIsRobin Murphy1-0/+9
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-3/+3
2016-05-09iommu/dma: Finish optimising higher-order allocationsRobin Murphy1-2/+2
2015-10-15iommu: Implement common IOMMU ops for DMA mappingRobin Murphy1-0/+85