index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
sunzilog.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-26
iommu/dart: Call apple_dart_finalize_domain() as part of alloc_paging()
Jason Gunthorpe
1
-9
/
+19
2023-10-26
iommu/dart: Convert to domain_alloc_paging()
Jason Gunthorpe
1
-8
/
+5
2023-10-26
iommu/dart: Move the blocked domain support to a global static
Jason Gunthorpe
1
-22
/
+32
2023-10-26
iommu/dart: Use static global identity domains
Jason Gunthorpe
1
-11
/
+28
2023-10-26
iommufd: Convert to alloc_domain_paging()
Jason Gunthorpe
1
-8
/
+3
2023-10-26
iommu/vt-d: Use ops->blocked_domain
Jason Gunthorpe
1
-2
/
+1
2023-10-26
iommu/vt-d: Update the definition of the blocking domain
Jason Gunthorpe
1
-2
/
+2
2023-10-26
iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domain
Jason Gunthorpe
3
-8
/
+6
2023-10-16
iommu: change iommu_map_sgtable to return signed values
Dan Carpenter
1
-1
/
+1
2023-10-06
powerpc/iommu: Do not do platform domain attach atctions after probe
Jason Gunthorpe
1
-2
/
+8
2023-10-05
iommu: Fix return code in iommu_group_alloc_default_domain()
Jason Gunthorpe
1
-1
/
+1
2023-10-05
iommu: Do not use IOMMU_DOMAIN_DMA if CONFIG_IOMMU_DMA is not enabled
Jason Gunthorpe
1
-0
/
+12
2023-09-25
iommu: Remove duplicate include
Jiapeng Chong
1
-1
/
+0
2023-09-25
iommu/iova: Manage the depot list size
Robin Murphy
1
-0
/
+30
2023-09-25
iommu/iova: Make the rcache depot scale better
Robin Murphy
1
-30
/
+35
2023-09-25
iommu: Improve map/unmap sanity checks
Robin Murphy
1
-5
/
+5
2023-09-25
iommu: Retire map/unmap ops
Robin Murphy
2
-53
/
+13
2023-09-25
iommu/tegra-smmu: Update to {map,unmap}_pages
Robin Murphy
1
-4
/
+8
2023-09-25
iommu/sun50i: Update to {map,unmap}_pages
Robin Murphy
1
-4
/
+6
2023-09-25
iommu/rockchip: Update to {map,unmap}_pages
Robin Murphy
1
-4
/
+7
2023-09-25
iommu/omap: Update to {map,unmap}_pages
Robin Murphy
1
-4
/
+7
2023-09-25
iommu/exynos: Update to {map,unmap}_pages
Robin Murphy
1
-4
/
+6
2023-09-25
iommu/omap: Convert to generic_single_device_group()
Jason Gunthorpe
2
-27
/
+5
2023-09-25
iommu/ipmmu-vmsa: Convert to generic_single_device_group()
Jason Gunthorpe
1
-17
/
+5
2023-09-25
iommu/rockchip: Convert to generic_single_device_group()
Jason Gunthorpe
1
-20
/
+2
2023-09-25
iommu/sprd: Convert to generic_single_device_group()
Jason Gunthorpe
1
-22
/
+2
2023-09-25
iommu/sun50i: Convert to generic_single_device_group()
Jason Gunthorpe
1
-23
/
+6
2023-09-25
iommu: Add generic_single_device_group()
Jason Gunthorpe
2
-1
/
+30
2023-09-25
iommu: Remove useless group refcounting
Jason Gunthorpe
1
-36
/
+21
2023-09-25
iommu: Convert remaining simple drivers to domain_alloc_paging()
Jason Gunthorpe
4
-20
/
+8
2023-09-25
iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
Jason Gunthorpe
8
-40
/
+17
2023-09-25
iommu: Add ops->domain_alloc_paging()
Jason Gunthorpe
2
-3
/
+17
2023-09-25
iommu: Add __iommu_group_domain_alloc()
Jason Gunthorpe
1
-30
/
+29
2023-09-25
iommu: Require a default_domain for all iommu drivers
Jason Gunthorpe
1
-15
/
+7
2023-09-25
iommu/sun50i: Add an IOMMU_IDENTITIY_DOMAIN
Jason Gunthorpe
1
-7
/
+19
2023-09-25
iommu/mtk_iommu: Add an IOMMU_IDENTITIY_DOMAIN
Jason Gunthorpe
1
-0
/
+23
2023-09-25
iommu/ipmmu: Add an IOMMU_IDENTITIY_DOMAIN
Jason Gunthorpe
1
-0
/
+43
2023-09-25
iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
Jason Gunthorpe
1
-0
/
+39
2023-09-25
iommu: Remove ops->set_platform_dma_ops()
Jason Gunthorpe
2
-29
/
+5
2023-09-25
iommu/msm: Implement an IDENTITY domain
Jason Gunthorpe
1
-4
/
+19
2023-09-25
iommu/omap: Implement an IDENTITY domain
Jason Gunthorpe
1
-3
/
+18
2023-09-25
iommu/tegra-smmu: Support DMA domains in tegra
Jason Gunthorpe
1
-1
/
+1
2023-09-25
iommu/tegra-smmu: Implement an IDENTITY domain
Jason Gunthorpe
1
-5
/
+32
2023-09-25
iommu/exynos: Implement an IDENTITY domain
Jason Gunthorpe
1
-34
/
+32
2023-09-25
iommu: Allow an IDENTITY domain as the default_domain in ARM32
Jason Gunthorpe
3
-23
/
+20
2023-09-25
iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
Jason Gunthorpe
1
-37
/
+78
2023-09-25
iommu/mtk_iommu_v1: Implement an IDENTITY domain
Jason Gunthorpe
1
-2
/
+19
2023-09-25
iommu/tegra-gart: Remove tegra-gart
Jason Gunthorpe
8
-473
/
+0
2023-09-25
iommu/fsl_pamu: Implement a PLATFORM domain
Jason Gunthorpe
1
-3
/
+38
2023-09-25
iommu: Add IOMMU_DOMAIN_PLATFORM for S390
Jason Gunthorpe
1
-2
/
+19
[next]