index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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: 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
2015-05-29
iommu/exynos: Remove unused functions
Marek Szyprowski
1
-31
/
+0
2015-05-29
iommu/exynos: Don't read version register on every tlb operation
Marek Szyprowski
1
-8
/
+5
2015-05-29
iommu: Init iommu-groups support earlier, in core_initcall
Marek Szyprowski
1
-1
/
+1
2015-05-29
iommu/rockchip: Silence attaching and detaching of devices
Heiko Stuebner
1
-2
/
+2
2015-05-17
Merge branch 'x86/asm' into x86/apic, to resolve conflicts
Ingo Molnar
3
-31
/
+4
2015-05-11
iommu/exynos: Tell kmemleak to ignore 2nd level page tables
Colin Cross
1
-0
/
+1
[prev]
[next]