summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/amd: Add support for multiple IRTE formatsSuravee Suthikulpanit2016-09-051-24/+48
* iommu/amd: Introduce interrupt remapping ops structureSuravee Suthikulpanit2016-09-051-5/+185
* iommu/amd: Move and introduce new IRTE-related unions and structuresSuravee Suthikulpanit2016-09-051-28/+0
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-6/+6
* iommu/amd: Initialize dma-ops domains with 3-level page-tableJoerg Roedel2016-07-261-1/+1
* iommu/amd: Update Alias-DTE in update_device_table()Joerg Roedel2016-07-261-1/+8
* iommu/amd: Use container_of to get dma_ops_domainJoerg Roedel2016-07-141-10/+26
* iommu/amd: Flush iova queue before releasing dma_ops_domainJoerg Roedel2016-07-141-3/+14
* iommu/amd: Handle IOMMU_DOMAIN_DMA in ops->domain_free call-backJoerg Roedel2016-07-141-8/+17
* iommu/amd: Use dev_data->domain in get_domain()Joerg Roedel2016-07-141-6/+1
* iommu/amd: Optimize map_sg and unmap_sgJoerg Roedel2016-07-141-26/+85
* iommu/amd: Introduce dir2prot() helperJoerg Roedel2016-07-131-7/+13
* iommu/amd: Implement timeout to flush unmap queuesJoerg Roedel2016-07-131-0/+28
* iommu/amd: Implement flush queueJoerg Roedel2016-07-131-4/+67
* iommu/amd: Allow NULL pointer parameter for domain_flush_complete()Joerg Roedel2016-07-131-1/+1
* iommu/amd: Set up data structures for flush queueJoerg Roedel2016-07-131-1/+39
* iommu/amd: Remove align-parameter from __map_single()Joerg Roedel2016-07-131-10/+3
* iommu/amd: Remove other remains of old address allocatorJoerg Roedel2016-07-131-311/+5
* iommu/amd: Make use of the generic IOVA allocatorJoerg Roedel2016-07-131-157/+26
* iommu/amd: Remove special mapping code for dma_ops pathJoerg Roedel2016-07-131-93/+14
* iommu/amd: Pass gfp-flags to iommu_map_page()Joerg Roedel2016-07-131-3/+4
* iommu/amd: Implement apply_dm_region call-backJoerg Roedel2016-07-131-0/+15
* iommu/amd: Create a list of reserved iova addressesJoerg Roedel2016-07-131-0/+69
* iommu/amd: Allocate iova_domain for dma_ops_domainJoerg Roedel2016-07-131-1/+19
* iommu/amd: Init unity mappings only for dma_ops domainsJoerg Roedel2016-07-131-2/+4
* iommu/amd: Set AMD iommu callbacks for platform bus driverWan Zongshun2016-06-151-0/+4
* Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-191-118/+149
|\
| *-. Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc...Joerg Roedel2016-05-091-125/+221
| |\ \
| | | * iommu/amd: Remove statistics codeJoerg Roedel2016-05-091-95/+0
| | | * iommu/amd: Move get_device_id() and friends to beginning of fileJoerg Roedel2016-04-211-54/+54
| | | * iommu/amd: Don't use IS_ERR_VALUE to check integer valuesJoerg Roedel2016-04-211-10/+10
| | | * iommu/amd: Signedness bug in acpihid_device_group()Dan Carpenter2016-04-151-1/+1
| | | * iommu/amd: Set AMD iommu callbacks for amba busWan Zongshun2016-04-071-1/+12
| | | * iommu/amd: Manage iommu_group for ACPI HID devicesWan Zongshun2016-04-071-1/+32
| | | * iommu/amd: Add iommu support for ACPI HID devicesWan Zongshun2016-04-071-9/+60
| | | * iommu/amd: Make call-sites of get_device_id aware of its return valueWan Zongshun2016-04-071-10/+41
| | | * iommu/amd: Add new map for storing IVHD dev entry type HIDWan Zongshun2016-04-071-0/+1
| | |/ | |/|
* | | Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-191-2/+1
|\ \ \ | |/ / | | / | |/ |/|
* | iommu/amd: Fix checking of pci dma aliasesJoerg Roedel2016-04-111-11/+76
|/
* iommu/amd: Detach device from domain before removalJoerg Roedel2016-02-291-0/+4
* iommu/amd: Correct the wrong setting of alias DTE in do_attachBaoquan He2016-01-291-1/+1
* iommu/amd: Remove an unneeded conditionDan Carpenter2016-01-071-5/+3
* iommu/amd: Preallocate dma_ops apertures based on dma_maskJoerg Roedel2015-12-281-7/+53
* iommu/amd: Use trylock to aquire bitmap_lockJoerg Roedel2015-12-281-3/+17
* iommu/amd: Make dma_ops_domain->next_index percpuJoerg Roedel2015-12-281-10/+29
* iommu/amd: Relax locking in dma_ops pathJoerg Roedel2015-12-281-59/+11
* iommu/amd: Initialize new aperture range before making it visibleJoerg Roedel2015-12-281-13/+20
* iommu/amd: Build io page-tables with cmpxchg64Joerg Roedel2015-12-281-3/+13
* iommu/amd: Allocate new aperture ranges in dma_ops_alloc_addressesJoerg Roedel2015-12-281-19/+10
* iommu/amd: Optimize dma_ops_free_addressesJoerg Roedel2015-12-281-2/+3
OpenPOWER on IntegriCloud