summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2023-12-13iommu/arm-smmu: Convert to a global static identity domainJason Gunthorpe2-29/+53
2023-12-13iommu/arm-smmu: Reorganize arm_smmu_domain_add_master()Jason Gunthorpe1-13/+10
2023-12-13iommu/arm-smmu-v3: Remove ARM_SMMU_DOMAIN_NESTEDJason Gunthorpe2-4/+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 Gunthorpe2-31/+35
2023-12-12iommu/arm-smmu-v3: disable stall for quiet_cdWenkai Lin1-0/+3
2023-12-12iommu/qcom: restore IOMMU state if neededVladimir Lypak1-1/+9
2023-12-12iommu/arm-smmu-qcom: Add QCM2290 MDSS compatibleKonrad Dybcio1-0/+1
2023-12-12iommu/arm-smmu-qcom: Add missing GMU entry to match tableRob Clark1-0/+1
2023-12-12iommu: Mark dev_iommu_priv_set() with a lockdepJason Gunthorpe7-8/+9
2023-12-12iommu: Mark dev_iommu_get() with lockdepJason Gunthorpe1-0/+2
2023-12-12iommu/of: Use -ENODEV consistently in of_iommu_configure()Jason Gunthorpe1-34/+15
2023-12-12iommmu/of: Do not return struct iommu_ops from of_iommu_configure()Jason Gunthorpe1-12/+19
2023-12-12iommu: Set owner token to SVA domainLu Baolu1-0/+1
2023-12-12iommu: Support mm PASID 1:n with sva domainsTina Zhang1-38/+54
2023-12-12iommu: Add mm_get_enqcmd_pasid() helper functionTina Zhang2-9/+16
2023-12-12iommu/vt-d: Remove mm->pasid in intel_sva_bind_mm()Tina Zhang1-7/+7
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe1-0/+1
2023-12-11iommu/apple-dart: Fix spelling mistake "grups" -> "groups"Colin Ian King1-1/+1
2023-12-11iommu/amd/pgtbl_v2: Invalidate updated page ranges onlyVasant Hegde2-16/+22
2023-12-11iommu/amd: Make domain_flush_pages as global functionVasant Hegde3-12/+17
2023-12-11iommu/amd: Consolidate amd_iommu_domain_flush_complete() callVasant Hegde2-12/+10
2023-12-11iommu/amd: Refactor device iotlb invalidation codeVasant Hegde1-21/+12
2023-12-11iommu/amd: Refactor IOMMU tlb invalidation codeVasant Hegde1-22/+14
2023-12-11iommu/amd: Add support to invalidate multiple guest pagesVasant Hegde1-18/+13
2023-12-11iommu/amd: Remove redundant passing of PDE bitVasant Hegde1-14/+13
2023-12-11iommu/amd: Remove redundant domain flush from attach_device()Vasant Hegde1-9/+0
2023-12-11iommu/amd: Rename iommu_flush_all_caches() -> amd_iommu_flush_all_caches()Vasant Hegde4-11/+10
2023-12-11iommu/amd: Do not flush IRTE when only updating isRun and destination fieldsSuravee Suthikulpanit1-4/+16
2023-12-05Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-113/+171
2023-12-01iommu: Fix printk arg in of_iommu_get_resv_regions()Daniel Mentz1-1/+1
2023-11-30iommufd: Do not UAF during iommufd_put_object()Jason Gunthorpe2-78/+135
2023-11-30iommufd: Add iommufd_ctx to iommufd_put_object()Jason Gunthorpe6-35/+36
2023-11-27Merge branch 'iommu/fixes' into coreJoerg Roedel6-40/+115
2023-11-27iommu/apple-dart: Use readl instead of readl_relaxed for consistencySven Peter1-1/+1
2023-11-27iommu/apple-dart: Add support for t8103 USB4 DARTSven Peter1-0/+29
2023-11-27iommu/apple-dart: Write to all DART_T8020_STREAM_SELECTSven Peter1-2/+4
2023-11-27iommu: Extend LPAE page table format to support custom allocatorsBoris Brezillon1-16/+39
2023-11-27iommu: Allow passing custom allocators to pgtable driversBoris Brezillon1-0/+23
2023-11-27iommu/vt-d: Set variable intel_dirty_ops to staticKunwu Chan1-2/+2
2023-11-27iommu/vt-d: Fix incorrect cache invalidation for mm notificationLu Baolu1-0/+26
2023-11-27iommu/vt-d: Add MTL to quirk list to skip TE disablingAbdul Halim, Mohd Syazwan1-1/+1
2023-11-27iommu/vt-d: Make context clearing consistent with context mappingLu Baolu1-2/+2
2023-11-27iommu/vt-d: Disable PCI ATS in legacy passthrough modeLu Baolu1-1/+2
2023-11-27iommu/vt-d: Omit devTLB invalidation requests when TES=0Lu Baolu1-0/+18
2023-11-27iommu/vt-d: Support enforce_cache_coherency only for empty domainsLu Baolu2-1/+7
2023-11-27iommu: Clean up open-coded ownership checksRobin Murphy7-43/+6
2023-11-27iommu: Retire bus opsRobin Murphy1-13/+18
2023-11-27iommu/arm-smmu: Don't register fwnode for legacy bindingRobin Murphy1-1/+2
2023-11-27iommu: Decouple iommu_domain_alloc() from bus opsRobin Murphy1-3/+22