aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-29Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-344/+350
2023-06-19dma-mapping: name SG DMA flag helpers consistentlyGravatar Robin Murphy 1-1/+1
2023-05-23iommu: Tidy the control flow in iommu_group_store_type()Gravatar Jason Gunthorpe 1-12/+15
2023-05-23iommu: Remove __iommu_group_for_each_dev()Gravatar Jason Gunthorpe 1-28/+25
2023-05-23iommu: Allow IOMMU_RESV_DIRECT to work on ARMGravatar Jason Gunthorpe 1-2/+31
2023-05-23iommu: Consolidate the default_domain setup to one functionGravatar Jason Gunthorpe 1-113/+89
2023-05-23iommu: Revise iommu_group_alloc_default_domain()Gravatar Jason Gunthorpe 1-34/+37
2023-05-23iommu: Consolidate the code to calculate the target default domain typeGravatar Jason Gunthorpe 1-53/+35
2023-05-23iommu: Remove the assignment of group->domain during default domain allocGravatar Jason Gunthorpe 1-4/+0
2023-05-23iommu: Do iommu_group_create_direct_mappings() before attachGravatar Jason Gunthorpe 1-3/+5
2023-05-23iommu: Fix iommu_probe_device() to attach the right domainGravatar Jason Gunthorpe 1-20/+24
2023-05-23iommu: Replace iommu_group_do_dma_first_attach with __iommu_device_set_domainGravatar Jason Gunthorpe 1-12/+5
2023-05-23iommu: Remove iommu_group_do_dma_first_attach() from iommu_group_add_device()Gravatar Jason Gunthorpe 1-12/+0
2023-05-23iommu: Replace __iommu_group_dma_first_attach() with set_domainGravatar Jason Gunthorpe 1-21/+11
2023-05-23iommu: Use __iommu_group_set_domain() in iommu_change_dev_def_domain()Gravatar Jason Gunthorpe 1-3/+3
2023-05-23iommu: Use __iommu_group_set_domain() for __iommu_attach_group()Gravatar Jason Gunthorpe 1-39/+1
2023-05-23iommu: Make __iommu_group_set_domain() handle error unwindGravatar Jason Gunthorpe 1-25/+112
2023-05-23iommu: Add for_each_group_device()Gravatar Jason Gunthorpe 1-6/+10
2023-05-23iommu: Replace iommu_group_device_count() with list_count_nodes()Gravatar Jason Gunthorpe 1-13/+2
2023-05-22iommu: Suppress empty whitespaces in printsGravatar Florian Fainelli 1-4/+4
2023-05-22iommu: Use flush queue capabilityGravatar Robin Murphy 1-1/+2
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-204/+143
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+4
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Gravatar Joerg Roedel 1-202/+136
2023-04-14iommu: Remove iommu_group_get_by_id()Gravatar Jason Gunthorpe 1-29/+0
2023-04-14iommu: Make iommu_release_device() staticGravatar Jason Gunthorpe 1-1/+2
2023-04-13iommu/amd: Set page size bitmap during V2 domain allocationGravatar Jerry Snitselaar 1-2/+7
2023-03-29iommu: Add iommu probe for CDX busGravatar Nipun Gupta 1-0/+4
2023-03-23iommu: make the pointer to struct bus_type constantGravatar Greg Kroah-Hartman 1-7/+7
2023-03-22iommu: Use sysfs_emit() for sysfs showGravatar Lu Baolu 1-16/+15
2023-03-22iommu: Cleanup iommu_change_dev_def_domain()Gravatar Lu Baolu 1-62/+21
2023-03-22iommu: Replace device_lock() with group->mutexGravatar Lu Baolu 1-63/+18
2023-03-22iommu: Move lock from iommu_change_dev_def_domain() to its callerGravatar Lu Baolu 1-15/+14
2023-03-22iommu: Same critical region for device release and removalGravatar Lu Baolu 1-2/+28
2023-03-22iommu: Split iommu_group_remove_device() into helpersGravatar Lu Baolu 1-20/+44
2023-03-22iommu: Make kobj_type structure constantGravatar Thomas Weißschuh 1-1/+1
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