Age | Commit message (Expand) | Author | Files | Lines |
2022-02-28 | iommu: Split struct iommu_ops | Lu Baolu | 1 | -38/+53 |
2022-02-28 | iommu: Remove unused argument in is_attach_deferred | Lu Baolu | 1 | -1/+1 |
2022-02-28 | iommu: Use right way to retrieve iommu_ops | Lu Baolu | 1 | -0/+11 |
2022-02-28 | iommu: Remove apply_resv_region | Lu Baolu | 1 | -4/+0 |
2022-02-28 | iommu: Remove aux-domain related interfaces and iommu_ops | Lu Baolu | 1 | -29/+0 |
2022-02-28 | iommu: Remove guest pasid related interfaces and definitions | Lu Baolu | 1 | -44/+0 |
2021-12-20 | iommu/vt-d: Use put_pages_list | Matthew Wilcox (Oracle) | 1 | -1/+2 |
2021-09-03 | Merge tag 'iommu-updates-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -16/+98 |
2021-08-20 | Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'... | Joerg Roedel | 1 | -16/+98 |
2021-08-20 | iommu/io-pgtable: Abstract iommu_iotlb_gather access | Robin Murphy | 1 | -0/+10 |
2021-08-18 | iommu: Express DMA strictness via the domain type | Robin Murphy | 1 | -1/+0 |
2021-08-18 | iommu: Introduce explicit type for non-strict DMA domains | Robin Murphy | 1 | -0/+11 |
2021-08-18 | iommu: Indicate queued flushes via gather data | Robin Murphy | 1 | -1/+7 |
2021-08-18 | iommu: Pull IOVA cookie management into the core | Robin Murphy | 1 | -1/+2 |
2021-08-09 | iommu: return full error code from iommu_map_sg[_atomic]() | Logan Gunthorpe | 1 | -11/+11 |
2021-08-02 | Merge remote-tracking branch 'korg/core' into x86/amd | Joerg Roedel | 1 | -1/+10 |
2021-08-02 | iommu: Factor iommu_iotlb_gather_is_disjoint() out | Nadav Amit | 1 | -8/+26 |
2021-08-02 | iommu: Improve iommu_iotlb_gather helpers | Robin Murphy | 1 | -5/+33 |
2021-07-26 | iommu: Remove mode argument from iommu_set_dma_strict() | John Garry | 1 | -1/+1 |
2021-07-26 | iommu: Add a map_pages() op for IOMMU drivers | Isaac J. Manjarres | 1 | -0/+5 |
2021-07-26 | iommu: Add an unmap_pages() op for IOMMU drivers | Isaac J. Manjarres | 1 | -0/+4 |
2021-04-16 | iommu: Streamline registration interface | Robin Murphy | 1 | -24/+6 |
2021-04-16 | iommu: Statically set module owner | Robin Murphy | 1 | -8/+1 |
2021-04-16 | Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis... | Joerg Roedel | 1 | -70/+34 |
2021-04-07 | iommu: remove iommu_domain_{get,set}_attr | Christoph Hellwig | 1 | -36/+0 |
2021-04-07 | iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFG | Christoph Hellwig | 1 | -1/+11 |
2021-04-07 | iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE | Robin Murphy | 1 | -1/+3 |
2021-04-07 | iommu: remove DOMAIN_ATTR_NESTING | Christoph Hellwig | 1 | -1/+3 |
2021-04-07 | iommu: remove DOMAIN_ATTR_GEOMETRY | Christoph Hellwig | 1 | -1/+0 |
2021-04-07 | iommu: remove DOMAIN_ATTR_PAGING | Christoph Hellwig | 1 | -1/+0 |
2021-04-07 | iommu/fsl_pamu: enable the liodn when attaching a device | Christoph Hellwig | 1 | -1/+0 |
2021-04-07 | iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct call | Christoph Hellwig | 1 | -1/+0 |
2021-04-07 | iommu/fsl_pamu: remove ->domain_window_enable | Christoph Hellwig | 1 | -17/+0 |
2021-04-07 | iommu/fsl_pamu: remove support for multiple windows | Christoph Hellwig | 1 | -1/+0 |
2021-04-07 | iommu/fsl_pamu: remove fsl_pamu_get_domain_attr | Christoph Hellwig | 1 | -4/+0 |
2021-04-07 | iommu: remove the unused domain_window_disable method | Christoph Hellwig | 1 | -2/+0 |
2021-04-07 | iommu: Add a page fault handler | Jean-Philippe Brucker | 1 | -0/+2 |
2021-04-07 | iommu: Separate IOMMU_DEV_FEAT_IOPF from IOMMU_DEV_FEAT_SVA | Jean-Philippe Brucker | 1 | -3/+17 |
2021-04-07 | iommu/arm-smmu-v3: Use device properties for pasid-num-bits | Jean-Philippe Brucker | 1 | -2/+0 |
2021-04-07 | iommu: Fix comment for struct iommu_fwspec | Jean-Philippe Brucker | 1 | -1/+1 |
2021-04-07 | iommu: Fix a boundary issue to avoid performance drop | Xiang Chen | 1 | -1/+1 |
2021-02-12 | Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in... | Joerg Roedel | 1 | -16/+5 |
2021-02-02 | iommu: Check dev->iommu in dev_iommu_priv_get() before dereferencing it | Joerg Roedel | 1 | -1/+4 |
2021-01-28 | iommu: use the __iommu_attach_device() directly for deferred attach | Lianbo Jiang | 1 | -0/+1 |
2021-01-27 | iommu: Switch gather->end to the inclusive end | Yong Wu | 1 | -2/+2 |
2021-01-27 | iommu: Add iova and size as parameters in iotlb_sync_map | Yong Wu | 1 | -1/+2 |
2021-01-27 | iommu: Delete iommu_dev_has_feature() | John Garry | 1 | -7/+0 |
2021-01-27 | iommu: Delete iommu_domain_window_disable() | John Garry | 1 | -6/+0 |
2020-12-08 | Merge branch 'for-next/iommu/vt-d' into for-next/iommu/core | Will Deacon | 1 | -0/+1 |
2020-11-25 | iommu/io-pgtable: Add a domain attribute for pagetable configuration | Sai Prakash Ranjan | 1 | -0/+1 |