summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd_iommu.c
AgeCommit message (Expand)Author
2020-01-29iommu/amd: Wait for completion of IOTLB flush in attach_deviceFilippo Sironi
2019-12-05iommu/amd: Fix NULL dereference bug in match_hid_uidAaron Ma
2019-10-05iommu/amd: Silence warnings under memory pressureQian Cai
2019-09-21iommu/amd: Fix race in increase_address_space()Joerg Roedel
2019-03-27iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZEStanislaw Gruszka
2019-03-13iommu/amd: Fix IOMMU page flush when detach device from a domainSuravee Suthikulpanit
2019-03-13iommu/amd: Unmap all mapped pages in error path of map_sgJerry Snitselaar
2019-03-13iommu/amd: Call free_iova_fast with pfn in map_sgJerry Snitselaar
2019-02-12iommu/amd: Fix amd_iommu=force_isolationYu Zhao
2018-10-20iommu/amd: Return devid as alias for ACPI HID devicesArindam Nath
2018-10-03iommu/amd: make sure TLB to be flushed before IOVA freedZhen Lei
2017-12-20iommu/amd: Limit the IOVA page range to the specified addressesGary R Hook
2017-10-18iommu/amd: Finish TLB flush in amd_iommu_unmap()Joerg Roedel
2017-08-11iommu/amd: Enable ga_log_intr when enabling guest_modeSuravee Suthikulpanit
2017-07-05iommu/amd: Fix interrupt remapping when disable guest_modeSuravee Suthikulpanit
2017-01-12iommu/amd: Fix the left value check of cmd bufferHuang Rui
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