aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/arm-smmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-09iommu/arm-smmu: Clear global and context bank fault status registersAndreas Herrmann1-11/+20
2013-10-09iommu/arm-smmu: Print context fault informationAndreas Herrmann1-0/+3
2013-10-09iommu/arm-smmu: Check for num_context_irqs > 0 to avoid divide by zero exceptionAndreas Herrmann1-5/+4
2013-10-09iommu/arm-smmu: Refine check for proper size of mapped regionAndreas Herrmann1-5/+4
2013-10-09iommu/arm-smmu: Switch to subsys_initcall for driver registrationAndreas Herrmann1-1/+1
2013-10-09iommu/arm-smmu: use relaxed accessors where possibleWill Deacon1-3/+3
2013-10-09iommu/arm-smmu: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall1-8/+3
2013-09-17iommu/arm-smmu: don't enable SMMU device until probing has completedWill Deacon1-2/+2
2013-09-17iommu/arm-smmu: fix iommu_present() test in initDan Carpenter1-2/+2
2013-09-17iommu/arm-smmu: fix a signedness bugDan Carpenter1-2/+3
2013-08-14iommu/arm-smmu: Simplify VMID and ASID allocationWill Deacon1-22/+11
2013-08-14iommu/arm-smmu: Don't use VMIDs for stage-1 translationsWill Deacon1-13/+46
2013-08-14iommu/arm-smmu: Tighten up global fault reportingWill Deacon1-2/+5
2013-08-14iommu/arm-smmu: Remove broken big-endian checkWill Deacon1-6/+0
2013-06-25iommu/arm: Add support for ARM Ltd. System MMU architectureWill Deacon1-0/+1969