aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-24iommu/vt-d: Remove unused variableAlex Williamson1-1/+0
2015-03-23iommu: ipmmu-vmsa: Add terminating entry for ipmmu_of_idsAxel Lin1-0/+1
2015-03-23iommu/vt-d: Detach domain *only* from attached iommusAlex Williamson1-3/+3
2015-03-23iommu/arm-smmu: fix ARM_SMMU_FEAT_TRANS_OPS conditionBaptiste Reynal1-3/+6
2015-03-03iommu/io-pgtable-arm: Add built time dependencyJean Delvare1-0/+1
2015-02-25iommu/msm: Mark driver BROKENThierry Reding1-0/+1
2015-02-25iommu/rockchip: Play nice in multi-platform buildsThierry Reding1-0/+7
2015-02-25iommu/omap: Play nice in multi-platform buildsThierry Reding1-0/+7
2015-02-25iommu/exynos: Play nice in multi-platform buildsThierry Reding1-0/+7
2015-02-25iommu/io-pgtable-arm: Fix self-test WARNs on i386Will Deacon1-2/+3
2015-02-12Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds20-1448/+1996
2015-02-09Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-109/+83
2015-02-04Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' and 'core' into nextJoerg Roedel17-312/+284
2015-02-04iommu/amd: Convert non-returned local variable to boolean when relevantQuentin Lambert1-6/+6
2015-02-04iommu: Update my email addressJoerg Roedel7-9/+9
2015-02-04iommu/amd: Use wait_event in put_pasid_state_waitJoerg Roedel1-8/+1
2015-02-04iommu/amd: Fix amd_iommu_free_device()Peter Zijlstra1-13/+7
2015-02-03iommu/arm-smmu: Avoid build warningArnd Bergmann1-1/+1
2015-02-03iommu/fsl: Various cleanupsEmil Medve3-214/+177
2015-01-30iommu/fsl: Use %pa to print phys_addr_tJoerg Roedel1-4/+3
2015-01-30iommu/omap: Print phys_addr_t using %paJoerg Roedel1-1/+1
2015-01-30iommu: Make more drivers depend on COMPILE_TESTJoerg Roedel1-3/+6
2015-01-30iommu/ipmmu-vmsa: Fix IOMMU lookup when multiple IOMMUs are registeredLaurent Pinchart1-28/+21
2015-01-30iommu: Disable on !MMU buildsArnd Bergmann1-3/+5
2015-01-26iommu/fsl: Remove unused fsl_of_pamu_ids[]Emil Medve1-10/+0
2015-01-26iommu/fsl: Fix section mismatchEmil Medve1-1/+1
2015-01-26iommu/ipmmu-vmsa: Use the ARM LPAE page table allocatorLaurent Pinchart2-494/+61
2015-01-26Merge branch 'arm/smmu' into arm/renesasJoerg Roedel6-619/+1561
2015-01-26iommu/tegra: gart: Provide default ->map_sg() callbackThierry Reding1-0/+1
2015-01-26iommu/tegra: gart: Do not register with busThierry Reding1-1/+1
2015-01-26iommu: Fix trace_map() to report original iova and original sizeShuah Khan1-1/+1
2015-01-23iommu/amd: Fix irq remapping detection logicThomas Gleixner1-1/+6
2015-01-19iommu/arm-smmu: add support for iova_to_phys through ATS1PRMitchel Humpherys1-2/+67
2015-01-19iommu/arm-smmu: don't touch the secure STLBIALL registerMitchel Humpherys1-2/+0
2015-01-19iommu/arm-smmu: make use of generic LPAE allocatorWill Deacon2-626/+266
2015-01-19iommu: io-pgtable-arm: add non-secure quirkLaurent Pinchart2-1/+9
2015-01-19iommu: add self-consistency tests to ARM LPAE IO page table allocatorWill Deacon2-1/+208
2015-01-19iommu: add ARM LPAE page table allocatorWill Deacon5-0/+816
2015-01-19iommu: introduce generic page table allocation frameworkWill Deacon4-0/+208
2015-01-19iommu: Change trace unmap api to report unmapped sizeShuah Khan1-1/+1
2015-01-19iommu: Fix trace_unmap() to report original iovaShuah Khan1-1/+2
2015-01-19iommu: Make IOVA domain page size explicitRobin Murphy2-5/+16
2015-01-19iommu: Make IOVA domain low limit flexibleRobin Murphy2-7/+12
2015-01-19iommu: Consolidate IOVA allocator codeRobin Murphy2-31/+37
2015-01-19iommu: Allow building iova.c independentlyRobin Murphy2-1/+6
2015-01-16iommu/ipmmu-vmsa: Remove platform data supportLaurent Pinchart1-24/+0
2015-01-16iommu/ipmmu-vmsa: Support multiple micro TLBs per deviceLaurent Pinchart1-29/+86
2015-01-16iommu/ipmmu-vmsa: Add device tree supportLaurent Pinchart1-8/+47
2015-01-16iommu/ipmmu-vmsa: Invalidate TLB after unmappingLaurent Pinchart1-3/+1
2015-01-16iommu/ipmmu-vmsa: Flush P[UM]D entry before freeing the child page tableLaurent Pinchart1-8/+11