aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2019-01-08cross-tree: phase out dma_zalloc_coherent()Gravatar Luis Chamberlain 1-3/+2
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 27-786/+1414
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-3/+78
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Gravatar Joerg Roedel 26-782/+1414
2018-12-20iommu: Check for iommu_ops == NULL in iommu_probe_device()Gravatar Joerg Roedel 1-1/+5
2018-12-17iommu/of: Don't call iommu_ops->add_device directlyGravatar Joerg Roedel 1-3/+3
2018-12-17iommu: Consolitate ->add/remove_device() callsGravatar Joerg Roedel 1-26/+25
2018-12-17iommu/sysfs: Rename iommu_release_device()Gravatar Joerg Roedel 1-6/+6
2018-12-17iommu/of: Use device_iommu_mapped()Gravatar Joerg Roedel 1-1/+1
2018-12-17iommu/tegra: Use helper functions to access dev->iommu_fwspecGravatar Joerg Roedel 1-1/+1
2018-12-17iommu/qcom: Use helper functions to access dev->iommu_fwspecGravatar Joerg Roedel 1-8/+10
2018-12-17iommu/of: Use helper functions to access dev->iommu_fwspecGravatar Joerg Roedel 1-3/+7
2018-12-17iommu/mediatek: Use helper functions to access dev->iommu_fwspecGravatar Joerg Roedel 2-21/+28
2018-12-17iommu/ipmmu-vmsa: Use helper functions to access dev->iommu_fwspecGravatar Joerg Roedel 1-4/+8
2018-12-17iommu/dma: Use helper functions to access dev->iommu_fwspecGravatar Joerg Roedel 1-1/+1
2018-12-17iommu/arm-smmu: Use helper functions to access dev->iommu_fwspecGravatar Joerg Roedel 2-13/+15
2018-12-17iommu: Introduce wrappers around dev->iommu_fwspecGravatar Joerg Roedel 1-7/+7
2018-12-17iommu/ipmmu-vmsa: Hook up r8a774c0 DT matching codeGravatar Fabrizio Castro 1-0/+5
2018-12-17Revert "iommu/io-pgtable-arm: Check for v7s-incapable systems"Gravatar Yong Wu 1-4/+0
2018-12-13dma-mapping: bypass indirect calls for dma-directGravatar Christoph Hellwig 1-12/+1
2018-12-11iommu/vt-d: Remove deferred invalidationGravatar Lu Baolu 2-46/+0
2018-12-11iommu/vt-d: Shared virtual address in scalable modeGravatar Lu Baolu 4-80/+19
2018-12-11iommu/vt-d: Add first level page table interfaceGravatar Lu Baolu 2-0/+91
2018-12-11iommu/vt-d: Setup context and enable RID2PASID supportGravatar Lu Baolu 2-30/+107
2018-12-11iommu/vt-d: Pass pasid table to context mappingGravatar Lu Baolu 1-3/+11
2018-12-11iommu/vt-d: Setup pasid entry for RID2PASID supportGravatar Lu Baolu 2-0/+21
2018-12-11iommu/vt-d: Add second level page table interfaceGravatar Lu Baolu 3-1/+289
2018-12-11iommu/vt-d: Reserve a domain id for FL and PT modesGravatar Lu Baolu 2-0/+16
2018-12-11iommu/vt-d: Add 256-bit invalidation descriptor supportGravatar Lu Baolu 3-59/+114
2018-12-11iommu/vt-d: Move page table helpers into headerGravatar Lu Baolu 1-43/+0
2018-12-11iommu/vt-d: Manage scalalble mode PASID tablesGravatar Lu Baolu 4-31/+97
2018-12-11iommu/vt-d: Enumerate the scalable mode capabilityGravatar Lu Baolu 1-47/+17
2018-12-11iommu/dma: Use NUMA aware memory allocations in __iommu_dma_alloc_pages()Gravatar Ganapatrao Kulkarni 1-10/+10
2018-12-10iommu/arm-smmu: Add support for qcom,smmu-v2 variantGravatar Vivek Gautam 1-0/+3
2018-12-10iommu/arm-smmu: Add the device_link between masters and smmuGravatar Sricharan R 1-0/+3
2018-12-10iommu/arm-smmu: Invoke pm_runtime across the driverGravatar Sricharan R 1-10/+98
2018-12-10iommu/arm-smmu: Add pm_runtime/sleep opsGravatar Sricharan R 1-3/+55
2018-12-10iommu/arm-smmu-v3: Use explicit mb() when moving cons pointerGravatar Will Deacon 1-1/+7
2018-12-10iommu/arm-smmu-v3: Avoid memory corruption from Hisilicon MSI payloadsGravatar Zhen Lei 1-1/+5
2018-12-10iommu/arm-smmu-v3: Fix big-endian CMD_SYNC writesGravatar Robin Murphy 1-1/+7
2018-12-07iommu/amd: Fix amd_iommu=force_isolationGravatar Yu Zhao 1-1/+8
2018-12-06iommu/dma-iommu: remove the mapping_error dma_map_ops methodGravatar Christoph Hellwig 1-15/+8
2018-12-06iommu/vt-d: remove the mapping_error dma_map_ops methodGravatar Christoph Hellwig 1-9/+3
2018-12-06iommu/intel: small map_page cleanupGravatar Christoph Hellwig 1-7/+7
2018-12-06iommu: remove the mapping_error dma_map_ops methodGravatar Christoph Hellwig 1-13/+5
2018-12-05iommu/vt-d: Do not enable ATS for untrusted devicesGravatar Mika Westerberg 1-1/+2
2018-12-05iommu/vt-d: Force IOMMU on for platform opt in hintGravatar Lu Baolu 2-2/+76
2018-12-03iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modularGravatar Paul Gortmaker 1-16/+9
2018-12-03iommu/arm-smmu: Make arm-smmu explicitly non-modularGravatar Paul Gortmaker 1-19/+13
2018-12-03iommu/tegra: Make it explicitly non-modularGravatar Paul Gortmaker 1-30/+7