summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2018-01-17iommu/arm-smmu-v3: Don't free page table ops twiceJean-Philippe Brucker1-3/+5
2017-12-16iommu/vt-d: Fix scatterlist offset handlingRobin Murphy1-3/+5
2017-11-15iommu/arm-smmu-v3: Clear prior settings when updating STEsNate Watterson1-8/+2
2017-10-18iommu/amd: Finish TLB flush in amd_iommu_unmap()Joerg Roedel1-0/+1
2017-10-08iommu/io-pgtable-arm: Check for leaf entry before dereferencing itOleksandr Tyshchenko1-1/+5
2017-07-05iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid()Pan Bian1-1/+1
2017-07-05iommu: Handle default domain attach failureRobin Murphy1-13/+24
2017-07-05iommu/vt-d: Don't over-free page table directoriesDavid Dillow1-1/+1
2017-05-25iommu/vt-d: Flush the IOTLB to get rid of the initial kdump mappingsKarimAllah Ahmed1-1/+4
2017-03-30iommu/vt-d: Fix NULL pointer dereference in device_to_iommuKoos Vriezen1-1/+1
2017-03-12iommu/vt-d: Tylersburg isoch identity map check is done too late.Ashok Raj1-1/+2
2017-01-12iommu/vt-d: Flush old iommu caches for kdump when the device gets context mappedXunlei Pang1-0/+19
2017-01-12iommu/vt-d: Fix pasid table size encodingJacob Pan1-1/+22
2017-01-12iommu/amd: Fix the left value check of cmd bufferHuang Rui1-1/+1
2017-01-12iommu/amd: Missing error code in amd_iommu_init_device()Dan Carpenter1-1/+3
2016-12-02iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual FunctionsAshok Raj2-1/+16
2016-12-02iommu/vt-d: Fix PASID table allocationDavid Woodhouse1-11/+17
2016-11-18iommu/vt-d: Fix dead-locks in disable_dmar_iommu() pathJoerg Roedel1-2/+12
2016-11-18iommu/amd: Free domain id when free a domain of struct dma_ops_domainBaoquan He1-0/+3
2016-09-30Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds2-2/+4
2016-09-07iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypassWill Deacon1-0/+3
2016-09-07iommu/arm-smmu: Fix CMDQ error handlingWill Deacon1-2/+2
2016-09-07iommu/dma: Don't put uninitialised IOVA domainsRobin Murphy1-1/+2
2016-08-20iommu/amd: Update Alias-DTE in update_device_table()Joerg Roedel1-1/+8
2016-08-20iommu/amd: Init unity mappings only for dma_ops domainsJoerg Roedel1-2/+4
2016-08-20iommu/amd: Handle IOMMU_DOMAIN_DMA in ops->domain_free call-backJoerg Roedel1-8/+17
2016-08-20iommu/vt-d: Return error code in domain_context_mapping_one()Wei Yang1-1/+1
2016-08-20iommu/exynos: Suppress unbinding to prevent system failureMarek Szyprowski1-0/+1
2016-07-27iommu/amd: Fix unity mapping initialization raceJoerg Roedel1-2/+12
2016-07-27iommu/vt-d: Enable QI on all IOMMUs before setting root entryJoerg Roedel1-5/+12
2016-07-27iommu/arm-smmu: Wire up map_sg for arm-smmu-v3Jean-Philippe Brucker1-0/+1
2016-05-05iommu/dma: Restore scatterlist offsets correctlyRobin Murphy1-2/+2
2016-05-05iommu/amd: Fix checking of pci dma aliasesJoerg Roedel1-11/+76
2016-04-20iommu: Don't overwrite domain pointer when there is no default_domainJoerg Roedel1-1/+2
2016-03-10iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug pathJoerg Roedel2-4/+5
2016-03-10iommu/amd: Fix boot warning when device 00:00.0 is not iommu coveredSuravee Suthikulpanit1-12/+22
2016-03-10iommu/amd: Apply workaround for ATS write permission checkJay Cornwall1-0/+29
2016-02-25iommu/vt-d: Clear PPR bit to ensure we get more page request interruptsDavid Woodhouse1-0/+4
2016-02-25iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REGCQ Tang2-2/+2
2016-02-25iommu/vt-d: Fix mm refcounting to hold mm_count not mm_usersDavid Woodhouse1-6/+27
2016-02-25iommu/amd: Correct the wrong setting of alias DTE in do_attachBaoquan He1-1/+1
2016-02-25iommu/vt-d: Don't skip PCI devices when disabling IOTLBJeremy McNicoll1-1/+1
2016-02-17iommu/io-pgtable-arm: Ensure we free the final level on teardownWill Deacon1-5/+6
2016-01-07iommu/dma: Use correct offset in map_sgRobin Murphy1-1/+1
2015-12-28iommu/ipmmu-vmsa: Don't truncate ttbr if LPAE is not enabledGeert Uytterhoeven1-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-12-18Merge tag 'iommu-fixes-v4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+38
2015-12-15Revert "scatterlist: use sg_phys()"Dan Williams2-3/+3
2015-12-14iommu/vt-d: Do access checks before calling handle_mm_fault()Joerg Roedel1-0/+20