summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2016-12-14iommu: exynos-iommu: fix build warningInki Dae1-0/+2
2016-12-14arm64: dma-iommu: rebase dma-iommu to kernel 4.1Hyungwon Hwang2-14/+10
2016-12-14iommu: dma-iommu: fix off-by-one error in bitmap size calculationMarek Szyprowski1-1/+1
2016-12-14iommu: Init iommu-groups support earlier, in core_initcallMarek Szyprowski1-1/+1
2016-12-14iommu: exynos: add system suspend/resume supportMarek Szyprowski1-0/+27
2016-12-14arm64: dma-iommu: replace brtree with standard bitmapMarek Szyprowski1-65/+236
2016-12-14iommu: exynos: add support for aclk/pclk clocksMarek Szyprowski1-5/+36
2016-12-14iommu: exynos: simplify master's clock managementMarek Szyprowski1-20/+12
2016-12-14ARM64: dma-mapping: add support for IOMMU reserved mapping defined in dtMarek Szyprowski1-0/+59
2016-12-14iommu: dma_domain: use size aligned iova allocationMarek Szyprowski1-1/+1
2016-12-14iommu: implement common IOMMU ops for DMA mappingRobin Murphy3-0/+560
2016-12-14temporary: iommu: exynos: add support of SYSMMU v5 (36bit) on ARM64Marek Szyprowski2-8/+79
2016-12-14iommu: exynos: remove unneeded codeMarek Szyprowski1-7/+0
2016-12-14iommu: exynos: add callback for initializing devices from device treeMarek Szyprowski1-0/+28
2016-12-14iommu: exynos: init from dt-specific callback instead of initcallMarek Szyprowski1-2/+28
2016-12-14iommu: exynos: remove excessive includes and sort others alphabeticallyMarek Szyprowski1-9/+5
2016-12-14iommu: exynos: document internal structuresMarek Szyprowski1-16/+33
2016-12-14iommu: exynos: rename variables to reflect their purposeMarek Szyprowski1-67/+70
2016-12-14iommu: exynos: add support for runtime_pmMarek Szyprowski1-0/+2
2016-12-14iommu: exynos: add support for binding more than one sysmmu to master deviceMarek Szyprowski1-6/+5
2016-12-14iommu: exynos: remove useless device_add/remove callbacksMarek Szyprowski1-28/+0
2016-12-14iommu: exynos: remove unused functions, part 2Marek Szyprowski1-43/+0
2016-12-14iommu: exynos: refactor function parameters to simplify codeMarek Szyprowski1-47/+46
2016-12-14iommu: exynos: remove useless spinlockMarek Szyprowski1-11/+0
2016-12-14iommu: exynos: remove unused functionsMarek Szyprowski1-31/+0
2016-12-14iommu: exynos: don't read version register on every tlb operationMarek Szyprowski1-8/+5
2016-03-09iommu/amd: Apply workaround for ATS write permission checkJay Cornwall1-0/+29
2016-03-09iommu/amd: Fix boot warning when device 00:00.0 is not iommu coveredSuravee Suthikulpanit1-12/+22
2016-02-23iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REGCQ Tang2-2/+2
2016-02-01iommu/io-pgtable-arm: Ensure we free the final level on teardownWill Deacon1-5/+6
2016-01-31iommu/vt-d: Fix ATSR handling for Root-Complex integrated endpointsDavid Woodhouse1-3/+6
2015-11-09iommu/amd: Don't clear DTE flags when modifying itJoerg Roedel2-2/+3
2015-11-09iommu/amd: Fix BUG when faulting a PROT_NONE VMAJay Cornwall1-0/+7
2015-11-09iommu/vt-d: fix range computation when making room for large pagesChristian Zander1-4/+8
2015-09-29iommu/vt-d: Really use upper context table when necessaryJoerg Roedel1-1/+1
2015-09-29iommu/tegra-smmu: Parameterize number of TLB linesThierry Reding1-2/+7
2015-09-29iommu/io-pgtable-arm: Unmap and free table when overwriting with blockWill Deacon1-1/+16
2015-09-29iommu/fsl: Really fix init section(s) contentEmil Medve1-13/+13
2015-08-10iommu/vt-d: Fix VM domain ID leakAlex Williamson1-3/+6
2015-07-10iommu/amd: Handle large pages correctly in free_pagetableJoerg Roedel1-0/+6
2015-07-10iommu/arm-smmu: Fix broken ATOS checkWill Deacon1-1/+1
2015-06-12Merge git://git.infradead.org/intel-iommuLinus Torvalds1-3/+15
2015-06-12iommu/vt-d: Only enable extended context tables if PASID is supportedDavid Woodhouse1-3/+15
2015-06-08Merge git://git.infradead.org/intel-iommuLinus Torvalds1-5/+8
2015-06-02Revert "iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent"Joerg Roedel1-0/+1
2015-05-11iommu/arm-smmu: Fix sign-extension of upstream bus addresses at stage 1Will Deacon1-28/+2
2015-05-11iommu/vt-d: Fix passthrough mode with translation-disabled devicesDavid Woodhouse1-5/+8
2015-05-05iommu/rockchip: Fix build without CONFIG_OFArnd Bergmann1-3/+1
2015-05-04iommu/amd: Fix bug in put_pasid_state_waitOded Gabbay1-0/+1
2015-04-26Merge git://git.infradead.org/intel-iommuLinus Torvalds2-80/+67