summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd_iommu.c
AgeCommit message (Expand)Author
2018-03-29iommu/amd: Drop the lock while allocating new irq remap tableSebastian Andrzej Siewior
2018-03-29iommu/amd: Factor out setting the remap table for a devidSebastian Andrzej Siewior
2018-03-29iommu/amd: Use `table' instead `irt' as variable name in amd_iommu_update_ga()Sebastian Andrzej Siewior
2018-03-29iommu/amd: Remove the special case from alloc_irq_table()Sebastian Andrzej Siewior
2018-03-29iommu/amd: Split irq_lookup_table out of the amd_iommu_devtable_lockSebastian Andrzej Siewior
2018-03-29iommu/amd: Split domain id out of amd_iommu_devtable_lockSebastian Andrzej Siewior
2018-03-29iommu/amd: Turn dev_data_list into a lock less listSebastian Andrzej Siewior
2018-03-29iommu/amd: Take into account that alloc_dev_data() may return NULLSebastian Andrzej Siewior
2018-03-20iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,free}()Christoph Hellwig
2018-03-20x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)Christoph Hellwig
2018-03-15iommu/amd: Use dev_err to send events to the system logGary R Hook
2018-03-15iommu/amd: Add support for fast IOTLB flushingSuravee Suthikulpanit
2018-02-15iommu/amd: Avoid locking get_irq_table() from atomic contextScott Wood
2018-02-13iommu: Do not return error code for APIs with size_t return typeSuravee Suthikulpanit
2018-02-13iommu/amd: Don't use dev_data in irte_ga_set_affinity()Scott Wood
2018-02-13iommu/amd: Use raw locks on atomic context pathsScott Wood
2018-02-08Merge tag 'iommu-updates-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-17Merge branches 'arm/renesas', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'...Joerg Roedel
2018-01-11iommu/amd: Deprecate pci_get_bus_and_slot()Sinan Kaya
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner
2017-12-20iommu/amd: Set the device table entry PPR bit for IOMMU V2 devicesGary R Hook
2017-12-20iommu/amd - Record more information about unknown eventsGary R Hook
2017-11-14Merge tag 'iommu-v4.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar
2017-11-03iommu/amd: Limit the IOVA page range to the specified addressesGary R Hook
2017-11-03iommu/amd: remove unused variable flush_addrColin Ian King
2017-11-03iommu/amd: Fix alloc_irq_index() incrementAlex Williamson
2017-10-13Merge branches 'iommu/fixes', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'...Joerg Roedel
2017-10-13iommu/amd: Finish TLB flush in amd_iommu_unmap()Joerg Roedel
2017-10-12iommu/iova: Make rcache flush optional on IOVA allocation failureTomasz Nowicki
2017-10-10iommu/amd: Do not disable SWIOTLB if SME is activeTom Lendacky
2017-10-10iommu/amd: Enforce alignment for MSI IRQsJoerg Roedel
2017-10-10iommu/amd: Add align parameter to alloc_irq_index()Joerg Roedel
2017-09-27iommu/iova: Make dma_32bit_pfn implicitZhen Lei
2017-09-25iommu/amd: Reevaluate vector configuration on activate()Thomas Gleixner
2017-09-25genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner
2017-09-09Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-01Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/...Joerg Roedel
2017-08-28iommu/amd: Rename a few flush functionsJoerg Roedel
2017-08-28iommu/amd: Check if domain is NULL in get_domain() and return -EBUSYBaoquan He
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar
2017-08-17Merge branch 'core' into arm/tegraJoerg Roedel
2017-08-15iommu/amd: Make use of iova queue flushingJoerg Roedel
2017-08-15iommu/amd: Don't copy GCR3 table root pointerBaoquan He
2017-08-15iommu/amd: Use is_attach_deferred call-backBaoquan He
2017-08-15iommu/amd: Do sanity check for address translation and irq remap of old dev t...Baoquan He
2017-08-15iommu/amd: Add function copy_dev_tables()Baoquan He
2017-08-15iommu/amd: Define bit fields for DTE particularlyBaoquan He
2017-08-15Revert "iommu/amd: Suppress IO_PAGE_FAULTs in kdump kernel"Baoquan He