summaryrefslogtreecommitdiff
path: root/drivers/iommu/intel/iommu.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-05iommu/vt-d: Fix __domain_mapping()'s usage of switch_to_super_page()Eugene Koira1-1/+6
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-07-31Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+6
2025-07-30Merge tag 'iommu-updates-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-124/+230
2025-07-24Merge branch 'intel/vt-d' into nextWill Deacon1-123/+230
2025-07-23iommu/vt-d: Fix UAF on sva unbind with pending IOPFsLu Baolu1-1/+1
2025-07-21iommu/vt-d: Make iotlb_sync_map a static property of dmar_domainLu Baolu1-14/+29
2025-07-17iommu/vt-d: Use pci_is_display()Mario Limonciello1-1/+1
2025-07-14iommu/vt-d: Split paging_domain_compatible()Jason Gunthorpe1-12/+54
2025-07-14iommu/vt-d: Split intel_iommu_enforce_cache_coherency()Jason Gunthorpe1-25/+22
2025-07-14iommu/vt-d: Create unique domain ops for each stageJason Gunthorpe1-18/+42
2025-07-14iommu/vt-d: Split intel_iommu_domain_alloc_paging_flags()Jason Gunthorpe1-42/+58
2025-07-14iommu/vt-d: Do not wipe out the page table NID when devices detachJason Gunthorpe1-1/+0
2025-07-14iommu/vt-d: Fold domain_exit() into intel_iommu_domain_free()Jason Gunthorpe1-20/+18
2025-07-14iommu/vt-d: Lift the __pa to domain_setup_first_level/intel_svm_set_dev_pasid()Jason Gunthorpe1-8/+7
2025-07-14iommu/vt-d: Optimize iotlb_sync_map for non-caching/non-RWBF modesLu Baolu1-1/+18
2025-07-11iommu: Allow an input type in hw_info opNicolin Chen1-0/+4
2025-07-10iommu: Use enum iommu_hw_info_type for type in hw_info opNicolin Chen1-1/+2
2025-07-04iommu/vt-d: Assign devtlb cache tag on ATS enablementLu Baolu1-1/+10
2025-06-27iommu: Remove ops.pgsize_bitmap from drivers that don't use itJason Gunthorpe1-1/+0
2025-05-23Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...Joerg Roedel1-142/+102
2025-05-23iommu/vt-d: Restore context entry setup order for aliased devicesLu Baolu1-0/+11
2025-05-16iommu/vt-d: Change dmar_ats_supported() to return booleanWei Wang1-9/+10
2025-05-16iommu/vt-d: Eliminate pci_physfn() in dmar_find_matched_satc_unit()Wei Wang1-1/+0
2025-05-16iommu/vt-d: Replace spin_lock with mutex to protect domain idaLu Baolu1-8/+4
2025-05-16iommu/vt-d: Use ida to manage domain idLu Baolu1-64/+16
2025-05-16iommu/vt-d: Restore WO permissions on second-level paging entriesJason Gunthorpe1-2/+1
2025-04-28iommu: Remove iommu_dev_enable/disable_feature()Lu Baolu1-25/+0
2025-04-28iommu/vt-d: Put iopf enablement in domain attach pathLu Baolu1-6/+36
2025-04-28iommu: Remove IOMMU_DEV_FEAT_SVAJason Gunthorpe1-6/+0
2025-04-28iommu/vt-d: Apply quirk_iommu_igfx for 8086:0044 (QM57/QS57)Mingcong Bai1-1/+3
2025-04-17iommu/vt-d: Revert ATS timing change to fix boot failureLu Baolu1-12/+19
2025-04-17iommu/pages: Remove iommu_alloc_page_node()Jason Gunthorpe1-5/+8
2025-04-17iommu: Change iommu_iotlb_gather to use iommu_page_listJason Gunthorpe1-12/+12
2025-04-17iommu/pages: Remove iommu_free_page()Jason Gunthorpe1-6/+6
2025-04-11iommu/vt-d: Remove an unnecessary call set_dma_ops()Petr Tesarik1-1/+0
2025-04-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2025-03-25iommu/vt-d: Add IOMMU_HWPT_ALLOC_PASID supportYi Liu1-1/+2
2025-03-20Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel1-153/+86
2025-03-20iommu/vt-d: Fix possible circular locking dependencyLu Baolu1-0/+2
2025-03-10iommu/vt-d: Cleanup intel_context_flush_present()Lu Baolu1-1/+1
2025-03-10iommu/vt-d: Move PRI enablement in probe pathLu Baolu1-89/+48
2025-03-10iommu/vt-d: Move scalable mode ATS enablement to probe pathLu Baolu1-24/+27
2025-03-10iommu/vt-d: Check if SVA is supported when attaching the SVA domainJason Gunthorpe1-36/+1
2025-03-10iommu/vt-d: Use virt_to_phys()Jason Gunthorpe1-1/+2
2025-03-10iommu/vt-d: Fix system hang on reboot -fYunhui Cui1-7/+10
2025-02-28iommu/vt-d: Fix suspicious RCU usageLu Baolu1-0/+7
2025-02-28iommu/vt-d: Remove device comparison in context_setup_pass_through_cbJerry Snitselaar1-3/+0
2025-01-24Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2025-01-17Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'qualcomm/msm', 'rock...Joerg Roedel1-32/+15