aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/apple-dart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-15iommu: remove the put_resv_regions methodChristoph Hellwig1-1/+0
2022-07-06iommu: Clean up release_device checksRobin Murphy1-3/+0
2022-05-04iommu/dart: Add missing module owner to ops structureHector Martin1-0/+1
2022-04-28iommu/dart: check return value after calling platform_get_resource()Yang Yingliang1-5/+4
2022-02-28iommu: Split struct iommu_opsLu Baolu1-9/+11
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+28
2021-11-04iommu/dart: Exclude MSI doorbell from PCIe device IOVA rangeMarc Zyngier1-0/+27
2021-10-31Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'arm/tegra', 'iommu/fixes', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-4/+6
2021-10-27iommu/dart: Initialize DART_STREAMS_ENABLESven Peter1-0/+5
2021-10-18iommu/dart: Use kmemdup instead of kzalloc and memcpyWan Jiabing1-2/+1
2021-09-28iommu/dart: Clear sid2group entry when a group is freedSven Peter1-3/+35
2021-09-28iommu/dart: Remove iommu_flush_opsSven Peter1-18/+0
2021-09-28iommu/dart: Clean up IOVA cookie crumbsRobin Murphy1-2/+0
2021-08-12iommu/dart: Add DART iommu driverSven Peter1-0/+923