index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
|
|
|
*
|
|
iommu/amd: Remove EXPORT_SYMBOL for perf counter related functions
Vasant Hegde
2024-02-09
1
-3
/
+0
|
|
|
|
|
|
*
|
|
iommu/amd: Remove redundant error check in amd_iommu_probe_device()
Vasant Hegde
2024-02-09
1
-2
/
+1
|
|
|
|
|
|
*
|
|
iommu/amd: Remove duplicate function declarations from amd_iommu.h
Vasant Hegde
2024-02-09
1
-8
/
+0
|
|
|
|
|
|
*
|
|
iommu/amd: Remove unused APERTURE_* macros
Vasant Hegde
2024-02-09
1
-8
/
+0
|
|
|
|
|
|
*
|
|
iommu/amd: Remove unused IOVA_* macro
Vasant Hegde
2024-02-09
1
-4
/
+0
|
|
|
|
|
|
*
|
|
iommu/amd: Remove unused PPR_* macros
Vasant Hegde
2024-02-09
1
-4
/
+0
|
|
|
|
|
|
|
/
/
|
|
|
|
|
*
|
|
iommu: Fix compilation without CONFIG_IOMMU_INTEL
Bert Karwatzki
2024-03-08
3
-2
/
+5
|
|
|
|
|
*
|
|
iommu/vt-d: Remove scalabe mode in domain_context_clear_one()
Lu Baolu
2024-03-06
1
-14
/
+1
|
|
|
|
|
*
|
|
iommu/vt-d: Remove scalable mode context entry setup from attach_dev
Lu Baolu
2024-03-06
1
-112
/
+44
|
|
|
|
|
*
|
|
iommu/vt-d: Setup scalable mode context entry in probe path
Lu Baolu
2024-03-06
3
-0
/
+151
|
|
|
|
|
*
|
|
iommu/vt-d: Fix NULL domain on device release
Lu Baolu
2024-03-06
3
-25
/
+71
|
|
|
|
|
*
|
|
iommu: Add static iommu_ops->release_domain
Lu Baolu
2024-03-06
1
-4
/
+15
|
|
|
|
|
*
|
|
iommu/vt-d: Improve ITE fault handling if target device isn't present
Ethan Zhao
2024-03-06
1
-0
/
+22
|
|
|
|
|
*
|
|
iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected
Ethan Zhao
2024-03-06
1
-0
/
+3
|
|
|
|
|
*
|
|
iommu/vt-d: Use device rbtree in iopf reporting path
Lu Baolu
2024-03-01
4
-8
/
+15
|
|
|
|
|
*
|
|
iommu/vt-d: Use rbtree to track iommu probed devices
Lu Baolu
2024-03-01
3
-3
/
+96
|
|
|
|
|
*
|
|
iommu/vt-d: Merge intel_svm_bind_mm() into its caller
Tina Zhang
2024-03-01
1
-11
/
+3
|
|
|
|
|
*
|
|
iommu/vt-d: Remove initialization for dynamically heap-allocated rcu_head
Tina Zhang
2024-03-01
1
-1
/
+0
|
|
|
|
|
*
|
|
iommu/vt-d: Remove treatment for revoking PASIDs with pending page faults
Tina Zhang
2024-03-01
1
-7
/
+0
|
|
|
|
|
*
|
|
iommu/vt-d: Use kcalloc() instead of kzalloc()
Erick Archer
2024-03-01
1
-1
/
+1
|
|
|
|
|
*
|
|
iommu/vt-d: Remove INTEL_IOMMU_BROKEN_GFX_WA
Lu Baolu
2024-03-01
2
-15
/
+0
|
|
|
|
|
|
/
/
|
|
|
|
*
|
|
Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...
Joerg Roedel
2024-03-01
5
-270
/
+506
|
|
|
|
|
\
\
\
|
|
|
|
|
|
/
/
|
|
|
|
|
/
|
|
|
|
|
|
|
*
|
iommu/arm-smmu-v3: Convert to domain_alloc_paging()
Jason Gunthorpe
2024-02-29
1
-5
/
+17
|
|
|
|
|
*
|
iommu/arm-smmu-v3: Pass arm_smmu_domain and arm_smmu_device to finalize
Jason Gunthorpe
2024-02-29
1
-17
/
+18
|
|
|
|
|
*
|
iommu/arm-smmu-v3: Use the identity/blocked domain during release
Jason Gunthorpe
2024-02-29
1
-5
/
+2
|
|
|
|
|
*
|
iommu/arm-smmu-v3: Add a global static BLOCKED domain
Jason Gunthorpe
2024-02-29
1
-0
/
+19
|
|
|
|
|
*
|
iommu/arm-smmu-v3: Add a global static IDENTITY domain
Jason Gunthorpe
2024-02-29
2
-25
/
+58
|
|
|
|
|
*
|
iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA
Jason Gunthorpe
2024-02-29
1
-1
/
+7
|
|
|
|
|
*
|
iommu/arm-smmu-v3: Remove arm_smmu_master->domain
Jason Gunthorpe
2024-02-29
2
-17
/
+10
|
|
|
|
|
*
|
iommu/arm-smmu-v3: Pass smmu_domain to arm_enable/disable_ats()
Jason Gunthorpe
2024-02-29
1
-7
/
+6
|
|
|
|
|
*
|
iommu/arm-smmu-v3: Put writing the context descriptor in the right order
Jason Gunthorpe
2024-02-29
1
-9
/
+20
|
|
|
|
|
*
|
iommu/arm-smmu-v3: Do not change the STE twice during arm_smmu_attach_dev()
Jason Gunthorpe
2024-02-29
1
-6
/
+9
|
|
|
|
|
*
|
iommu/arm-smmu-v3: Compute the STE only once for each master
Jason Gunthorpe
2024-02-29
1
-35
/
+22
|
|
|
|
|
*
|
iommu/arm-smmu-v3: Hold arm_smmu_asid_lock during all of attach_dev
Jason Gunthorpe
2024-02-29
1
-9
/
+13
|
|
|
|
|
*
|
iommu/arm-smmu-v3: Build the whole STE in arm_smmu_make_s2_domain_ste()
Jason Gunthorpe
2024-02-29
2
-14
/
+15
|
|
|
|
|
*
|
iommu/arm-smmu-v3: Move the STE generation for S1 and S2 domains into functions
Jason Gunthorpe
2024-02-29
1
-55
/
+83
|
|
|
|
|
*
|
iommu/arm-smmu-v3: Consolidate the STE generation for abort/bypass
Jason Gunthorpe
2024-02-29
1
-42
/
+55
|
|
|
|
|
*
|
iommu/arm-smmu-v3: Make STE programming independent of the callers
Jason Gunthorpe
2024-02-29
1
-64
/
+211
|
|
|
|
|
*
|
iommu/arm-smmu-qcom: Add X1E80100 MDSS compatible
Abel Vesa
2024-02-22
1
-0
/
+1
|
|
|
*
|
|
|
iommu/ipmmu-vmsa: Minor cleanups
Robin Murphy
2024-02-09
1
-11
/
+4
|
|
|
|
/
/
/
|
|
*
/
/
/
iommu/mtk_iommu: Use devm_kcalloc() instead of devm_kzalloc()
Erick Archer
2024-02-16
2
-3
/
+3
|
|
|
/
/
/
*
|
|
|
|
Merge tag 'soc-dt-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2024-03-12
1
-1
/
+1
|
\
\
\
\
\
|
*
\
\
\
\
Merge tag 'qcom-arm32-for-6.9' of https://git.kernel.org/pub/scm/linux/kernel...
Arnd Bergmann
2024-03-04
1
-1
/
+1
|
|
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
*
|
|
|
iommu/msm-iommu: don't limit the driver too much
Dmitry Baryshkov
2024-02-06
1
-1
/
+1
*
|
|
|
|
|
Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-03-11
2
-25
/
+101
|
\
\
\
\
\
\
|
*
|
|
|
|
|
iommu/amd: Fix failure return from snp_lookup_rmpentry()
Ashish Kalra
2024-02-07
1
-10
/
+15
|
*
|
|
|
|
|
iommu/amd: Clean up RMP entries for IOMMU pages during SNP shutdown
Ashish Kalra
2024-01-29
1
-0
/
+79
|
*
|
|
|
|
|
iommu/amd: Don't rely on external callers to enable IOMMU SNP support
Ashish Kalra
2024-01-29
2
-39
/
+31
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-03-11
1
-2
/
+3
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
irqchip: Convert all platform MSI users to the new API
Thomas Gleixner
2024-02-15
1
-2
/
+3
|
|
|
_
|
/
/
|
|
/
|
|
|
[prev]
[next]