aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2023-06-19Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '...Joerg Roedel15-609/+697
2023-06-16iommu/vt-d: Remove commented-out codeLu Baolu1-9/+1
2023-06-16iommu/vt-d: Remove two WARN_ON in domain_context_mapping_one()Yanfei Xu1-4/+0
2023-06-16iommu/vt-d: Handle the failure case of dmar_reenable_qi()Yanfei Xu1-3/+8
2023-06-16iommu/vt-d: Remove unnecessary (void*) conversionsSuhui1-1/+1
2023-06-16iommu/amd: Fix possible memory leak of 'domain'Su Hui1-4/+4
2023-06-16iommu/amd: Remove extern from function prototypesVasant Hegde2-48/+46
2023-06-16iommu/amd: Use BIT/BIT_ULL macro to define bit fieldsVasant Hegde1-38/+38
2023-06-16iommu/amd: Fix DTE_IRQ_PHYS_ADDR_MASK macroVasant Hegde1-1/+1
2023-06-09mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes1-2/+2
2023-06-09iommu/amd: Fix compile error for unused functionJoerg Roedel1-26/+26
2023-06-09iommu/amd: Improving Interrupt Remapping Table InvalidationSuravee Suthikulpanit3-7/+24
2023-06-09iommu/amd: Do not Invalidate IRT when IRTE caching is disabledSuravee Suthikulpanit1-6/+15
2023-06-09iommu/amd: Introduce Disable IRTE Caching SupportSuravee Suthikulpanit2-0/+40
2023-06-09iommu/amd: Remove the unused struct amd_ir_data.refSuravee Suthikulpanit2-11/+7
2023-06-09iommu/amd: Switch amd_iommu_update_ga() to use modify_irte_ga()Joao Martins1-28/+10
2023-06-08iommu/arm-smmu-v3: Set TTL invalidation hint betterRobin Murphy1-2/+7
2023-06-08iommu/arm-smmu-v3: Document nesting-related errataRobin Murphy1-0/+5
2023-06-08iommu/arm-smmu-v3: Add explicit feature for nestingRobin Murphy2-0/+5
2023-06-08iommu/arm-smmu-v3: Document MMU-700 erratum 2812531Robin Murphy2-0/+13
2023-06-08iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982Robin Murphy2-0/+35
2023-06-05x86,intel_iommu: Replace cmpxchg_double()Peter Zijlstra1-6/+2
2023-06-05x86,amd_iommu: Replace cmpxchg_double()Peter Zijlstra2-8/+11
2023-06-01iommu/mediatek: Flush IOTLB completely only if domain has been attachedChen-Yu Tsai1-1/+2
2023-06-01iommu/fsl: Use driver_managed_dma to allow VFIO to workJason Gunthorpe1-81/+23
2023-06-01iommu/fsl: Move ENODEV to fsl_pamu_probe_device()Jason Gunthorpe1-7/+12
2023-06-01iommu/fsl: Always allocate a group for non-pci devicesJason Gunthorpe1-1/+1
2023-05-23iommu/amd/pgtbl_v2: Fix domain max addressVasant Hegde1-1/+10
2023-05-23iommu/virtio: Return size mapped for a detached domainJean-Philippe Brucker1-16/+17
2023-05-23iommu/virtio: Detach domain on endpoint releaseJean-Philippe Brucker1-0/+24
2023-05-23iommu: Tidy the control flow in iommu_group_store_type()Jason Gunthorpe1-12/+15
2023-05-23iommu: Remove __iommu_group_for_each_dev()Jason Gunthorpe1-28/+25
2023-05-23iommu: Allow IOMMU_RESV_DIRECT to work on ARMJason Gunthorpe1-2/+31
2023-05-23iommu: Consolidate the default_domain setup to one functionJason Gunthorpe1-113/+89
2023-05-23iommu: Revise iommu_group_alloc_default_domain()Jason Gunthorpe1-34/+37
2023-05-23iommu: Consolidate the code to calculate the target default domain typeJason Gunthorpe1-53/+35
2023-05-23iommu: Remove the assignment of group->domain during default domain allocJason Gunthorpe1-4/+0
2023-05-23iommu: Do iommu_group_create_direct_mappings() before attachJason Gunthorpe1-3/+5
2023-05-23iommu: Fix iommu_probe_device() to attach the right domainJason Gunthorpe1-20/+24
2023-05-23iommu: Replace iommu_group_do_dma_first_attach with __iommu_device_set_domainJason Gunthorpe1-12/+5
2023-05-23iommu: Remove iommu_group_do_dma_first_attach() from iommu_group_add_device()Jason Gunthorpe1-12/+0
2023-05-23iommu: Replace __iommu_group_dma_first_attach() with set_domainJason Gunthorpe1-21/+11
2023-05-23iommu: Use __iommu_group_set_domain() in iommu_change_dev_def_domain()Jason Gunthorpe1-3/+3
2023-05-23iommu: Use __iommu_group_set_domain() for __iommu_attach_group()Jason Gunthorpe1-39/+1
2023-05-23iommu: Make __iommu_group_set_domain() handle error unwindJason Gunthorpe1-25/+112
2023-05-23iommu: Add for_each_group_device()Jason Gunthorpe1-6/+10
2023-05-23iommu: Replace iommu_group_device_count() with list_count_nodes()Jason Gunthorpe1-13/+2
2023-05-22iommu: Suppress empty whitespaces in printsFlorian Fainelli1-4/+4
2023-05-22iommu: Use flush queue capabilityRobin Murphy5-6/+5
2023-05-22iommu: Add a capability for flush queue supportRobin Murphy4-0/+5