aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-19iommu/qcom: Depend on HAS_DMA to fix compile errorGeert Uytterhoeven1-0/+1
2017-09-19iommu: Add missing dependenciesGuenter Roeck1-2/+2
2017-09-01Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/mediatek', 'arm/tegra', 'arm/qcom', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd', 's390' and 'core' into nextJoerg Roedel1-0/+13
2017-08-15iommu/qcom: Add qcom_iommuRob Clark1-0/+10
2017-08-15iommu/pamu: Make driver depend on CONFIG_PHYS_64BITJoerg Roedel1-0/+1
2017-08-15iommu/pamu: Let PAMU depend on PCIJoerg Roedel1-0/+1
2017-08-04iommu/exynos: prevent building on big-endian kernelsArnd Bergmann1-0/+1
2017-06-28Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd', 's390' and 'core' into nextJoerg Roedel1-3/+3
2017-06-23iommu/io-pgtable: depend on !GENERIC_ATOMIC64 when using COMPILE_TEST with LPAEWill Deacon1-1/+1
2017-05-17iommu/ipmmu-vmsa: Drop LPAE Kconfig dependencyMagnus Damm1-1/+0
2017-05-17iommu/ipmmu-vmsa: Add new IOMMU_DOMAIN_DMA opsMagnus Damm1-0/+1
2017-05-17iommu/rockchip: Enable Rockchip IOMMU on ARM64Simon Xue1-1/+1
2017-03-31vfio: ccw: basic implementation for vfio_ccw driverDong Jia Shi1-0/+8
2017-02-06iommu/mediatek: Remove bogus 'select' statementsArnd Bergmann1-3/+0
2016-09-16iommu/arm-smmu: Support non-PCI devices with SMMUv3Robin Murphy1-1/+1
2016-07-26Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/rockchip', 'arm/smmu' and 'core' into nextJoerg Roedel1-1/+20
2016-07-13iommu/amd: Select IOMMU_IOVA for AMD IOMMUJoerg Roedel1-0/+1
2016-06-21iommu/msm: Remove driver BROKENSricharan R1-1/+0
2016-06-21iommu/msm: use generic ARMV7S short descriptor pagetable opsSricharan R1-0/+1
2016-06-21iommu/mediatek: add support for mtk iommu generation one HWHonghui Zhang1-0/+18
2016-05-09Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc/pamu', 'core' and 'x86/amd' into nextJoerg Roedel1-12/+1
2016-05-09iommu/amd: Remove statistics codeJoerg Roedel1-10/+0
2016-04-07powerpc: Fix incorrect PPC32 PAMU dependencyAndy Fleming1-2/+1
2016-03-21Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/io-pgtable', 'arm/renesas' and 'core' into nextJoerg Roedel1-3/+39
2016-02-29iommu/dma: Fix NEED_SG_DMA_LENGTH dependencyRobin Murphy1-1/+1
2016-02-29iommu/mediatek: Select ARM_DMA_USE_IOMMUArnd Bergmann1-0/+1
2016-02-25iommu/mediatek: Add mt8173 IOMMU driverYong Wu1-0/+16
2016-02-25iommu/ipmmu-vmsa: Use ARCH_RENESASSimon Horman1-1/+1
2016-02-25iommu/exynos: Add support for v5 SYSMMUMarek Szyprowski1-1/+1
2016-02-17iommu/io-pgtable: Add ARMv7 short descriptor supportRobin Murphy1-0/+19
2015-12-14iommu/shmobile: Remove unused Renesas IPMMU/IPMMUI driverGeert Uytterhoeven1-75/+0
2015-11-05Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+15
2015-11-05Merge git://git.infradead.org/intel-iommuLinus Torvalds1-0/+10
2015-11-02Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/amd' into nextJoerg Roedel1-0/+15
2015-10-15iommu/arm-smmu: Add support for MSI on SMMUv3Marc Zyngier1-0/+1
2015-10-15iommu: Implement common IOMMU ops for DMA mappingRobin Murphy1-0/+7
2015-10-15iommu/vt-d: Add basic SVM PASID supportDavid Woodhouse1-0/+1
2015-10-15iommu/vt-d: Always enable PASID/PRI PCI capabilities before ATSDavid Woodhouse1-0/+1
2015-10-15iommu/vt-d: Add initial support for PASID tablesDavid Woodhouse1-0/+8
2015-10-13Merge tag 'iommu-fixes-v4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-2/+1
2015-10-06iommu/s390: Add iommu api for s390 pci devicesGerald Schaefer1-0/+7
2015-10-02Merge git://git.infradead.org/intel-iommuLinus Torvalds1-1/+1
2015-09-22iommu/io-pgtable-arm: Don't use dma_to_phys()Robin Murphy1-2/+1
2015-09-08Merge tag 'iommu-updates-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+2
2015-08-13memory: tegra: Add Tegra210 supportThierry Reding1-1/+1
2015-08-06iommu/io-pgtable-arm: Allow appropriate DMA API useRobin Murphy1-1/+2
2015-07-28iommu: Make the iova library a moduleSakari Ailus1-1/+1
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+3
2015-06-26Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2015-06-02break kconfig dependency loopGerd Hoffmann1-0/+3