index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-07
iommu/io-pgtable-arm: Re-use the pgtable walk for iova_to_phys
Rob Clark
1
-37
/
+37
2025-01-07
iommu/io-pgtable-arm: Make pgtable walker more generic
Rob Clark
1
-24
/
+43
2025-01-07
iommu/arm-smmu: Add ACTLR data and support for qcom_smmu_500
Bibek Kumar Patro
1
-0
/
+33
2025-01-07
iommu/arm-smmu: Introduce ACTLR custom prefetcher settings
Bibek Kumar Patro
2
-0
/
+34
2025-01-07
iommu/arm-smmu: Add support for PRR bit setup
Bibek Kumar Patro
2
-0
/
+54
2025-01-07
iommu/arm-smmu: Refactor qcom_smmu structure to include single pointer
Bibek Kumar Patro
3
-3
/
+3
2025-01-07
iommu/arm-smmu: Re-enable context caching in smmu reset operation
Bibek Kumar Patro
2
-2
/
+15
2025-01-07
iommu/vt-d: Link cache tags of same iommu unit together
Zhenzhong Duan
1
-1
/
+10
2025-01-07
iommu/vt-d: Draining PRQ in sva unbind path when FPD bit set
Lu Baolu
2
-1
/
+27
2025-01-07
iommu/vt-d: Remove iommu cap audit
Lu Baolu
5
-366
/
+1
2025-01-07
iommu/vt-d: Remove domain_alloc_paging()
Jason Gunthorpe
1
-16
/
+0
2025-01-07
iommu/vt-d: Avoid use of NULL after WARN_ON_ONCE
Kees Bakker
1
-3
/
+4
2025-01-06
iommu/amd: remove return value of amd_iommu_detect
Gao Shiyuan
1
-6
/
+4
2025-01-06
iommu/msm: Use helper function devm_clk_get_prepared()
Zhang Heng
1
-40
/
+11
2025-01-06
iommu/riscv: Add shutdown function for iommu driver
Xu Lu
4
-2
/
+19
2025-01-06
iommu/riscv: Empty iommu queue before enabling it
Xu Lu
1
-0
/
+6
2024-12-19
iommu/tegra241-cmdqv: Read SMMU IDR1.CMDQS instead of hardcoding
Nicolin Chen
1
-3
/
+5
2024-12-19
iommu/io-pgtable-arm: Fix cfg reading in arm_lpae_concat_mandatory()
Mostafa Saleh
1
-5
/
+6
2024-12-18
iommu: Remove the remove_dev_pasid op
Yi Liu
1
-13
/
+4
2024-12-18
iommu/amd: Make the blocked domain support PASID
Yi Liu
1
-1
/
+9
2024-12-18
iommu/vt-d: Make the blocked domain support PASID
Yi Liu
1
-4
/
+11
2024-12-18
iommu/arm-smmu-v3: Make the blocked domain support PASID
Jason Gunthorpe
1
-6
/
+6
2024-12-18
iommu: Detaching pasid by attaching to the blocked_domain
Yi Liu
1
-2
/
+14
2024-12-18
iommu: Consolidate the ops->remove_dev_pasid usage into a helper
Yi Liu
1
-8
/
+11
2024-12-18
iommu: Prevent pasid attach if no ops->remove_dev_pasid
Yi Liu
1
-5
/
+8
2024-12-18
iommu/amd: Remove amd_iommu_apply_erratum_63()
Suravee Suthikulpanit
2
-48
/
+3
2024-12-18
iommu/amd: Lock DTE before updating the entry with WRITE_ONCE()
Suravee Suthikulpanit
2
-19
/
+25
2024-12-18
iommu/amd: Modify clear_dte_entry() to avoid in-place update
Suravee Suthikulpanit
1
-12
/
+9
2024-12-18
iommu/amd: Introduce helper function get_dte256()
Suravee Suthikulpanit
1
-11
/
+51
2024-12-18
iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers
Suravee Suthikulpanit
4
-68
/
+106
2024-12-18
iommu/amd: Introduce helper function to update 256-bit DTE
Suravee Suthikulpanit
2
-1
/
+132
2024-12-18
iommu/amd: Introduce struct ivhd_dte_flags to store persistent DTE flags
Suravee Suthikulpanit
2
-29
/
+100
2024-12-18
iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supported
Suravee Suthikulpanit
1
-14
/
+9
2024-12-18
iommu/amd: Misc ACPI IVRS debug info clean up
Suravee Suthikulpanit
2
-21
/
+16
2024-12-18
iommu/riscv: Add support for platform msi
Andrew Jones
1
-18
/
+84
2024-12-13
iommu/vt-d: Avoid draining PRQ in sva mm release path
Lu Baolu
1
-1
/
+2
2024-12-13
iommu/vt-d: Fix qi_batch NULL pointer with nested parent domain
Yi Liu
1
-7
/
+27
2024-12-13
iommu/vt-d: Remove cache tags before disabling ATS
Lu Baolu
1
-1
/
+3
2024-12-12
Merge tag 'arm-smmu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Joerg Roedel
1
-1
/
+1
2024-12-11
iommufd: Deal with IOMMU_HWPT_FAULT_ID_VALID in iommufd core
Yi Liu
4
-13
/
+10
2024-12-11
iommufd/selftest: Remove domain_alloc_paging()
Jason Gunthorpe
1
-27
/
+16
2024-12-10
iommu/amd: Add lockdep asserts for domain->dev_list
Jason Gunthorpe
1
-0
/
+5
2024-12-10
iommu/amd: Put list_add/del(dev_data) back under the domain->lock
Jason Gunthorpe
1
-1
/
+4
2024-12-09
iommu/io-pgtable-arm: Add coverage for different OAS in selftest
Mostafa Saleh
1
-12
/
+15
2024-12-09
iommu/io-pgtable-arm: Fix stage-2 concatenation with 16K
Mostafa Saleh
1
-12
/
+33
2024-12-09
iommu/tegra241-cmdqv: do not use smp_processor_id in preemptible context
Luis Claudio R. Goncalves
1
-1
/
+1
2024-12-09
iommu/arm-smmu-v3: Remove domain_alloc_paging()
Jason Gunthorpe
1
-31
/
+0
2024-12-09
iommu/arm-smmu-v3: Make domain_alloc_paging_flags() directly determine the S1/S2
Jason Gunthorpe
1
-12
/
+30
2024-12-09
iommu/arm-smmu-v3: Remove arm_smmu_domain_finalise() during attach
Jason Gunthorpe
2
-29
/
+9
2024-12-09
iommu/arm-smmu-v3: Document SVA interaction with new pagetable features
Robin Murphy
1
-1
/
+14
[prev]
[next]