aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-13iommu/amd: Use BUG_ON instead of if () BUG()Joerg Roedel1-2/+2
2015-08-13iommu/amd: Simplify allocation in irq_remapping_alloc()Joerg Roedel1-11/+6
2015-07-31iommu/amd: Allow non-ATS devices in IOMMUv2 domainsJoerg Roedel1-1/+6
2015-07-30iommu/amd: Set global dma_ops if swiotlb is disabledJoerg Roedel1-0/+9
2015-07-30iommu/amd: Use swiotlb in passthrough modeJoerg Roedel1-5/+3
2015-07-30iommu/amd: Allow non-IOMMUv2 devices in IOMMUv2 domainsJoerg Roedel1-7/+9
2015-07-30iommu/amd: Use iommu core for passthrough modeJoerg Roedel1-56/+2
2015-07-01Merge tag 'iommu-fixes-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-10/+16
2015-07-01iommu/amd: Introduce protection_domain_init() functionJoerg Roedel1-10/+16
2015-06-23Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-405/+184
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-206/+271
2015-06-19Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd', 'default-domains' and 'core' into nextJoerg Roedel1-405/+185
2015-06-19iommu/amd: Handle large pages correctly in free_pagetableJoerg Roedel1-0/+6
2015-06-11iommu/amd: Handle errors returned from iommu_init_deviceJoerg Roedel1-2/+9
2015-06-11iommu/amd: Propagate errors from amd_iommu_init_apiJoerg Roedel1-2/+2
2015-06-11iommu/amd: Remove unused fields from struct dma_ops_domainJoerg Roedel1-1/+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 Roedel1-238/+73
2015-06-11iommu/amd: Implement add_device and remove_deviceJoerg Roedel1-156/+54
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-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-04-24x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()Jiang Liu1-2/+1
2015-04-24irq_remapping/amd: Move struct irq_2_irte into amd_iommu.cJiang Liu1-0/+5
2015-04-24x86/irq: Remove irq_cfg.irq_remappedJiang Liu1-1/+0
2015-04-24irq_remapping/amd: Clean up unsued codeJiang Liu1-144/+0
2015-04-24irq_remapping/amd: Clean up unused MSI related codeJiang Liu1-113/+2
2015-04-24irq_remapping/amd: Enhance AMD IR driver to support hierarchical irqdomainsJiang Liu1-6/+323
2015-04-02Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' and 'core' into nextJoerg Roedel1-128/+122
2015-04-02iommu/amd: Correctly encode huge pages in iommu page tablesJoerg Roedel1-5/+6
2015-04-02iommu/amd: Optimize amd_iommu_iova_to_phys for new fetch_pte interfaceJoerg Roedel1-9/+3
2015-04-02iommu/amd: Optimize alloc_new_range for new fetch_pte interfaceJoerg Roedel1-4/+4
2015-04-02iommu/amd: Optimize iommu_unmap_page for new fetch_pte interfaceJoerg Roedel1-24/+8
2015-04-02iommu/amd: Return the pte page-size in fetch_pteJoerg Roedel1-22/+30
2015-04-02iommu/amd: Add support for contiguous dma allocatorJoerg Roedel1-16/+28
2015-04-02iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherentJoerg Roedel1-1/+0
2015-04-02iommu/amd: Ignore BUS_NOTIFY_UNBOUND_DRIVER eventJoerg Roedel1-10/+0
2015-04-02iommu/amd: Use BUS_NOTIFY_REMOVED_DEVICEJoerg Roedel1-1/+1
2015-03-31iommu/amd: Make use of domain_alloc and domain_freeJoerg Roedel1-39/+45
2015-02-12Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-7/+7
2015-02-04Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' and 'core' into nextJoerg Roedel1-7/+7
2015-02-04iommu/amd: Convert non-returned local variable to boolean when relevantQuentin Lambert1-6/+6
2015-02-04iommu: Update my email addressJoerg Roedel1-1/+1
2015-01-15iommu/irq_remapping: Kill function irq_remapping_supported() and related codeJiang Liu1-1/+0
2014-12-19Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+7
2014-12-16iommu/amd: Use helpers to access irq_cfg data structure associated with IRQJiang Liu1-7/+7
2014-12-02Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-0/+3