index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-12
iommu/arm-smmu-v3: Replace s1_cfg with cdtab_cfg
Michael Shavit
2
-26
/
+22
2023-10-12
iommu/arm-smmu-v3: Move ctx_desc out of s1_cfg
Michael Shavit
3
-14
/
+17
2023-10-12
iommu/arm-smmu-qcom: Add SM7150 SMMUv2
Danila Tikhonov
1
-0
/
+1
2023-10-12
iommu/arm-smmu-qcom: Add SDM670 MDSS compatible
Richard Acayan
1
-0
/
+1
2023-10-10
iommu/vt-d: Add domain_alloc_user op
Yi Liu
1
-0
/
+28
2023-10-10
iommufd/selftest: Add domain_alloc_user() support in iommu mock
Yi Liu
1
-0
/
+19
2023-10-10
iommufd: Support allocating nested parent domain
Yi Liu
1
-1
/
+4
2023-10-10
iommufd: Flow user flags for domain allocation to domain_alloc_user()
Yi Liu
3
-5
/
+9
2023-10-10
iommufd: Use the domain_alloc_user() op for domain allocation
Yi Liu
1
-4
/
+15
2023-10-06
Revert "iommu: Fix false ownership failure on AMD systems with PASID activated"
Vasant Hegde
1
-19
/
+1
2023-10-06
iommu/amd: Remove unused EXPORT_SYMBOLS
Vasant Hegde
2
-7
/
+0
2023-10-06
iommu/amd: Remove amd_iommu_device_info()
Vasant Hegde
2
-42
/
+8
2023-10-06
iommu/amd: Remove PPR support
Vasant Hegde
3
-59
/
+1
2023-10-06
iommu/amd: Remove iommu_v2 module
Vasant Hegde
5
-1051
/
+0
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-10-02
iommu/dma: Use a large flush queue and timeout for shadow_on_flush
Niklas Schnelle
1
-18
/
+32
2023-10-02
iommu/dma: Allow a single FQ in addition to per-CPU FQs
Niklas Schnelle
2
-39
/
+132
2023-10-02
iommu/s390: Disable deferred flush for ISM devices
Niklas Schnelle
1
-1
/
+3
2023-10-02
s390/pci: Use dma-iommu layer
Niklas Schnelle
2
-43
/
+361
2023-10-02
iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
Niklas Schnelle
9
-24
/
+61
2023-09-25
iommu/vt-d: Avoid memory allocation in iommu_suspend()
Zhang Rui
2
-17
/
+1
2023-09-25
iommu/tegra-smmu: Drop unnecessary error check for for debugfs_create_dir()
Jinjie Ruan
1
-2
/
+0
2023-09-25
iommu: Remove duplicate include
Jiapeng Chong
1
-1
/
+0
2023-09-25
iommu/amd: Initialize iommu_device->max_pasids
Vasant Hegde
2
-10
/
+2
2023-09-25
iommu/amd: Enable device ATS/PASID/PRI capabilities independently
Vasant Hegde
3
-89
/
+120
2023-09-25
iommu/amd: Introduce iommu_dev_data.flags to track device capabilities
Vasant Hegde
2
-19
/
+30
2023-09-25
iommu/amd: Introduce iommu_dev_data.ppr
Suravee Suthikulpanit
2
-6
/
+5
2023-09-25
iommu/amd: Rename ats related variables
Vasant Hegde
2
-19
/
+17
2023-09-25
iommu/amd: Modify logic for checking GT and PPR features
Suravee Suthikulpanit
4
-14
/
+8
2023-09-25
iommu/amd: Consolidate feature detection and reporting logic
Suravee Suthikulpanit
4
-60
/
+54
2023-09-25
iommu/amd: Miscellaneous clean up when free domain
Suravee Suthikulpanit
2
-26
/
+26
2023-09-25
iommu/amd: Do not set amd_iommu_pgtable in pass-through mode
Vasant Hegde
1
-3
/
+0
2023-09-25
iommu/amd: Introduce helper functions for managing GCR3 table
Suravee Suthikulpanit
1
-27
/
+38
2023-09-25
iommu/amd: Refactor protection domain allocation code
Vasant Hegde
1
-23
/
+22
2023-09-25
iommu/amd: Consolidate logic to allocate protection domain
Suravee Suthikulpanit
1
-12
/
+7
2023-09-25
iommu/amd: Consolidate timeout pre-define to amd_iommu_type.h
Suravee Suthikulpanit
3
-8
/
+8
2023-09-25
iommu/amd: Remove unused amd_io_pgtable.pt_root variable
Suravee Suthikulpanit
2
-2
/
+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
1
-47
/
+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
[prev]
[next]