aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c
AgeCommit message (Expand)Author
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-07-26iommu/amd: Initialize dma-ops domains with 3-level page-tableJoerg Roedel
2016-07-26iommu/amd: Update Alias-DTE in update_device_table()Joerg Roedel
2016-07-14iommu/amd: Use container_of to get dma_ops_domainJoerg Roedel
2016-07-14iommu/amd: Flush iova queue before releasing dma_ops_domainJoerg Roedel
2016-07-14iommu/amd: Handle IOMMU_DOMAIN_DMA in ops->domain_free call-backJoerg Roedel
2016-07-14iommu/amd: Use dev_data->domain in get_domain()Joerg Roedel
2016-07-14iommu/amd: Optimize map_sg and unmap_sgJoerg Roedel
2016-07-13iommu/amd: Introduce dir2prot() helperJoerg Roedel
2016-07-13iommu/amd: Implement timeout to flush unmap queuesJoerg Roedel
2016-07-13iommu/amd: Implement flush queueJoerg Roedel
2016-07-13iommu/amd: Allow NULL pointer parameter for domain_flush_complete()Joerg Roedel
2016-07-13iommu/amd: Set up data structures for flush queueJoerg Roedel
2016-07-13iommu/amd: Remove align-parameter from __map_single()Joerg Roedel
2016-07-13iommu/amd: Remove other remains of old address allocatorJoerg Roedel
2016-07-13iommu/amd: Make use of the generic IOVA allocatorJoerg Roedel
2016-07-13iommu/amd: Remove special mapping code for dma_ops pathJoerg Roedel
2016-07-13iommu/amd: Pass gfp-flags to iommu_map_page()Joerg Roedel
2016-07-13iommu/amd: Implement apply_dm_region call-backJoerg Roedel
2016-07-13iommu/amd: Create a list of reserved iova addressesJoerg Roedel
2016-07-13iommu/amd: Allocate iova_domain for dma_ops_domainJoerg Roedel
2016-07-13iommu/amd: Init unity mappings only for dma_ops domainsJoerg Roedel
2016-06-15iommu/amd: Set AMD iommu callbacks for platform bus driverWan Zongshun
2016-05-19Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-05-19Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-09Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc...Joerg Roedel
2016-05-09iommu/amd: Remove statistics codeJoerg Roedel
2016-04-21iommu/amd: Move get_device_id() and friends to beginning of fileJoerg Roedel
2016-04-21iommu/amd: Don't use IS_ERR_VALUE to check integer valuesJoerg Roedel
2016-04-15iommu/amd: Signedness bug in acpihid_device_group()Dan Carpenter
2016-04-11iommu/amd: Fix checking of pci dma aliasesJoerg Roedel
2016-04-07iommu/amd: Set AMD iommu callbacks for amba busWan Zongshun
2016-04-07iommu/amd: Manage iommu_group for ACPI HID devicesWan Zongshun
2016-04-07iommu/amd: Add iommu support for ACPI HID devicesWan Zongshun
2016-04-07iommu/amd: Make call-sites of get_device_id aware of its return valueWan Zongshun
2016-04-07iommu/amd: Add new map for storing IVHD dev entry type HIDWan Zongshun
2016-02-29iommu/amd: Detach device from domain before removalJoerg Roedel
2016-01-29iommu/amd: Correct the wrong setting of alias DTE in do_attachBaoquan He
2016-01-07iommu/amd: Remove an unneeded conditionDan Carpenter
2015-12-28iommu/amd: Preallocate dma_ops apertures based on dma_maskJoerg Roedel
2015-12-28iommu/amd: Use trylock to aquire bitmap_lockJoerg Roedel
2015-12-28iommu/amd: Make dma_ops_domain->next_index percpuJoerg Roedel
2015-12-28iommu/amd: Relax locking in dma_ops pathJoerg Roedel
2015-12-28iommu/amd: Initialize new aperture range before making it visibleJoerg Roedel
2015-12-28iommu/amd: Build io page-tables with cmpxchg64Joerg Roedel
2015-12-28iommu/amd: Allocate new aperture ranges in dma_ops_alloc_addressesJoerg Roedel
2015-12-28iommu/amd: Optimize dma_ops_free_addressesJoerg Roedel
2015-12-28iommu/amd: Remove need_flush from struct dma_ops_domainJoerg Roedel
2015-12-28iommu/amd: Iterate over all aperture ranges in dma_ops_area_allocJoerg Roedel
2015-12-28iommu/amd: Flush iommu tlb in dma_ops_free_addressesJoerg Roedel