index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
locking-selftest.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-12-08
iommu: Stop exporting free_iova_mem()
John Garry
2
-7
/
+1
2020-12-08
iommu: Stop exporting alloc_iova_mem()
John Garry
2
-8
/
+1
2020-12-08
iommu: Delete split_and_remove_iova()
John Garry
2
-51
/
+0
2020-12-08
iommu/io-pgtable-arm: Remove unused 'level' parameter from iopte_type() macro
Kunkun Jiang
1
-5
/
+5
2020-12-08
iommu: Defer the early return in arm_(v7s/lpae)_map
Keqian Zhu
2
-8
/
+8
2020-12-07
iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEs
Suravee Suthikulpanit
1
-1
/
+1
2020-12-07
iommu: Improve the performance for direct_mapping
Yong Wu
1
-5
/
+17
2020-12-01
iommu: avoid taking iova_rbtree_lock twice
Cong Wang
1
-2
/
+6
2020-12-01
iommu/vt-d: Avoid GFP_ATOMIC where it is not needed
Christophe JAILLET
1
-1
/
+1
2020-11-27
iommu/vt-d: Remove set but not used variable
Lu Baolu
1
-2
/
+1
2020-11-26
iommu: return error code when it can't get group
Yang Yingliang
1
-1
/
+3
2020-11-26
iommu/vt-d: Don't read VCCAP register unless it exists
David Woodhouse
2
-3
/
+4
2020-11-26
iommu: Fix htmldocs warnings in sysfs-kernel-iommu_groups
Lu Baolu
1
-16
/
+17
2020-11-25
iommu: arm-smmu-impl: Add a space before open parenthesis
Sai Prakash Ranjan
1
-1
/
+1
2020-11-25
iommu: arm-smmu-impl: Use table to list QCOM implementations
Sai Prakash Ranjan
3
-14
/
+17
2020-11-25
iommu/arm-smmu: Move non-strict mode to use io_pgtable_domain_attr
Sai Prakash Ranjan
2
-7
/
+9
2020-11-25
iommu/arm-smmu: Add support for pagetable config domain attribute
Sai Prakash Ranjan
2
-0
/
+21
2020-11-25
iommu/io-pgtable-arm: Add support to use system cache
Sai Prakash Ranjan
2
-2
/
+12
2020-11-25
iommu/io-pgtable: Add a domain attribute for pagetable configuration
Sai Prakash Ranjan
2
-0
/
+5
2020-11-25
iommu: Document usage of "/sys/kernel/iommu_groups/<grp_id>/type" file
Sai Praneeth Prakhya
1
-0
/
+29
2020-11-25
iommu: Take lock before reading iommu group default domain type
Sai Praneeth Prakhya
1
-0
/
+2
2020-11-25
iommu: Add support to change default domain of an iommu group
Sai Praneeth Prakhya
1
-1
/
+229
2020-11-25
iommu: Move def_domain type check for untrusted device into core
Lu Baolu
2
-16
/
+7
2020-11-25
x86/tboot: Don't disable swiotlb when iommu is forced on
Lu Baolu
1
-4
/
+1
2020-11-25
iommu/vt-d: Cleanup after converting to dma-iommu ops
Lu Baolu
2
-67
/
+28
2020-11-25
iommu/vt-d: Convert intel iommu driver to the iommu ops
Tom Murphy
2
-703
/
+43
2020-11-25
iommu/vt-d: Update domain geometry in iommu_ops.at(de)tach_dev
Lu Baolu
1
-2
/
+14
2020-11-25
iommu: Add quirk for Intel graphic devices in map_sg
Lu Baolu
1
-0
/
+27
2020-11-25
iommu: Allow the dma-iommu api to use bounce buffers
Tom Murphy
1
-13
/
+149
2020-11-25
iommu: Add iommu_dma_free_cpu_cached_iovas()
Tom Murphy
2
-0
/
+17
2020-11-25
iommu: Handle freelists when using deferred flushing in iommu drivers
Tom Murphy
3
-27
/
+58
2020-11-25
iommu/tegra-smmu: Add PCI support
Nicolin Chen
1
-10
/
+25
2020-11-25
iommu/tegra-smmu: Rework tegra_smmu_probe_device()
Nicolin Chen
1
-81
/
+15
2020-11-25
iommu/tegra-smmu: Use fwspec in tegra_smmu_(de)attach_dev
Nicolin Chen
1
-33
/
+23
2020-11-25
iommu/tegra-smmu: Expand mutex protection range
Nicolin Chen
1
-13
/
+21
2020-11-25
iommu/tegra-smmu: Unwrap tegra_smmu_group_get
Nicolin Chen
1
-15
/
+4
2020-11-23
iommu: Check return of __iommu_attach_device()
Shameer Kolothum
1
-4
/
+6
2020-11-23
arm-smmu-qcom: Ensure the qcom_scm driver has finished probing
John Stultz
1
-0
/
+4
2020-11-23
iommu/arm-smmu-v3: Hook up ATC invalidation to mm ops
Jean-Philippe Brucker
3
-3
/
+33
2020-11-23
iommu/arm-smmu-v3: Implement iommu_sva_bind/unbind()
Jean-Philippe Brucker
4
-10
/
+282
2020-11-23
iommu/sva: Add PASID helpers
Jean-Philippe Brucker
4
-0
/
+107
2020-11-23
iommu/ioasid: Add ioasid references
Jean-Philippe Brucker
4
-11
/
+47
2020-11-23
iommu/amd: Enforce 4k mapping for certain IOMMU data structures
Suravee Suthikulpanit
1
-5
/
+22
2020-11-19
MAINTAINERS: Temporarily add myself to the IOMMU entry
Will Deacon
1
-0
/
+1
2020-11-19
iommu/vt-d: Fix compile error with CONFIG_PCI_ATS not set
Lu Baolu
1
-1
/
+3
2020-11-18
iommu/vt-d: Avoid panic if iommu init fails in tboot system
Zhenzhong Duan
3
-6
/
+3
2020-11-18
iommu: Modify the description of iommu_sva_unbind_device
Chen Jun
1
-2
/
+0
2020-11-18
iommu/iova: Free global iova rcache on iova alloc failure
Vijayanand Jitta
1
-0
/
+22
2020-11-18
iommu/iova: Retry from last rb tree node if iova search fails
Vijayanand Jitta
1
-6
/
+17
2020-11-17
iommu/vt-d: include conditionally on CONFIG_INTEL_IOMMU_SVM
Lukas Bulwahn
1
-1
/
+1
[next]