summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c
Commit message (Expand)AuthorAgeFilesLines
* iommu: Extend mutex lock scope in iommu_probe_device()Lu Baolu2021-12-061-1/+2
* Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-041-2/+1
|\
| * iommu/dma: Unexport IOVA cookie managementRobin Murphy2021-09-281-2/+1
* | treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky2021-10-041-1/+2
|/
* Merge tag 'iommu-updates-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-09-031-52/+143
|\
| *-----. Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel2021-08-201-52/+146
| |\ \ \ \
| | | | | * iommu: Allow enabling non-strict mode dynamicallyRobin Murphy2021-08-181-4/+13
| | | | | * iommu: Merge strictness and domain type configsRobin Murphy2021-08-181-1/+1
| | | | | * iommu: Only log strictness for DMA domainsRobin Murphy2021-08-181-4/+5
| | | | | * iommu: Expose DMA domain strictness via sysfsRobin Murphy2021-08-181-0/+2
| | | | | * iommu: Express DMA strictness via the domain typeRobin Murphy2021-08-181-9/+5
| | | | | * iommu: Introduce explicit type for non-strict DMA domainsRobin Murphy2021-08-181-2/+6
| | | | | * iommu: Pull IOVA cookie management into the coreRobin Murphy2021-08-181-0/+7
| | | |_|/ | | |/| |
| | | * | iommu: Fix race condition during default domain allocationAshish Mhetre2021-08-101-0/+2
| | |/ / | |/| |
| | * | iommu: Streamline iommu_iova_to_phys()Robin Murphy2021-07-261-1/+4
| | * | iommu: Remove mode argument from iommu_set_dma_strict()John Garry2021-07-261-3/+2
| | * | iommu: Enhance IOMMU default DMA mode build optionsZhen Lei2021-07-261-1/+1
| | * | iommu: Print strict or lazy mode at init timeJohn Garry2021-07-261-0/+5
| | * | iommu: Add support for the map_pages() callbackIsaac J. Manjarres2021-07-261-8/+35
| | * | iommu: Hook up '->unmap_pages' driver callbackWill Deacon2021-07-261-9/+50
| | * | iommu: Split 'addr_merge' argument to iommu_pgsize() into separate partsWill Deacon2021-07-261-4/+6
| | * | iommu: Use bitmap to calculate page size in iommu_pgsize()Will Deacon2021-07-261-19/+12
| |/ /
* | | Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-021-8/+7
|\ \ \ | |_|/ |/| |
| * | iommu: return full error code from iommu_map_sg[_atomic]()Logan Gunthorpe2021-08-091-8/+7
| |/
* / iommu: Check if group is NULL before remove deviceFrank Wunderlich2021-08-021-0/+3
|/
* iommu: Delete a duplicate check in iommu_change_dev_def_domain()Zhen Lei2021-06-091-3/+0
* iommu: Streamline registration interfaceRobin Murphy2021-04-161-1/+18
* iommu: remove iommu_domain_{get,set}_attrChristoph Hellwig2021-04-071-26/+0
* iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFGChristoph Hellwig2021-04-071-0/+11
* iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUERobin Murphy2021-04-071-9/+21
* iommu: remove iommu_set_cmd_line_dma_api and iommu_cmd_line_dma_apiChristoph Hellwig2021-04-071-18/+5
* iommu: remove DOMAIN_ATTR_NESTINGChristoph Hellwig2021-04-071-0/+10
* iommu: remove DOMAIN_ATTR_GEOMETRYChristoph Hellwig2021-04-071-17/+3
* iommu: remove DOMAIN_ATTR_PAGINGChristoph Hellwig2021-04-071-5/+0
* iommu/fsl_pamu: remove ->domain_window_enableChristoph Hellwig2021-04-071-11/+0
* iommu: Check dev->iommu in iommu_dev_xxx functionsShameer Kolothum2021-03-181-9/+15
*-. Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel2021-02-121-26/+28
|\ \
| | * iommu: use the __iommu_attach_device() directly for deferred attachLianbo Jiang2021-01-281-0/+10
| | * iommu: Delete iommu_dev_has_feature()John Garry2021-01-271-11/+0
| | * iommu: Delete iommu_domain_window_disable()John Garry2021-01-271-9/+0
| | * iommu: Stop exporting iommu_map_sg_atomic()John Garry2021-01-271-1/+0
| |/ |/|
| * iommu: Properly pass gfp_t in _iommu_map() to avoid atomic sleepingDouglas Anderson2021-02-021-1/+1
| * iommu: Add iova and size as parameters in iotlb_sync_mapYong Wu2021-01-271-2/+2
| * iommu: Move iotlb_sync_map out from __iommu_mapYong Wu2021-01-271-5/+18
|/
* Merge branch 'for-next/iommu/fixes' into for-next/iommu/coreWill Deacon2020-12-081-4/+6
|\
| * iommu: Check return of __iommu_attach_device()Shameer Kolothum2020-11-231-4/+6
* | Merge branch 'for-next/iommu/misc' into for-next/iommu/coreWill Deacon2020-12-081-8/+20
|\ \
| * | iommu: Improve the performance for direct_mappingYong Wu2020-12-071-5/+17
| * | iommu: return error code when it can't get groupYang Yingliang2020-11-261-1/+3
| * | iommu: Modify the description of iommu_sva_unbind_deviceChen Jun2020-11-171-2/+0
| |/