summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-301-344/+350
|\
| * iommu: Tidy the control flow in iommu_group_store_type()Jason Gunthorpe2023-05-231-12/+15
| * iommu: Remove __iommu_group_for_each_dev()Jason Gunthorpe2023-05-231-28/+25
| * iommu: Allow IOMMU_RESV_DIRECT to work on ARMJason Gunthorpe2023-05-231-2/+31
| * iommu: Consolidate the default_domain setup to one functionJason Gunthorpe2023-05-231-113/+89
| * iommu: Revise iommu_group_alloc_default_domain()Jason Gunthorpe2023-05-231-34/+37
| * iommu: Consolidate the code to calculate the target default domain typeJason Gunthorpe2023-05-231-53/+35
| * iommu: Remove the assignment of group->domain during default domain allocJason Gunthorpe2023-05-231-4/+0
| * iommu: Do iommu_group_create_direct_mappings() before attachJason Gunthorpe2023-05-231-3/+5
| * iommu: Fix iommu_probe_device() to attach the right domainJason Gunthorpe2023-05-231-20/+24
| * iommu: Replace iommu_group_do_dma_first_attach with __iommu_device_set_domainJason Gunthorpe2023-05-231-12/+5
| * iommu: Remove iommu_group_do_dma_first_attach() from iommu_group_add_device()Jason Gunthorpe2023-05-231-12/+0
| * iommu: Replace __iommu_group_dma_first_attach() with set_domainJason Gunthorpe2023-05-231-21/+11
| * iommu: Use __iommu_group_set_domain() in iommu_change_dev_def_domain()Jason Gunthorpe2023-05-231-3/+3
| * iommu: Use __iommu_group_set_domain() for __iommu_attach_group()Jason Gunthorpe2023-05-231-39/+1
| * iommu: Make __iommu_group_set_domain() handle error unwindJason Gunthorpe2023-05-231-25/+112
| * iommu: Add for_each_group_device()Jason Gunthorpe2023-05-231-6/+10
| * iommu: Replace iommu_group_device_count() with list_count_nodes()Jason Gunthorpe2023-05-231-13/+2
| * iommu: Suppress empty whitespaces in printsFlorian Fainelli2023-05-221-4/+4
| * iommu: Use flush queue capabilityRobin Murphy2023-05-221-1/+2
* | dma-mapping: name SG DMA flag helpers consistentlyRobin Murphy2023-06-201-1/+1
|/
* Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-04-301-204/+143
|\
| *-. Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel2023-04-141-202/+136
| |\ \
| | | * iommu: Remove iommu_group_get_by_id()Jason Gunthorpe2023-04-141-29/+0
| | | * iommu: Make iommu_release_device() staticJason Gunthorpe2023-04-141-1/+2
| | | * iommu: Use sysfs_emit() for sysfs showLu Baolu2023-03-221-16/+15
| | | * iommu: Cleanup iommu_change_dev_def_domain()Lu Baolu2023-03-221-62/+21
| | | * iommu: Replace device_lock() with group->mutexLu Baolu2023-03-221-63/+18
| | | * iommu: Move lock from iommu_change_dev_def_domain() to its callerLu Baolu2023-03-221-15/+14
| | | * iommu: Same critical region for device release and removalLu Baolu2023-03-221-2/+28
| | | * iommu: Split iommu_group_remove_device() into helpersLu Baolu2023-03-221-20/+44
| | | * iommu: Make kobj_type structure constantThomas Weißschuh2023-03-221-1/+1
| | |/
| * / iommu/amd: Set page size bitmap during V2 domain allocationJerry Snitselaar2023-04-131-2/+7
| |/
* | Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-271-0/+4
|\ \
| * | iommu: Add iommu probe for CDX busNipun Gupta2023-03-291-0/+4
| |/
* / iommu: make the pointer to struct bus_type constantGreg Kroah-Hartman2023-03-231-7/+7
|/
* Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-0/+24
|\
| * Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe2023-02-211-3/+5
| |\
| * \ Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...Jason Gunthorpe2023-01-301-33/+20
| |\ \
| * | | iommu: Remove IOMMU_CAP_INTR_REMAPJason Gunthorpe2023-01-111-4/+2
| * | | iommu: Add iommu_group_has_isolated_msi()Jason Gunthorpe2023-01-111-0/+26
| | | |
| \ \ \
*-. \ \ \ Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel2023-02-181-86/+85
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| | * | iommu: Attach device group to old domain in error pathVasant Hegde2023-02-181-1/+15
| | * | iommu: Fix error unwind in iommu_group_alloc()Jason Gunthorpe2023-02-161-2/+6
| | * | Merge branch 'iommu-memory-accounting' into coreJoerg Roedel2023-01-251-33/+20
| | |\|
| | | * iommu: Add a gfp parameter to iommu_map_sg()Jason Gunthorpe2023-01-251-16/+10
| | | * iommu: Remove iommu_map_atomic()Jason Gunthorpe2023-01-251-7/+0
| | | * iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe2023-01-251-11/+11
| | |/ | |/|
| | * iommu: Remove detach_dev callbackLu Baolu2023-01-131-32/+4
| | * iommu: Remove deferred attach check from __iommu_detach_device()Jason Gunthorpe2023-01-131-34/+36