aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2015-05-29iommu/exynos: Remove unused functionsMarek Szyprowski1-31/+0
2015-05-29iommu/exynos: Don't read version register on every tlb operationMarek Szyprowski1-8/+5
2015-05-29iommu: Init iommu-groups support earlier, in core_initcallMarek Szyprowski1-1/+1
2015-05-29iommu/rockchip: Silence attaching and detaching of devicesHeiko Stuebner1-2/+2
2015-05-17Merge branch 'x86/asm' into x86/apic, to resolve conflictsIngo Molnar3-31/+4
2015-05-11iommu/exynos: Tell kmemleak to ignore 2nd level page tablesColin Cross1-0/+1
2015-05-11iommu/arm-smmu: Fix sign-extension of upstream bus addresses at stage 1Will Deacon1-28/+2
2015-05-11Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar2-80/+67
2015-05-11iommu/vt-d: Fix passthrough mode with translation-disabled devicesDavid Woodhouse1-5/+8
2015-05-05iommu/rockchip: Make sure that page table state is coherentTomasz Figa1-6/+17
2015-05-05iommu: Fix checkpatch warnings for Missing a blank line after declarationsRobert Callicotte1-0/+4
2015-05-05iommu/rockchip: Fix build without CONFIG_OFArnd Bergmann1-3/+1
2015-05-05irq_remapping/vt-d: Init all MSI entries not just the first oneThomas Gleixner1-5/+11
2015-05-04iommu/amd: Fix bug in put_pasid_state_waitOded Gabbay1-0/+1
2015-04-26Merge git://git.infradead.org/intel-iommuLinus Torvalds2-80/+67
2015-04-24x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()Jiang Liu2-4/+2
2015-04-24irq_remapping/amd: Move struct irq_2_irte into amd_iommu.cJiang Liu1-0/+5
2015-04-24irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.cJiang Liu1-0/+7
2015-04-24x86/irq: Remove irq_cfg.irq_remappedJiang Liu2-3/+0
2015-04-24irq_remapping: Clean up unused interfacesJiang Liu1-16/+0
2015-04-24irq_remapping/amd: Clean up unsued codeJiang Liu1-144/+0
2015-04-24irq_remapping/vt-d: Clean up unsued codeJiang Liu1-186/+1
2015-04-24irq_remapping: Clean up unsued code to support IOAPICJiang Liu1-33/+0
2015-04-24x86/irq: Remove x86_io_apic_ops.eoi_ioapic_pin and related interfacesJiang Liu1-19/+0
2015-04-24x86/irq: Remove x86_io_apic_ops.set_affinity and related interfacesJiang Liu1-15/+0
2015-04-24x86/irq: Remove x86_io_apic_ops.setup_entry and related interfacesJiang Liu1-13/+0