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
2020-05-25
iommu: Don't call .probe_finalize() under group->mutex
Joerg Roedel
1
-10
/
+18
2020-05-21
iommu/arm-smmu-v3: Manage ASIDs with xarray
Jean-Philippe Brucker
1
-9
/
+18
2020-05-19
iommu: Fix deferred domain attachment
Joerg Roedel
1
-6
/
+11
2020-05-19
iommu/mediatek-v1: Fix a build warning for a unused variable 'data'
Yong Wu
1
-2
/
+0
2020-05-19
iommu/sun50i: Fix return value check in sun50i_iommu_probe()
Wei Yongjun
1
-1
/
+1
2020-05-18
iommu/arm-smmu-v3: Don't reserve implementation defined register space
Jean-Philippe Brucker
1
-4
/
+31
2020-05-18
iommu/arm-smmu-qcom: Request direct mapping for modem device
Sibi Sankar
1
-0
/
+2
2020-05-18
iommu/arm-smmu-v3: remove set but not used variable 'smmu'
Chen Zhou
1
-2
/
+0
2020-05-18
iommu/mediatek-v1: Add def_domain_type
Yong Wu
1
-5
/
+11
2020-05-18
iommu/omap: Add registration for DT fwnode pointer
Tero Kristo via iommu
1
-0
/
+1
2020-05-18
iommu/vt-d: Remove IOVA handling code from the non-dma_ops path
Tom Murphy
1
-63
/
+32
2020-05-18
iommu/vt-d: Remove duplicated check in intel_svm_bind_mm()
Lu Baolu
1
-5
/
+0
2020-05-18
iommu/vt-d: Remove redundant IOTLB flush
Lu Baolu
1
-5
/
+1
2020-05-18
iommu/vt-d: Add page request draining support
Lu Baolu
1
-5
/
+102
2020-05-18
iommu/vt-d: Disable non-recoverable fault processing before unbind
Lu Baolu
4
-11
/
+32
2020-05-18
iommu/vt-d: debugfs: Add support to show inv queue internals
Lu Baolu
1
-0
/
+62
2020-05-18
iommu/vt-d: Multiple descriptors per qi_submit_sync()
Lu Baolu
4
-31
/
+44
2020-05-18
iommu/vt-d: Replace intel SVM APIs with generic SVA APIs
Jacob Pan
2
-55
/
+72
2020-05-18
iommu/vt-d: Report SVA feature with generic flag
Jacob Pan
1
-0
/
+18
2020-05-18
iommu/vt-d: Add get_domain_info() helper
Lu Baolu
3
-20
/
+34
2020-05-18
iommu/vt-d: Add custom allocator for IOASID
Jacob Pan
2
-0
/
+86
2020-05-18
iommu/vt-d: Enlightened PASID allocation
Lu Baolu
2
-1
/
+69
2020-05-18
iommu/vt-d: Add svm/sva invalidate function
Jacob Pan
1
-0
/
+171
2020-05-18
iommu/vt-d: Support flushing more translation cache types
Jacob Pan
2
-1
/
+41
2020-05-18
iommu/vt-d: Add bind guest PASID support
Jacob Pan
2
-0
/
+204
2020-05-18
iommu/vt-d: Add nested translation helper function
Jacob Pan
3
-28
/
+181
2020-05-18
iommu/vt-d: Use a helper function to skip agaw for SL
Jacob Pan
1
-10
/
+23
2020-05-18
iommu/vt-d: Move domain helper to header
Jacob Pan
1
-6
/
+0
2020-05-18
iommu/omap: Add check for iommu group when no IOMMU in use
Tero Kristo via iommu
1
-0
/
+3
2020-05-15
iommu: Remove functions that support private domain
Sai Praneeth Prakhya
1
-65
/
+0
2020-05-14
iommu/sun50i: Use __GFP_ZERO instead of memset()
Joerg Roedel
1
-2
/
+1
2020-05-14
iommu/sun50i: Fix compile warnings
Joerg Roedel
1
-3
/
+0
2020-05-14
iommu: Add Allwinner H6 IOMMU driver
Maxime Ripard
3
-0
/
+1037
2020-05-13
iommu/amd: Unify format of the printed messages
Andy Shevchenko
1
-4
/
+4
2020-05-13
iommu/vt-d: Unify format of the printed messages
Andy Shevchenko
1
-2
/
+1
2020-05-13
iommu/vt-d: Apply per-device dma_ops
Lu Baolu
1
-56
/
+26
2020-05-13
iommu/vt-d: Allow PCI sub-hierarchy to use DMA domain
Lu Baolu
1
-25
/
+0
2020-05-13
iommu/vt-d: Allow 32bit devices to uses DMA domain
Lu Baolu
1
-290
/
+1
2020-05-13
Merge tag 'v5.7-rc4' into core
Joerg Roedel
5
-6
/
+10
2020-05-13
iommu/msm: Make msm_iommu_lock static
Samuel Zou
1
-1
/
+1
2020-05-13
iommu/amd: Fix get_acpihid_device_id()
Raul E Rangel
1
-1
/
+2
2020-05-13
iommu/amd: Fix over-read of ACPI UID from IVRS table
Alexander Monakov
1
-4
/
+5
2020-05-13
iommu/iova: Unify format of the printed messages
Andy Shevchenko
1
-3
/
+3
2020-05-13
iommu/renesas: Fix unused-function warning
Arnd Bergmann
1
-5
/
+2
2020-05-13
iommu: Do not probe devices on IOMMU-less busses
Thierry Reding
1
-0
/
+3
2020-05-13
iommu/amd: Fix variable "iommu" set but not used
Qian Cai
1
-3
/
+0
2020-05-08
iommu/virtio: Reverse arguments to list_add
Julia Lawall
1
-1
/
+1
2020-05-07
iommu/arm-smmu: Allow client devices to select direct mapping
Jordan Crouse
1
-0
/
+19
2020-05-07
iommu/arm-smmu: Implement iommu_ops->def_domain_type call-back
Sai Prakash Ranjan
2
-0
/
+13
2020-05-07
iommu: arm-smmu-impl: Convert to a generic reset implementation
Sai Prakash Ranjan
2
-6
/
+18
[prev]
[next]