summaryrefslogtreecommitdiff
path: root/include/linux/iommu.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-22iommu: Use flush queue capabilityRobin Murphy1-0/+1
2023-05-22iommu: Add a capability for flush queue supportRobin Murphy1-0/+5
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+13
2023-04-14iommu: Remove iommu_group_get_by_id()Jason Gunthorpe1-6/+0
2023-04-14iommu: Make iommu_release_device() staticJason Gunthorpe1-1/+0
2023-03-31iommu/ioasid: Rename INVALID_IOASIDJacob Pan1-3/+3
2023-03-31iommu/sva: Move PASID helpers to sva codeJacob Pan1-1/+13
2023-03-23iommu: make the pointer to struct bus_type constantGreg Kroah-Hartman1-5/+5
2023-02-25Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-01-30Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...Jason Gunthorpe1-24/+7
2023-01-25Merge branch 'iommu-memory-accounting' into coreJoerg Roedel1-24/+7
2023-01-25iommu: Add a gfp parameter to iommu_map_sg()Jason Gunthorpe1-13/+5
2023-01-25iommu: Remove iommu_map_atomic()Jason Gunthorpe1-9/+0
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe1-2/+2
2023-01-13iommu: Remove detach_dev callbackLu Baolu1-2/+0
2023-01-13iommu: Remove deferred attach check from __iommu_detach_device()Jason Gunthorpe1-0/+2
2023-01-13iommu: Add set_platform_dma_ops iommu opsLu Baolu1-0/+4
2023-01-11iommu: Remove IOMMU_CAP_INTR_REMAPJason Gunthorpe1-1/+0
2023-01-11iommu: Add iommu_group_has_isolated_msi()Jason Gunthorpe1-0/+1
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-31/+114
2022-12-07iommu/tegra: Add tegra_dev_iommu_get_stream_id() helperThierry Reding1-0/+21
2022-12-07iommu: Add note about struct iommu_fwspec usageThierry Reding1-0/+4
2022-11-29iommu: Add device-centric DMA ownership interfacesLu Baolu1-0/+12
2022-11-29iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCYJason Gunthorpe1-0/+5
2022-11-03Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/io...Joerg Roedel1-0/+12
2022-11-03iommu: Prepare IOMMU domain for IOPFLu Baolu1-0/+3
2022-11-03iommu: Remove SVA related callbacks from iommu opsLu Baolu1-7/+0
2022-11-03iommu/sva: Refactoring iommu_sva_bind/unbind_device()Lu Baolu1-20/+23
2022-11-03iommu: Add IOMMU SVA domain supportLu Baolu1-2/+23
2022-11-03iommu: Add attach/detach_dev_pasid iommu interfacesLu Baolu1-0/+32
2022-11-03iommu: Remove SVM_FLAG_SUPERVISOR_MODE supportLu Baolu1-5/+3
2022-11-03iommu: Add max_pasids field in struct dev_iommuLu Baolu1-0/+2
2022-11-03iommu: Add max_pasids field in struct iommu_deviceLu Baolu1-0/+2
2022-11-01iommu: Add return value rules to attach_dev op and APIsNicolin Chen1-0/+12
2022-10-21iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu1-1/+1
2022-09-07iommu/dma: Move public interfaces to linux/iommu.hRobin Murphy1-0/+36
2022-09-07iommu: Clean up bus_set_iommu()Robin Murphy1-1/+0
2022-09-07iommu: Retire iommu_capable()Robin Murphy1-7/+1
2022-09-07iommu: Remove comment of dev_has_feat in struct docYuan Can1-1/+1
2022-07-15iommu: remove the put_resv_regions methodChristoph Hellwig1-4/+0
2022-07-15iommu: remove iommu_dev_feature_enabledChristoph Hellwig1-9/+0
2022-07-15iommu: remove the unused dev_has_feat methodChristoph Hellwig1-3/+1
2022-07-06ACPI/IORT: Add support to retrieve IORT RMR reserved regionsShameer Kolothum1-0/+8
2022-07-06iommu: Introduce a callback to struct iommu_resv_regionShameer Kolothum1-0/+2
2022-05-20Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel1-25/+44
2022-04-28iommu: Redefine IOMMU_CAP_CACHE_COHERENCY as the cap flag for IOMMU_CACHEJason Gunthorpe1-2/+1
2022-04-28iommu: Introduce the domain op enforce_cache_coherency()Jason Gunthorpe1-0/+4
2022-04-28iommu: Remove iommu group changes notifierLu Baolu1-23/+0
2022-04-28iommu: Add DMA ownership management interfacesLu Baolu1-0/+31
2022-04-28iommu: Add capability for pre-boot DMA protectionRobin Murphy1-0/+2