aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-07iommu/amd: Add iommu support for ACPI HID devicesWan Zongshun1-9/+60
2016-04-07iommu/amd: Make call-sites of get_device_id aware of its return valueWan Zongshun1-10/+41
2016-04-07iommu/amd: Introduces ivrs_acpihid kernel parameterSuravee Suthikulpanit1-0/+33
2016-04-07iommu/amd: Add new map for storing IVHD dev entry type HIDWan Zongshun3-0/+137
2016-04-07iommu/amd: Use the most comprehensive IVHD type that the driver can supportSuravee Suthikulpanit1-29/+78
2016-04-07iommu/amd: Modify ivhd_header structure to support type 11h and 40hSuravee Suthikulpanit1-2/+33
2016-04-07iommu/amd: Adding Extended Feature Register check for PC supportSuravee Suthikulpanit1-8/+24
2016-04-05iommu/omap: Align code with open parenthesisSuman Anna1-1/+1
2016-04-05iommu/omap: Use WARN_ON for page table alignment checkSuman Anna1-1/+4
2016-04-05iommu/omap: Replace BUG() in iopgtable_store_entry_core()Suman Anna1-1/+3
2016-04-05iommu/omap: Remove iopgtable_clear_entry_all() from driver removeSuman Anna1-1/+0
2016-04-05x86/vt-d: Fix comment for dma_pte_free_pagetable()Michael S. Tsirkin1-1/+1
2016-04-05iommu/rockchip: Don't feed NULL res pointers to devresTomeu Vizoso1-0/+2
2016-04-05iommu/vt-d: Improve fault handler error messagesAlex Williamson1-9/+5
2016-04-05iommu/vt-d: Ratelimit fault handlerAlex Williamson1-11/+22
2016-04-05iommu/mediatek: Add 4GB mode supportYong Wu1-3/+11
2016-04-05iommu/io-pgtable: Add MTK 4GB mode in Short-descriptorYong Wu2-1/+18
2016-04-05iommu/io-pgtable: Fix a brace coding style issue.Cosmin-Gabriel Samoila1-2/+1
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