aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-27iommu: Avoid more races around device probeGravatar Robin Murphy 1-10/+10
2023-11-27iommu: Flow ERR_PTR out from __iommu_domain_alloc()Gravatar Jason Gunthorpe 1-20/+39
2023-10-27Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Gravatar Joerg Roedel 1-206/+249
2023-10-27iommu: Avoid unnecessary cache invalidationsGravatar Lu Baolu 1-1/+2
2023-10-26iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domainGravatar Jason Gunthorpe 1-0/+2
2023-10-06Revert "iommu: Fix false ownership failure on AMD systems with PASID activated"Gravatar Vasant Hegde 1-19/+1
2023-10-05iommu: Fix return code in iommu_group_alloc_default_domain()Gravatar Jason Gunthorpe 1-1/+1
2023-10-05iommu: Do not use IOMMU_DOMAIN_DMA if CONFIG_IOMMU_DMA is not enabledGravatar Jason Gunthorpe 1-0/+12
2023-10-02iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM returnGravatar Niklas Schnelle 1-4/+16
2023-09-25iommu: Remove duplicate includeGravatar Jiapeng Chong 1-1/+0
2023-09-25iommu: Improve map/unmap sanity checksGravatar Robin Murphy 1-5/+5
2023-09-25iommu: Retire map/unmap opsGravatar Robin Murphy 1-47/+13
2023-09-25iommu: Add generic_single_device_group()Gravatar Jason Gunthorpe 1-1/+27
2023-09-25iommu: Remove useless group refcountingGravatar Jason Gunthorpe 1-36/+21
2023-09-25iommu: Add ops->domain_alloc_paging()Gravatar Jason Gunthorpe 1-3/+14
2023-09-25iommu: Add __iommu_group_domain_alloc()Gravatar Jason Gunthorpe 1-30/+29
2023-09-25iommu: Require a default_domain for all iommu driversGravatar Jason Gunthorpe 1-15/+7
2023-09-25iommu: Remove ops->set_platform_dma_ops()Gravatar Jason Gunthorpe 1-25/+5
2023-09-25iommu: Allow an IDENTITY domain as the default_domain in ARM32Gravatar Jason Gunthorpe 1-1/+20
2023-09-25iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()Gravatar Jason Gunthorpe 1-37/+78
2023-09-25iommu: Add IOMMU_DOMAIN_PLATFORMGravatar Jason Gunthorpe 1-0/+13
2023-09-25iommu: Add iommu_ops->identity_domainGravatar Jason Gunthorpe 1-1/+5
2023-09-01Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-212/+271
2023-08-21Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...Gravatar Joerg Roedel 1-212/+271
2023-08-14iommufd/selftest: Make the mock iommu driver into a real driverGravatar Jason Gunthorpe 1-0/+43
2023-08-09iommu: Prevent RESV_DIRECT devices from blocking domainsGravatar Lu Baolu 1-10/+27
2023-08-09iommu: Move global PASID allocation from SVA to coreGravatar Jacob Pan 1-0/+28
2023-08-07iommu: Remove kernel-doc warningsGravatar Zhu Wang 1-2/+2
2023-07-26iommu: Introduce a new iommu_group_replace_domain() APIGravatar Nicolin Chen 1-0/+27
2023-07-26iommu: Export iommu_get_resv_regions()Gravatar Jason Gunthorpe 1-1/+10
2023-07-14iommu: Optimise PCI SAC address trickGravatar Robin Murphy 1-0/+3
2023-07-14iommu: Avoid locking/unlocking for iommu_probe_device()Gravatar Jason Gunthorpe 1-43/+35
2023-07-14iommu: Split iommu_group_add_device()Gravatar Jason Gunthorpe 1-23/+43
2023-07-14iommu: Always destroy the iommu_group during iommu_release_device()Gravatar Jason Gunthorpe 1-6/+6
2023-07-14iommu: Move the iommu driver sysfs setup into iommu_init/deinit_device()Gravatar Jason Gunthorpe 1-4/+9
2023-07-14iommu: Add iommu_init/deinit_device() paired functionsGravatar Jason Gunthorpe 1-79/+112
2023-07-14iommu: Simplify the __iommu_group_remove_device() flowGravatar Jason Gunthorpe 1-44/+39
2023-07-14iommu: Inline iommu_group_get_for_dev() into __iommu_probe_device()Gravatar Jason Gunthorpe 1-41/+9
2023-07-14iommu: Use iommu_group_ref_get/put() for dev->iommu_groupGravatar Jason Gunthorpe 1-3/+2
2023-07-14iommu: Have __iommu_probe_device() check for already probed devicesGravatar Jason Gunthorpe 1-10/+9
2023-07-14iommu: Fix crash during syfs iommu_groups/N/typeGravatar Jason Gunthorpe 1-13/+14
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