summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
*-------. Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op...Joerg Roedel2019-07-0438-639/+913
|\ \ \ \ \
| | | | | * iommu: Fix integer truncationArnd Bergmann2019-06-181-2/+2
| | | | | * iommu: Add recoverable fault reportingJean-Philippe Brucker2019-06-121-2/+92
| | | | | * iommu: Introduce device fault report APIJacob Pan2019-06-121-3/+143
| | | | | * iommu: Use right function to get group for deviceLu Baolu2019-05-271-3/+3
| | | | * | Merge tag 'v5.2-rc6' into generic-dma-opsJoerg Roedel2019-06-2439-395/+54
| | | | |\ \
| | | | * | | 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-272-8/+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-272-28/+371
| | | | * | | 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
| | | | | |/ | | | | |/|
| | | * | | iommu/omap: No need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-041-29/+6
| | | * | | iommu/omap: Use dev_get_drvdata()Kefeng Wang2019-04-261-2/+1
| | * | | | iommu/arm-smmu-v3: Invalidate ATC when detaching a deviceJean-Philippe Brucker2019-07-041-1/+4
| | * | | | iommu/arm-smmu-v3: Fix compilation when CONFIG_CMA=nWill Deacon2019-07-021-0/+6
| | * | | | Merge branch 'arm/renesas' into arm/smmuJoerg Roedel2019-07-011-62/+125
| | |\ \ \ \
| | | * | | | iommu/ipmmu-vmsa: Add suspend/resume supportGeert Uytterhoeven2019-06-031-1/+46
| | | * | | | iommu/ipmmu-vmsa: Extract hardware context initializationGeert Uytterhoeven2019-06-031-43/+48
| | | * | | | iommu/ipmmu-vmsa: Move num_utlbs to SoC-specific featuresGeert Uytterhoeven2019-06-031-2/+3
| | | * | | | iommu/ipmmu-vmsa: Make IPMMU_CTX_MAX unsignedGeert Uytterhoeven2019-06-031-3/+2
| | | * | | | iommu/ipmmu-vmsa: Prepare to handle 40-bit error addressesGeert Uytterhoeven2019-06-031-6/+9
| | | * | | | iommu/ipmmu-vmsa: Link IOMMUs and devices in sysfsGeert Uytterhoeven2019-06-031-7/+17
| | * | | | | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2019-07-015-44/+76
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | iommu/io-pgtable: Support non-coherent page tablesBjorn Andersson2019-06-252-5/+14
| | | * | | | iommu/io-pgtable: Replace IO_PGTABLE_QUIRK_NO_DMA with specific flagWill Deacon2019-06-255-22/+16
| | | * | | | iommu/io-pgtable-arm: Add support to use system cacheVivek Gautam2019-06-181-1/+8
| | | * | | | iommu/arm-smmu-v3: Increase maximum size of queuesWill Deacon2019-06-181-16/+38
| | | | |_|/ | | | |/| |
| | * | | | Merge tag 'iommu-fix-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-06-221-4/+3
| | |\ \ \ \
| | | * | | | Revert "iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_...Peter Xu2019-06-221-4/+3
| | * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-198-32/+8
| | * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-195-60/+5
| | |/ / / /
| | * | | | Merge tag 'iommu-fixes-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-06-144-8/+18
| | |\ \ \ \
| | | * | | | iommu/arm-smmu: Avoid constant zero in TLBI writesRobin Murphy2019-06-121-3/+12
| | | * | | | iommu/vt-d: Set the right field for Page Walk SnoopLu Baolu2019-05-271-1/+1