index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Commit message (
Expand
)
Author
Age
Files
Lines
*
iommu/vt-d: Avoid memory allocation in iommu_suspend()
Zhang Rui
2023-09-25
2
-17
/
+1
*
iommu/apple-dart: Handle DMA_FQ domains in attach_dev()
Hector Martin
2023-09-25
1
-2
/
+1
*
Merge tag 'arm-smmu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Joerg Roedel
2023-09-25
2
-7
/
+26
|
\
|
*
iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_range
Nicolin Chen
2023-09-22
1
-2
/
+16
|
*
iommu/arm-smmu-v3: Avoid constructing invalid range commands
Robin Murphy
2023-09-18
1
-5
/
+10
*
|
iommu/mediatek: Fix share pgtable for iova over 4GB
Yong Wu
2023-09-25
1
-5
/
+4
|
/
*
Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-09-01
30
-624
/
+866
|
\
|
*
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
.
Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...
Joerg Roedel
2023-08-21
30
-624
/
+866
|
|
\
\
\
\
\
\
\
\
\
|
|
|
|
|
|
|
|
|
|
*
iommu: Explicitly include correct DT includes
Rob Herring
2023-08-21
7
-7
/
+5
|
|
|
|
|
|
|
|
|
|
*
iommu: Remove kernel-doc warnings
Zhu Wang
2023-08-07
1
-2
/
+2
|
|
|
|
|
|
|
|
|
|
*
iommu: Optimise PCI SAC address trick
Robin Murphy
2023-07-14
3
-6
/
+31
|
|
|
|
|
|
|
|
|
|
*
iommu: Avoid locking/unlocking for iommu_probe_device()
Jason Gunthorpe
2023-07-14
1
-43
/
+35
|
|
|
|
|
|
|
|
|
|
*
iommu: Split iommu_group_add_device()
Jason Gunthorpe
2023-07-14
1
-23
/
+43
|
|
|
|
|
|
|
|
|
|
*
iommu: Always destroy the iommu_group during iommu_release_device()
Jason Gunthorpe
2023-07-14
1
-6
/
+6
|
|
|
|
|
|
|
|
|
|
*
iommu: Do not export iommu_device_link/unlink()
Jason Gunthorpe
2023-07-14
1
-2
/
+0
|
|
|
|
|
|
|
|
|
|
*
iommu: Move the iommu driver sysfs setup into iommu_init/deinit_device()
Jason Gunthorpe
2023-07-14
2
-10
/
+9
|
|
|
|
|
|
|
|
|
|
*
iommu: Add iommu_init/deinit_device() paired functions
Jason Gunthorpe
2023-07-14
1
-79
/
+112
|
|
|
|
|
|
|
|
|
|
*
iommu: Simplify the __iommu_group_remove_device() flow
Jason Gunthorpe
2023-07-14
1
-44
/
+39
|
|
|
|
|
|
|
|
|
|
*
iommu: Inline iommu_group_get_for_dev() into __iommu_probe_device()
Jason Gunthorpe
2023-07-14
1
-41
/
+9
|
|
|
|
|
|
|
|
|
|
*
iommu: Use iommu_group_ref_get/put() for dev->iommu_group
Jason Gunthorpe
2023-07-14
1
-3
/
+2
|
|
|
|
|
|
|
|
|
|
*
iommu: Have __iommu_probe_device() check for already probed devices
Jason Gunthorpe
2023-07-14
3
-18
/
+10
|
|
|
|
|
|
|
|
|
*
|
iommu/amd: Remove unused declarations
Yue Haibing
2023-08-17
1
-3
/
+0
|
|
|
|
|
|
|
|
|
*
|
iommu/amd: Rearrange DTE bit definations
Vasant Hegde
2023-08-08
1
-4
/
+4
|
|
|
|
|
|
|
|
|
*
|
iommu/amd: Enable PPR/GA interrupt after interrupt handler setup
Vasant Hegde
2023-07-14
1
-4
/
+7
|
|
|
|
|
|
|
|
|
*
|
iommu/amd: Consolidate PPR log enablement
Vasant Hegde
2023-07-14
1
-3
/
+3
|
|
|
|
|
|
|
|
|
*
|
iommu/amd: Disable PPR log/interrupt in iommu_disable()
Vasant Hegde
2023-07-14
1
-0
/
+4
|
|
|
|
|
|
|
|
|
*
|
iommu/amd: Enable separate interrupt for PPR and GA log
Vasant Hegde
2023-07-14
2
-12
/
+47
|
|
|
|
|
|
|
|
|
*
|
iommu/amd: Refactor IOMMU interrupt handling logic for Event, PPR, and GA logs
Vasant Hegde
2023-07-14
2
-43
/
+53
|
|
|
|
|
|
|
|
|
*
|
iommu/amd: Handle PPR log overflow
Vasant Hegde
2023-07-14
4
-1
/
+22
|
|
|
|
|
|
|
|
|
*
|
iommu/amd: Generalize log overflow handling
Vasant Hegde
2023-07-14
3
-22
/
+36
|
|
|
|
|
|
|
|
|
*
|
iommu/amd/iommu_v2: Clear pasid state in free path
Vasant Hegde
2023-07-14
1
-0
/
+3
|
|
|
|
|
|
|
|
|
*
|
iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning on pasid unbind
Daniel Marcovitch
2023-07-14
1
-2
/
+2
|
|
|
|
|
|
|
|
|
|
/
|
|
|
|
|
|
|
|
*
|
iommu/vt-d: Fix to convert mm pfn to dma pfn
Yanfei Xu
2023-08-09
1
-9
/
+13
|
|
|
|
|
|
|
|
*
|
iommu/vt-d: Fix to flush cache of PASID directory table
Yanfei Xu
2023-08-09
1
-1
/
+1
|
|
|
|
|
|
|
|
*
|
iommu/vt-d: Remove rmrr check in domain attaching device path
Lu Baolu
2023-08-09
1
-58
/
+0
|
|
|
|
|
|
|
|
*
|
iommu: Prevent RESV_DIRECT devices from blocking domains
Lu Baolu
2023-08-09
1
-10
/
+27
|
|
|
|
|
|
|
|
*
|
iommu/vt-d: Add set_dev_pasid callback for dma domain
Lu Baolu
2023-08-09
2
-5
/
+106
|
|
|
|
|
|
|
|
*
|
iommu/vt-d: Prepare for set_dev_pasid callback
Lu Baolu
2023-08-09
1
-1
/
+2
|
|
|
|
|
|
|
|
*
|
iommu/vt-d: Make prq draining code generic
Lu Baolu
2023-08-09
3
-26
/
+23
|
|
|
|
|
|
|
|
*
|
iommu/vt-d: Remove pasid_mutex
Lu Baolu
2023-08-09
1
-40
/
+5
|
|
|
|
|
|
|
|
*
|
iommu/vt-d: Add domain_flush_pasid_iotlb()
Lu Baolu
2023-08-09
1
-2
/
+14
|
|
|
|
|
|
|
|
*
|
iommu: Move global PASID allocation from SVA to core
Jacob Pan
2023-08-09
2
-19
/
+38
|
|
|
|
|
|
|
|
*
|
iommu: Generalize PASID 0 for normal DMA w/o PASID
Jacob Pan
2023-08-09
5
-24
/
+22
|
|
|
_
|
_
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*
|
iommu/sprd: Add missing force_aperture
Jason Gunthorpe
2023-08-07
1
-0
/
+1
|
|
|
|
|
|
|
|
/
|
|
|
|
|
|
*
|
iommu/arm-smmu-qcom: Add SM6375 SMMUv2
Konrad Dybcio
2023-08-11
1
-0
/
+1
|
|
|
|
|
|
*
|
iommu/arm-smmu-qcom: Add SM6350 DPU compatible
Konrad Dybcio
2023-08-11
1
-0
/
+1
|
|
|
|
|
|
*
|
iommu/arm-smmu-qcom: Add SM6375 DPU compatible
Konrad Dybcio
2023-08-11
1
-0
/
+1
|
|
|
|
|
|
*
|
iommu/arm-smmu-qcom: Sort the compatible list alphabetically
Konrad Dybcio
2023-08-11
1
-2
/
+2
|
|
|
|
|
|
*
|
iommu/qcom: Add support for QSMMUv2 and QSMMU-500 secured contexts
AngeloGioacchino Del Regno
2023-08-09
1
-2
/
+17
|
|
|
|
|
|
*
|
iommu/qcom: Index contexts by asid number to allow asid 0
AngeloGioacchino Del Regno
2023-08-09
1
-12
/
+10
[next]