index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-12
iommu, x86: Properly handle posted interrupts for IOMMU hotplug
Feng Wu
1
-0
/
+3
2015-06-12
iommu, x86: Provide irq_remapping_cap() interface
Feng Wu
1
-0
/
+9
2015-06-12
iommu, x86: Setup Posted-Interrupts capability for Intel iommu
Feng Wu
3
-0
/
+35
2015-06-12
iommu, x86: Avoid migrating VT-d posted interrupts
Feng Wu
1
-1
/
+4
2015-06-12
iommu, x86: Save the mode (posted or remapped) of an IRTE
Feng Wu
1
-0
/
+10
2015-06-12
iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip
Feng Wu
1
-0
/
+37
2015-06-12
iommu: Add new member capability to struct irq_remap_ops
Feng Wu
1
-0
/
+3
2015-06-11
iommu/amd: Handle errors returned from iommu_init_device
Joerg Roedel
1
-2
/
+9
2015-06-11
iommu: Checking for NULL instead of IS_ERR
Dan Carpenter
1
-11
/
+12
2015-06-11
iommu/amd: Propagate errors from amd_iommu_init_api
Joerg Roedel
3
-5
/
+6
2015-06-11
iommu/amd: Remove unused fields from struct dma_ops_domain
Joerg Roedel
2
-9
/
+0
2015-06-11
iommu/amd: Get rid of device_dma_ops_init()
Joerg Roedel
1
-39
/
+1
2015-06-11
iommu/amd: Put IOMMUv2 devices in a direct mapped domain
Joerg Roedel
1
-1
/
+14
2015-06-11
iommu/amd: Support IOMMU_DOMAIN_IDENTITY type allocation
Joerg Roedel
1
-0
/
+7
2015-06-11
iommu/amd: Support IOMMU_DOMAIN_DMA type allocation
Joerg Roedel
2
-241
/
+73
2015-06-11
iommu/amd: Implement add_device and remove_device
Joerg Roedel
2
-178
/
+63
2015-06-11
iommu/amd: Use default domain if available for DMA-API
Joerg Roedel
1
-0
/
+7
2015-06-11
iommu/amd: Implement dm_region call-backs
Joerg Roedel
1
-0
/
+43
2015-06-11
iommu: Introduce iommu_request_dm_for_dev()
Joerg Roedel
1
-0
/
+53
2015-06-09
iommu: Add function to query the default domain of a group
Joerg Roedel
1
-0
/
+5
2015-06-09
iommu: Create direct mappings in default domains
Joerg Roedel
1
-0
/
+48
2015-06-09
iommu: Introduce direct mapped region handling
Joerg Roedel
1
-0
/
+16
2015-06-09
iommu: Add iommu_get_domain_for_dev function
Joerg Roedel
1
-0
/
+18
2015-06-09
iommu: Make sure a device is always attached to a domain
Joerg Roedel
1
-8
/
+76
2015-06-09
iommu: Limit iommu_attach/detach_device to devices with their own group
Joerg Roedel
1
-4
/
+67
2015-06-09
iommu: Allocate a default domain for iommu groups
Joerg Roedel
1
-4
/
+27
2015-06-08
Merge git://git.infradead.org/intel-iommu
Linus Torvalds
1
-5
/
+8
2015-06-05
iommu: Call remove_device call-back after driver release
Joerg Roedel
1
-1
/
+1
2015-06-05
iommu: Clean up after a failed bus initialization
Joerg Roedel
1
-9
/
+26
2015-06-05
iommu: Propagate error in add_iommu_group
Joerg Roedel
1
-3
/
+1
2015-06-05
iommu: Add a few printk messages to group handling code
Joerg Roedel
1
-0
/
+9
2015-06-05
iommu: Remove function name from pr_fmt()
Joerg Roedel
1
-1
/
+1
2015-06-02
break kconfig dependency loop
Gerd Hoffmann
1
-0
/
+3
2015-06-02
Revert "iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent"
Joerg Roedel
1
-0
/
+1
2015-05-29
iommu/amd: Handle integer overflow in dma_ops_area_alloc
Joerg Roedel
1
-3
/
+5
2015-05-29
iommu/arm-smmu: Add initial driver support for ARM SMMUv3 devices
Will Deacon
3
-0
/
+2684
2015-05-29
iommu/arm-smmu: Make force_stage module param read-only in sysfs
Will Deacon
1
-1
/
+1
2015-05-29
iommu/arm-smmu: Fix ATS1* register writes
Robin Murphy
1
-11
/
+10
2015-05-29
iommu/exynos: Add callback for initializing devices from device tree
Marek Szyprowski
1
-0
/
+28
2015-05-29
iommu/exynos: Init from dt-specific callback instead of initcall
Marek Szyprowski
1
-9
/
+28
2015-05-29
iommu/exynos: Add system suspend/resume support
Marek Szyprowski
1
-0
/
+31
2015-05-29
iommu/exynos: Add support for runtime_pm
Marek Szyprowski
1
-0
/
+2
2015-05-29
iommu/exynos: Add support for binding more than one sysmmu to master device
Marek Szyprowski
1
-6
/
+5
2015-05-29
iommu/exynos: Add/remove callbacks should fail if no iommu is available
Marek Szyprowski
1
-0
/
+6
2015-05-29
iommu/exynos: Document internal structures
Marek Szyprowski
1
-18
/
+35
2015-05-29
iommu/exynos: Remove excessive includes and sort others alphabetically
Marek Szyprowski
1
-9
/
+5
2015-05-29
iommu/exynos: Use struct exynos_iommu_domain in internal structures
Marek Szyprowski
1
-5
/
+5
2015-05-29
iommu/exynos: Rename variables to reflect their purpose
Marek Szyprowski
1
-93
/
+94
2015-05-29
iommu/exynos: Refactor function parameters to simplify code
Marek Szyprowski
1
-86
/
+48
2015-05-29
iommu/exynos: Remove useless members from exynos_iommu_owner structure
Marek Szyprowski
1
-19
/
+2
[prev]
[next]