summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-13iommu: Fix refcount leak in iommu_device_claim_dma_ownerMiaoqian Lin1-3/+5
2022-12-19Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+22
2022-11-29iommu: Add device-centric DMA ownership interfacesLu Baolu1-26/+95
2022-11-19iommu: Avoid races around device probeRobin Murphy1-6/+22
2022-11-03Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/io...Joerg Roedel1-0/+24
2022-11-03iommu: Rename iommu-sva-lib.{c,h}Lu Baolu1-1/+1
2022-11-03iommu: Prepare IOMMU domain for IOPFLu Baolu1-0/+4
2022-11-03iommu/sva: Refactoring iommu_sva_bind/unbind_device()Lu Baolu1-91/+0
2022-11-03iommu: Add IOMMU SVA domain supportLu Baolu1-0/+20
2022-11-03iommu: Add attach/detach_dev_pasid iommu interfacesLu Baolu1-4/+137
2022-11-03iommu: Remove SVM_FLAG_SUPERVISOR_MODE supportLu Baolu1-3/+2
2022-11-03iommu: Add max_pasids field in struct dev_iommuLu Baolu1-0/+20
2022-11-01iommu: Add return value rules to attach_dev op and APIsNicolin Chen1-0/+24
2022-10-21iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu1-3/+4
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel1-92/+83
2022-09-11iommu: Fix false ownership failure on AMD systems with PASID activatedJason Gunthorpe1-2/+19
2022-09-09iommu/dma: Make header privateRobin Murphy1-1/+2
2022-09-07iommu: Clean up bus_set_iommu()Robin Murphy1-24/+0
2022-09-07iommu: Move bus setup to IOMMU device registrationRobin Murphy1-25/+30
2022-09-07iommu: Always register bus notifiersRobin Murphy1-35/+37
2022-09-07iommu: Retire iommu_capable()Robin Murphy1-10/+1
2022-09-07iommu: Remove duplicate ida_free in iommu_group_allocYuan Can1-1/+0
2022-09-07iommu: Do not dereference fwnode in struct deviceAndy Shevchenko1-1/+1
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds1-0/+4
2022-07-26iommu: Explicitly skip bus address marked segments in __iommu_map_sg()Logan Gunthorpe1-0/+4
2022-07-15iommu: remove the put_resv_regions methodChristoph Hellwig1-17/+4
2022-07-15iommu: remove iommu_dev_feature_enabledChristoph Hellwig1-13/+0
2022-07-06iommu: Make .release_device optionalRobin Murphy1-2/+4
2022-07-06iommu: Use dev_iommu_ops() for probe_finalizeRobin Murphy1-1/+2
2022-07-06iommu: Introduce a callback to struct iommu_resv_regionShameer Kolothum1-5/+11
2022-06-22iommu: Directly use ida_alloc()/free()Ke Liu1-3/+3
2022-05-20Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel1-103/+260
2022-05-13iommu: iommu_group_claim_dma_owner() must always assign a domainJason Gunthorpe via iommu1-36/+91
2022-05-04iommu: Make sysfs robust for non-API groupsRobin Murphy1-1/+8
2022-04-28iommu: Remove iommu group changes notifierLu Baolu1-75/+0
2022-04-28iommu: Add DMA ownership management interfacesLu Baolu1-3/+150
2022-04-28iommu: Introduce device_iommu_capable()Robin Murphy1-0/+23
2022-02-28iommu: Split struct iommu_opsLu Baolu1-9/+10
2022-02-28iommu: Remove unused argument in is_attach_deferredLu Baolu1-9/+6
2022-02-28iommu: Use right way to retrieve iommu_opsLu Baolu1-25/+25
2022-02-28iommu: Remove apply_resv_regionLu Baolu1-3/+0
2022-02-28iommu: Remove aux-domain related interfaces and iommu_opsLu Baolu1-46/+0
2022-02-28iommu: Remove guest pasid related interfaces and definitionsLu Baolu1-210/+0
2022-01-31iommu: Fix some W=1 warningsJohn Garry1-12/+12
2022-01-31iommu: Fix potential use-after-free during probeVijayanand Jitta1-2/+7
2021-12-06iommu: Extend mutex lock scope in iommu_probe_device()Lu Baolu1-1/+2
2021-11-04Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky1-1/+2
2021-09-28iommu/dma: Unexport IOVA cookie managementRobin Murphy1-2/+1
2021-09-03Merge tag 'iommu-updates-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-52/+143