summaryrefslogtreecommitdiff
path: root/drivers/iommu/dma-iommu.c
Commit message (Expand)AuthorAgeFilesLines
*-------. Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco...Joerg Roedel2019-09-111-3/+10
|\ \ \ \ \
| | | | | * iommu/dma: Fix for dereferencing before null checkingYunsheng Lin2019-08-301-1/+3
| | | * | | Merge branch 'arm/smmu' into arm/mediatekJoerg Roedel2019-08-301-2/+7
| | | |\ \ \ | |_|/ / / / |/| | / / / | | |/ / /
| | * | | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2019-08-231-2/+7
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * iommu: Introduce struct iommu_iotlb_gather for batching TLB flushesWill Deacon2019-07-241-2/+7
| | |/ | |/|
* | | dma-direct: fix zone selection after an unaddressable CMA allocationChristoph Hellwig2019-08-211-0/+3
| |/ |/|
* | Merge tag 'dma-mapping-5.3-4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-08-141-3/+3
|\ \
| * | dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig2019-08-101-3/+3
| |/
* | iommu/dma: Handle SG length overflow betterRobin Murphy2019-08-091-1/+1
* | iommu/dma: Handle MSI mappings separatelyRobin Murphy2019-08-061-7/+10
|/
* Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-121-10/+4
|\
| * iommu/dma: Apply dma_{alloc,free}_contiguous functionsNicolin Chen2019-06-141-10/+4
| |
| \
| \
| \
| \
| \
*-----. \ 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/+1
| | | * 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/+11
| | | * iommu/dma: Refactor iommu_dma_get_sgtableChristoph Hellwig2019-05-271-28/+17
| | | * 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/+22
| | | * 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/+12
| | | * 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/+33
| | | * iommu/dma: Remove __iommu_dma_freeChristoph Hellwig2019-05-271-19/+2
| | | * iommu/dma: Refactor the page array remapping allocatorChristoph Hellwig2019-05-271-28/+26
| | | * 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/+7
| | | * iommu/dma: Move domain lookup into __iommu_dma_{map,unmap}Robin Murphy2019-05-271-15/+14
| | | * 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/+5
| | | * iommu/dma: Remove the flush_page callbackChristoph Hellwig2019-05-271-5/+3
| |_|/ |/| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
|/ /
* | 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/+0
| * | 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/+1
|/
* iommu/dma: Remove unused variableShaokun Zhang2019-01-241-2/+1
* Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-011-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/+8
|/
*-. 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
| |/ |/|