summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd_iommu.c
AgeCommit message (Expand)Author
2017-06-28iommu/amd: Fix interrupt remapping when disable guest_modeSuravee Suthikulpanit
2017-03-30x86/events, drivers/iommu/amd: Introduce amd_iommu_get_num_iommus()Suravee Suthikulpanit
2017-03-22iommu: Disambiguate MSI region typesRobin Murphy
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-24mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel
2017-02-10iommu: Make iommu_device_link/unlink take a struct iommu_deviceJoerg Roedel
2017-02-10iommu: Add sysfs bindings for struct iommu_deviceJoerg Roedel
2017-02-10iommu: Introduce new 'struct iommu_device'Joerg Roedel
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche
2017-01-23iommu/amd: Declare MSI and HT regions as reserved IOVA regionsEric Auger
2017-01-23iommu: Add a new type field in iommu_resv_regionEric Auger
2017-01-23iommu: Rename iommu_dm_regions into iommu_resv_regionsEric Auger
2017-01-04iommu/amd: Fix the left value check of cmd bufferHuang Rui
2016-11-15iommu/amd: Fix group refcountingRobin Murphy
2016-10-11Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-09-20iommu/amd: No need to wait iommu completion if no dte irq entry changeBaoquan He
2016-09-19iommu/amd: Free domain id when free a domain of struct dma_ops_domainBaoquan He
2016-09-19iommu/amd: Clean up the cmpxchg64 invocationBaoquan He
2016-09-15iommu/amd: Don't put completion-wait semaphore on stackJoerg Roedel
2016-09-05Merge branch 'x86/amd-avic' into x86/amdJoerg Roedel
2016-09-05iommu/amd: Enable vAPIC interrupt remapping mode by defaultSuravee Suthikulpanit
2016-09-05iommu/amd: Implements irq_set_vcpu_affinity() hook to setup vapic mode for pa...Suravee Suthikulpanit
2016-09-05iommu/amd: Introduce amd_iommu_update_ga()Suravee Suthikulpanit
2016-09-05iommu/amd: Adding GALOG interrupt handlerSuravee Suthikulpanit
2016-09-05iommu/amd: Add support for multiple IRTE formatsSuravee Suthikulpanit
2016-09-05iommu/amd: Introduce interrupt remapping ops structureSuravee Suthikulpanit
2016-09-05iommu/amd: Move and introduce new IRTE-related unions and structuresSuravee Suthikulpanit
2016-08-09iommu/amd: Fix error return code in irq_remapping_alloc()Wei Yongjun
2016-08-09iommu/amd: Fix non static symbol warningWei Yongjun
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