summaryrefslogtreecommitdiffstats
path: root/include/linux/iommu.h
Commit message (Expand)AuthorAgeFilesLines
* iommu: Streamline registration interfaceRobin Murphy2021-04-161-24/+6
* iommu: Statically set module ownerRobin Murphy2021-04-161-8/+1
*-. Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel2021-04-161-70/+34
|\ \
| | * iommu: remove iommu_domain_{get,set}_attrChristoph Hellwig2021-04-071-36/+0
| | * iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFGChristoph Hellwig2021-04-071-1/+11
| | * iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUERobin Murphy2021-04-071-1/+3
| | * iommu: remove DOMAIN_ATTR_NESTINGChristoph Hellwig2021-04-071-1/+3
| | * iommu: remove DOMAIN_ATTR_GEOMETRYChristoph Hellwig2021-04-071-1/+0
| | * iommu: remove DOMAIN_ATTR_PAGINGChristoph Hellwig2021-04-071-1/+0
| | * iommu/fsl_pamu: enable the liodn when attaching a deviceChristoph Hellwig2021-04-071-1/+0
| | * iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct callChristoph Hellwig2021-04-071-1/+0
| | * iommu/fsl_pamu: remove ->domain_window_enableChristoph Hellwig2021-04-071-17/+0
| | * iommu/fsl_pamu: remove support for multiple windowsChristoph Hellwig2021-04-071-1/+0
| | * iommu/fsl_pamu: remove fsl_pamu_get_domain_attrChristoph Hellwig2021-04-071-4/+0
| | * iommu: remove the unused domain_window_disable methodChristoph Hellwig2021-04-071-2/+0
| | * iommu: Add a page fault handlerJean-Philippe Brucker2021-04-071-0/+2
| | * iommu: Separate IOMMU_DEV_FEAT_IOPF from IOMMU_DEV_FEAT_SVAJean-Philippe Brucker2021-04-071-3/+17
| | * iommu/arm-smmu-v3: Use device properties for pasid-num-bitsJean-Philippe Brucker2021-04-071-2/+0
| | * iommu: Fix comment for struct iommu_fwspecJean-Philippe Brucker2021-04-071-1/+1
| |/ |/|
| * iommu: Fix a boundary issue to avoid performance dropXiang Chen2021-04-071-1/+1
|/
*---. Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel2021-02-121-16/+5
|\ \ \
| | | * iommu: use the __iommu_attach_device() directly for deferred attachLianbo Jiang2021-01-281-0/+1
| | | * iommu: Delete iommu_dev_has_feature()John Garry2021-01-271-7/+0
| | | * iommu: Delete iommu_domain_window_disable()John Garry2021-01-271-6/+0
| | |/ | |/|
| | * iommu: Switch gather->end to the inclusive endYong Wu2021-01-271-2/+2
| | * iommu: Add iova and size as parameters in iotlb_sync_mapYong Wu2021-01-271-1/+2
| |/
* / iommu: Check dev->iommu in dev_iommu_priv_get() before dereferencing itJoerg Roedel2021-02-021-1/+4
|/
* Merge branch 'for-next/iommu/vt-d' into for-next/iommu/coreWill Deacon2020-12-081-0/+1
|\
| * iommu: Handle freelists when using deferred flushing in iommu driversTom Murphy2020-11-251-0/+1
* | iommu/io-pgtable: Add a domain attribute for pagetable configurationSai Prakash Ranjan2020-11-251-0/+1
|/
* Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-17/+28
|\
| * iommu/uapi: Handle data and argsz filled by usersJacob Pan2020-10-011-9/+19
| * iommu/uapi: Rename uapi functionsJacob Pan2020-10-011-15/+16
| * iommu: Rename iommu_tlb_* functions to iommu_iotlb_*Tom Murphy2020-09-041-5/+5
* | drm, iommu: Change type of pasid to u32Fenghua Yu2020-09-171-5/+5
|/
*-. Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Joerg Roedel2020-07-291-22/+16
|\ \
| | * iommu: Move sg_table wrapper out of CONFIG_IOMMU_SUPPORTMarek Szyprowski2020-06-301-16/+16
| |/ |/|
| * iommu: Remove unused IOMMU_SYS_CACHE_ONLY flagWill Deacon2020-07-081-6/+0
|/
* Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-081-47/+16
|\
| *---. Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v',...Joerg Roedel2020-06-021-47/+16
| |\ \ \
| | | | * iommu: Remove iommu_sva_ops::mm_exit()Jean-Philippe Brucker2020-05-291-30/+0
| | | |/ | | |/|
| | | * iommu: Remove functions that support private domainSai Praneeth Prakhya2020-05-151-12/+0
| | |/
| | * iommu: Unexport iommu_group_get_for_dev()Joerg Roedel2020-05-051-1/+0
| | * iommu: Remove add_device()/remove_device() code-pathsJoerg Roedel2020-05-051-4/+0
| | * iommu: Export bus_iommu_probe() and make is safe for re-probingJoerg Roedel2020-05-051-0/+1
| | * iommu: Add probe_device() and release_device() call-backsJoerg Roedel2020-05-051-0/+9
| | * iommu: Add def_domain_type() callback in iommu_opsSai Praneeth Prakhya2020-05-051-0/+6
| |/
* / iommu: add generic helper for mapping sgtable objectsMarek Szyprowski2020-05-131-0/+16
|/
* iommu: Move fwspec->iommu_priv to struct dev_iommuJoerg Roedel2020-03-271-3/+4
* iommu: Introduce accessors for iommu private dataJoerg Roedel2020-03-271-0/+10