aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08Merge tag 'iommu-fixes-v5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-4/+4
2019-01-30Merge tag 'iommu-fixes-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds3-7/+18
2019-01-30iommu/vt-d: Leave scalable mode default offLu Baolu1-4/+4
2019-01-24iommu/amd: Fix IOMMU page flush when detach device from a domainSuravee Suthikulpanit1-4/+11
2019-01-23iommu/mediatek: Use correct fwspec in mtk_iommu_add_device()Joerg Roedel1-0/+4
2019-01-22iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()Gerald Schaefer1-1/+1
2019-01-22iommu/amd: Unmap all mapped pages in error path of map_sgJerry Snitselaar1-1/+1
2019-01-22iommu/amd: Call free_iova_fast with pfn in map_sgJerry Snitselaar1-1/+1
2019-01-22Merge tag 'iommu-fixes-v5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+1
2019-01-11iommu/of: Fix probe-deferralRobin Murphy1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-3/+2
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds27-786/+1414
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-3/+78
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel26-782/+1414
2018-12-20iommu: Check for iommu_ops == NULL in iommu_probe_device()Joerg Roedel1-1/+5
2018-12-17iommu/of: Don't call iommu_ops->add_device directlyJoerg Roedel1-3/+3
2018-12-17iommu: Consolitate ->add/remove_device() callsJoerg Roedel1-26/+25
2018-12-17iommu/sysfs: Rename iommu_release_device()Joerg Roedel1-6/+6
2018-12-17iommu/of: Use device_iommu_mapped()Joerg Roedel1-1/+1
2018-12-17iommu/tegra: Use helper functions to access dev->iommu_fwspecJoerg Roedel1-1/+1
2018-12-17iommu/qcom: Use helper functions to access dev->iommu_fwspecJoerg Roedel1-8/+10
2018-12-17iommu/of: Use helper functions to access dev->iommu_fwspecJoerg Roedel1-3/+7
2018-12-17iommu/mediatek: Use helper functions to access dev->iommu_fwspecJoerg Roedel2-21/+28
2018-12-17iommu/ipmmu-vmsa: Use helper functions to access dev->iommu_fwspecJoerg Roedel1-4/+8
2018-12-17iommu/dma: Use helper functions to access dev->iommu_fwspecJoerg Roedel1-1/+1
2018-12-17iommu/arm-smmu: Use helper functions to access dev->iommu_fwspecJoerg Roedel2-13/+15
2018-12-17iommu: Introduce wrappers around dev->iommu_fwspecJoerg Roedel1-7/+7
2018-12-17iommu/ipmmu-vmsa: Hook up r8a774c0 DT matching codeFabrizio Castro1-0/+5
2018-12-17Revert "iommu/io-pgtable-arm: Check for v7s-incapable systems"Yong Wu1-4/+0
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig1-12/+1
2018-12-11iommu/vt-d: Remove deferred invalidationLu Baolu2-46/+0
2018-12-11iommu/vt-d: Shared virtual address in scalable modeLu Baolu4-80/+19
2018-12-11iommu/vt-d: Add first level page table interfaceLu Baolu2-0/+91
2018-12-11iommu/vt-d: Setup context and enable RID2PASID supportLu Baolu2-30/+107
2018-12-11iommu/vt-d: Pass pasid table to context mappingLu Baolu1-3/+11
2018-12-11iommu/vt-d: Setup pasid entry for RID2PASID supportLu Baolu2-0/+21
2018-12-11iommu/vt-d: Add second level page table interfaceLu Baolu3-1/+289
2018-12-11iommu/vt-d: Reserve a domain id for FL and PT modesLu Baolu2-0/+16
2018-12-11iommu/vt-d: Add 256-bit invalidation descriptor supportLu Baolu3-59/+114
2018-12-11iommu/vt-d: Move page table helpers into headerLu Baolu1-43/+0
2018-12-11iommu/vt-d: Manage scalalble mode PASID tablesLu Baolu4-31/+97
2018-12-11iommu/vt-d: Enumerate the scalable mode capabilityLu Baolu1-47/+17
2018-12-11iommu/dma: Use NUMA aware memory allocations in __iommu_dma_alloc_pages()Ganapatrao Kulkarni1-10/+10
2018-12-10iommu/arm-smmu: Add support for qcom,smmu-v2 variantVivek Gautam1-0/+3
2018-12-10iommu/arm-smmu: Add the device_link between masters and smmuSricharan R1-0/+3
2018-12-10iommu/arm-smmu: Invoke pm_runtime across the driverSricharan R1-10/+98
2018-12-10iommu/arm-smmu: Add pm_runtime/sleep opsSricharan R1-3/+55
2018-12-10iommu/arm-smmu-v3: Use explicit mb() when moving cons pointerWill Deacon1-1/+7
2018-12-10iommu/arm-smmu-v3: Avoid memory corruption from Hisilicon MSI payloadsZhen Lei1-1/+5
2018-12-10iommu/arm-smmu-v3: Fix big-endian CMD_SYNC writesRobin Murphy1-1/+7