summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2024-11-05iommu/vt-d: Drain PRQs when domain removed from RIDLu Baolu3-18/+10
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 Granados2-2/+4
2024-11-05iommu/vt-d: Move IOMMU_IOPF into INTEL_IOMMUJoel Granados1-1/+1
2024-11-05iommu/vt-d: Remove the pasid present check in prq_event_threadKlaus Jensen1-8/+2
2024-11-05iommu/vt-d: Separate page request queue from SVMJoel Granados5-419/+424
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: Drop s1_pgtbl from dmar_domainYi Liu3-5/+1
2024-11-05iommu/vt-d: Remove unused dmar_msi_readDr. David Alan Gilbert1-13/+0
2024-11-05iommu/vt-d: Increase buffer size for device nameAndy Shevchenko2-2/+2
2024-11-05iommu/vt-d: Use PCI_DEVID() macroJinjie Ruan3-5/+5
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 Baolu2-84/+0
2024-11-05iommu/vt-d: Enhance compatibility check for paging domain attachLu Baolu4-77/+26
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-11-05iommu/arm-smmu-v3: Expose the arm_smmu_attach interfaceJason Gunthorpe2-22/+27
2024-11-05iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENTJason Gunthorpe1-1/+10
2024-11-05iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_infoNicolin Chen5-0/+51
2024-11-05iommu/arm-smmu-v3: Report IOMMU_CAP_ENFORCE_CACHE_COHERENCY for CANWBSJason Gunthorpe2-0/+38
2024-11-05vfio: Remove VFIO_TYPE1_NESTING_IOMMUJason Gunthorpe4-48/+1
2024-10-30iommu/amd: Improve amd_iommu_release_device()Vasant Hegde1-27/+6
2024-10-30iommu/amd: Add ops->release_domainVasant Hegde1-0/+9
2024-10-30iommu/amd: Reorder attach device codeVasant Hegde1-36/+29
2024-10-30iommu/amd: Convert dev_data lock from spinlock to mutexVasant Hegde2-8/+8
2024-10-30iommu/amd: Rearrange attach device codeVasant Hegde1-55/+36
2024-10-30iommu/amd: Reduce domain lock scope in attach device pathVasant Hegde1-22/+30
2024-10-30iommu/amd: Do not detach devices in domain free pathVasant Hegde1-25/+1
2024-10-30iommu/amd: Remove unused amd_iommus variableVasant Hegde2-12/+0
2024-10-30iommu/amd: xarray to track protection_domain->iommu listVasant Hegde2-20/+77
2024-10-30iommu/amd: Remove protection_domain.dev_cnt variableVasant Hegde2-7/+1
2024-10-30iommu/amd: Use ida interface to manage protection domain IDVasant Hegde3-58/+35
2024-10-30iommu/amd/pgtbl_v2: Take protection domain lock before invalidating TLBVasant Hegde1-0/+3
2024-10-30Merge branch 'core' into amd/amd-viJoerg Roedel6-179/+229
2024-10-30iommu: Make bus_iommu_probe() staticRobin Murphy1-1/+2
2024-10-30iommu/omap: Add minimal fwnode supportRobin Murphy1-10/+16
2024-10-29iommu/tegra241-cmdqv: Fix unused variable warningWill Deacon1-0/+2
2024-10-29iommu/arm-smmu: Defer probe of clients after smmu device boundPratyush Brahma1-0/+11
2024-10-29iommu/io-pgtable-arm: Add self test for the last page in the IASMostafa Saleh1-0/+17
2024-10-29iommu/io-pgtable-arm: Fix stage-2 map/unmap for concatenated tablesMostafa Saleh1-3/+15
2024-10-29iommu: Create __iommu_alloc_identity_domain()Jason Gunthorpe1-41/+28
2024-10-29iommu: Put domain allocation in __iommu_group_alloc_blocking_domain()Jason Gunthorpe1-12/+13
2024-10-29iommu/amd: Implement global identity domainVasant Hegde3-4/+36
2024-10-29iommu/amd: Enhance amd_iommu_domain_alloc_user()Vasant Hegde1-5/+27
2024-10-29iommu/amd: Pass page table type as param to pdom_setup_pgtable()Vasant Hegde1-24/+19
2024-10-29iommu/amd: Separate page table setup from domain allocationVasant Hegde1-16/+26
2024-10-29iommu/amd: Move V2 page table support check to early_amd_iommu_init()Vasant Hegde1-7/+7