aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iommu/intel/iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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/git/jgg/iommufdLinus 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', 'rockchip', 's390', 'core', 'intel/vt-d' and 'amd/amd-vi' into nextJoerg 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/git/jgg/iommufdLinus Torvalds1-2/+1
2025-01-17Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'qualcomm/msm', 'rockchip', 'riscv', 'core', 'intel/vt-d' and 'amd/amd-vi' into nextJoerg Roedel1-32/+15
2025-01-07iommu/vt-d: Remove iommu cap auditLu Baolu1-9/+0
2025-01-07iommu/vt-d: Remove domain_alloc_paging()Jason Gunthorpe1-16/+0
2025-01-07iommu/vt-d: Avoid use of NULL after WARN_ON_ONCEKees Bakker1-3/+4
2024-12-18iommu/vt-d: Make the blocked domain support PASIDYi Liu1-4/+11
2024-12-13iommu/vt-d: Remove cache tags before disabling ATSLu Baolu1-1/+3
2024-12-11iommufd: Deal with IOMMU_HWPT_FAULT_ID_VALID in iommufd coreYi Liu1-2/+1
2024-11-22iommu: Rename ops->domain_alloc_user() to domain_alloc_paging_flags()Jason Gunthorpe1-7/+3
2024-11-22iommu: Add ops->domain_alloc_nested()Jason Gunthorpe1-6/+3
2024-11-15Merge branches 'intel/vt-d', 'amd/amd-vi' and 'iommufd/arm-smmuv3-nested' into nextJoerg Roedel1-352/+224
2024-11-08iommu/vt-d: Add set_dev_pasid callback for nested domainYi Liu1-6/+0
2024-11-08iommu/vt-d: Make identity_domain_set_dev_pasid() to handle domain replacementYi Liu1-1/+18
2024-11-08iommu/vt-d: Make intel_svm_set_dev_pasid() support domain replacementYi Liu1-4/+4
2024-11-08iommu/vt-d: Limit intel_iommu_set_dev_pasid() for paging domainYi Liu1-2/+4
2024-11-08iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle domain replacementYi Liu1-9/+37
2024-11-08iommu/vt-d: Consolidate the struct dev_pasid_info add/removeYi Liu1-30/+61
2024-11-08iommu: Pass old domain to set_dev_pasid opYi Liu1-2/+4
2024-11-05iommu/vt-d: Drain PRQs when domain removed from RIDLu Baolu1-1/+0
2024-11-05iommu/vt-d: Drop pasid requirement for prq initializationKlaus Jensen1-6/+4
2024-11-05iommufd: Enable PRI when doing the iommufd_hwpt_allocJoel Granados1-1/+2
2024-11-05iommu/vt-d: Separate page request queue from SVMJoel Granados1-13/+7
2024-11-05iommu/vt-d: Fix checks and print in pgtable_walk()Zhenzhong Duan1-5/+6
2024-11-05iommu/vt-d: Fix checks and print in dmar_fault_dump_ptes()Zhenzhong Duan1-9/+20
2024-11-05iommu/vt-d: Use PCI_DEVID() macroJinjie Ruan1-2/+2
2024-11-05iommu/vt-d: Refine intel_iommu_domain_alloc_user()Lu Baolu1-2/+15
2024-11-05iommu/vt-d: Refactor first_level_by_default()Lu Baolu1-8/+9
2024-11-05iommu/vt-d: Remove domain_update_iommu_superpage()Lu Baolu1-38/+1
2024-11-05iommu/vt-d: Remove domain_update_iommu_cap()Lu Baolu1-83/+0
2024-11-05iommu/vt-d: Enhance compatibility check for paging domain attachLu Baolu1-47/+23
2024-11-05iommu/vt-d: Remove unused domain_alloc callbackLu Baolu1-90/+0
2024-11-05iommu/vt-d: Add domain_alloc_paging supportLu Baolu1-0/+14
2024-10-15iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devicesLu Baolu1-1/+3
2024-09-13Merge branches 'fixes', 'arm/smmu', 'intel/vt-d', 'amd/amd-vi' and 'core' into nextJoerg Roedel1-284/+220
2024-09-02iommu/vt-d: Add qi_batch for dmar_domainLu Baolu1-0/+1