Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-11-25 | iommu: Handle freelists when using deferred flushing in iommu drivers | Tom Murphy | 1 | -0/+1 |
2020-10-14 | Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -17/+28 |
2020-10-01 | iommu/uapi: Handle data and argsz filled by users | Jacob Pan | 1 | -9/+19 |
2020-10-01 | iommu/uapi: Rename uapi functions | Jacob Pan | 1 | -15/+16 |
2020-09-17 | drm, iommu: Change type of pasid to u32 | Fenghua Yu | 1 | -5/+5 |
2020-09-04 | iommu: Rename iommu_tlb_* functions to iommu_iotlb_* | Tom Murphy | 1 | -5/+5 |
2020-07-29 | Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex... | Joerg Roedel | 1 | -22/+16 |
2020-07-08 | iommu: Remove unused IOMMU_SYS_CACHE_ONLY flag | Will Deacon | 1 | -6/+0 |
2020-06-30 | iommu: Move sg_table wrapper out of CONFIG_IOMMU_SUPPORT | Marek Szyprowski | 1 | -16/+16 |
2020-06-08 | Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -47/+16 |
2020-06-02 | Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v',... | Joerg Roedel | 1 | -47/+16 |
2020-05-29 | iommu: Remove iommu_sva_ops::mm_exit() | Jean-Philippe Brucker | 1 | -30/+0 |
2020-05-15 | iommu: Remove functions that support private domain | Sai Praneeth Prakhya | 1 | -12/+0 |
2020-05-13 | iommu: add generic helper for mapping sgtable objects | Marek Szyprowski | 1 | -0/+16 |
2020-05-05 | iommu: Unexport iommu_group_get_for_dev() | Joerg Roedel | 1 | -1/+0 |
2020-05-05 | iommu: Remove add_device()/remove_device() code-paths | Joerg Roedel | 1 | -4/+0 |
2020-05-05 | iommu: Export bus_iommu_probe() and make is safe for re-probing | Joerg Roedel | 1 | -0/+1 |
2020-05-05 | iommu: Add probe_device() and release_device() call-backs | Joerg Roedel | 1 | -0/+9 |
2020-05-05 | iommu: Add def_domain_type() callback in iommu_ops | Sai Praneeth Prakhya | 1 | -0/+6 |
2020-03-27 | iommu: Move fwspec->iommu_priv to struct dev_iommu | Joerg Roedel | 1 | -3/+4 |
2020-03-27 | iommu: Introduce accessors for iommu private data | Joerg Roedel | 1 | -0/+10 |