index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
-
-
-
-
-
-
-
-
-
-
-
.
Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...
Joerg Roedel
2023-02-18
45
-562
/
+2258
|
\
\
\
\
\
\
\
|
|
|
|
|
|
|
*
iommu: Attach device group to old domain in error path
Vasant Hegde
2023-02-18
1
-1
/
+15
|
|
|
|
|
|
|
*
iommu: Fix error unwind in iommu_group_alloc()
Jason Gunthorpe
2023-02-16
1
-2
/
+6
|
|
|
|
|
|
|
*
iommu/of: mark an unused function as __maybe_unused
Randy Dunlap
2023-02-16
1
-2
/
+4
|
|
|
|
|
|
|
*
iommu/exynos: Add missing set_platform_dma_ops callback
Marek Szyprowski
2023-02-03
1
-0
/
+5
|
|
|
|
|
|
|
*
Merge branch 'iommu-memory-accounting' into core
Joerg Roedel
2023-01-25
18
-81
/
+92
|
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
|
*
iommu/s390: Use GFP_KERNEL in sleepable contexts
Jason Gunthorpe
2023-01-25
1
-1
/
+1
|
|
|
|
|
|
|
|
*
iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'s
Jason Gunthorpe
2023-01-25
1
-6
/
+9
|
|
|
|
|
|
|
|
*
iommu/intel: Use GFP_KERNEL in sleepable contexts
Jason Gunthorpe
2023-01-25
1
-2
/
+2
|
|
|
|
|
|
|
|
*
iommu/intel: Support the gfp argument to the map_pages op
Jason Gunthorpe
2023-01-25
1
-9
/
+15
|
|
|
|
|
|
|
|
*
iommu/intel: Add a gfp parameter to alloc_pgtable_page()
Jason Gunthorpe
2023-01-25
3
-9
/
+9
|
|
|
|
|
|
|
|
*
iommufd: Use GFP_KERNEL_ACCOUNT for iommu_map()
Jason Gunthorpe
2023-01-25
1
-2
/
+2
|
|
|
|
|
|
|
|
*
iommu/dma: Use the gfp parameter in __iommu_dma_alloc_noncontiguous()
Jason Gunthorpe
2023-01-25
1
-2
/
+9
|
|
|
|
|
|
|
|
*
iommu: Add a gfp parameter to iommu_map_sg()
Jason Gunthorpe
2023-01-25
2
-18
/
+13
|
|
|
|
|
|
|
|
*
iommu: Remove iommu_map_atomic()
Jason Gunthorpe
2023-01-25
2
-8
/
+1
|
|
|
|
|
|
|
|
*
iommu: Add a gfp parameter to iommu_map()
Jason Gunthorpe
2023-01-25
14
-32
/
+39
|
|
|
|
|
_
|
_
|
_
|
/
|
|
|
|
/
|
|
|
|
|
|
|
|
|
|
|
*
iommu: dma: Use of_iommu_get_resv_regions()
Thierry Reding
2023-01-25
1
-0
/
+3
|
|
|
|
|
|
|
*
iommu: Implement of_iommu_get_resv_regions()
Thierry Reding
2023-01-25
1
-0
/
+94
|
|
|
|
|
|
|
*
of: Introduce of_translate_dma_region()
Thierry Reding
2023-01-25
1
-0
/
+41
|
|
|
|
|
|
|
*
iommu/fsl_pamu: Fix compile error after adding set_platform_dma_ops
Joerg Roedel
2023-01-13
1
-1
/
+1
|
|
|
|
|
|
|
*
iommu/ipmmu-vmsa: Remove ipmmu_utlb_disable()
Joerg Roedel
2023-01-13
1
-12
/
+0
|
|
|
|
|
|
|
*
iommu: Tidy up io-pgtable dependencies
Robin Murphy
2023-01-13
1
-6
/
+12
|
|
|
|
|
|
|
*
iommu: Remove detach_dev callback
Lu Baolu
2023-01-13
2
-33
/
+4
|
|
|
|
|
|
|
*
iommu: Remove deferred attach check from __iommu_detach_device()
Jason Gunthorpe
2023-01-13
1
-34
/
+36
|
|
|
|
|
|
|
*
iommu: Add set_platform_dma_ops callbacks
Lu Baolu
2023-01-13
7
-21
/
+19
|
|
|
|
|
|
|
*
iommu: Add set_platform_dma_ops iommu ops
Lu Baolu
2023-01-13
1
-4
/
+24
|
|
|
|
|
|
|
*
iommu: Remove detach_dev callbacks
Lu Baolu
2023-01-13
9
-117
/
+0
|
|
|
|
|
_
|
_
|
/
|
|
|
|
/
|
|
|
|
|
|
|
|
|
*
iommu/amd: Skip attach device domain is same as new domain
Vasant Hegde
2023-02-18
1
-0
/
+7
|
|
|
|
|
|
*
iommu/amd: Improve page fault error reporting
Vasant Hegde
2023-02-16
1
-0
/
+9
|
|
|
|
|
|
*
iommu/amd: Do not identity map v2 capable device when snp is enabled
Vasant Hegde
2023-02-16
1
-4
/
+9
|
|
|
|
|
|
*
iommu/amd: Add a length limitation for the ivrs_acpihid command-line parameter
Gavrilov Ilia
2023-02-03
1
-1
/
+15
|
|
|
|
|
|
*
iommu/amd: Do not clear event/ppr log buffer when snp is enabled
Tom Lendacky
2023-01-20
1
-4
/
+14
|
|
|
|
|
|
*
iommu/amd: Fix error handling for pdev_pri_ats_enable()
Vasant Hegde
2023-01-13
1
-5
/
+7
|
|
|
|
|
|
*
iommu/amd: Do not allocate io_pgtable_ops for passthrough domain
Vasant Hegde
2023-01-13
1
-0
/
+4
|
|
|
|
|
_
|
/
|
|
|
|
/
|
|
|
|
|
|
|
*
iommu/vt-d: Allow to use flush-queue when first level is default
Tina Zhang
2023-02-16
1
-1
/
+2
|
|
|
|
|
*
iommu/vt-d: Fix PASID directory pointer coherency
Jacob Pan
2023-02-16
1
-0
/
+7
|
|
|
|
|
*
iommu/vt-d: Avoid superfluous IOTLB tracking in lazy mode
Jacob Pan
2023-02-16
1
-1
/
+6
|
|
|
|
|
*
iommu/vt-d: Fix error handling in sva enable/disable paths
Lu Baolu
2023-02-16
1
-4
/
+12
|
|
|
|
|
*
iommu/vt-d: Enable IOMMU perfmon support
Kan Liang
2023-02-03
2
-0
/
+6
|
|
|
|
|
*
iommu/vt-d: Add IOMMU perfmon overflow handler support
Kan Liang
2023-02-03
4
-2
/
+95
|
|
|
|
|
*
iommu/vt-d: Support cpumask for IOMMU perfmon
Kan Liang
2023-02-03
1
-8
/
+105
|
|
|
|
|
*
iommu/vt-d: Add IOMMU perfmon support
Kan Liang
2023-02-03
3
-0
/
+565
|
|
|
|
|
*
iommu/vt-d: Support Enhanced Command Interface
Kan Liang
2023-02-03
3
-0
/
+99
|
|
|
|
|
*
iommu/vt-d: Retrieve IOMMU perfmon capability information
Kan Liang
2023-02-03
6
-1
/
+273
|
|
|
|
|
*
iommu/vt-d: Support size of the register set in DRHD
Kan Liang
2023-02-03
1
-4
/
+7
|
|
|
|
|
*
iommu/vt-d: Set No Execute Enable bit in PASID table entry
Lu Baolu
2023-02-03
1
-0
/
+11
|
|
|
|
|
*
iommu/vt-d: Remove sva from intel_svm_dev
Lu Baolu
2023-02-03
2
-15
/
+9
|
|
|
|
|
*
iommu/vt-d: Remove users from intel_svm_dev
Lu Baolu
2023-02-03
2
-36
/
+27
|
|
|
|
|
*
iommu/vt-d: Remove unused fields in svm structures
Lu Baolu
2023-02-03
2
-6
/
+0
|
|
|
|
|
*
iommu/vt-d: Remove include/linux/intel-svm.h
Lu Baolu
2023-02-03
3
-2
/
+5
|
|
|
|
|
/
|
|
|
|
/
|
[next]