summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-02iommu/dma: Allow a single FQ in addition to per-CPU FQsNiklas Schnelle3-39/+134
2023-10-02iommu/s390: Disable deferred flush for ISM devicesNiklas Schnelle1-1/+3
2023-10-02s390/pci: Use dma-iommu layerNiklas Schnelle13-939/+402
2023-10-02s390/pci: prepare is_passed_through() for dma-iommuNiklas Schnelle1-4/+11
2023-10-02iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM returnNiklas Schnelle10-26/+63
2023-09-25iommu: Remove duplicate includeJiapeng Chong1-1/+0
2023-09-25iommu/iova: Manage the depot list sizeRobin Murphy1-0/+30
2023-09-25iommu/iova: Make the rcache depot scale betterRobin Murphy1-30/+35
2023-09-25iommu: Improve map/unmap sanity checksRobin Murphy1-5/+5
2023-09-25iommu: Retire map/unmap opsRobin Murphy2-53/+13
2023-09-25iommu/tegra-smmu: Update to {map,unmap}_pagesRobin Murphy1-4/+8
2023-09-25iommu/sun50i: Update to {map,unmap}_pagesRobin Murphy1-4/+6
2023-09-25iommu/rockchip: Update to {map,unmap}_pagesRobin Murphy1-4/+7
2023-09-25iommu/omap: Update to {map,unmap}_pagesRobin Murphy1-4/+7
2023-09-25iommu/exynos: Update to {map,unmap}_pagesRobin Murphy1-4/+6
2023-09-25iommu/omap: Convert to generic_single_device_group()Jason Gunthorpe2-27/+5
2023-09-25iommu/ipmmu-vmsa: Convert to generic_single_device_group()Jason Gunthorpe1-17/+5
2023-09-25iommu/rockchip: Convert to generic_single_device_group()Jason Gunthorpe1-20/+2
2023-09-25iommu/sprd: Convert to generic_single_device_group()Jason Gunthorpe1-22/+2
2023-09-25iommu/sun50i: Convert to generic_single_device_group()Jason Gunthorpe1-23/+6
2023-09-25iommu: Add generic_single_device_group()Jason Gunthorpe2-1/+30
2023-09-25iommu: Remove useless group refcountingJason Gunthorpe1-36/+21
2023-09-25iommu: Convert remaining simple drivers to domain_alloc_paging()Jason Gunthorpe4-20/+8
2023-09-25iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()Jason Gunthorpe8-40/+17
2023-09-25iommu: Add ops->domain_alloc_paging()Jason Gunthorpe2-3/+17
2023-09-25iommu: Add __iommu_group_domain_alloc()Jason Gunthorpe1-30/+29
2023-09-25iommu: Require a default_domain for all iommu driversJason Gunthorpe1-15/+7
2023-09-25iommu/sun50i: Add an IOMMU_IDENTITIY_DOMAINJason Gunthorpe1-7/+19
2023-09-25iommu/mtk_iommu: Add an IOMMU_IDENTITIY_DOMAINJason Gunthorpe1-0/+23
2023-09-25iommu/ipmmu: Add an IOMMU_IDENTITIY_DOMAINJason Gunthorpe1-0/+43
2023-09-25iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAINJason Gunthorpe1-0/+39
2023-09-25iommu: Remove ops->set_platform_dma_ops()Jason Gunthorpe2-29/+5
2023-09-25iommu/msm: Implement an IDENTITY domainJason Gunthorpe1-4/+19
2023-09-25iommu/omap: Implement an IDENTITY domainJason Gunthorpe1-3/+18
2023-09-25iommu/tegra-smmu: Support DMA domains in tegraJason Gunthorpe1-1/+1
2023-09-25iommu/tegra-smmu: Implement an IDENTITY domainJason Gunthorpe1-5/+32
2023-09-25iommu/exynos: Implement an IDENTITY domainJason Gunthorpe1-34/+32
2023-09-25iommu: Allow an IDENTITY domain as the default_domain in ARM32Jason Gunthorpe3-23/+20
2023-09-25iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()Jason Gunthorpe1-37/+78
2023-09-25iommu/mtk_iommu_v1: Implement an IDENTITY domainJason Gunthorpe1-2/+19
2023-09-25iommu/tegra-gart: Remove tegra-gartJason Gunthorpe8-473/+0
2023-09-25iommu/fsl_pamu: Implement a PLATFORM domainJason Gunthorpe1-3/+38
2023-09-25iommu: Add IOMMU_DOMAIN_PLATFORM for S390Jason Gunthorpe1-2/+19
2023-09-25powerpc/iommu: Setup a default domain and remove set_platform_dma_opsJason Gunthorpe1-21/+17
2023-09-25iommu: Add IOMMU_DOMAIN_PLATFORMJason Gunthorpe3-9/+26
2023-09-25iommu: Add iommu_ops->identity_domainJason Gunthorpe4-14/+9
2023-09-25Linux 6.6-rc3v6.6-rc3Linus Torvalds1-1/+1
2023-09-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds20-161/+209
2023-09-24Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-30/+85
2023-09-24Merge tag 'cxl-fixes-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-33/+60