summaryrefslogtreecommitdiff
path: root/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-13iommu/arm-smmu-v3: fix event handling soft lockupZhou Guanghui1-0/+1
2021-08-20Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel1-56/+65
2021-08-18iommu/arm-smmu: Prepare for multiple DMA domain typesRobin Murphy1-0/+1
2021-08-18iommu/io-pgtable: Remove non-strict quirkRobin Murphy1-3/+0
2021-08-18iommu/arm-smmu: Drop IOVA cookie managementRobin Murphy1-7/+0
2021-08-13iommu/arm-smmu-v3: Stop pre-zeroing batch commandsJohn Garry1-3/+9
2021-08-13iommu/arm-smmu-v3: Extract reusable function __arm_smmu_cmdq_skip_err()Zhen Lei1-2/+7
2021-08-13iommu/arm-smmu-v3: Add and use static helper function arm_smmu_get_cmdq()Zhen Lei1-9/+13
2021-08-13iommu/arm-smmu-v3: Add and use static helper function arm_smmu_cmdq_issue_cmd...Zhen Lei1-16/+19
2021-08-13iommu/arm-smmu-v3: Use command queue batching helpers to improve performanceZhen Lei1-2/+3
2021-08-02iommu/arm-smmu-v3: Implement the map_pages() IOMMU driver callbackXiang Chen1-4/+5
2021-08-02iommu/arm-smmu-v3: Implement the unmap_pages() IOMMU driver callbackXiang Chen1-4/+5
2021-08-02iommu/arm-smmu-v3: Remove some unneeded init in arm_smmu_cmdq_issue_cmdlist()John Garry1-3/+3
2021-07-26iommu: Streamline iommu_iova_to_phys()Robin Murphy1-3/+0
2021-07-13iommu/arm-smmu-v3: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-06-25Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel1-19/+204
2021-06-15iommu/arm-smmu-v3: Remove unnecessary oom messageZhen Lei1-6/+2
2021-06-08iommu/arm: Cleanup resources in case of probe error pathAmey Narkhede1-2/+12
2021-06-08iommu: Drop unnecessary of_iommu.h includesRob Herring1-1/+0
2021-06-08iommu/arm-smmu-v3: Ratelimit event dumpJean-Philippe Brucker1-1/+3
2021-06-08iommu/arm-smmu-v3: Add stall support for platform devicesJean-Philippe Brucker1-9/+187
2021-06-08iommu/arm-smmu-v3: Change *array into *const arrayBixuan Cui1-1/+1
2021-04-16iommu: Streamline registration interfaceRobin Murphy1-4/+1
2021-04-16iommu: Statically set module ownerRobin Murphy1-0/+1
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel1-98/+143
2021-04-07iommu/arm-smmu-v3: Remove the unused fields for PREFETCH_CONFIG commandZenghui Yu1-2/+0
2021-04-07iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUERobin Murphy1-49/+1
2021-04-07iommu: remove DOMAIN_ATTR_NESTINGChristoph Hellwig1-27/+16
2021-04-07iommu/arm-smmu-v3: Maintain a SID->device structureJean-Philippe Brucker1-28/+130
2021-04-07iommu/arm-smmu-v3: Use device properties for pasid-num-bitsJean-Philippe Brucker1-1/+2
2021-03-30iommu/arm-smmu-v3: Add a check to avoid invalid iotlb syncXiang Chen1-0/+3
2021-02-01Merge branch 'for-joerg/mtk' into for-joerg/arm-smmu/updatesWill Deacon1-1/+1
2021-01-27iommu: Switch gather->end to the inclusive endYong Wu1-1/+1
2021-01-22iommu/arm-smmu-v3: Add support for VHEJean-Philippe Brucker1-7/+25
2021-01-22iommu/arm-smmu-v3: Make BTM optional for SVAJean-Philippe Brucker1-0/+15
2021-01-22iommu/arm-smmu-v3: Split arm_smmu_tlb_inv_range()Jean-Philippe Brucker1-27/+36
2021-01-22iommu/arm-smmu-v3: Use DEFINE_RES_MEM() to simplify codeZhen Lei1-5/+1
2021-01-22iommu/arm-smmu-v3: Remove the page 1 fixupRobin Murphy1-26/+16
2020-12-08iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy1-7/+0
2020-12-08Merge branch 'for-next/iommu/svm' into for-next/iommu/coreWill Deacon1-10/+40
2020-11-23iommu/arm-smmu-v3: Hook up ATC invalidation to mm opsJean-Philippe Brucker1-2/+16
2020-11-23iommu/arm-smmu-v3: Implement iommu_sva_bind/unbind()Jean-Philippe Brucker1-8/+24
2020-11-10iommu/arm-smmu-v3: Assign boolean values to a bool variableKaixu Xia1-1/+1
2020-09-29iommu/arm-smmu-v3: Add SVA device featureJean-Philippe Brucker1-0/+79
2020-09-29iommu/arm-smmu-v3: Check for SVA featuresJean-Philippe Brucker1-0/+3
2020-09-29iommu/arm-smmu-v3: Seize private ASIDJean-Philippe Brucker1-13/+21
2020-09-29iommu/arm-smmu-v3: Share process page tablesJean-Philippe Brucker1-7/+27
2020-09-29iommu/arm-smmu-v3: Move definitions to a headerJean-Philippe Brucker1-660/+1
2020-09-29iommu/arm-smmu-v3: Ensure queue is read after updating prod pointerZhou Wang1-2/+9
2020-09-21iommu/arm-smmu-v3: Fix endianness annotationsJean-Philippe Brucker1-2/+2