index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
iommu/vt-d: Add present bit check in pasid entry setup helpers
Liu Yi L
2021-08-19
1
-0
/
+16
*
iommu/vt-d: Use pasid_pte_is_present() helper function
Liu Yi L
2021-08-19
1
-1
/
+1
*
iommu/vt-d: Drop the kernel doc annotation
Andy Shevchenko
2021-08-19
1
-1
/
+1
*
iommu/vt-d: Allow devices to have more than 32 outstanding PRs
Lu Baolu
2021-08-19
2
-5
/
+2
*
iommu/vt-d: Preset A/D bits for user space DMA usage
Lu Baolu
2021-08-19
1
-7
/
+3
*
iommu/vt-d: Enable Intel IOMMU scalable mode by default
Lu Baolu
2021-08-19
2
-1
/
+5
*
iommu/vt-d: Refactor Kconfig a bit
Lu Baolu
2021-08-19
2
-19
/
+12
*
iommu/vt-d: Remove unnecessary oom message
Zhen Lei
2021-08-19
2
-7
/
+1
*
iommu/vt-d: Update the virtual command related registers
Lu Baolu
2021-08-19
1
-5
/
+5
*
iommu: Allow enabling non-strict mode dynamically
Robin Murphy
2021-08-18
3
-24
/
+51
*
iommu: Merge strictness and domain type configs
Robin Murphy
2021-08-18
2
-42
/
+42
*
iommu: Only log strictness for DMA domains
Robin Murphy
2021-08-18
1
-4
/
+5
*
iommu: Expose DMA domain strictness via sysfs
Robin Murphy
2021-08-18
1
-0
/
+2
*
iommu: Express DMA strictness via the domain type
Robin Murphy
2021-08-18
2
-13
/
+11
*
iommu/vt-d: Prepare for multiple DMA domain types
Robin Murphy
2021-08-18
1
-9
/
+6
*
iommu/arm-smmu: Prepare for multiple DMA domain types
Robin Murphy
2021-08-18
2
-1
/
+3
*
iommu/amd: Prepare for multiple DMA domain types
Robin Murphy
2021-08-18
1
-7
/
+2
*
iommu: Introduce explicit type for non-strict DMA domains
Robin Murphy
2021-08-18
2
-3
/
+7
*
iommu/io-pgtable: Remove non-strict quirk
Robin Murphy
2021-08-18
4
-26
/
+4
*
iommu: Indicate queued flushes via gather data
Robin Murphy
2021-08-18
2
-0
/
+8
*
iommu/dma: Remove redundant "!dev" checks
Robin Murphy
2021-08-18
1
-4
/
+1
*
iommu/virtio: Drop IOVA cookie management
Robin Murphy
2021-08-18
1
-8
/
+0
*
iommu/sun50i: Drop IOVA cookie management
Robin Murphy
2021-08-18
1
-12
/
+1
*
iommu/sprd: Drop IOVA cookie management
Robin Murphy
2021-08-18
1
-7
/
+0
*
iommu/rockchip: Drop IOVA cookie management
Robin Murphy
2021-08-18
1
-11
/
+1
*
iommu/mtk: Drop IOVA cookie management
Robin Murphy
2021-08-18
2
-8
/
+0
*
iommu/ipmmu-vmsa: Drop IOVA cookie management
Robin Murphy
2021-08-18
1
-24
/
+4
*
iommu/exynos: Drop IOVA cookie management
Robin Murphy
2021-08-18
1
-15
/
+4
*
iommu/vt-d: Drop IOVA cookie management
Robin Murphy
2021-08-18
1
-8
/
+0
*
iommu/arm-smmu: Drop IOVA cookie management
Robin Murphy
2021-08-18
3
-27
/
+4
*
iommu/amd: Drop IOVA cookie management
Robin Murphy
2021-08-18
1
-12
/
+0
*
iommu: Pull IOVA cookie management into the core
Robin Murphy
2021-08-18
1
-0
/
+7
*
iommu/arm-smmu-v3: Implement the map_pages() IOMMU driver callback
Xiang Chen
2021-08-02
1
-4
/
+5
*
iommu/arm-smmu-v3: Implement the unmap_pages() IOMMU driver callback
Xiang Chen
2021-08-02
1
-4
/
+5
*
iommu/vt-d: Move clflush'es from iotlb_sync_map() to map_pages()
Lu Baolu
2021-07-26
1
-41
/
+7
*
iommu/vt-d: Implement map/unmap_pages() iommu_ops callback
Lu Baolu
2021-07-26
1
-2
/
+35
*
iommu/vt-d: Report real pgsize bitmap to iommu core
Lu Baolu
2021-07-26
1
-19
/
+19
*
iommu: Streamline iommu_iova_to_phys()
Robin Murphy
2021-07-26
4
-10
/
+4
*
iommu: Remove mode argument from iommu_set_dma_strict()
John Garry
2021-07-26
3
-7
/
+6
*
iommu/amd: Add support for IOMMU default DMA mode build options
Zhen Lei
2021-07-26
4
-15
/
+2
*
iommu/vt-d: Add support for IOMMU default DMA mode build options
Zhen Lei
2021-07-26
2
-9
/
+7
*
iommu: Enhance IOMMU default DMA mode build options
Zhen Lei
2021-07-26
2
-1
/
+41
*
iommu: Print strict or lazy mode at init time
John Garry
2021-07-26
1
-0
/
+5
*
iommu: Deprecate Intel and AMD cmdline methods to enable strict mode
John Garry
2021-07-26
2
-1
/
+4
*
iommu/arm-smmu: Implement the map_pages() IOMMU driver callback
Isaac J. Manjarres
2021-07-26
1
-4
/
+5
*
iommu/arm-smmu: Implement the unmap_pages() IOMMU driver callback
Isaac J. Manjarres
2021-07-26
1
-4
/
+5
*
iommu/io-pgtable-arm-v7s: Implement arm_v7s_map_pages()
Isaac J. Manjarres
2021-07-26
1
-4
/
+22
*
iommu/io-pgtable-arm-v7s: Implement arm_v7s_unmap_pages()
Isaac J. Manjarres
2021-07-26
1
-3
/
+21
*
iommu/io-pgtable-arm: Implement arm_lpae_map_pages()
Isaac J. Manjarres
2021-07-26
1
-10
/
+31
*
iommu/io-pgtable-arm: Implement arm_lpae_unmap_pages()
Isaac J. Manjarres
2021-07-26
1
-46
/
+74
[next]