aboutsummaryrefslogtreecommitdiff
path: root/include/linux/iommu.h
AgeCommit message (Expand)AuthorFilesLines
2022-05-20Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Gravatar Joerg Roedel 1-25/+44
2022-04-28iommu: Redefine IOMMU_CAP_CACHE_COHERENCY as the cap flag for IOMMU_CACHEGravatar Jason Gunthorpe 1-2/+1
2022-04-28iommu: Introduce the domain op enforce_cache_coherency()Gravatar Jason Gunthorpe 1-0/+4
2022-04-28iommu: Remove iommu group changes notifierGravatar Lu Baolu 1-23/+0
2022-04-28iommu: Add DMA ownership management interfacesGravatar Lu Baolu 1-0/+31
2022-04-28iommu: Add capability for pre-boot DMA protectionGravatar Robin Murphy 1-0/+2
2022-04-28iommu: Introduce device_iommu_capable()Gravatar Robin Murphy 1-0/+6
2022-02-28iommu: Split struct iommu_opsGravatar Lu Baolu 1-38/+53
2022-02-28iommu: Remove unused argument in is_attach_deferredGravatar Lu Baolu 1-1/+1
2022-02-28iommu: Use right way to retrieve iommu_opsGravatar Lu Baolu 1-0/+11
2022-02-28iommu: Remove apply_resv_regionGravatar Lu Baolu 1-4/+0
2022-02-28iommu: Remove aux-domain related interfaces and iommu_opsGravatar Lu Baolu 1-29/+0
2022-02-28iommu: Remove guest pasid related interfaces and definitionsGravatar Lu Baolu 1-44/+0
2021-12-20iommu/vt-d: Use put_pages_listGravatar Matthew Wilcox (Oracle) 1-1/+2
2021-09-03Merge tag 'iommu-updates-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-16/+98
2021-08-20Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Gravatar Joerg Roedel 1-16/+98
2021-08-20iommu/io-pgtable: Abstract iommu_iotlb_gather accessGravatar Robin Murphy 1-0/+10
2021-08-18iommu: Express DMA strictness via the domain typeGravatar Robin Murphy 1-1/+0
2021-08-18iommu: Introduce explicit type for non-strict DMA domainsGravatar Robin Murphy 1-0/+11
2021-08-18iommu: Indicate queued flushes via gather dataGravatar Robin Murphy 1-1/+7
2021-08-18iommu: Pull IOVA cookie management into the coreGravatar Robin Murphy 1-1/+2
2021-08-09iommu: return full error code from iommu_map_sg[_atomic]()Gravatar Logan Gunthorpe 1-11/+11
2021-08-02Merge remote-tracking branch 'korg/core' into x86/amdGravatar Joerg Roedel 1-1/+10
2021-08-02iommu: Factor iommu_iotlb_gather_is_disjoint() outGravatar Nadav Amit 1-8/+26
2021-08-02iommu: Improve iommu_iotlb_gather helpersGravatar Robin Murphy 1-5/+33
2021-07-26iommu: Remove mode argument from iommu_set_dma_strict()Gravatar John Garry 1-1/+1
2021-07-26iommu: Add a map_pages() op for IOMMU driversGravatar Isaac J. Manjarres 1-0/+5
2021-07-26iommu: Add an unmap_pages() op for IOMMU driversGravatar Isaac J. Manjarres 1-0/+4
2021-04-16iommu: Streamline registration interfaceGravatar Robin Murphy 1-24/+6
2021-04-16iommu: Statically set module ownerGravatar Robin Murphy 1-8/+1
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Gravatar Joerg Roedel 1-70/+34
2021-04-07iommu: remove iommu_domain_{get,set}_attrGravatar Christoph Hellwig 1-36/+0
2021-04-07iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFGGravatar Christoph Hellwig 1-1/+11
2021-04-07iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUEGravatar Robin Murphy 1-1/+3
2021-04-07iommu: remove DOMAIN_ATTR_NESTINGGravatar Christoph Hellwig 1-1/+3
2021-04-07iommu: remove DOMAIN_ATTR_GEOMETRYGravatar Christoph Hellwig 1-1/+0
2021-04-07iommu: remove DOMAIN_ATTR_PAGINGGravatar Christoph Hellwig 1-1/+0
2021-04-07iommu/fsl_pamu: enable the liodn when attaching a deviceGravatar Christoph Hellwig 1-1/+0
2021-04-07iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct callGravatar Christoph Hellwig 1-1/+0
2021-04-07iommu/fsl_pamu: remove ->domain_window_enableGravatar Christoph Hellwig 1-17/+0
2021-04-07iommu/fsl_pamu: remove support for multiple windowsGravatar Christoph Hellwig 1-1/+0
2021-04-07iommu/fsl_pamu: remove fsl_pamu_get_domain_attrGravatar Christoph Hellwig 1-4/+0
2021-04-07iommu: remove the unused domain_window_disable methodGravatar Christoph Hellwig 1-2/+0
2021-04-07iommu: Add a page fault handlerGravatar Jean-Philippe Brucker 1-0/+2
2021-04-07iommu: Separate IOMMU_DEV_FEAT_IOPF from IOMMU_DEV_FEAT_SVAGravatar Jean-Philippe Brucker 1-3/+17
2021-04-07iommu/arm-smmu-v3: Use device properties for pasid-num-bitsGravatar Jean-Philippe Brucker 1-2/+0
2021-04-07iommu: Fix comment for struct iommu_fwspecGravatar Jean-Philippe Brucker 1-1/+1
2021-04-07iommu: Fix a boundary issue to avoid performance dropGravatar Xiang Chen 1-1/+1
2021-02-12Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Gravatar Joerg Roedel 1-16/+5
2021-02-02iommu: Check dev->iommu in dev_iommu_priv_get() before dereferencing itGravatar Joerg Roedel 1-1/+4