aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski3-16/+16
2016-08-01Merge tag 'iommu-updates-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds19-1632/+1983
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+4
2016-07-27Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds2-2/+4
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2-3/+2
2016-07-26Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/rockchip', 'arm/smmu' and 'core' into nextJoerg Roedel19-1632/+1983
2016-07-26iommu/amd: Initialize dma-ops domains with 3-level page-tableJoerg Roedel1-1/+1
2016-07-26iommu/amd: Update Alias-DTE in update_device_table()Joerg Roedel1-1/+8
2016-07-14iommu/vt-d: Return error code in domain_context_mapping_one()Wei Yang1-1/+1
2016-07-14iommu/amd: Use container_of to get dma_ops_domainJoerg Roedel2-11/+26
2016-07-14iommu/amd: Flush iova queue before releasing dma_ops_domainJoerg Roedel1-3/+14
2016-07-14iommu/amd: Handle IOMMU_DOMAIN_DMA in ops->domain_free call-backJoerg Roedel1-8/+17
2016-07-14iommu/amd: Use dev_data->domain in get_domain()Joerg Roedel1-6/+1
2016-07-14iommu/amd: Optimize map_sg and unmap_sgJoerg Roedel1-26/+85
2016-07-13iommu/amd: Introduce dir2prot() helperJoerg Roedel1-7/+13
2016-07-13iommu/amd: Implement timeout to flush unmap queuesJoerg Roedel1-0/+28
2016-07-13iommu/amd: Implement flush queueJoerg Roedel1-4/+67
2016-07-13iommu/amd: Allow NULL pointer parameter for domain_flush_complete()Joerg Roedel1-1/+1
2016-07-13iommu/amd: Set up data structures for flush queueJoerg Roedel1-1/+39
2016-07-13iommu/amd: Remove align-parameter from __map_single()Joerg Roedel1-10/+3
2016-07-13iommu/amd: Remove other remains of old address allocatorJoerg Roedel1-311/+5
2016-07-13iommu/amd: Make use of the generic IOVA allocatorJoerg Roedel1-157/+26
2016-07-13iommu/amd: Remove special mapping code for dma_ops pathJoerg Roedel1-93/+14
2016-07-13iommu/amd: Pass gfp-flags to iommu_map_page()Joerg Roedel1-3/+4
2016-07-13iommu/amd: Implement apply_dm_region call-backJoerg Roedel1-0/+15
2016-07-13iommu/amd: Create a list of reserved iova addressesJoerg Roedel1-0/+69
2016-07-13iommu/amd: Allocate iova_domain for dma_ops_domainJoerg Roedel1-1/+19
2016-07-13iommu/amd: Select IOMMU_IOVA for AMD IOMMUJoerg Roedel1-0/+1
2016-07-13iommu: Add apply_dm_region call-back to iommu-opsJoerg Roedel1-0/+3
2016-07-13iommu/amd: Init unity mappings only for dma_ops domainsJoerg Roedel1-2/+4
2016-07-13iommu: Simplify and fix ida handlingHeiner Kallweit1-18/+6
2016-07-13iommu: Simplify init functionHeiner Kallweit1-5/+2
2016-07-13iommu/vt-d: Remove unnecassary qi clflushesNadav Amit1-5/+0
2016-07-12Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmuJoerg Roedel3-16/+16
2016-07-06iommu/arm-smmu: Use devm_request_irq and devm_free_irqPeng Fan1-14/+10
2016-07-06iommu/amd: Fix unity mapping initialization raceJoerg Roedel1-2/+12
2016-07-04iommu/vt-d: Fix infinite loop in free_all_cpu_cached_iovasAaron Campbell1-2/+2
2016-07-01iommu/io-pgtable-arm: Fix iova_to_phys for block entriesWill Deacon1-1/+1
2016-07-01iommu/arm-smmu: request pcie devices to enable ACSWei Chen2-1/+5
2016-06-27iommu/rockchip: Prepare to support generic DMA mappingShunqian Zheng1-5/+11
2016-06-27iommu/rockchip: Use DMA API to manage coherencyShunqian Zheng1-39/+123
2016-06-27iommu/rockchip: Fix allocation of bases array in driver probeShunqian Zheng1-2/+4
2016-06-27iommu/rockchip: Add map_sg callback for rk_iommu_opsSimon Xue1-0/+1
2016-06-27iommu/rockchip: Fix devm_{request,free}_irq parameterSimon Xue1-2/+2
2016-06-27iommu/amd: Initialize devid variable before using itNicolas Iooss1-1/+1
2016-06-27iommu/vt-d: Fix overflow of iommu->domains arrayJan Niehusmann1-1/+1
2016-06-27iommu/iova: Disable preemption around use of this_cpu_ptr()Chris Wilson1-2/+6
2016-06-23of: iommu: make of_iommu_init() postcore_initcall_syncKefeng Wang1-1/+4
2016-06-21iommu/msm: Remove driver BROKENSricharan R1-1/+0
2016-06-21iommu/msm: use generic ARMV7S short descriptor pagetable opsSricharan R2-297/+109