summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/dma-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-131-10/+4Star
|\
| * iommu/dma: Apply dma_{alloc,free}_contiguous functionsNicolin Chen2019-06-141-10/+4Star
| |
| \
| \
| \
| \
| \
*-----. \ Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op...Joerg Roedel2019-07-041-102/+369
|\ \ \ \ \
| | | | * | iommu: Fix integer truncationArnd Bergmann2019-06-181-2/+2
| |_|_|/ / |/| | | |
| | | * | Merge tag 'v5.2-rc6' into generic-dma-opsJoerg Roedel2019-06-241-1/+1
| | | |\ \ | | |_|/ / | |/| | / | | | |/
| | | * iommu/dma: Fix condition check in iommu_dma_unmap_sgNathan Chancellor2019-06-031-1/+1
| | | * iommu/dma: Switch copyright boilerplace to SPDXChristoph Hellwig2019-05-271-12/+1Star
| | | * iommu/dma: Don't depend on CONFIG_DMA_DIRECT_REMAPChristoph Hellwig2019-05-271-7/+9
| | | * iommu/dma: Refactor iommu_dma_mmapChristoph Hellwig2019-05-271-35/+11Star
| | | * iommu/dma: Refactor iommu_dma_get_sgtableChristoph Hellwig2019-05-271-28/+17Star
| | | * iommu/dma: Refactor iommu_dma_alloc, part 2Christoph Hellwig2019-05-271-30/+35
| | | * iommu/dma: Cleanup variable naming in iommu_dma_allocRobin Murphy2019-05-271-23/+22Star
| | | * iommu/dma: Split iommu_dma_freeRobin Murphy2019-05-271-4/+8
| | | * iommu/dma: Merge the CMA and alloc_pages allocation pathsChristoph Hellwig2019-05-271-20/+12Star
| | | * iommu/dma: Don't remap CMA unnecessarilyRobin Murphy2019-05-271-7/+12
| | | * iommu/dma: Refactor iommu_dma_allocRobin Murphy2019-05-271-30/+30
| | | * iommu/dma: Refactor iommu_dma_freeRobin Murphy2019-05-271-40/+33Star
| | | * iommu/dma: Remove __iommu_dma_freeChristoph Hellwig2019-05-271-19/+2Star
| | | * iommu/dma: Refactor the page array remapping allocatorChristoph Hellwig2019-05-271-28/+26Star
| | | * iommu/dma: Factor out remapped pages lookupRobin Murphy2019-05-271-12/+20
| | | * iommu/dma: Squash __iommu_dma_{map,unmap}_page helpersRobin Murphy2019-05-271-18/+7Star
| | | * iommu/dma: Move domain lookup into __iommu_dma_{map,unmap}Robin Murphy2019-05-271-15/+14Star
| | | * iommu/dma: Move __iommu_dma_mapChristoph Hellwig2019-05-271-23/+23
| | | * iommu/dma: move the arm64 wrappers to common codeChristoph Hellwig2019-05-271-28/+370
| | | * iommu/dma: Use for_each_sg in iommu_dma_allocChristoph Hellwig2019-05-271-9/+5Star
| | | * iommu/dma: Remove the flush_page callbackChristoph Hellwig2019-05-271-5/+3Star
| |_|/ |/| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
|/ /
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-191-20/+28
|\ \
| * | iommu/dma-iommu: Remove iommu_dma_map_msi_msg()Julien Grall2019-05-031-20/+0Star
| * | iommu/dma-iommu: Split iommu_dma_map_msi_msg() in two partsJulien Grall2019-05-031-9/+37
| |/
* | Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-141-3/+32
|\ \
| * | iommu/dma: Reserve IOVA for PCIe inaccessible DMA addressSrinath Mannam2019-05-061-3/+32
| |/
* / iommu/dma-iommu.c: convert to use vm_map_pages()Souptick Joarder2019-05-141-11/+1Star
|/
* iommu/dma: Remove unused variableShaokun Zhang2019-01-241-2/+1Star
* Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-021-11/+11
|\
| * iommu/dma: Use helper functions to access dev->iommu_fwspecJoerg Roedel2018-12-171-1/+1
| * iommu/dma: Use NUMA aware memory allocations in __iommu_dma_alloc_pages()Ganapatrao Kulkarni2018-12-111-10/+10
* | iommu/dma-iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-15/+8Star
|/
*-. Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' a...Joerg Roedel2018-10-101-12/+43
|\ \
| | * iommu/dma: Use fast DMA domain lookupRobin Murphy2018-09-251-11/+12
| |/ |/|
| * iommu/dma: Add support for non-strict modeZhen Lei2018-10-011-1/+31
|/
* iommu/dma: Respect bus DMA limit for IOVAsRobin Murphy2018-07-271-0/+3
* iommu/dma: Move PCI window region reservation back into dma specific path.Shameer Kolothum2018-05-031-29/+25Star
* iommu/dma: Add HW MSI(GICv3 ITS) address regions reservationShameer Kolothum2018-02-141-1/+7
* iommu/iova: Make rcache flush optional on IOVA allocation failureTomasz Nowicki2017-10-121-2/+4
* iommu/iova: Make dma_32bit_pfn implicitZhen Lei2017-09-271-17/+1Star
* Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-121-1/+1
|\
| *-. Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm...Joerg Roedel2017-06-281-1/+1
| |\ \
| | | * iommu/iova: Sort out rbtree limit_pfn handlingRobin Murphy2017-05-171-1/+1
| | |/
* | / iommu/dma: don't rely on DMA_ERROR_CODEChristoph Hellwig2017-06-201-8/+10
|/ /