aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-21iommu/arm-smmu: Don't allocate resources for bypass domainsRobin Murphy1-1/+7
2016-04-21iommu/arm-smmu: Fix stream-match conflict with IOMMU_DOMAIN_DMAWill Deacon1-6/+8
2016-04-11iommu/amd: Fix checking of pci dma aliasesJoerg Roedel1-11/+76
2016-04-07iommu/vt-d: Silence an uninitialized variable warningDan Carpenter1-1/+1
2016-04-07iommu/rockchip: Fix "is stall active" checkJohn Keeping1-4/+4
2016-04-07iommu: Don't overwrite domain pointer when there is no default_domainJoerg Roedel1-1/+2
2016-04-05iommu/dma: Restore scatterlist offsets correctlyRobin Murphy1-2/+2
2016-03-22Merge tag 'iommu-updates-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds13-400/+2273
2016-03-21Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/io-pgtable', 'arm/renesas' and 'core' into nextJoerg Roedel13-400/+2273
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2016-03-02iommu/mediatek: Check for NULL instead of IS_ERR()Dan Carpenter1-3/+3
2016-03-02iommu/io-pgtable-armv7s: Fix kmem_cache_alloc() flagsRobin Murphy1-1/+1
2016-03-01iommu/mediatek: Fix handling of of_count_phandle_with_args resultAndrzej Hajda1-2/+1
2016-02-29iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug pathJoerg Roedel2-4/+5
2016-02-29iommu/amd: Detach device from domain before removalJoerg Roedel1-0/+4
2016-02-29iommu/dma: Fix NEED_SG_DMA_LENGTH dependencyRobin Murphy1-1/+1
2016-02-29iommu/mediatek: Mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2016-02-29iommu/mediatek: Select ARM_DMA_USE_IOMMUArnd Bergmann1-0/+1
2016-02-29iommu/exynos: Use proper readl/writel register interfaceMarek Szyprowski1-19/+19
2016-02-29iommu/exynos: Pointers are nto physical addressesArnd Bergmann1-1/+1
2016-02-25iommu/amd: Apply workaround for ATS write permission checkJay Cornwall1-0/+29
2016-02-25iommu/amd: Fix boot warning when device 00:00.0 is not iommu coveredSuravee Suthikulpanit1-12/+22
2016-02-25iommu/mediatek: Add mt8173 IOMMU driverYong Wu3-0/+754
2016-02-25Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmuJoerg Roedel3-52/+78
2016-02-25iommu/ipmmu-vmsa: Use ARCH_RENESASSimon Horman1-1/+1
2016-02-25iommu/exynos: Support multiple attach_device callsMarek Szyprowski1-32/+40
2016-02-25iommu/exynos: Add support for v5 SYSMMUMarek Szyprowski2-49/+140
2016-02-25iommu/exynos: Add support for SYSMMU controller with bogus version regMarek Szyprowski1-1/+23
2016-02-25iommu/exynos: Unify code for fldp cache invalidationMarek Szyprowski1-9/+4
2016-02-25iommu/exynos: Refactor init config codeMarek Szyprowski1-16/+9
2016-02-25iommu/exynos: Refactor fault handling codeMarek Szyprowski1-68/+41
2016-02-25iommu/exynos: Refactor code (no direct register access)Marek Szyprowski1-21/+19
2016-02-25iommu/exynos: Simplify master clock operationsMarek Szyprowski1-20/+12
2016-02-25iommu/exynos: Remove ARM-specific cache flush interfaceMarek Szyprowski1-25/+49
2016-02-25iommu/exynos: Add support for IOMMU_DOMAIN_DMA domain typeMarek Szyprowski1-4/+15
2016-02-25iommu/exynos: Rework iommu group initializationMarek Szyprowski1-11/+16
2016-02-25iommu: Fix second argument of trace_map() to report correct paddrYoshihiro Shimoda1-1/+2
2016-02-25Merge branch 'for-joerg/io-pgtable' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/io-pgtableJoerg Roedel6-17/+941
2016-02-18mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen1-0/+1
2016-02-18iommu/arm-smmu: Treat IOMMU_DOMAIN_DMA as bypass for nowWill Deacon2-1/+13
2016-02-18iommu/arm-smmu: Don't fail device attach if already attached to a domainWill Deacon2-40/+26
2016-02-18iommu/arm-smmu: Allow disabling unmatched stream bypassRobin Murphy1-8/+16
2016-02-18of: iommu: Increment DT node refcount in of_iommu_set_ops()Anup Patel1-0/+1
2016-02-18iommu/arm-smmu: Support DMA-API domainsRobin Murphy2-2/+18
2016-02-18iommu/arm-smmu: Treat all device transactions as unprivilegedRobin Murphy1-1/+4
2016-02-17iommu/io-pgtable: Rationalise quirk handlingRobin Murphy3-6/+34
2016-02-17iommu/io-pgtable: Avoid redundant TLB syncsRobin Murphy1-1/+8
2016-02-17iommu/io-pgtable: Add helper functions for TLB opsRobin Murphy4-41/+46
2016-02-17iommu/io-pgtable: Add ARMv7 short descriptor supportRobin Murphy5-1/+885
2016-02-16Merge tag 'for-linus-20160216' of git://git.infradead.org/intel-iommuLinus Torvalds3-8/+33