summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)Author
2015-06-12iommu: Add new member capability to struct irq_remap_opsFeng Wu
2015-06-11iommu/amd: Handle errors returned from iommu_init_deviceJoerg Roedel
2015-06-11iommu: Checking for NULL instead of IS_ERRDan Carpenter
2015-06-11iommu/amd: Propagate errors from amd_iommu_init_apiJoerg Roedel
2015-06-11iommu/amd: Remove unused fields from struct dma_ops_domainJoerg Roedel
2015-06-11iommu/amd: Get rid of device_dma_ops_init()Joerg Roedel
2015-06-11iommu/amd: Put IOMMUv2 devices in a direct mapped domainJoerg Roedel
2015-06-11iommu/amd: Support IOMMU_DOMAIN_IDENTITY type allocationJoerg Roedel
2015-06-11iommu/amd: Support IOMMU_DOMAIN_DMA type allocationJoerg Roedel
2015-06-11iommu/amd: Implement add_device and remove_deviceJoerg Roedel
2015-06-11iommu/amd: Use default domain if available for DMA-APIJoerg Roedel
2015-06-11iommu/amd: Implement dm_region call-backsJoerg Roedel
2015-06-11iommu: Introduce iommu_request_dm_for_dev()Joerg Roedel
2015-06-09iommu: Add function to query the default domain of a groupJoerg Roedel
2015-06-09iommu: Create direct mappings in default domainsJoerg Roedel
2015-06-09iommu: Introduce direct mapped region handlingJoerg Roedel
2015-06-09iommu: Add iommu_get_domain_for_dev functionJoerg Roedel
2015-06-09iommu: Make sure a device is always attached to a domainJoerg Roedel
2015-06-09iommu: Limit iommu_attach/detach_device to devices with their own groupJoerg Roedel
2015-06-09iommu: Allocate a default domain for iommu groupsJoerg Roedel
2015-06-08Merge git://git.infradead.org/intel-iommuLinus Torvalds
2015-06-05iommu: Call remove_device call-back after driver releaseJoerg Roedel
2015-06-05iommu: Clean up after a failed bus initializationJoerg Roedel
2015-06-05iommu: Propagate error in add_iommu_groupJoerg Roedel
2015-06-05iommu: Add a few printk messages to group handling codeJoerg Roedel
2015-06-05iommu: Remove function name from pr_fmt()Joerg Roedel
2015-06-02break kconfig dependency loopGerd Hoffmann
2015-06-02Revert "iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent"Joerg Roedel
2015-05-29iommu/amd: Handle integer overflow in dma_ops_area_allocJoerg Roedel
2015-05-29iommu/arm-smmu: Add initial driver support for ARM SMMUv3 devicesWill Deacon
2015-05-29iommu/arm-smmu: Make force_stage module param read-only in sysfsWill Deacon
2015-05-29iommu/arm-smmu: Fix ATS1* register writesRobin Murphy
2015-05-29iommu/exynos: Add callback for initializing devices from device treeMarek Szyprowski
2015-05-29iommu/exynos: Init from dt-specific callback instead of initcallMarek Szyprowski
2015-05-29iommu/exynos: Add system suspend/resume supportMarek Szyprowski
2015-05-29iommu/exynos: Add support for runtime_pmMarek Szyprowski
2015-05-29iommu/exynos: Add support for binding more than one sysmmu to master deviceMarek Szyprowski
2015-05-29iommu/exynos: Add/remove callbacks should fail if no iommu is availableMarek Szyprowski
2015-05-29iommu/exynos: Document internal structuresMarek Szyprowski
2015-05-29iommu/exynos: Remove excessive includes and sort others alphabeticallyMarek Szyprowski
2015-05-29iommu/exynos: Use struct exynos_iommu_domain in internal structuresMarek Szyprowski
2015-05-29iommu/exynos: Rename variables to reflect their purposeMarek Szyprowski
2015-05-29iommu/exynos: Refactor function parameters to simplify codeMarek Szyprowski
2015-05-29iommu/exynos: Remove useless members from exynos_iommu_owner structureMarek Szyprowski
2015-05-29iommu/exynos: Remove unused functionsMarek Szyprowski
2015-05-29iommu/exynos: Don't read version register on every tlb operationMarek Szyprowski
2015-05-29iommu: Init iommu-groups support earlier, in core_initcallMarek Szyprowski
2015-05-29iommu/rockchip: Silence attaching and detaching of devicesHeiko Stuebner
2015-05-17Merge branch 'x86/asm' into x86/apic, to resolve conflictsIngo Molnar
2015-05-11iommu/exynos: Tell kmemleak to ignore 2nd level page tablesColin Cross