summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)Author
2016-09-24Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds
2016-09-07iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypassWill Deacon
2016-09-07iommu/arm-smmu: Disable stalling faults for all endpointsWill Deacon
2016-09-07iommu/arm-smmu: Fix CMDQ error handlingWill Deacon
2016-09-07iommu/io-pgtable-arm-v7s: Fix attributes when splitting blocksRobin Murphy
2016-09-07iommu/dma: Don't put uninitialised IOVA domainsRobin Murphy
2016-08-20iommu/amd: Update Alias-DTE in update_device_table()Joerg Roedel
2016-08-20iommu/amd: Init unity mappings only for dma_ops domainsJoerg Roedel
2016-08-20iommu/amd: Handle IOMMU_DOMAIN_DMA in ops->domain_free call-backJoerg Roedel
2016-08-20iommu/io-pgtable-arm: Fix iova_to_phys for block entriesWill Deacon
2016-08-20iommu/vt-d: Return error code in domain_context_mapping_one()Wei Yang
2016-08-20iommu/exynos: Suppress unbinding to prevent system failureMarek Szyprowski
2016-07-06iommu/amd: Fix unity mapping initialization raceJoerg Roedel
2016-07-04iommu/vt-d: Fix infinite loop in free_all_cpu_cached_iovasAaron Campbell
2016-06-27iommu/amd: Initialize devid variable before using itNicolas Iooss
2016-06-27iommu/vt-d: Fix overflow of iommu->domains arrayJan Niehusmann
2016-06-27iommu/iova: Disable preemption around use of this_cpu_ptr()Chris Wilson
2016-06-17iommu/vt-d: Enable QI on all IOMMUs before setting root entryJoerg Roedel
2016-06-15iommu/rockchip: Fix zap cache during device attachJohn Keeping
2016-06-13iommu/arm-smmu: Wire up map_sg for arm-smmu-v3Jean-Philippe Brucker
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann
2016-05-27Merge git://git.infradead.org/intel-iommuLinus Torvalds
2016-05-20Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-05-19Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-05-19Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-09Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc...Joerg Roedel
2016-05-09iommu/arm-smmu: Use per-domain page sizes.Robin Murphy
2016-05-09iommu/amd: Remove statistics codeJoerg Roedel
2016-05-09iommu/dma: Finish optimising higher-order allocationsRobin Murphy
2016-05-09iommu: Allow selecting page sizes per domainRobin Murphy
2016-05-09iommu: of: enforce const-ness of struct iommu_opsRobin Murphy
2016-05-09Merge branch 'arm/smmu' into coreJoerg Roedel
2016-05-09iommu/dma: Implement scatterlist segment mergingRobin Murphy
2016-05-09Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel
2016-05-05Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeIngo Molnar
2016-05-03iommu/arm-smmu: Clear cache lock bit of ACRPeng Fan
2016-05-03iommu/arm-smmu: Support SMMUv1 64KB supplementRobin Murphy
2016-05-03iommu/arm-smmu: Decouple context format from kernel configRobin Murphy
2016-05-03iommu/arm-smmu: Tidy up 64-bit/atomic I/O accessesRobin Murphy
2016-05-03iommu/arm-smmu: Work around MMU-500 prefetch errataRobin Murphy
2016-05-03iommu/arm-smmu: Convert ThunderX workaround to new methodRobin Murphy
2016-05-03iommu/arm-smmu: Differentiate specific implementationsRobin Murphy
2016-05-03iommu/arm-smmu: Workaround for ThunderX erratum #27704Tirumalesh Chalamarla
2016-05-03iommu/arm-smmu: Add support for 16 bit VMIDTirumalesh Chalamarla
2016-04-21iommu/amd: Move get_device_id() and friends to beginning of fileJoerg Roedel
2016-04-21iommu/amd: Don't use IS_ERR_VALUE to check integer valuesJoerg Roedel
2016-04-21iommu/arm-smmu: Don't allocate resources for bypass domainsRobin Murphy
2016-04-21iommu/arm-smmu: Fix stream-match conflict with IOMMU_DOMAIN_DMAWill Deacon
2016-04-20iommu/vt-d: Use per-cpu IOVA cachingOmer Peleg
2016-04-20iommu/iova: introduce per-cpu caching to iova allocationOmer Peleg