summaryrefslogtreecommitdiff
path: root/drivers/iommu/arm/arm-smmu-v3
AgeCommit message (Expand)AuthorFilesLines
2022-03-25Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-27/+18
2022-03-08Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel1-27/+18
2022-02-28iommu: Split struct iommu_opsLu Baolu1-8/+10
2022-02-15iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitFenghua Yu1-4/+1
2022-02-08iommu/arm-smmu-v3: fix event handling soft lockupZhou Guanghui1-0/+1
2022-02-08iommu/arm-smmu-v3: Simplify memory allocationChristophe JAILLET1-17/+5
2022-02-08iommu/arm-smmu-v3: Avoid open coded arithmetic in memory allocationChristophe JAILLET1-2/+2
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-18/+5
2021-12-17iommu/arm-smmu-v3: Use msi_get_virq()Thomas Gleixner1-16/+3
2021-12-17platform-msi: Use msi_desc::msi_indexThomas Gleixner1-2/+2
2021-12-17device: Move MSI related data into a structThomas Gleixner1-1/+1
2021-12-15Revert "iommu/arm-smmu-v3: Decrease the queue size of evtq and priq"Zhou Wang1-3/+2
2021-12-14iommu/arm-smmu-v3: Constify arm_smmu_mmu_notifier_opsRikard Falkeborn1-1/+1
2021-10-04iommu/arm-smmu-v3: Properly handle the return value of arm_smmu_cmdq_build_cmd()Zhen Lei1-6/+12
2021-10-04iommu/arm-smmu-v3: Stop pre-zeroing batch commands in arm_smmu_atc_inv_master()Zhen Lei1-1/+2
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 Roedel3-27/+303
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: Decrease the queue size of evtq and priqZhen Lei1-2/+3
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 Brucker3-15/+283
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 Roedel2-104/+155
2021-04-07iommu/arm-smmu-v3: Remove the unused fields for PREFETCH_CONFIG commandZenghui Yu2-4/+0
2021-04-07iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUERobin Murphy2-50/+1
2021-04-07iommu: remove DOMAIN_ATTR_NESTINGChristoph Hellwig1-27/+16
2021-04-07iommu/arm-smmu-v3: Maintain a SID->device structureJean-Philippe Brucker2-30/+141
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-03-25iommu/arm-smmu-v3: add bit field SFM into GERROR_ERR_MASKZhen Lei1-1/+1
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 Brucker2-7/+28