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-24
iommufd/selftest: Test IOMMU_HWPT_ALLOC_DIRTY_TRACKING
Joao Martins
1
-1
/
+36
2023-10-24
iommufd/selftest: Expand mock_domain with dev_flags
Joao Martins
2
-2
/
+21
2023-10-24
iommu/vt-d: Access/Dirty bit support for SS domains
Joao Martins
5
-1
/
+232
2023-10-24
iommu/amd: Access/Dirty bit support in IOPTEs
Joao Martins
4
-1
/
+182
2023-10-24
iommu/amd: Add domain_alloc_user based domain allocation
Joao Martins
1
-3
/
+41
2023-10-24
iommufd: Add a flag to skip clearing of IOPTE dirty
Joao Martins
2
-3
/
+9
2023-10-24
iommufd: Add capabilities to IOMMU_GET_HW_INFO
Joao Martins
1
-0
/
+4
2023-10-24
iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAP
Joao Martins
4
-0
/
+149
2023-10-24
iommufd: Add IOMMU_HWPT_SET_DIRTY_TRACKING
Joao Martins
4
-0
/
+93
2023-10-24
iommufd: Add a flag to enforce dirty tracking on attach
Joao Martins
1
-1
/
+3
2023-10-24
iommufd/iova_bitmap: Move symbols to IOMMUFD namespace
Joao Martins
1
-4
/
+4
2023-10-24
vfio: Move iova_bitmap into iommufd
Joao Martins
3
-0
/
+431
2023-10-16
iommu/amd: Remove DMA_FQ type from domain allocation path
Vasant Hegde
1
-1
/
+0
2023-10-16
iommu/virtio: Add __counted_by for struct viommu_request and use struct_size()
Gustavo A. R. Silva
1
-2
/
+2
2023-10-16
iommu/vt-d: debugfs: Support dumping a specified page table
Jingqi Liu
1
-34
/
+119
2023-10-16
iommu/vt-d: debugfs: Create/remove debugfs file per {device, pasid}
Jingqi Liu
3
-5
/
+69
2023-10-16
iommu/vt-d: debugfs: Dump entry pointing to huge page
Jingqi Liu
1
-3
/
+8
2023-10-16
iommu/vt-d: Remove unused function
Jiapeng Chong
1
-9
/
+0
2023-10-12
iommu/arm-smmu-v3-sva: Remove bond refcount
Michael Shavit
1
-11
/
+1
2023-10-12
iommu/arm-smmu-v3-sva: Remove unused iommu_sva handle
Michael Shavit
1
-12
/
+6
2023-10-12
iommu/arm-smmu-v3: Rename cdcfg to cd_table
Michael Shavit
1
-35
/
+35
2023-10-12
iommu/arm-smmu-v3: Update comment about STE liveness
Michael Shavit
1
-1
/
+1
2023-10-12
iommu/arm-smmu-v3: Cleanup arm_smmu_domain_finalise
Michael Shavit
1
-7
/
+3
2023-10-12
iommu/arm-smmu-v3: Move CD table to arm_smmu_master
Michael Shavit
2
-49
/
+58
2023-10-12
iommu/arm-smmu-v3: Refactor write_ctx_desc
Michael Shavit
3
-35
/
+54
2023-10-12
iommu/arm-smmu-v3: move stall_enabled to the cd table
Michael Shavit
2
-5
/
+6
2023-10-12
iommu/arm-smmu-v3: Encapsulate ctx_desc_cfg init in alloc_cd_tables
Michael Shavit
1
-5
/
+4
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
[prev]
[next]