aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2024-02-16iommu: Use refcount for fault data accessLu Baolu2-49/+80
2024-02-16iommu: Refine locking for per-device fault data managementLu Baolu1-31/+30
2024-02-16iommu: Separate SVA and IOPFLu Baolu11-267/+203
2024-02-16iommu: Make iommu_queue_iopf() more genericLu Baolu3-18/+59
2024-02-16iommu: Prepare for separating SVA and IOPFLu Baolu1-25/+14
2024-02-16iommu: Merge iommu_fault_event and iopf_faultLu Baolu5-15/+9
2024-02-16iommu: Remove iommu_[un]register_device_fault_handler()Lu Baolu5-110/+13
2024-02-16iommu: Merge iopf_device_param into iommu_fault_paramLu Baolu2-86/+58
2024-02-16iommu: Cleanup iopf data structure definitionsLu Baolu2-5/+0
2024-02-16iommu/arm-smmu-v3: Remove unrecoverable faults reportingLu Baolu1-33/+13
2024-02-16iommu/mtk_iommu: Use devm_kcalloc() instead of devm_kzalloc()Erick Archer2-3/+3
2024-02-16iommu/amd: Mark interrupt as managedMario Limonciello1-0/+3
2024-02-15irqchip: Convert all platform MSI users to the new APIThomas Gleixner1-2/+3
2024-02-13Revert "iommu/arm-smmu: Convert to domain_alloc_paging()"Dmitry Baryshkov1-11/+6
2024-02-09iommu/amd: Introduce per-device domain ID to fix potential TLB aliasing issueVasant Hegde2-17/+64
2024-02-09iommu/amd: Remove unused GCR3 table parameters from struct protection_domainSuravee Suthikulpanit2-13/+1
2024-02-09iommu/amd: Rearrange device flush codeVasant Hegde1-49/+43
2024-02-09iommu/amd: Remove unused flush pasid functionsVasant Hegde2-103/+0
2024-02-09iommu/amd: Refactor GCR3 table helper functionsSuravee Suthikulpanit1-22/+31
2024-02-09iommu/amd: Refactor protection_domain helper functionsSuravee Suthikulpanit1-11/+3
2024-02-09iommu/amd: Refactor attaching / detaching device functionsSuravee Suthikulpanit1-3/+27
2024-02-09iommu/amd: Refactor helper function for setting / clearing GCR3Suravee Suthikulpanit3-83/+61
2024-02-09iommu: Introduce iommu_group_mutex_assert()Vasant Hegde1-0/+19
2024-02-09iommu/amd: Rearrange GCR3 table setup codeVasant Hegde1-32/+32
2024-02-09iommu/amd: Add support for device based TLB invalidationVasant Hegde2-0/+28
2024-02-09iommu/amd: Use protection_domain.flags to check page table modeVasant Hegde1-2/+2
2024-02-09iommu/amd: Introduce per-device GCR3 tableSuravee Suthikulpanit1-0/+7
2024-02-09iommu/amd: Introduce struct protection_domain.pd_modeSuravee Suthikulpanit2-0/+8
2024-02-09iommu/amd: Introduce get_amd_iommu_from_dev()Suravee Suthikulpanit2-41/+28
2024-02-09iommu/amd: Enable Guest Translation before registering devicesVasant Hegde1-3/+3
2024-02-09iommu/amd: Pass struct iommu_dev_data to set_dte_entry()Vasant Hegde1-10/+8
2024-02-09iommu/amd: Remove EXPORT_SYMBOL for perf counter related functionsVasant Hegde1-3/+0
2024-02-09iommu/amd: Remove redundant error check in amd_iommu_probe_device()Vasant Hegde1-2/+1
2024-02-09iommu/amd: Remove duplicate function declarations from amd_iommu.hVasant Hegde1-8/+0
2024-02-09iommu/ipmmu-vmsa: Minor cleanupsRobin Murphy1-11/+4
2024-02-09iommu/iova: use named kmem_cache for iova magazinesPasha Tatashin1-2/+12
2024-02-09iommu/iova: Reorganise some codeRobin Murphy1-64/+64
2024-02-09iommu/iova: Tidy up iova_cache_get() failureRobin Murphy1-17/+16
2024-02-09iommu/amd: Remove unused APERTURE_* macrosVasant Hegde1-8/+0
2024-02-09iommu/amd: Remove unused IOVA_* macroVasant Hegde1-4/+0
2024-02-09iommu/amd: Remove unused PPR_* macrosVasant Hegde1-4/+0
2024-02-07iommu/amd: Fix failure return from snp_lookup_rmpentry()Ashish Kalra1-10/+15
2024-02-06iommu/msm-iommu: don't limit the driver too muchDmitry Baryshkov1-1/+1
2024-02-06iommufd/iova_bitmap: Consider page offset for the pages to be pinnedJoao Martins1-6/+7
2024-02-06iommufd/selftest: Hugepage mock domain supportJoao Martins2-2/+14
2024-02-06iommufd/selftest: Refactor mock_domain_read_and_clear_dirty()Joao Martins1-19/+45
2024-02-06iommufd/iova_bitmap: Handle recording beyond the mapped pagesJoao Martins1-0/+43
2024-02-06iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 arrayJoao Martins1-4/+4
2024-02-06iommufd/iova_bitmap: Bounds check mapped::pages accessJoao Martins1-0/+4
2024-02-01iommu: Allow ops->default_domain to work when !CONFIG_IOMMU_DMAJason Gunthorpe1-5/+13