aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-19/+19
2018-08-17kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contiguous()Marek Szyprowski1-1/+1
2018-08-08Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/omap', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-19/+19
2018-08-08iommu: Remove the ->map_sg indirectionChristoph Hellwig1-1/+0
2018-07-20iommu/amd: Remove redundant WARN_ON()Anna-Maria Gleixner1-12/+0
2018-07-06iommu/amd: Add support for IOMMU XT modeSuravee Suthikulpanit1-5/+16
2018-07-06iommu/amd: make sure TLB to be flushed before IOVA freedZhen Lei1-1/+1
2018-07-06iommu/amd: Argument page_size could be uninitializedyzhai003@ucr.edu1-0/+2
2018-06-11Revert "iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,free}()"Linus Torvalds1-21/+47
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-06-08Merge tag 'iommu-updates-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-34/+35
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+8
2018-06-06irq_remapping: Use apic_ack_irq()Thomas Gleixner1-1/+1
2018-05-29Merge branches 'arm/io-pgtable', 'arm/qcom', 'arm/tegra', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-34/+35
2018-05-15iommu/amd: Prevent possible null pointer dereference and infinite loopAnna-Maria Gleixner1-12/+10
2018-05-15iommu/amd: Fix grammar of commentsAnna-Maria Gleixner1-4/+4
2018-05-10PCI: Add "pci=noats" boot parameterGil Kupfer1-3/+8
2018-05-03iommu/amd: Update logging information for new event typeGary R Hook1-1/+9
2018-05-03iommu/amd: Update the PASID information printed to the system logGary R Hook1-18/+13
2018-05-03iommu/amd: Hide unused iommu_table_lockArnd Bergmann1-1/+1
2018-04-11Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-133/+187
2018-03-29Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediatek', 'arm/exynos', 'arm/renesas', 'arm/smmu' and 'core' into nextJoerg Roedel1-1/+1
2018-03-29iommu/amd: Return proper error code in irq_remapping_alloc()Sebastian Andrzej Siewior1-2/+2
2018-03-29iommu/amd: Make amd_iommu_devtable_lock a spin_lockSebastian Andrzej Siewior1-7/+7
2018-03-29iommu/amd: Drop the lock while allocating new irq remap tableSebastian Andrzej Siewior1-18/+45
2018-03-29iommu/amd: Factor out setting the remap table for a devidSebastian Andrzej Siewior1-11/+12
2018-03-29iommu/amd: Use `table' instead `irt' as variable name in amd_iommu_update_ga()Sebastian Andrzej Siewior1-5/+5
2018-03-29iommu/amd: Remove the special case from alloc_irq_table()Sebastian Andrzej Siewior1-14/+20
2018-03-29iommu/amd: Split irq_lookup_table out of the amd_iommu_devtable_lockSebastian Andrzej Siewior1-2/+3
2018-03-29iommu/amd: Split domain id out of amd_iommu_devtable_lockSebastian Andrzej Siewior1-7/+5
2018-03-29iommu/amd: Turn dev_data_list into a lock less listSebastian Andrzej Siewior1-18/+10
2018-03-29iommu/amd: Take into account that alloc_dev_data() may return NULLSebastian Andrzej Siewior1-0/+2
2018-03-20iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,free}()Christoph Hellwig1-47/+21
2018-03-20x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)Christoph Hellwig1-3/+4
2018-03-15iommu/amd: Use dev_err to send events to the system logGary R Hook1-27/+28
2018-03-15iommu/amd: Add support for fast IOTLB flushingSuravee Suthikulpanit1-3/+16
2018-02-15iommu/amd: Avoid locking get_irq_table() from atomic contextScott Wood1-7/+22
2018-02-13iommu: Do not return error code for APIs with size_t return typeSuravee Suthikulpanit1-1/+1
2018-02-13iommu/amd: Don't use dev_data in irte_ga_set_affinity()Scott Wood1-3/+1
2018-02-13iommu/amd: Use raw locks on atomic context pathsScott Wood1-15/+15
2018-02-08Merge tag 'iommu-updates-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-6/+18
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+2
2018-01-17Merge branches 'arm/renesas', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-7/+19
2018-01-11iommu/amd: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+2
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner1-1/+1
2017-12-20iommu/amd: Set the device table entry PPR bit for IOMMU V2 devicesGary R Hook1-5/+15
2017-12-20iommu/amd - Record more information about unknown eventsGary R Hook1-1/+3
2017-11-14Merge tag 'iommu-v4.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-19/+24
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar1-4/+7
2017-11-03iommu/amd: Limit the IOVA page range to the specified addressesGary R Hook1-1/+1