summaryrefslogtreecommitdiffstats
path: root/include/linux/iommu.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-31/+114
|\
| * iommu: Add device-centric DMA ownership interfacesLu Baolu2022-11-291-0/+12
| * iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCYJason Gunthorpe2022-11-291-0/+5
| * Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/io...Joerg Roedel2022-11-031-0/+12
| |\
| | * iommu: Add return value rules to attach_dev op and APIsNicolin Chen2022-11-011-0/+12
| * | iommu: Prepare IOMMU domain for IOPFLu Baolu2022-11-031-0/+3
| * | iommu: Remove SVA related callbacks from iommu opsLu Baolu2022-11-031-7/+0
| * | iommu/sva: Refactoring iommu_sva_bind/unbind_device()Lu Baolu2022-11-031-20/+23
| * | iommu: Add IOMMU SVA domain supportLu Baolu2022-11-031-2/+23
| * | iommu: Add attach/detach_dev_pasid iommu interfacesLu Baolu2022-11-031-0/+32
| * | iommu: Remove SVM_FLAG_SUPERVISOR_MODE supportLu Baolu2022-11-031-5/+3
| * | iommu: Add max_pasids field in struct dev_iommuLu Baolu2022-11-031-0/+2
| * | iommu: Add max_pasids field in struct iommu_deviceLu Baolu2022-11-031-0/+2
| |/
* | iommu/tegra: Add tegra_dev_iommu_get_stream_id() helperThierry Reding2022-12-071-0/+21
* | iommu: Add note about struct iommu_fwspec usageThierry Reding2022-12-071-0/+4
|/
* iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu2022-10-211-1/+1
* iommu/dma: Move public interfaces to linux/iommu.hRobin Murphy2022-09-071-0/+36
* iommu: Clean up bus_set_iommu()Robin Murphy2022-09-071-1/+0
* iommu: Retire iommu_capable()Robin Murphy2022-09-071-7/+1
* iommu: Remove comment of dev_has_feat in struct docYuan Can2022-09-071-1/+1
* iommu: remove the put_resv_regions methodChristoph Hellwig2022-07-151-4/+0
* iommu: remove iommu_dev_feature_enabledChristoph Hellwig2022-07-151-9/+0
* iommu: remove the unused dev_has_feat methodChristoph Hellwig2022-07-151-3/+1
* ACPI/IORT: Add support to retrieve IORT RMR reserved regionsShameer Kolothum2022-07-061-0/+8
* iommu: Introduce a callback to struct iommu_resv_regionShameer Kolothum2022-07-061-0/+2
*-. Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel2022-05-201-25/+44
|\ \
| | * iommu: Remove iommu group changes notifierLu Baolu2022-04-281-23/+0
| | * iommu: Add DMA ownership management interfacesLu Baolu2022-04-281-0/+31
| |/ |/|
| * iommu: Redefine IOMMU_CAP_CACHE_COHERENCY as the cap flag for IOMMU_CACHEJason Gunthorpe2022-04-281-2/+1
| * iommu: Introduce the domain op enforce_cache_coherency()Jason Gunthorpe2022-04-281-0/+4
| * iommu: Add capability for pre-boot DMA protectionRobin Murphy2022-04-281-0/+2
| * iommu: Introduce device_iommu_capable()Robin Murphy2022-04-281-0/+6
|/
* iommu: Split struct iommu_opsLu Baolu2022-02-281-38/+53
* iommu: Remove unused argument in is_attach_deferredLu Baolu2022-02-281-1/+1
* iommu: Use right way to retrieve iommu_opsLu Baolu2022-02-281-0/+11
* iommu: Remove apply_resv_regionLu Baolu2022-02-281-4/+0
* iommu: Remove aux-domain related interfaces and iommu_opsLu Baolu2022-02-281-29/+0
* iommu: Remove guest pasid related interfaces and definitionsLu Baolu2022-02-281-44/+0
* iommu/vt-d: Use put_pages_listMatthew Wilcox (Oracle)2021-12-201-1/+2
* Merge tag 'iommu-updates-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-09-031-16/+98
|\
| *-----. Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel2021-08-201-16/+98
| |\ \ \ \
| | | | | * iommu/io-pgtable: Abstract iommu_iotlb_gather accessRobin Murphy2021-08-201-0/+10
| | | | |/
| | | | * iommu: Express DMA strictness via the domain typeRobin Murphy2021-08-181-1/+0
| | | | * iommu: Introduce explicit type for non-strict DMA domainsRobin Murphy2021-08-181-0/+11
| | | | * iommu: Indicate queued flushes via gather dataRobin Murphy2021-08-181-1/+7
| | | | * iommu: Pull IOVA cookie management into the coreRobin Murphy2021-08-181-1/+2
| | | |/ | | |/|
| | | * Merge remote-tracking branch 'korg/core' into x86/amdJoerg Roedel2021-08-021-1/+10
| | | |\ | | | |/ | | |/|
| | | * iommu: Factor iommu_iotlb_gather_is_disjoint() outNadav Amit2021-08-021-8/+26
| | | * iommu: Improve iommu_iotlb_gather helpersRobin Murphy2021-08-021-5/+33
| | |/ | |/|
| | * iommu: Remove mode argument from iommu_set_dma_strict()John Garry2021-07-261-1/+1