aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/amd_iommu.c
AgeCommit message (Expand)Author
2018-01-15Merge tag 'v4.9.76' into v4.9-rtJulia Cartwright
2017-12-20iommu/amd: Limit the IOVA page range to the specified addressesGary R Hook
2017-12-01iommu/amd: Use raw_cpu_ptr() instead of get_cpu_ptr() for ->flush_queueSebastian Andrzej Siewior
2017-11-17Merge tag 'v4.9.57' into v4.9-rtSteven Rostedt (VMware)
2017-10-18iommu/amd: Finish TLB flush in amd_iommu_unmap()Joerg Roedel
2017-09-05Merge tag 'v4.9.42' into v4.9-rtSteven Rostedt (VMware)
2017-08-11iommu/amd: Enable ga_log_intr when enabling guest_modeSuravee Suthikulpanit
2017-08-01Merge tag 'v4.9.36' into v4.9-rtSteven Rostedt (VMware)
2017-07-05iommu/amd: Fix interrupt remapping when disable guest_modeSuravee Suthikulpanit
2017-01-20Merge tag 'v4.9.4' into linux-4.9.y-rtSebastian Andrzej Siewior
2017-01-12iommu/amd: Fix the left value check of cmd bufferHuang Rui
2016-12-23iommu/amd: Use WARN_ON_NORT in __attach_device()Thomas Gleixner
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
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