index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
Files
Lines
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-10
iommu/io-pgtable-arm: Add coverage for different OAS in selftest
Mostafa Saleh
1
-12
/
+15
2024-12-10
iommu/io-pgtable-arm: Fix stage-2 concatenation with 16K
Mostafa Saleh
1
-12
/
+33
2024-12-10
iommu/tegra241-cmdqv: do not use smp_processor_id in preemptible context
Luis Claudio R. Goncalves
1
-1
/
+1
2024-12-10
iommu/arm-smmu-v3: Remove domain_alloc_paging()
Jason Gunthorpe
1
-31
/
+0
2024-12-10
iommu/arm-smmu-v3: Make domain_alloc_paging_flags() directly determine the S1/S2
Jason Gunthorpe
1
-12
/
+30
2024-12-10
iommu/arm-smmu-v3: Remove arm_smmu_domain_finalise() during attach
Jason Gunthorpe
2
-29
/
+9
2024-12-10
iommu/arm-smmu-v3: Document SVA interaction with new pagetable features
Robin Murphy
1
-1
/
+14
2024-12-10
iommu: Manage driver probe deferral better
Robin Murphy
2
-3
/
+1
2024-12-10
iommu/arm-smmu-v3: Clean up more on probe failure
Robin Murphy
1
-5
/
+12
2024-12-10
iommu/arm-smmu: Retire probe deferral workaround
Robin Murphy
1
-11
/
+0
2024-12-10
iommu/arm-smmu: Make instance lookup robust
Robin Murphy
2
-18
/
+15
2024-12-10
iommu/arm-smmuv3: Update comments about ATS and bypass
Jason Gunthorpe
1
-5
/
+12
2024-12-10
iommu/arm-smmu-v3: Log better event records
Pranjal Shrivastava
2
-13
/
+115
2024-12-10
iommu/arm-smmu-v3: Introduce struct arm_smmu_event
Pranjal Shrivastava
2
-19
/
+54
2024-12-09
iommu/arm-smmu-qcom: add sdm670 adreno iommu compatible
Richard Acayan
1
-0
/
+1
2024-12-06
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+0
2024-12-03
iommufd: Fix out_fput in iommufd_fault_alloc()
Nicolin Chen
1
-2
/
+0
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
8
-38
/
+38
2024-12-02
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
11
-12
/
+12
2024-11-28
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-44
/
+41
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+6
2024-11-23
Merge tag 'iommu-updates-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
41
-1602
/
+4414
[prev]
[next]