aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-04Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-2/+1
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky1-1/+2
2021-09-28iommu/dma: Unexport IOVA cookie managementRobin Murphy1-2/+1
2021-09-03Merge tag 'iommu-updates-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-52/+143
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-8/+7
2021-08-20Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-52/+146
2021-08-18iommu: Allow enabling non-strict mode dynamicallyRobin Murphy1-4/+13
2021-08-18iommu: Merge strictness and domain type configsRobin Murphy1-1/+1
2021-08-18iommu: Only log strictness for DMA domainsRobin Murphy1-4/+5
2021-08-18iommu: Expose DMA domain strictness via sysfsRobin Murphy1-0/+2
2021-08-18iommu: Express DMA strictness via the domain typeRobin Murphy1-9/+5
2021-08-18iommu: Introduce explicit type for non-strict DMA domainsRobin Murphy1-2/+6
2021-08-18iommu: Pull IOVA cookie management into the coreRobin Murphy1-0/+7
2021-08-10iommu: Fix race condition during default domain allocationAshish Mhetre1-0/+2
2021-08-09iommu: return full error code from iommu_map_sg[_atomic]()Logan Gunthorpe1-8/+7
2021-08-02iommu: Check if group is NULL before remove deviceFrank Wunderlich1-0/+3
2021-07-26iommu: Streamline iommu_iova_to_phys()Robin Murphy1-1/+4
2021-07-26iommu: Remove mode argument from iommu_set_dma_strict()John Garry1-3/+2
2021-07-26iommu: Enhance IOMMU default DMA mode build optionsZhen Lei1-1/+1
2021-07-26iommu: Print strict or lazy mode at init timeJohn Garry1-0/+5
2021-07-26iommu: Add support for the map_pages() callbackIsaac J. Manjarres1-8/+35
2021-07-26iommu: Hook up '->unmap_pages' driver callbackWill Deacon1-9/+50
2021-07-26iommu: Split 'addr_merge' argument to iommu_pgsize() into separate partsWill Deacon1-4/+6
2021-07-26iommu: Use bitmap to calculate page size in iommu_pgsize()Will Deacon1-19/+12
2021-06-09iommu: Delete a duplicate check in iommu_change_dev_def_domain()Zhen Lei1-3/+0
2021-04-16iommu: Streamline registration interfaceRobin Murphy1-1/+18
2021-04-07iommu: remove iommu_domain_{get,set}_attrChristoph Hellwig1-26/+0
2021-04-07iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFGChristoph Hellwig1-0/+11
2021-04-07iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUERobin Murphy1-9/+21
2021-04-07iommu: remove iommu_set_cmd_line_dma_api and iommu_cmd_line_dma_apiChristoph Hellwig1-18/+5
2021-04-07iommu: remove DOMAIN_ATTR_NESTINGChristoph Hellwig1-0/+10
2021-04-07iommu: remove DOMAIN_ATTR_GEOMETRYChristoph Hellwig1-17/+3
2021-04-07iommu: remove DOMAIN_ATTR_PAGINGChristoph Hellwig1-5/+0
2021-04-07iommu/fsl_pamu: remove ->domain_window_enableChristoph Hellwig1-11/+0
2021-03-18iommu: Check dev->iommu in iommu_dev_xxx functionsShameer Kolothum1-9/+15
2021-02-12Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-26/+28
2021-02-02iommu: Properly pass gfp_t in _iommu_map() to avoid atomic sleepingDouglas Anderson1-1/+1
2021-01-28iommu: use the __iommu_attach_device() directly for deferred attachLianbo Jiang1-0/+10
2021-01-27iommu: Add iova and size as parameters in iotlb_sync_mapYong Wu1-2/+2
2021-01-27iommu: Move iotlb_sync_map out from __iommu_mapYong Wu1-5/+18
2021-01-27iommu: Delete iommu_dev_has_feature()John Garry1-11/+0
2021-01-27iommu: Delete iommu_domain_window_disable()John Garry1-9/+0
2021-01-27iommu: Stop exporting iommu_map_sg_atomic()John Garry1-1/+0
2020-12-08Merge branch 'for-next/iommu/fixes' into for-next/iommu/coreWill Deacon1-4/+6
2020-12-08Merge branch 'for-next/iommu/misc' into for-next/iommu/coreWill Deacon1-8/+20
2020-12-07iommu: Improve the performance for direct_mappingYong Wu1-5/+17
2020-11-26iommu: return error code when it can't get groupYang Yingliang1-1/+3
2020-11-25iommu: Take lock before reading iommu group default domain typeSai Praneeth Prakhya1-0/+2
2020-11-25iommu: Add support to change default domain of an iommu groupSai Praneeth Prakhya1-1/+229
2020-11-25iommu: Move def_domain type check for untrusted device into coreLu Baolu1-9/+7