aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)Author
2018-03-06iommu/amd: Don't put completion-wait semaphore on stackJoerg Roedel
2017-03-27iommu/vt-d: Tylersburg isoch identity map check is done too late.Ashok Raj
2017-02-05iommu/vt-d: Flush old iommu caches for kdump when the device gets context mappedXunlei Pang
2017-02-05iommu/vt-d: Fix pasid table size encodingJacob Pan
2017-02-05iommu/amd: Fix the left value check of cmd bufferHuang Rui
2017-02-05iommu/amd: Missing error code in amd_iommu_init_device()Dan Carpenter
2016-12-02iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual FunctionsAshok Raj
2016-12-02iommu/vt-d: Fix PASID table allocationDavid Woodhouse
2016-11-18iommu/vt-d: Fix dead-locks in disable_dmar_iommu() pathJoerg Roedel
2016-11-18iommu/amd: Free domain id when free a domain of struct dma_ops_domainBaoquan He
2016-11-18iommu/io-pgtable-arm: Check for v7s-incapable systemsRobin Murphy
2016-08-22Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux...Joerg Roedel
2016-08-19iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypassWill Deacon
2016-08-19iommu/arm-smmu: Disable stalling faults for all endpointsWill Deacon
2016-08-19iommu/arm-smmu: Fix CMDQ error handlingWill Deacon
2016-08-19iommu/io-pgtable-arm-v7s: Fix attributes when splitting blocksRobin Murphy
2016-08-10iommu/dma: Respect IOMMU aperture when allocatingRobin Murphy
2016-08-09iommu/dma: Don't put uninitialised IOVA domainsRobin Murphy
2016-08-09iommu/mediatek: Mark static functions in headers inlineJoerg Roedel
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-08-01Merge tag 'iommu-updates-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-27Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2016-07-26Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/msm'...Joerg Roedel
2016-07-26iommu/amd: Initialize dma-ops domains with 3-level page-tableJoerg Roedel
2016-07-26iommu/amd: Update Alias-DTE in update_device_table()Joerg Roedel
2016-07-14iommu/vt-d: Return error code in domain_context_mapping_one()Wei Yang
2016-07-14iommu/amd: Use container_of to get dma_ops_domainJoerg Roedel
2016-07-14iommu/amd: Flush iova queue before releasing dma_ops_domainJoerg Roedel
2016-07-14iommu/amd: Handle IOMMU_DOMAIN_DMA in ops->domain_free call-backJoerg Roedel
2016-07-14iommu/amd: Use dev_data->domain in get_domain()Joerg Roedel
2016-07-14iommu/amd: Optimize map_sg and unmap_sgJoerg Roedel
2016-07-13iommu/amd: Introduce dir2prot() helperJoerg Roedel
2016-07-13iommu/amd: Implement timeout to flush unmap queuesJoerg Roedel
2016-07-13iommu/amd: Implement flush queueJoerg Roedel
2016-07-13iommu/amd: Allow NULL pointer parameter for domain_flush_complete()Joerg Roedel
2016-07-13iommu/amd: Set up data structures for flush queueJoerg Roedel
2016-07-13iommu/amd: Remove align-parameter from __map_single()Joerg Roedel
2016-07-13iommu/amd: Remove other remains of old address allocatorJoerg Roedel
2016-07-13iommu/amd: Make use of the generic IOVA allocatorJoerg Roedel
2016-07-13iommu/amd: Remove special mapping code for dma_ops pathJoerg Roedel
2016-07-13iommu/amd: Pass gfp-flags to iommu_map_page()Joerg Roedel
2016-07-13iommu/amd: Implement apply_dm_region call-backJoerg Roedel
2016-07-13iommu/amd: Create a list of reserved iova addressesJoerg Roedel
2016-07-13iommu/amd: Allocate iova_domain for dma_ops_domainJoerg Roedel
2016-07-13iommu/amd: Select IOMMU_IOVA for AMD IOMMUJoerg Roedel
2016-07-13iommu: Add apply_dm_region call-back to iommu-opsJoerg Roedel
2016-07-13iommu/amd: Init unity mappings only for dma_ops domainsJoerg Roedel
2016-07-13iommu: Simplify and fix ida handlingHeiner Kallweit