Age | Commit message (Expand) | Author |
2015-06-12 | iommu, x86: Properly handle posted interrupts for IOMMU hotplug | Feng Wu |
2015-06-12 | iommu, x86: Provide irq_remapping_cap() interface | Feng Wu |
2015-06-12 | iommu, x86: Setup Posted-Interrupts capability for Intel iommu | Feng Wu |
2015-06-12 | iommu, x86: Avoid migrating VT-d posted interrupts | Feng Wu |
2015-06-12 | iommu, x86: Save the mode (posted or remapped) of an IRTE | Feng Wu |
2015-06-12 | iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip | Feng Wu |
2015-06-12 | iommu: Add new member capability to struct irq_remap_ops | Feng Wu |
2015-06-11 | iommu/amd: Handle errors returned from iommu_init_device | Joerg Roedel |
2015-06-11 | iommu: Checking for NULL instead of IS_ERR | Dan Carpenter |
2015-06-11 | iommu/amd: Propagate errors from amd_iommu_init_api | Joerg Roedel |
2015-06-11 | iommu/amd: Remove unused fields from struct dma_ops_domain | Joerg Roedel |
2015-06-11 | iommu/amd: Get rid of device_dma_ops_init() | Joerg Roedel |
2015-06-11 | iommu/amd: Put IOMMUv2 devices in a direct mapped domain | Joerg Roedel |
2015-06-11 | iommu/amd: Support IOMMU_DOMAIN_IDENTITY type allocation | Joerg Roedel |
2015-06-11 | iommu/amd: Support IOMMU_DOMAIN_DMA type allocation | Joerg Roedel |
2015-06-11 | iommu/amd: Implement add_device and remove_device | Joerg Roedel |
2015-06-11 | iommu/amd: Use default domain if available for DMA-API | Joerg Roedel |
2015-06-11 | iommu/amd: Implement dm_region call-backs | Joerg Roedel |
2015-06-11 | iommu: Introduce iommu_request_dm_for_dev() | Joerg Roedel |
2015-06-09 | iommu: Add function to query the default domain of a group | Joerg Roedel |
2015-06-09 | iommu: Create direct mappings in default domains | Joerg Roedel |
2015-06-09 | iommu: Introduce direct mapped region handling | Joerg Roedel |
2015-06-09 | iommu: Add iommu_get_domain_for_dev function | Joerg Roedel |
2015-06-09 | iommu: Make sure a device is always attached to a domain | Joerg Roedel |
2015-06-09 | iommu: Limit iommu_attach/detach_device to devices with their own group | Joerg Roedel |
2015-06-09 | iommu: Allocate a default domain for iommu groups | Joerg Roedel |
2015-06-08 | Merge git://git.infradead.org/intel-iommu | Linus Torvalds |
2015-06-05 | iommu: Call remove_device call-back after driver release | Joerg Roedel |
2015-06-05 | iommu: Clean up after a failed bus initialization | Joerg Roedel |
2015-06-05 | iommu: Propagate error in add_iommu_group | Joerg Roedel |
2015-06-05 | iommu: Add a few printk messages to group handling code | Joerg Roedel |
2015-06-05 | iommu: Remove function name from pr_fmt() | Joerg Roedel |
2015-06-02 | break kconfig dependency loop | Gerd Hoffmann |
2015-06-02 | Revert "iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent" | Joerg Roedel |
2015-05-29 | iommu/amd: Handle integer overflow in dma_ops_area_alloc | Joerg Roedel |
2015-05-29 | iommu/arm-smmu: Add initial driver support for ARM SMMUv3 devices | Will Deacon |
2015-05-29 | iommu/arm-smmu: Make force_stage module param read-only in sysfs | Will Deacon |
2015-05-29 | iommu/arm-smmu: Fix ATS1* register writes | Robin Murphy |
2015-05-29 | iommu/exynos: Add callback for initializing devices from device tree | Marek Szyprowski |
2015-05-29 | iommu/exynos: Init from dt-specific callback instead of initcall | Marek Szyprowski |
2015-05-29 | iommu/exynos: Add system suspend/resume support | Marek Szyprowski |
2015-05-29 | iommu/exynos: Add support for runtime_pm | Marek Szyprowski |
2015-05-29 | iommu/exynos: Add support for binding more than one sysmmu to master device | Marek Szyprowski |
2015-05-29 | iommu/exynos: Add/remove callbacks should fail if no iommu is available | Marek Szyprowski |
2015-05-29 | iommu/exynos: Document internal structures | Marek Szyprowski |
2015-05-29 | iommu/exynos: Remove excessive includes and sort others alphabetically | Marek Szyprowski |
2015-05-29 | iommu/exynos: Use struct exynos_iommu_domain in internal structures | Marek Szyprowski |
2015-05-29 | iommu/exynos: Rename variables to reflect their purpose | Marek Szyprowski |
2015-05-29 | iommu/exynos: Refactor function parameters to simplify code | Marek Szyprowski |
2015-05-29 | iommu/exynos: Remove useless members from exynos_iommu_owner structure | Marek Szyprowski |