summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-5/+5
* iommu: Rename ops->domain_alloc_user() to domain_alloc_paging_flags()Jason Gunthorpe2024-11-221-2/+2
*---. Merge branches 'intel/vt-d', 'amd/amd-vi' and 'iommufd/arm-smmuv3-nested' int...Joerg Roedel2024-11-151-11/+2
|\ \ \
| | | * vfio: Remove VFIO_TYPE1_NESTING_IOMMUJason Gunthorpe2024-11-051-10/+0
| * | | iommu: Pass old domain to set_dev_pasid opYi Liu2024-11-081-1/+2
| | |/ | |/|
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'arm/smmu', 'mediatek', 's390', 'ti/omap', 'riscv' and 'core' ...Joerg Roedel2024-11-151-126/+124
|\ \ \ \ \ | |_|_|/ / |/| | | / | | | |/
| | | * iommu: Create __iommu_alloc_identity_domain()Jason Gunthorpe2024-10-291-41/+28
| | | * iommu: Put domain allocation in __iommu_group_alloc_blocking_domain()Jason Gunthorpe2024-10-291-12/+13
| | | * iommu: Add new flag to explictly request PASID capable domainJason Gunthorpe2024-10-291-11/+45
| | | * iommu: Introduce iommu_paging_domain_alloc_flags()Jason Gunthorpe2024-10-291-5/+27
| | | * iommu: Refactor __iommu_domain_alloc()Jason Gunthorpe2024-10-291-21/+25
| | | * iommu: Remove iommu_domain_alloc()Lu Baolu2024-10-291-36/+0
| | | * iommu: Remove useless flush from iommu_create_device_direct_mappings()Jason Gunthorpe2024-10-291-4/+0
| | | * iommu: Remove iommu_present()Lu Baolu2024-10-151-25/+0
| | | * iommu: Reorganize kerneldoc parameter namesJulia Lawall2024-10-151-1/+1
| |_|/ |/| |
| | * iommu: Make bus_iommu_probe() staticRobin Murphy2024-10-301-1/+2
| |/ |/|
| * iommu: Add a kdoc to iommu_unmap()Jason Gunthorpe2024-11-061-0/+14
|/
* iommu: Set iommu_attach_handle->domain in coreYi Liu2024-09-121-0/+1
* Merge branch 'iommu/iommufd/paging-domain-alloc' into iommu/nextWill Deacon2024-07-121-0/+20
|\
| * iommu: Add iommu_paging_domain_alloc() interfaceLu Baolu2024-07-041-0/+20
* | Merge branch 'iommu/iommufd/attach-handles' into iommu/nextWill Deacon2024-07-121-42/+143
|\ \
| * | iommu: Extend domain attach group with handle supportLu Baolu2024-07-041-0/+103
| * | iommu: Add attach handle to struct iopf_groupLu Baolu2024-07-041-39/+0
| * | iommu: Remove sva handle listLu Baolu2024-07-041-0/+31
| * | iommu: Introduce domain attachment handleLu Baolu2024-07-041-10/+16
| |/
* | iommu: Remove iommu_fwspec opsRobin Murphy2024-07-041-9/+2
* | iommu: Resolve fwspec ops automaticallyRobin Murphy2024-07-041-3/+6
|/
* 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