summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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 Gunthorpe1-1/+27
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 Gunthorpe1-3/+14
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 Gunthorpe1-25/+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 Gunthorpe5-445/+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-25iommu: Add IOMMU_DOMAIN_PLATFORMJason Gunthorpe2-9/+18
2023-09-25iommu: Add iommu_ops->identity_domainJason Gunthorpe3-14/+6
2023-09-24Merge tag 'cxl-fixes-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-33/+58
2023-09-23Merge tag 'gpio-fixes-for-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-38/+28
2023-09-23Merge tag 'i2c-for-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-2/+29
2023-09-23mfd: cs42l43: Use correct macro for new-style PM runtime opsCharles Keepax1-2/+2
2023-09-23cxl/acpi: Annotate struct cxl_cxims_data with __counted_byKees Cook1-2/+2
2023-09-23cxl/port: Fix cxl_test register enumeration regressionDan Williams1-4/+9
2023-09-22Merge tag 'thermal-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+5
2023-09-22Merge tag 'acpi-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+1
2023-09-22Merge branch 'acpi-processor'Rafael J. Wysocki1-0/+1
2023-09-22Merge tag 'efi-fixes-for-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+29
2023-09-22Merge tag 'drm-fixes-2023-09-22-2' of git://anongit.freedesktop.org/drm/drmLinus Torvalds22-52/+61
2023-09-22Merge tag 'platform-drivers-x86-v6.6-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-26/+42
2023-09-22i2c: xiic: Correct return value check for xiic_reinit()Daniel Scally1-1/+1
2023-09-22gpio: sim: fix an invalid __free() usageBartosz Golaszewski1-37/+23
2023-09-22Merge tag 'amd-drm-fixes-6.6-2023-09-20' of https://gitlab.freedesktop.org/ag...Dave Airlie7-24/+25
2023-09-22Merge tag 'drm-intel-fixes-2023-09-21' of git://anongit.freedesktop.org/drm/d...Dave Airlie3-3/+5