aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2015-12-14iommu/shmobile: Remove unused Renesas IPMMU/IPMMUI driverGravatar Geert Uytterhoeven 1-75/+0
2015-11-05Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+15
2015-11-05Merge git://git.infradead.org/intel-iommuGravatar Linus Torvalds 1-0/+10
2015-11-02Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am...Gravatar Joerg Roedel 1-0/+15
2015-10-15iommu/arm-smmu: Add support for MSI on SMMUv3Gravatar Marc Zyngier 1-0/+1
2015-10-15iommu: Implement common IOMMU ops for DMA mappingGravatar Robin Murphy 1-0/+7
2015-10-15iommu/vt-d: Add basic SVM PASID supportGravatar David Woodhouse 1-0/+1
2015-10-15iommu/vt-d: Always enable PASID/PRI PCI capabilities before ATSGravatar David Woodhouse 1-0/+1
2015-10-15iommu/vt-d: Add initial support for PASID tablesGravatar David Woodhouse 1-0/+8
2015-10-13Merge tag 'iommu-fixes-v4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+1
2015-10-06iommu/s390: Add iommu api for s390 pci devicesGravatar Gerald Schaefer 1-0/+7
2015-10-02Merge git://git.infradead.org/intel-iommuGravatar Linus Torvalds 1-1/+1
2015-09-22iommu/io-pgtable-arm: Don't use dma_to_phys()Gravatar Robin Murphy 1-2/+1
2015-09-08Merge tag 'iommu-updates-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+2
2015-08-13memory: tegra: Add Tegra210 supportGravatar Thierry Reding 1-1/+1
2015-08-06iommu/io-pgtable-arm: Allow appropriate DMA API useGravatar Robin Murphy 1-1/+2
2015-07-28iommu: Make the iova library a moduleGravatar Sakari Ailus 1-1/+1
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-0/+3
2015-06-26Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2015-06-02break kconfig dependency loopGravatar Gerd Hoffmann 1-0/+3
2015-05-29iommu/arm-smmu: Add initial driver support for ARM SMMUv3 devicesGravatar Will Deacon 1-0/+13
2015-05-04memory: tegra: Add Tegra132 supportGravatar Thierry Reding 1-1/+1
2015-03-03iommu/io-pgtable-arm: Add built time dependencyGravatar Jean Delvare 1-0/+1
2015-02-25iommu/msm: Mark driver BROKENGravatar Thierry Reding 1-0/+1
2015-02-04Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' a...Gravatar Joerg Roedel 1-6/+14
2015-01-30iommu: Make more drivers depend on COMPILE_TESTGravatar Joerg Roedel 1-3/+6
2015-01-30iommu: Disable on !MMU buildsGravatar Arnd Bergmann 1-3/+5
2015-01-26iommu/ipmmu-vmsa: Use the ARM LPAE page table allocatorGravatar Laurent Pinchart 1-0/+1
2015-01-19iommu/arm-smmu: make use of generic LPAE allocatorGravatar Will Deacon 1-3/+3
2015-01-19iommu: add self-consistency tests to ARM LPAE IO page table allocatorGravatar Will Deacon 1-0/+9
2015-01-19iommu: add ARM LPAE page table allocatorGravatar Will Deacon 1-0/+9
2015-01-19iommu: introduce generic page table allocation frameworkGravatar Will Deacon 1-0/+8
2015-01-19iommu: Allow building iova.c independentlyGravatar Robin Murphy 1-0/+4
2014-12-16Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2014-12-16Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2014-12-16iommu/exynos: Fix arm64 allmodconfig buildGravatar Mark Brown 1-1/+1
2014-12-12Merge tag 'iommu-updates-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-6/+19
2014-12-04memory: Add NVIDIA Tegra memory controller supportGravatar Thierry Reding 1-6/+6
2014-12-02Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smm...Gravatar Joerg Roedel 1-0/+13
2014-12-01iommu: provide helper function to configure an IOMMU for an of masterGravatar Will Deacon 1-1/+1
2014-11-04iommu/rockchip: Allow to compile with COMPILE_TESTGravatar Joerg Roedel 1-1/+2
2014-11-03iommu/rockchip: rk3288 iommu driverGravatar Daniel Kurtz 1-0/+12
2014-10-23iommu/omap: Integrate omap-iommu-debug into omap-iommuGravatar Suman Anna 1-6/+6
2014-07-31Merge branches 'x86/vt-d', 'x86/amd', 'arm/omap', 'ppc/pamu', 'arm/smmu', 'ar...Gravatar Joerg Roedel 1-8/+5
2014-07-29iommu/exynos: Select ARM_DMA_USE_IOMMUGravatar Tushar Behera 1-0/+1
2014-07-29iommu/omap: Remove virtual memory managerGravatar Laurent Pinchart 1-7/+3
2014-07-10iommu/amd: Drop oprofile dependencyGravatar Borislav Petkov 1-1/+1
2014-05-30Merge branches 'iommu/fixes', 'arm/omap', 'arm/smmu', 'arm/shmobile', 'x86/am...Gravatar Joerg Roedel 1-7/+19
2014-05-26iommu/exynos: Fix trivial typoGravatar Sachin Kamat 1-6/+6
2014-05-26iommu/exynos: Remove invalid symbol dependencyGravatar Sachin Kamat 1-1/+1