aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/dma-iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-06iommu/dma: Remove bogus dma_supported() implementationRobin Murphy1-10/+0
2017-01-30iommu/dma: Implement PCI allocation optimisationRobin Murphy1-6/+15
2017-01-30iommu/dma: Stop getting dma_32bit_pfn wrongRobin Murphy1-5/+18
2017-01-30Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/coreJoerg Roedel1-3/+9
2017-01-23iommu/dma: Allow MSI-only cookiesRobin Murphy1-23/+96
2017-01-19arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGEDMitchel Humpherys1-3/+9
2016-11-14iommu/dma: Implement dma_{map,unmap}_resource()Robin Murphy1-3/+21
2016-09-16iommu/dma: Avoid PCI host bridge windowsRobin Murphy1-1/+24
2016-09-16iommu/dma: Add support for mapping MSIsRobin Murphy1-15/+121
2016-08-10iommu/dma: Respect IOMMU aperture when allocatingRobin Murphy1-4/+7
2016-08-09iommu/dma: Don't put uninitialised IOVA domainsRobin Murphy1-1/+2
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-4/+4
2016-05-09iommu/dma: Finish optimising higher-order allocationsRobin Murphy1-21/+39
2016-05-09iommu: Allow selecting page sizes per domainRobin Murphy1-1/+1
2016-05-09iommu/dma: Implement scatterlist segment mergingRobin Murphy1-23/+61
2016-04-05iommu/dma: Restore scatterlist offsets correctlyRobin Murphy1-2/+2
2016-01-07iommu/dma: Use correct offset in map_sgRobin Murphy1-1/+1
2015-12-28iommu/dma: Avoid unlikely high-order allocationsRobin Murphy1-2/+4
2015-12-28iommu/dma: Add some missing #includesRobin Murphy1-0/+3
2015-10-15iommu: Implement common IOMMU ops for DMA mappingRobin Murphy1-0/+524