summaryrefslogtreecommitdiff
path: root/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-13iommu/arm-smmu-v3: Hold arm_smmu_asid_lock during all of attach_devJason Gunthorpe1-9/+13
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel1-44/+35
2023-12-13iommu/arm-smmu-v3: Remove ARM_SMMU_DOMAIN_NESTEDJason Gunthorpe1-3/+1
2023-12-13iommu/arm-smmu-v3: Master cannot be NULL in arm_smmu_write_strtab_ent()Jason Gunthorpe1-7/+2
2023-12-13iommu/arm-smmu-v3: Add a type for the STEJason Gunthorpe1-30/+29
2023-12-12iommu/arm-smmu-v3: disable stall for quiet_cdWenkai Lin1-0/+3
2023-12-12iommu: Mark dev_iommu_priv_set() with a lockdepJason Gunthorpe1-1/+0
2023-11-27iommu: Clean up open-coded ownership checksRobin Murphy1-3/+0
2023-10-12iommu/arm-smmu-v3: Rename cdcfg to cd_tableMichael Shavit1-35/+35
2023-10-12iommu/arm-smmu-v3: Update comment about STE livenessMichael Shavit1-1/+1
2023-10-12iommu/arm-smmu-v3: Cleanup arm_smmu_domain_finaliseMichael Shavit1-7/+3
2023-10-12iommu/arm-smmu-v3: Move CD table to arm_smmu_masterMichael Shavit1-45/+55
2023-10-12iommu/arm-smmu-v3: Refactor write_ctx_descMichael Shavit1-30/+18
2023-10-12iommu/arm-smmu-v3: move stall_enabled to the cd tableMichael Shavit1-4/+4
2023-10-12iommu/arm-smmu-v3: Encapsulate ctx_desc_cfg init in alloc_cd_tablesMichael Shavit1-5/+4
2023-10-12iommu/arm-smmu-v3: Replace s1_cfg with cdtab_cfgMichael Shavit1-21/+20
2023-10-12iommu/arm-smmu-v3: Move ctx_desc out of s1_cfgMichael Shavit1-11/+12
2023-09-18iommu/arm-smmu-v3: Avoid constructing invalid range commandsRobin Murphy1-5/+10
2023-08-21Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...Joerg Roedel1-30/+15
2023-08-09iommu: Generalize PASID 0 for normal DMA w/o PASIDJacob Pan1-8/+8
2023-08-01iommu/arm-smmu-v3: Change vmid alloc strategy from bitmap to idaDawei Li1-22/+7
2023-06-19Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '...Joerg Roedel1-3/+58
2023-06-09iommu/arm-smmu-v3: Set TTL invalidation hint betterRobin Murphy1-2/+7
2023-06-08iommu/arm-smmu-v3: Document nesting-related errataRobin Murphy1-0/+5
2023-06-08iommu/arm-smmu-v3: Add explicit feature for nestingRobin Murphy1-0/+4
2023-06-08iommu/arm-smmu-v3: Document MMU-700 erratum 2812531Robin Murphy1-0/+12
2023-06-08iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982Robin Murphy1-0/+29
2023-05-22iommu: Use flush queue capabilityRobin Murphy1-1/+0
2023-05-22iommu: Add a capability for flush queue supportRobin Murphy1-0/+1
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel1-9/+23
2023-03-31iommu/arm-smmu-v3: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-30iommu/arm-smmu-v3: Acknowledge pri/event queue overflow if anyTomas Krcka1-5/+14
2023-03-27iommu/arm-smmu-v3: Explain why ATS stays disabled with bypassJean-Philippe Brucker1-0/+7
2023-01-13iommu/arm-smmu-v3: Don't unregister on shutdownVladimir Oltean1-1/+3
2022-11-03Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/io...Joerg Roedel1-10/+1
2022-11-03iommu: Rename iommu-sva-lib.{c,h}Lu Baolu1-1/+1
2022-11-03iommu: Remove SVA related callbacks from iommu opsLu Baolu1-3/+0
2022-11-03arm-smmu-v3/sva: Add SVA domain supportLu Baolu1-0/+15
2022-11-03iommu: Add max_pasids field in struct iommu_deviceLu Baolu1-0/+1
2022-11-01iommu: Use EINVAL for incompatible device/domain in ->attach_devNicolin Chen1-10/+1
2022-10-21iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu1-1/+1
2022-10-10Merge tag 'iommu-updates-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-54/+8
2022-09-09iommu/dma: Make header privateRobin Murphy1-1/+1
2022-09-09iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identityYicong Yang1-0/+21
2022-09-07iommu/arm-smmu-v3: Clean up bus_set_iommu()Robin Murphy1-51/+2
2022-09-07iommu/arm-smmu: Report IOMMU_CAP_CACHE_COHERENCY betterRobin Murphy1-1/+4
2022-09-07iommu: Retire iommu_capable()Robin Murphy1-1/+1
2022-07-15iommu/arm-smmu-v3: cleanup arm_smmu_dev_{enable,disable}_featureChristoph Hellwig1-41/+14
2022-07-15iommu: remove the put_resv_regions methodChristoph Hellwig1-1/+0
2022-07-15iommu: remove iommu_dev_feature_enabledChristoph Hellwig1-1/+0