summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c
Commit message (Expand)AuthorAgeFilesLines
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
*---. Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am...Joerg Roedel2015-11-021-134/+39
|\ \ \
| | | * iommu/amd: Remove cmd_buf_size and evt_buf_size from struct amd_iommuJoerg Roedel2015-10-211-6/+4
| | | * iommu/amd: Remove old alias handling codeJoerg Roedel2015-10-211-99/+0
| | | * iommu/amd: Set alias DTE in do_attach/do_detachJoerg Roedel2015-10-211-2/+15
| | | * iommu/amd: WARN when __[attach|detach]_device are called with irqs enabledJoerg Roedel2015-10-211-0/+12
| | | * iommu/amd: Don't disable IRQs in __detach_deviceJoerg Roedel2015-10-211-3/+2
| | | * iommu/amd: Do not iterate over alias-list in __[attach|detach]_deviceJoerg Roedel2015-10-211-23/+3
| | | * iommu/amd: Do not BUG_ON in __detach_device()Joerg Roedel2015-10-211-1/+2
| | |/ | |/|
| | * iommu: Add device_group call-back to x86 iommu driversJoerg Roedel2015-10-221-0/+1
| |/
* | iommu/amd: Don't clear DTE flags when modifying itJoerg Roedel2015-10-211-2/+2
* | iommu/amd: Fix NULL pointer deref on device detachJoerg Roedel2015-10-091-0/+9
|/
* iommu/amd: Use BUG_ON instead of if () BUG()Joerg Roedel2015-08-131-2/+2
* iommu/amd: Simplify allocation in irq_remapping_alloc()Joerg Roedel2015-08-131-11/+6
* iommu/amd: Allow non-ATS devices in IOMMUv2 domainsJoerg Roedel2015-07-311-1/+6
* iommu/amd: Set global dma_ops if swiotlb is disabledJoerg Roedel2015-07-301-0/+9
* iommu/amd: Use swiotlb in passthrough modeJoerg Roedel2015-07-301-5/+3
* iommu/amd: Allow non-IOMMUv2 devices in IOMMUv2 domainsJoerg Roedel2015-07-301-7/+9
* iommu/amd: Use iommu core for passthrough modeJoerg Roedel2015-07-301-56/+2
* Merge tag 'iommu-fixes-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-011-10/+16
|\
| * iommu/amd: Introduce protection_domain_init() functionJoerg Roedel2015-07-011-10/+16
* | Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-06-231-405/+184
|\ \ | |/
| *---. Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd...Joerg Roedel2015-06-191-405/+185
| |\ \ \
| | | | * iommu/amd: Handle errors returned from iommu_init_deviceJoerg Roedel2015-06-111-2/+9
| | | | * iommu/amd: Propagate errors from amd_iommu_init_apiJoerg Roedel2015-06-111-2/+2
| | | | * iommu/amd: Remove unused fields from struct dma_ops_domainJoerg Roedel2015-06-111-1/+0
| | | | * iommu/amd: Get rid of device_dma_ops_init()Joerg Roedel2015-06-111-39/+1
| | | | * iommu/amd: Put IOMMUv2 devices in a direct mapped domainJoerg Roedel2015-06-111-1/+14
| | | | * iommu/amd: Support IOMMU_DOMAIN_IDENTITY type allocationJoerg Roedel2015-06-111-0/+7
| | | | * iommu/amd: Support IOMMU_DOMAIN_DMA type allocationJoerg Roedel2015-06-111-238/+73
| | | | * iommu/amd: Implement add_device and remove_deviceJoerg Roedel2015-06-111-156/+54
| | | | * iommu/amd: Use default domain if available for DMA-APIJoerg Roedel2015-06-111-0/+7
| | | | * iommu/amd: Implement dm_region call-backsJoerg Roedel2015-06-111-0/+43
| | |_|/ | |/| |
| | | * iommu/amd: Handle large pages correctly in free_pagetableJoerg Roedel2015-06-191-0/+6
| | | * iommu/amd: Handle integer overflow in dma_ops_area_allocJoerg Roedel2015-05-291-3/+5
* | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-206/+271
|\ \ \ \ | |_|/ / |/| | |
| * | | x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()Jiang Liu2015-04-241-2/+1
| * | | irq_remapping/amd: Move struct irq_2_irte into amd_iommu.cJiang Liu2015-04-241-0/+5
| * | | x86/irq: Remove irq_cfg.irq_remappedJiang Liu2015-04-241-1/+0
| * | | irq_remapping/amd: Clean up unsued codeJiang Liu2015-04-241-144/+0
| * | | irq_remapping/amd: Clean up unused MSI related codeJiang Liu2015-04-241-113/+2
| * | | irq_remapping/amd: Enhance AMD IR driver to support hierarchical irqdomainsJiang Liu2015-04-241-6/+323
| |/ /
* | | Revert "iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent"Joerg Roedel2015-06-021-0/+1
|/ /
| |
| \
*-. \ Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' ...Joerg Roedel2015-04-021-128/+122
|\ \ \ | | |/ | |/|
| | * iommu/amd: Make use of domain_alloc and domain_freeJoerg Roedel2015-03-311-39/+45
| |/ |/|
| * iommu/amd: Correctly encode huge pages in iommu page tablesJoerg Roedel2015-04-021-5/+6
| * iommu/amd: Optimize amd_iommu_iova_to_phys for new fetch_pte interfaceJoerg Roedel2015-04-021-9/+3
| * iommu/amd: Optimize alloc_new_range for new fetch_pte interfaceJoerg Roedel2015-04-021-4/+4
| * iommu/amd: Optimize iommu_unmap_page for new fetch_pte interfaceJoerg Roedel2015-04-021-24/+8
| * iommu/amd: Return the pte page-size in fetch_pteJoerg Roedel2015-04-021-22/+30
OpenPOWER on IntegriCloud