aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/dma-iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-11/+11
2018-12-17iommu/dma: Use helper functions to access dev->iommu_fwspecJoerg Roedel1-1/+1
2018-12-11iommu/dma: Use NUMA aware memory allocations in __iommu_dma_alloc_pages()Ganapatrao Kulkarni1-10/+10
2018-12-06iommu/dma-iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig1-15/+8
2018-10-10Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-12/+43
2018-10-01iommu/dma: Add support for non-strict modeZhen Lei1-1/+31
2018-09-25iommu/dma: Use fast DMA domain lookupRobin Murphy1-11/+12
2018-07-27iommu/dma: Respect bus DMA limit for IOVAsRobin Murphy1-0/+3
2018-05-03iommu/dma: Move PCI window region reservation back into dma specific path.Shameer Kolothum1-29/+25
2018-02-14iommu/dma: Add HW MSI(GICv3 ITS) address regions reservationShameer Kolothum1-1/+7
2017-10-12iommu/iova: Make rcache flush optional on IOVA allocation failureTomasz Nowicki1-2/+4
2017-09-27iommu/iova: Make dma_32bit_pfn implicitZhen Lei1-17/+1
2017-07-12Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+1
2017-06-28Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd', 's390' and 'core' into nextJoerg Roedel1-1/+1
2017-06-20iommu/dma: don't rely on DMA_ERROR_CODEChristoph Hellwig1-8/+10
2017-05-17iommu/iova: Sort out rbtree limit_pfn handlingRobin Murphy1-1/+1
2017-05-17iommu/dma: Don't touch invalid iova_domain membersRobin Murphy1-5/+8
2017-04-03iommu/dma: Plumb in the per-CPU IOVA cachesRobin Murphy1-20/+17
2017-04-03iommu/dma: Clean up MSI IOVA allocationRobin Murphy1-33/+25
2017-04-03iommu/dma: Convert to address-based allocationRobin Murphy1-52/+67
2017-03-22iommu/dma: Make PCI window reservation genericRobin Murphy1-10/+28
2017-03-22iommu/dma: Handle IOMMU API reserved regionsRobin Murphy1-7/+69
2017-03-22iommu/dma: Don't reserve PCI I/O windowsRobin Murphy1-2/+1
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