aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-12iommu, x86: Properly handle posted interrupts for IOMMU hotplugFeng Wu1-0/+3
2015-06-12iommu, x86: Provide irq_remapping_cap() interfaceFeng Wu1-0/+9
2015-06-12iommu, x86: Setup Posted-Interrupts capability for Intel iommuFeng Wu3-0/+35
2015-06-12iommu, x86: Avoid migrating VT-d posted interruptsFeng Wu1-1/+4
2015-06-12iommu, x86: Save the mode (posted or remapped) of an IRTEFeng Wu1-0/+10
2015-06-12iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chipFeng Wu1-0/+37
2015-06-12iommu: Add new member capability to struct irq_remap_opsFeng Wu1-0/+3
2015-06-11iommu/amd: Handle errors returned from iommu_init_deviceJoerg Roedel1-2/+9
2015-06-11iommu: Checking for NULL instead of IS_ERRDan Carpenter1-11/+12
2015-06-11iommu/amd: Propagate errors from amd_iommu_init_apiJoerg Roedel3-5/+6
2015-06-11iommu/amd: Remove unused fields from struct dma_ops_domainJoerg Roedel2-9/+0
2015-06-11iommu/amd: Get rid of device_dma_ops_init()Joerg Roedel1-39/+1
2015-06-11iommu/amd: Put IOMMUv2 devices in a direct mapped domainJoerg Roedel1-1/+14
2015-06-11iommu/amd: Support IOMMU_DOMAIN_IDENTITY type allocationJoerg Roedel1-0/+7
2015-06-11iommu/amd: Support IOMMU_DOMAIN_DMA type allocationJoerg Roedel2-241/+73
2015-06-11iommu/amd: Implement add_device and remove_deviceJoerg Roedel2-178/+63
2015-06-11iommu/amd: Use default domain if available for DMA-APIJoerg Roedel1-0/+7
2015-06-11iommu/amd: Implement dm_region call-backsJoerg Roedel1-0/+43
2015-06-11iommu: Introduce iommu_request_dm_for_dev()Joerg Roedel1-0/+53
2015-06-09iommu: Add function to query the default domain of a groupJoerg Roedel1-0/+5
2015-06-09iommu: Create direct mappings in default domainsJoerg Roedel1-0/+48
2015-06-09iommu: Introduce direct mapped region handlingJoerg Roedel1-0/+16
2015-06-09iommu: Add iommu_get_domain_for_dev functionJoerg Roedel1-0/+18
2015-06-09iommu: Make sure a device is always attached to a domainJoerg Roedel1-8/+76
2015-06-09iommu: Limit iommu_attach/detach_device to devices with their own groupJoerg Roedel1-4/+67
2015-06-09iommu: Allocate a default domain for iommu groupsJoerg Roedel1-4/+27
2015-06-08Merge git://git.infradead.org/intel-iommuLinus Torvalds1-5/+8
2015-06-05iommu: Call remove_device call-back after driver releaseJoerg Roedel1-1/+1
2015-06-05iommu: Clean up after a failed bus initializationJoerg Roedel1-9/+26
2015-06-05iommu: Propagate error in add_iommu_groupJoerg Roedel1-3/+1
2015-06-05iommu: Add a few printk messages to group handling codeJoerg Roedel1-0/+9
2015-06-05iommu: Remove function name from pr_fmt()Joerg Roedel1-1/+1
2015-06-02break kconfig dependency loopGerd Hoffmann1-0/+3
2015-06-02Revert "iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent"Joerg Roedel1-0/+1
2015-05-29iommu/amd: Handle integer overflow in dma_ops_area_allocJoerg Roedel1-3/+5
2015-05-29iommu/arm-smmu: Add initial driver support for ARM SMMUv3 devicesWill Deacon3-0/+2684
2015-05-29iommu/arm-smmu: Make force_stage module param read-only in sysfsWill Deacon1-1/+1
2015-05-29iommu/arm-smmu: Fix ATS1* register writesRobin Murphy1-11/+10
2015-05-29iommu/exynos: Add callback for initializing devices from device treeMarek Szyprowski1-0/+28
2015-05-29iommu/exynos: Init from dt-specific callback instead of initcallMarek Szyprowski1-9/+28
2015-05-29iommu/exynos: Add system suspend/resume supportMarek Szyprowski1-0/+31
2015-05-29iommu/exynos: Add support for runtime_pmMarek Szyprowski1-0/+2
2015-05-29iommu/exynos: Add support for binding more than one sysmmu to master deviceMarek Szyprowski1-6/+5
2015-05-29iommu/exynos: Add/remove callbacks should fail if no iommu is availableMarek Szyprowski1-0/+6
2015-05-29iommu/exynos: Document internal structuresMarek Szyprowski1-18/+35
2015-05-29iommu/exynos: Remove excessive includes and sort others alphabeticallyMarek Szyprowski1-9/+5
2015-05-29iommu/exynos: Use struct exynos_iommu_domain in internal structuresMarek Szyprowski1-5/+5
2015-05-29iommu/exynos: Rename variables to reflect their purposeMarek Szyprowski1-93/+94
2015-05-29iommu/exynos: Refactor function parameters to simplify codeMarek Szyprowski1-86/+48
2015-05-29iommu/exynos: Remove useless members from exynos_iommu_owner structureMarek Szyprowski1-19/+2