summaryrefslogtreecommitdiff
path: root/include/linux/iommu.h
AgeCommit message (Expand)Author
2021-09-03Merge tag 'iommu-updates-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-20Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel
2021-08-20iommu/io-pgtable: Abstract iommu_iotlb_gather accessRobin Murphy
2021-08-18iommu: Express DMA strictness via the domain typeRobin Murphy
2021-08-18iommu: Introduce explicit type for non-strict DMA domainsRobin Murphy
2021-08-18iommu: Indicate queued flushes via gather dataRobin Murphy
2021-08-18iommu: Pull IOVA cookie management into the coreRobin Murphy
2021-08-09iommu: return full error code from iommu_map_sg[_atomic]()Logan Gunthorpe
2021-08-02Merge remote-tracking branch 'korg/core' into x86/amdJoerg Roedel
2021-08-02iommu: Factor iommu_iotlb_gather_is_disjoint() outNadav Amit
2021-08-02iommu: Improve iommu_iotlb_gather helpersRobin Murphy
2021-07-26iommu: Remove mode argument from iommu_set_dma_strict()John Garry
2021-07-26iommu: Add a map_pages() op for IOMMU driversIsaac J. Manjarres
2021-07-26iommu: Add an unmap_pages() op for IOMMU driversIsaac J. Manjarres
2021-04-16iommu: Streamline registration interfaceRobin Murphy
2021-04-16iommu: Statically set module ownerRobin Murphy
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel
2021-04-07iommu: remove iommu_domain_{get,set}_attrChristoph Hellwig
2021-04-07iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFGChristoph Hellwig
2021-04-07iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUERobin Murphy
2021-04-07iommu: remove DOMAIN_ATTR_NESTINGChristoph Hellwig
2021-04-07iommu: remove DOMAIN_ATTR_GEOMETRYChristoph Hellwig
2021-04-07iommu: remove DOMAIN_ATTR_PAGINGChristoph Hellwig
2021-04-07iommu/fsl_pamu: enable the liodn when attaching a deviceChristoph Hellwig
2021-04-07iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct callChristoph Hellwig
2021-04-07iommu/fsl_pamu: remove ->domain_window_enableChristoph Hellwig
2021-04-07iommu/fsl_pamu: remove support for multiple windowsChristoph Hellwig
2021-04-07iommu/fsl_pamu: remove fsl_pamu_get_domain_attrChristoph Hellwig
2021-04-07iommu: remove the unused domain_window_disable methodChristoph Hellwig
2021-04-07iommu: Add a page fault handlerJean-Philippe Brucker
2021-04-07iommu: Separate IOMMU_DEV_FEAT_IOPF from IOMMU_DEV_FEAT_SVAJean-Philippe Brucker
2021-04-07iommu/arm-smmu-v3: Use device properties for pasid-num-bitsJean-Philippe Brucker
2021-04-07iommu: Fix comment for struct iommu_fwspecJean-Philippe Brucker
2021-04-07iommu: Fix a boundary issue to avoid performance dropXiang Chen
2021-02-12Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel
2021-02-02iommu: Check dev->iommu in dev_iommu_priv_get() before dereferencing itJoerg Roedel
2021-01-28iommu: use the __iommu_attach_device() directly for deferred attachLianbo Jiang
2021-01-27iommu: Switch gather->end to the inclusive endYong Wu
2021-01-27iommu: Add iova and size as parameters in iotlb_sync_mapYong Wu
2021-01-27iommu: Delete iommu_dev_has_feature()John Garry
2021-01-27iommu: Delete iommu_domain_window_disable()John Garry
2020-12-08Merge branch 'for-next/iommu/vt-d' into for-next/iommu/coreWill Deacon
2020-11-25iommu/io-pgtable: Add a domain attribute for pagetable configurationSai Prakash Ranjan
2020-11-25iommu: Handle freelists when using deferred flushing in iommu driversTom Murphy
2020-10-14Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-01iommu/uapi: Handle data and argsz filled by usersJacob Pan
2020-10-01iommu/uapi: Rename uapi functionsJacob Pan
2020-09-17drm, iommu: Change type of pasid to u32Fenghua Yu
2020-09-04iommu: Rename iommu_tlb_* functions to iommu_iotlb_*Tom Murphy
2020-07-29Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Joerg Roedel