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/dmar: Remove redundant ' != 0' when check return code
Andy Shevchenko
2017-03-22
1
-1
/
+1
|
|
|
|
|
|
|
*
|
|
iommu/dmar: Remove redundant assignment of ret
Andy Shevchenko
2017-03-22
1
-2
/
+2
|
|
|
|
|
|
|
*
|
|
iommu/dmar: Return directly from a loop in dmar_dev_scope_status()
Andy Shevchenko
2017-03-22
1
-6
/
+8
|
|
|
|
|
|
|
*
|
|
iommu/dmar: Rectify return code handling in detect_intel_iommu()
Andy Shevchenko
2017-03-22
1
-8
/
+7
|
|
|
|
|
|
*
|
|
|
iommu/arm-smmu: Clean up early-probing workarounds
Robin Murphy
2017-04-20
2
-107
/
+49
|
|
|
|
|
|
*
|
|
|
iommu: of: Handle IOMMU lookup failure with deferred probing or error
Laurent Pinchart
2017-04-20
1
-2
/
+2
|
|
|
|
|
|
*
|
|
|
iommu/of: Prepare for deferred IOMMU configuration
Robin Murphy
2017-04-20
1
-1
/
+42
|
|
|
|
|
|
*
|
|
|
iommu/of: Refactor of_iommu_configure() for error handling
Robin Murphy
2017-04-20
1
-30
/
+53
|
|
|
|
|
|
*
|
|
|
iommu/iova: Fix underflow bug in __alloc_and_insert_iova_range
Nate Watterson
2017-04-07
1
-1
/
+1
|
|
|
|
|
|
*
|
|
|
iommu/dma: Plumb in the per-CPU IOVA caches
Robin Murphy
2017-04-03
1
-20
/
+17
|
|
|
|
|
|
*
|
|
|
iommu/dma: Clean up MSI IOVA allocation
Robin Murphy
2017-04-03
1
-33
/
+25
|
|
|
|
|
|
*
|
|
|
iommu/dma: Convert to address-based allocation
Robin Murphy
2017-04-03
1
-52
/
+67
|
|
|
|
|
|
*
|
|
|
iommu/dma: Make PCI window reservation generic
Robin Murphy
2017-03-22
3
-10
/
+32
|
|
|
|
|
|
*
|
|
|
iommu/dma: Handle IOMMU API reserved regions
Robin Murphy
2017-03-22
1
-7
/
+69
|
|
|
|
|
|
*
|
|
|
iommu/dma: Don't reserve PCI I/O windows
Robin Murphy
2017-03-22
1
-2
/
+1
|
|
|
|
|
*
|
|
|
|
iommu/arm-smmu: Return IOVA in iova_to_phys when SMMU is bypassed
Sunil Goutham
2017-04-26
2
-0
/
+6
|
|
|
|
|
*
|
|
|
|
iommu/arm-smmu: Correct sid to mask
Peng Fan
2017-04-25
1
-1
/
+1
|
|
|
|
|
*
|
|
|
|
iommu/io-pgtable-arm: Avoid shift overflow in block size
Robin Murphy
2017-04-06
1
-1
/
+1
|
|
|
|
|
*
|
|
|
|
iommu: Allow default domain type to be set on the kernel command line
Will Deacon
2017-04-06
1
-3
/
+25
|
|
|
|
|
*
|
|
|
|
iommu/arm-smmu-v3: Install bypass STEs for IOMMU_DOMAIN_IDENTITY domains
Will Deacon
2017-04-06
1
-21
/
+37
|
|
|
|
|
*
|
|
|
|
iommu/arm-smmu-v3: Make arm_smmu_install_ste_for_dev return void
Will Deacon
2017-04-06
1
-9
/
+3
|
|
|
|
|
*
|
|
|
|
iommu/arm-smmu: Install bypass S2CRs for IOMMU_DOMAIN_IDENTITY domains
Will Deacon
2017-04-06
1
-3
/
+17
|
|
|
|
|
*
|
|
|
|
iommu/arm-smmu: Restrict domain attributes to UNMANAGED domains
Will Deacon
2017-04-06
2
-0
/
+12
|
|
|
|
|
*
|
|
|
|
iommu/arm-smmu: Add global SMR masking property
Robin Murphy
2017-04-06
1
-1
/
+3
|
|
|
|
|
*
|
|
|
|
iommu/arm-smmu: Poll for TLB sync completion more effectively
Robin Murphy
2017-04-06
1
-8
/
+10
|
|
|
|
|
*
|
|
|
|
iommu/arm-smmu: Use per-context TLB sync as appropriate
Robin Murphy
2017-04-06
1
-33
/
+80
|
|
|
|
|
*
|
|
|
|
iommu/arm-smmu: Tidy up context bank indexing
Robin Murphy
2017-04-06
1
-16
/
+15
|
|
|
|
|
*
|
|
|
|
iommu/arm-smmu: Simplify ASID/VMID handling
Robin Murphy
2017-04-06
1
-17
/
+19
|
|
|
|
|
*
|
|
|
|
iommu/arm-smmu: Fix 16-bit ASID configuration
Sunil Goutham
2017-04-06
1
-19
/
+23
|
|
|
|
|
*
|
|
|
|
iommu/arm-smmu: Print message when Cavium erratum 27704 was detected
Robert Richter
2017-04-06
1
-0
/
+1
|
|
|
|
|
|
|
_
|
/
/
|
|
|
|
|
|
/
|
|
|
|
|
|
|
*
/
|
|
|
iommu/mediatek: Teach MTK-IOMMUv1 about 'struct iommu_device'
Joerg Roedel
2017-04-03
1
-1
/
+24
|
|
|
|
|
/
/
/
/
|
|
|
*
/
/
/
/
iommu/rockchip: Make use of 'struct iommu_device'
Joerg Roedel
2017-04-03
1
-2
/
+28
|
|
|
|
/
/
/
/
|
|
*
|
|
|
|
iommu/omap: Add iommu-group support
Joerg Roedel
2017-04-20
2
-1
/
+39
|
|
*
|
|
|
|
iommu/omap: Make use of 'struct iommu_device'
Joerg Roedel
2017-04-20
2
-0
/
+32
|
|
*
|
|
|
|
iommu/omap: Store iommu_dev pointer in arch_data
Joerg Roedel
2017-04-20
2
-35
/
+23
|
|
*
|
|
|
|
iommu/omap: Move data structures to omap-iommu.h
Joerg Roedel
2017-04-20
2
-16
/
+33
|
|
*
|
|
|
|
iommu/omap: Drop legacy-style device support
Suman Anna
2017-04-20
1
-16
/
+14
|
|
*
|
|
|
|
iommu/omap: Register driver before setting IOMMU ops
Suman Anna
2017-04-20
1
-3
/
+18
|
|
|
/
/
/
/
|
*
|
|
|
|
iommu/exynos: Use smarter TLB flush method for v5 SYSMMU
Marek Szyprowski
2017-03-24
1
-4
/
+16
|
*
|
|
|
|
iommu/exynos: Don't open-code loop unrolling
Marek Szyprowski
2017-03-24
1
-10
/
+2
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'drm-forgot-about-tegra-for-v4.12-rc1' of git://people.freedesktop....
Linus Torvalds
2017-05-06
1
-54
/
+33
|
\
\
\
\
\
|
*
\
\
\
\
Merge tag 'drm/tegra/for-4.12-rc1' of git://anongit.freedesktop.org/tegra/lin...
Dave Airlie
2017-05-05
1
-54
/
+33
|
|
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
/
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
iommu/iova: Consolidate code for adding new node to iovad domain rbtree
Marek Szyprowski
2017-03-21
1
-54
/
+33
|
|
|
/
/
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2017-05-02
1
-0
/
+8
|
\
\
\
\
|
*
|
|
|
vfio: ccw: basic implementation for vfio_ccw driver
Dong Jia Shi
2017-03-31
1
-0
/
+8
|
|
|
/
/
|
|
/
|
|
*
|
|
|
x86/events, drivers/amd/iommu: Prepare for multiple IOMMUs support
Suravee Suthikulpanit
2017-03-30
2
-24
/
+24
*
|
|
|
x86/events/amd/iommu.c: Modify functions to query max banks and counters
Suravee Suthikulpanit
2017-03-30
2
-16
/
+20
*
|
|
|
x86/events, drivers/iommu/amd: Introduce amd_iommu_get_num_iommus()
Suravee Suthikulpanit
2017-03-30
4
-8
/
+13
*
|
|
|
drivers/iommu/amd: Clean up iommu_pc_get_set_reg()
Suravee Suthikulpanit
2017-03-30
1
-5
/
+8
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux...
Joerg Roedel
2017-03-22
2
-2
/
+10
|
\
\
\
|
|
_
|
/
|
/
|
|
[prev]
[next]