aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iommu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-16iommu: Streamline registration interfaceRobin Murphy1-24/+6
2021-04-16iommu: Statically set module ownerRobin Murphy1-8/+1
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unisoc', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-70/+34
2021-04-07iommu: remove iommu_domain_{get,set}_attrChristoph Hellwig1-36/+0
2021-04-07iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFGChristoph Hellwig1-1/+11
2021-04-07iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUERobin Murphy1-1/+3
2021-04-07iommu: remove DOMAIN_ATTR_NESTINGChristoph Hellwig1-1/+3
2021-04-07iommu: remove DOMAIN_ATTR_GEOMETRYChristoph Hellwig1-1/+0
2021-04-07iommu: remove DOMAIN_ATTR_PAGINGChristoph Hellwig1-1/+0
2021-04-07iommu/fsl_pamu: enable the liodn when attaching a deviceChristoph Hellwig1-1/+0
2021-04-07iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct callChristoph Hellwig1-1/+0
2021-04-07iommu/fsl_pamu: remove ->domain_window_enableChristoph Hellwig1-17/+0
2021-04-07iommu/fsl_pamu: remove support for multiple windowsChristoph Hellwig1-1/+0
2021-04-07iommu/fsl_pamu: remove fsl_pamu_get_domain_attrChristoph Hellwig1-4/+0
2021-04-07iommu: remove the unused domain_window_disable methodChristoph Hellwig1-2/+0
2021-04-07iommu: Add a page fault handlerJean-Philippe Brucker1-0/+2
2021-04-07iommu: Separate IOMMU_DEV_FEAT_IOPF from IOMMU_DEV_FEAT_SVAJean-Philippe Brucker1-3/+17
2021-04-07iommu/arm-smmu-v3: Use device properties for pasid-num-bitsJean-Philippe Brucker1-2/+0
2021-04-07iommu: Fix comment for struct iommu_fwspecJean-Philippe Brucker1-1/+1
2021-04-07iommu: Fix a boundary issue to avoid performance dropXiang Chen1-1/+1
2021-02-12Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-16/+5
2021-02-02iommu: Check dev->iommu in dev_iommu_priv_get() before dereferencing itJoerg Roedel1-1/+4
2021-01-28iommu: use the __iommu_attach_device() directly for deferred attachLianbo Jiang1-0/+1
2021-01-27iommu: Switch gather->end to the inclusive endYong Wu1-2/+2
2021-01-27iommu: Add iova and size as parameters in iotlb_sync_mapYong Wu1-1/+2
2021-01-27iommu: Delete iommu_dev_has_feature()John Garry1-7/+0
2021-01-27iommu: Delete iommu_domain_window_disable()John Garry1-6/+0
2020-12-08Merge branch 'for-next/iommu/vt-d' into for-next/iommu/coreWill Deacon1-0/+1
2020-11-25iommu/io-pgtable: Add a domain attribute for pagetable configurationSai Prakash Ranjan1-0/+1
2020-11-25iommu: Handle freelists when using deferred flushing in iommu driversTom Murphy1-0/+1
2020-10-14Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-17/+28
2020-10-01iommu/uapi: Handle data and argsz filled by usersJacob Pan1-9/+19
2020-10-01iommu/uapi: Rename uapi functionsJacob Pan1-15/+16
2020-09-17drm, iommu: Change type of pasid to u32Fenghua Yu1-5/+5
2020-09-04iommu: Rename iommu_tlb_* functions to iommu_iotlb_*Tom Murphy1-5/+5
2020-07-29Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/exynos', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-22/+16
2020-07-08iommu: Remove unused IOMMU_SYS_CACHE_ONLY flagWill Deacon1-6/+0
2020-06-30iommu: Move sg_table wrapper out of CONFIG_IOMMU_SUPPORTMarek Szyprowski1-16/+16
2020-06-08Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-47/+16
2020-06-02Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v', 'core' and 'x86/amd' into nextJoerg Roedel1-47/+16
2020-05-29iommu: Remove iommu_sva_ops::mm_exit()Jean-Philippe Brucker1-30/+0
2020-05-15iommu: Remove functions that support private domainSai Praneeth Prakhya1-12/+0
2020-05-13iommu: add generic helper for mapping sgtable objectsMarek Szyprowski1-0/+16
2020-05-05iommu: Unexport iommu_group_get_for_dev()Joerg Roedel1-1/+0
2020-05-05iommu: Remove add_device()/remove_device() code-pathsJoerg Roedel1-4/+0
2020-05-05iommu: Export bus_iommu_probe() and make is safe for re-probingJoerg Roedel1-0/+1
2020-05-05iommu: Add probe_device() and release_device() call-backsJoerg Roedel1-0/+9
2020-05-05iommu: Add def_domain_type() callback in iommu_opsSai Praneeth Prakhya1-0/+6
2020-03-27iommu: Move fwspec->iommu_priv to struct dev_iommuJoerg Roedel1-3/+4
2020-03-27iommu: Introduce accessors for iommu private dataJoerg Roedel1-0/+10