aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+24
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextGravatar Jason Gunthorpe 1-3/+5
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Gravatar Joerg Roedel 1-86/+85
2023-02-18iommu: Attach device group to old domain in error pathGravatar Vasant Hegde 1-1/+15
2023-02-16iommu: Fix error unwind in iommu_group_alloc()Gravatar Jason Gunthorpe 1-2/+6
2023-01-30Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...Gravatar Jason Gunthorpe 1-33/+20
2023-01-25Merge branch 'iommu-memory-accounting' into coreGravatar Joerg Roedel 1-33/+20
2023-01-25iommu: Add a gfp parameter to iommu_map_sg()Gravatar Jason Gunthorpe 1-16/+10
2023-01-25iommu: Remove iommu_map_atomic()Gravatar Jason Gunthorpe 1-7/+0
2023-01-25iommu: Add a gfp parameter to iommu_map()Gravatar Jason Gunthorpe 1-11/+11
2023-01-13iommu: Remove detach_dev callbackGravatar Lu Baolu 1-32/+4
2023-01-13iommu: Remove deferred attach check from __iommu_detach_device()Gravatar Jason Gunthorpe 1-34/+36
2023-01-13iommu: Add set_platform_dma_ops iommu opsGravatar Lu Baolu 1-4/+24
2023-01-13iommu: Fix refcount leak in iommu_device_claim_dma_ownerGravatar Miaoqian Lin 1-3/+5
2023-01-11iommu: Remove IOMMU_CAP_INTR_REMAPGravatar Jason Gunthorpe 1-4/+2
2023-01-11iommu: Add iommu_group_has_isolated_msi()Gravatar Jason Gunthorpe 1-0/+26
2022-12-19Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-6/+22
2022-11-29iommu: Add device-centric DMA ownership interfacesGravatar Lu Baolu 1-26/+95
2022-11-19iommu: Avoid races around device probeGravatar Robin Murphy 1-6/+22
2022-11-03Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/io...Gravatar Joerg Roedel 1-0/+24
2022-11-03iommu: Rename iommu-sva-lib.{c,h}Gravatar Lu Baolu 1-1/+1
2022-11-03iommu: Prepare IOMMU domain for IOPFGravatar Lu Baolu 1-0/+4
2022-11-03iommu/sva: Refactoring iommu_sva_bind/unbind_device()Gravatar Lu Baolu 1-91/+0
2022-11-03iommu: Add IOMMU SVA domain supportGravatar Lu Baolu 1-0/+20
2022-11-03iommu: Add attach/detach_dev_pasid iommu interfacesGravatar Lu Baolu 1-4/+137
2022-11-03iommu: Remove SVM_FLAG_SUPERVISOR_MODE supportGravatar Lu Baolu 1-3/+2
2022-11-03iommu: Add max_pasids field in struct dev_iommuGravatar Lu Baolu 1-0/+20
2022-11-01iommu: Add return value rules to attach_dev op and APIsGravatar Nicolin Chen 1-0/+24
2022-10-21iommu: Add gfp parameter to iommu_alloc_resv_regionGravatar Lu Baolu 1-3/+4
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Gravatar Joerg Roedel 1-92/+83
2022-09-11iommu: Fix false ownership failure on AMD systems with PASID activatedGravatar Jason Gunthorpe 1-2/+19
2022-09-09iommu/dma: Make header privateGravatar Robin Murphy 1-1/+2
2022-09-07iommu: Clean up bus_set_iommu()Gravatar Robin Murphy 1-24/+0
2022-09-07iommu: Move bus setup to IOMMU device registrationGravatar Robin Murphy 1-25/+30
2022-09-07iommu: Always register bus notifiersGravatar Robin Murphy 1-35/+37
2022-09-07iommu: Retire iommu_capable()Gravatar Robin Murphy 1-10/+1
2022-09-07iommu: Remove duplicate ida_free in iommu_group_allocGravatar Yuan Can 1-1/+0
2022-09-07iommu: Do not dereference fwnode in struct deviceGravatar Andy Shevchenko 1-1/+1
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Gravatar Linus Torvalds 1-0/+4
2022-07-26iommu: Explicitly skip bus address marked segments in __iommu_map_sg()Gravatar Logan Gunthorpe 1-0/+4
2022-07-15iommu: remove the put_resv_regions methodGravatar Christoph Hellwig 1-17/+4
2022-07-15iommu: remove iommu_dev_feature_enabledGravatar Christoph Hellwig 1-13/+0
2022-07-06iommu: Make .release_device optionalGravatar Robin Murphy 1-2/+4
2022-07-06iommu: Use dev_iommu_ops() for probe_finalizeGravatar Robin Murphy 1-1/+2
2022-07-06iommu: Introduce a callback to struct iommu_resv_regionGravatar Shameer Kolothum 1-5/+11
2022-06-22iommu: Directly use ida_alloc()/free()Gravatar Ke Liu 1-3/+3
2022-05-20Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Gravatar Joerg Roedel 1-103/+260
2022-05-13iommu: iommu_group_claim_dma_owner() must always assign a domainGravatar Jason Gunthorpe via iommu 1-36/+91
2022-05-04iommu: Make sysfs robust for non-API groupsGravatar Robin Murphy 1-1/+8
2022-04-28iommu: Remove iommu group changes notifierGravatar Lu Baolu 1-75/+0