summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-02Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-212/+271
2023-08-21Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...Joerg Roedel1-212/+271
2023-08-15iommufd/selftest: Make the mock iommu driver into a real driverJason Gunthorpe1-0/+43
2023-08-09iommu: Prevent RESV_DIRECT devices from blocking domainsLu Baolu1-10/+27
2023-08-09iommu: Move global PASID allocation from SVA to coreJacob Pan1-0/+28
2023-08-07iommu: Remove kernel-doc warningsZhu Wang1-2/+2
2023-07-26iommu: Introduce a new iommu_group_replace_domain() APINicolin Chen1-0/+27
2023-07-26iommu: Export iommu_get_resv_regions()Jason Gunthorpe1-1/+10
2023-07-14iommu: Optimise PCI SAC address trickRobin Murphy1-0/+3
2023-07-14iommu: Avoid locking/unlocking for iommu_probe_device()Jason Gunthorpe1-43/+35
2023-07-14iommu: Split iommu_group_add_device()Jason Gunthorpe1-23/+43
2023-07-14iommu: Always destroy the iommu_group during iommu_release_device()Jason Gunthorpe1-6/+6
2023-07-14iommu: Move the iommu driver sysfs setup into iommu_init/deinit_device()Jason Gunthorpe1-4/+9
2023-07-14iommu: Add iommu_init/deinit_device() paired functionsJason Gunthorpe1-79/+112
2023-07-14iommu: Simplify the __iommu_group_remove_device() flowJason Gunthorpe1-44/+39
2023-07-14iommu: Inline iommu_group_get_for_dev() into __iommu_probe_device()Jason Gunthorpe1-41/+9
2023-07-14iommu: Use iommu_group_ref_get/put() for dev->iommu_groupJason Gunthorpe1-3/+2
2023-07-14iommu: Have __iommu_probe_device() check for already probed devicesJason Gunthorpe1-10/+9
2023-07-14iommu: Fix crash during syfs iommu_groups/N/typeJason Gunthorpe1-13/+14
2023-06-30Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-344/+350
2023-06-20dma-mapping: name SG DMA flag helpers consistentlyRobin Murphy1-1/+1
2023-05-23iommu: Tidy the control flow in iommu_group_store_type()Jason Gunthorpe1-12/+15
2023-05-23iommu: Remove __iommu_group_for_each_dev()Jason Gunthorpe1-28/+25
2023-05-23iommu: Allow IOMMU_RESV_DIRECT to work on ARMJason Gunthorpe1-2/+31
2023-05-23iommu: Consolidate the default_domain setup to one functionJason Gunthorpe1-113/+89
2023-05-23iommu: Revise iommu_group_alloc_default_domain()Jason Gunthorpe1-34/+37
2023-05-23iommu: Consolidate the code to calculate the target default domain typeJason Gunthorpe1-53/+35
2023-05-23iommu: Remove the assignment of group->domain during default domain allocJason Gunthorpe1-4/+0
2023-05-23iommu: Do iommu_group_create_direct_mappings() before attachJason Gunthorpe1-3/+5
2023-05-23iommu: Fix iommu_probe_device() to attach the right domainJason Gunthorpe1-20/+24
2023-05-23iommu: Replace iommu_group_do_dma_first_attach with __iommu_device_set_domainJason Gunthorpe1-12/+5
2023-05-23iommu: Remove iommu_group_do_dma_first_attach() from iommu_group_add_device()Jason Gunthorpe1-12/+0
2023-05-23iommu: Replace __iommu_group_dma_first_attach() with set_domainJason Gunthorpe1-21/+11
2023-05-23iommu: Use __iommu_group_set_domain() in iommu_change_dev_def_domain()Jason Gunthorpe1-3/+3
2023-05-23iommu: Use __iommu_group_set_domain() for __iommu_attach_group()Jason Gunthorpe1-39/+1
2023-05-23iommu: Make __iommu_group_set_domain() handle error unwindJason Gunthorpe1-25/+112
2023-05-23iommu: Add for_each_group_device()Jason Gunthorpe1-6/+10
2023-05-23iommu: Replace iommu_group_device_count() with list_count_nodes()Jason Gunthorpe1-13/+2
2023-05-22iommu: Suppress empty whitespaces in printsFlorian Fainelli1-4/+4
2023-05-22iommu: Use flush queue capabilityRobin Murphy1-1/+2
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-204/+143
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel1-202/+136
2023-04-14iommu: Remove iommu_group_get_by_id()Jason Gunthorpe1-29/+0
2023-04-14iommu: Make iommu_release_device() staticJason Gunthorpe1-1/+2
2023-04-13iommu/amd: Set page size bitmap during V2 domain allocationJerry Snitselaar1-2/+7
2023-03-29iommu: Add iommu probe for CDX busNipun Gupta1-0/+4
2023-03-23iommu: make the pointer to struct bus_type constantGreg Kroah-Hartman1-7/+7
2023-03-22iommu: Use sysfs_emit() for sysfs showLu Baolu1-16/+15
2023-03-22iommu: Cleanup iommu_change_dev_def_domain()Lu Baolu1-62/+21