summaryrefslogtreecommitdiff
path: root/include/linux/iommu.h
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-28iommu: Introduce device_iommu_capable()Robin Murphy1-0/+6
2022-02-28iommu: Split struct iommu_opsLu Baolu1-38/+53
2022-02-28iommu: Remove unused argument in is_attach_deferredLu Baolu1-1/+1
2022-02-28iommu: Use right way to retrieve iommu_opsLu Baolu1-0/+11
2022-02-28iommu: Remove apply_resv_regionLu Baolu1-4/+0
2022-02-28iommu: Remove aux-domain related interfaces and iommu_opsLu Baolu1-29/+0
2022-02-28iommu: Remove guest pasid related interfaces and definitionsLu Baolu1-44/+0
2021-12-20iommu/vt-d: Use put_pages_listMatthew Wilcox (Oracle)1-1/+2
2021-09-03Merge tag 'iommu-updates-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-16/+98
2021-08-20Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel1-16/+98
2021-08-20iommu/io-pgtable: Abstract iommu_iotlb_gather accessRobin Murphy1-0/+10
2021-08-18iommu: Express DMA strictness via the domain typeRobin Murphy1-1/+0
2021-08-18iommu: Introduce explicit type for non-strict DMA domainsRobin Murphy1-0/+11
2021-08-18iommu: Indicate queued flushes via gather dataRobin Murphy1-1/+7
2021-08-18iommu: Pull IOVA cookie management into the coreRobin Murphy1-1/+2
2021-08-09iommu: return full error code from iommu_map_sg[_atomic]()Logan Gunthorpe1-11/+11
2021-08-02Merge remote-tracking branch 'korg/core' into x86/amdJoerg Roedel1-1/+10
2021-08-02iommu: Factor iommu_iotlb_gather_is_disjoint() outNadav Amit1-8/+26
2021-08-02iommu: Improve iommu_iotlb_gather helpersRobin Murphy1-5/+33