summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/dma: Centralise iommu_setup_dma_ops()Robin Murphy2024-04-261-13/+7
* iommu: Pass domain to remove_dev_pasid() opYi Liu2024-04-121-4/+5
* iommu: Undo pasid attachment only for the devices that have succeededYi Liu2024-04-121-6/+15
* iommu: Validate the PASID in iommu_attach_device_pasid()Jason Gunthorpe2024-03-281-1/+10
*---. Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel2024-03-081-241/+39
|\ \ \
| | | * iommu: constify fwnode in iommu_ops_from_fwnode()Krzysztof Kozlowski2024-03-011-1/+1
| | | * iommu: constify of_phandle_args in xlateKrzysztof Kozlowski2024-03-011-1/+1
| | | * iommu: constify pointer to bus_typeKrzysztof Kozlowski2024-03-011-2/+3
| | | * iommu: Separate SVA and IOPFLu Baolu2024-02-161-133/+0
| | | * iommu: Merge iommu_fault_event and iopf_faultLu Baolu2024-02-161-4/+4
| | | * iommu: Remove iommu_[un]register_device_fault_handler()Lu Baolu2024-02-161-75/+1
| | | * iommu: Merge iopf_device_param into iommu_fault_paramLu Baolu2024-02-161-28/+6
| | | * iommu: Cleanup iopf data structure definitionsLu Baolu2024-02-161-4/+0
| |_|/ |/| |
| | * iommu: Introduce iommu_group_mutex_assert()Vasant Hegde2024-02-091-0/+19
| |/ |/|
| * iommu: Add static iommu_ops->release_domainLu Baolu2024-03-061-4/+15
|/
* iommu: Allow ops->default_domain to work when !CONFIG_IOMMU_DMAJason Gunthorpe2024-02-011-5/+13
* iommu: Mark dev_iommu_priv_set() with a lockdepJason Gunthorpe2023-12-121-0/+9
* iommu: Mark dev_iommu_get() with lockdepJason Gunthorpe2023-12-121-0/+2
* iommu: Set owner token to SVA domainLu Baolu2023-12-121-0/+1
* Merge branch 'iommu/fixes' into coreJoerg Roedel2023-11-271-30/+48
|\
| * iommu: Avoid more races around device probeRobin Murphy2023-11-271-10/+10
| * iommu: Flow ERR_PTR out from __iommu_domain_alloc()Jason Gunthorpe2023-11-271-20/+39
* | iommu: Retire bus opsRobin Murphy2023-11-271-13/+18
* | iommu: Decouple iommu_domain_alloc() from bus opsRobin Murphy2023-11-271-3/+22
* | iommu: Validate that devices match domainsRobin Murphy2023-11-271-0/+10
* | iommu: Decouple iommu_present() from bus opsRobin Murphy2023-11-271-1/+20
* | iommu: Factor out some helpersRobin Murphy2023-11-271-30/+26
|/
*-----. Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel2023-10-271-206/+249
|\ \ \ \
| | | | * iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM returnNiklas Schnelle2023-10-021-4/+16
| | | * | iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domainJason Gunthorpe2023-10-261-0/+2
| | | * | iommu: Fix return code in iommu_group_alloc_default_domain()Jason Gunthorpe2023-10-051-1/+1
| | | * | iommu: Do not use IOMMU_DOMAIN_DMA if CONFIG_IOMMU_DMA is not enabledJason Gunthorpe2023-10-051-0/+12
| | | |/
| | | * iommu: Remove duplicate includeJiapeng Chong2023-09-251-1/+0
| | | * iommu: Improve map/unmap sanity checksRobin Murphy2023-09-251-5/+5
| | | * iommu: Retire map/unmap opsRobin Murphy2023-09-251-47/+13
| | | * iommu: Add generic_single_device_group()Jason Gunthorpe2023-09-251-1/+27
| | | * iommu: Remove useless group refcountingJason Gunthorpe2023-09-251-36/+21
| | | * iommu: Add ops->domain_alloc_paging()Jason Gunthorpe2023-09-251-3/+14
| | | * iommu: Add __iommu_group_domain_alloc()Jason Gunthorpe2023-09-251-30/+29
| | | * iommu: Require a default_domain for all iommu driversJason Gunthorpe2023-09-251-15/+7
| | | * iommu: Remove ops->set_platform_dma_ops()Jason Gunthorpe2023-09-251-25/+5
| | | * iommu: Allow an IDENTITY domain as the default_domain in ARM32Jason Gunthorpe2023-09-251-1/+20
| | | * iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()Jason Gunthorpe2023-09-251-37/+78
| | | * iommu: Add IOMMU_DOMAIN_PLATFORMJason Gunthorpe2023-09-251-0/+13
| | | * iommu: Add iommu_ops->identity_domainJason Gunthorpe2023-09-251-1/+5
| | |/ | |/|
| | * Revert "iommu: Fix false ownership failure on AMD systems with PASID activated"Vasant Hegde2023-10-061-19/+1
| |/
* / iommu: Avoid unnecessary cache invalidationsLu Baolu2023-10-271-1/+2
|/
* Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-09-011-212/+271
|\
| *---. Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...Joerg Roedel2023-08-211-212/+271
| |\ \ \
| | | | * iommu: Remove kernel-doc warningsZhu Wang2023-08-071-2/+2