summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2014-05-26iommu/amd: Don't access IOMMUv2 state_table directlyJoerg Roedel1-4/+9
2014-05-26iommu/ipmmu-vmsa: Support clearing mappingsLaurent Pinchart1-4/+186
2014-05-26iommu/ipmmu-vmsa: Remove stage 2 PTE bits definitionsLaurent Pinchart1-8/+0
2014-05-26iommu/ipmmu-vmsa: Support 2MB mappingsLaurent Pinchart1-3/+29
2014-05-26iommu/ipmmu-vmsa: Rewrite page table managementLaurent Pinchart1-107/+86
2014-05-26iommu/ipmmu-vmsa: PMD is never folded, PUD always isLaurent Pinchart1-57/+9
2014-05-26iommu/ipmmu-vmsa: Set the PTE contiguous hint bit when possibleLaurent Pinchart1-3/+40
2014-05-26iommu/ipmmu-vmsa: Define driver-specific page directory sizesLaurent Pinchart1-5/+10
2014-05-26iommu/ipmmu-vmsa: Fix the supported page sizesLaurent Pinchart1-1/+1
2014-05-26iommu/ipmmu-vmsa: Refactor micro-TLB lookupLaurent Pinchart1-40/+52
2014-05-26iommu: Add driver for Renesas VMSA-compatible IPMMULaurent Pinchart3-0/+1083
2014-05-16iommu: dmar: Provide arch specific irq allocationThomas Gleixner1-3/+3
2014-05-16iommu: smar: Fix return value check of create_irq()Thomas Gleixner1-1/+1
2014-05-16x86: irq_remapping: Use irq_alloc/free_hwirq()Thomas Gleixner1-7/+5
2014-05-14iommu/exynos: Remove unnecessary "&" from function pointersBjorn Helgaas1-9/+9
2014-05-13iommu/exynos: Apply workaround of caching fault page table entriesCho KyongHo1-17/+146
2014-05-13iommu/exynos: Turn on useful configuration optionsCho KyongHo1-4/+34
2014-05-13iommu/exynos: Support for device treeCho KyongHo1-125/+158
2014-05-13iommu/exynos: Enhanced error messagesCho KyongHo1-14/+9
2014-05-13iommu/exynos: Add devices attached to the System MMU to an IOMMU groupAntonios Motakis1-0/+28
2014-05-13iommu/exynos: Use exynos-iommu specific typedefCho KyongHo1-42/+59
2014-05-13iommu/exynos: Change rwlock to spinlockCho KyongHo1-13/+14
2014-05-13iommu/exynos: Remove custom fault handlerCho KyongHo1-56/+24
2014-05-13iommu/exynos: Gating clocks of master H/WCho KyongHo1-2/+38
2014-05-13iommu/exynos: Use managed device helper functionsCho KyongHo1-43/+25
2014-05-13iommu/exynos: Remove dbgname from drvdata of a System MMUCho KyongHo1-19/+13
2014-05-13iommu/exynos: Always enable runtime PMCho KyongHo1-2/+1
2014-05-13iommu/exynos: Add missing cache flush for removed page table entriesCho KyongHo1-0/+2
2014-05-13iommu/exynos: Remove prefetch buffer settingCho KyongHo1-14/+0
2014-05-13iommu/exynos: Fix L2TLB invalidationCho KyongHo1-5/+27
2014-05-13iommu/exynos: Allocate lv2 page table from own slabCho KyongHo1-6/+28
2014-05-13iommu/exynos: Change error handling when page table update is failedCho KyongHo1-14/+44
2014-05-13iommu/exynos: Fix build errorsCho KyongHo1-170/+85
2014-05-13iommu/amd: fix enabling exclusion range for an exact deviceSu Friendy1-1/+1
2014-05-13iommu/amd: Take mmap_sem when calling get_user_pagesJay Cornwall1-0/+2
2014-05-13iommu/amd: Fix interrupt remapping for aliased devicesAlex Williamson1-1/+1
2014-05-12Merge branch 'iommu/for-v3.16' of git://linuxtv.org/pinchartl/fbdev into arm/...Joerg Roedel1-13/+7
2014-05-02iommu/arm-smmu: fix incorrect use of S2CR_TYPE_SHIFTKefeng Wang1-1/+1
2014-05-02iommu/arm-smmu: allow 42-bit stage-1 output size with 64K pagesWill Deacon1-1/+1
2014-04-17iommu/shmobile: Use devm_ioremap_resource()Laurent Pinchart1-11/+6
2014-04-17iommu/shmobile: Don't ignore the ipmmu_iommu_init() return valueLaurent Pinchart1-2/+1
2014-04-16iommu/omap: Fix map protection value handlingLaurent Pinchart1-10/+7
2014-04-16iommu/omap: Remove comment about supporting single page mappings onlyLaurent Pinchart1-1/+0
2014-04-16iommu/omap: Fix 'no page for' debug message in flush_iotlb_page()Laurent Pinchart1-0/+1
2014-04-16iommu/omap: Move to_iommu definition from omap-iopgtable.hSuman Anna2-3/+3
2014-04-16iommu/omap: Remove omap_iommu_domain_has_cap() functionSuman Anna1-7/+0
2014-04-16iommu/omap: Correct init value of iotlb_entry valid fieldSuman Anna1-1/+1
2014-04-16Merge git://git.infradead.org/iommu-2.6 into iommu/fixesJoerg Roedel2-4/+9
2014-04-15iommu/arm-smmu: fix panic in arm_smmu_alloc_init_pteBin Wang1-1/+1
2014-04-15iommu/arm-smmu: Return 0 on unmap failureLaurent Pinchart1-1/+1