aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/dma-iommu.c
AgeCommit message (Expand)Author
2020-06-24iommu: Fix integer truncationArnd Bergmann
2020-05-21iommu/dma: Fix MSI reservation allocationMarc Zyngier
2020-03-20iommu/dma: fix variable 'cookie' set but not usedQian Cai
2020-03-20iommu/dma: Relax locking in iommu_dma_prepare_msi()Robin Murphy
2019-09-06iommu/dma: Handle SG length overflow betterRobin Murphy
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-14iommu/dma-iommu.c: convert to use vm_map_pages()Souptick Joarder
2019-05-06iommu/dma: Reserve IOVA for PCIe inaccessible DMA addressSrinath Mannam
2019-05-03iommu/dma-iommu: Remove iommu_dma_map_msi_msg()Julien Grall
2019-05-03iommu/dma-iommu: Split iommu_dma_map_msi_msg() in two partsJulien Grall
2019-01-24iommu/dma: Remove unused variableShaokun Zhang
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-17iommu/dma: Use helper functions to access dev->iommu_fwspecJoerg Roedel
2018-12-11iommu/dma: Use NUMA aware memory allocations in __iommu_dma_alloc_pages()Ganapatrao Kulkarni
2018-12-06iommu/dma-iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig
2018-10-10Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' a...Joerg Roedel
2018-10-01iommu/dma: Add support for non-strict modeZhen Lei
2018-09-25iommu/dma: Use fast DMA domain lookupRobin Murphy
2018-07-27iommu/dma: Respect bus DMA limit for IOVAsRobin Murphy
2018-05-03iommu/dma: Move PCI window region reservation back into dma specific path.Shameer Kolothum
2018-02-14iommu/dma: Add HW MSI(GICv3 ITS) address regions reservationShameer Kolothum
2017-10-12iommu/iova: Make rcache flush optional on IOVA allocation failureTomasz Nowicki
2017-09-27iommu/iova: Make dma_32bit_pfn implicitZhen Lei
2017-07-12Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-06-28Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm...Joerg Roedel
2017-06-20iommu/dma: don't rely on DMA_ERROR_CODEChristoph Hellwig
2017-05-17iommu/iova: Sort out rbtree limit_pfn handlingRobin Murphy
2017-05-17iommu/dma: Don't touch invalid iova_domain membersRobin Murphy
2017-04-03iommu/dma: Plumb in the per-CPU IOVA cachesRobin Murphy
2017-04-03iommu/dma: Clean up MSI IOVA allocationRobin Murphy
2017-04-03iommu/dma: Convert to address-based allocationRobin Murphy
2017-03-22iommu/dma: Make PCI window reservation genericRobin Murphy
2017-03-22iommu/dma: Handle IOMMU API reserved regionsRobin Murphy
2017-03-22iommu/dma: Don't reserve PCI I/O windowsRobin Murphy
2017-02-06iommu/dma: Remove bogus dma_supported() implementationRobin Murphy
2017-01-30iommu/dma: Implement PCI allocation optimisationRobin Murphy
2017-01-30iommu/dma: Stop getting dma_32bit_pfn wrongRobin Murphy
2017-01-30Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/...Joerg Roedel
2017-01-23iommu/dma: Allow MSI-only cookiesRobin Murphy
2017-01-19arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGEDMitchel Humpherys
2016-11-14iommu/dma: Implement dma_{map,unmap}_resource()Robin Murphy
2016-09-16iommu/dma: Avoid PCI host bridge windowsRobin Murphy
2016-09-16iommu/dma: Add support for mapping MSIsRobin Murphy
2016-08-10iommu/dma: Respect IOMMU aperture when allocatingRobin Murphy
2016-08-09iommu/dma: Don't put uninitialised IOVA domainsRobin Murphy
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-05-09iommu/dma: Finish optimising higher-order allocationsRobin Murphy
2016-05-09iommu: Allow selecting page sizes per domainRobin Murphy