summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-241-19/+19
|\
| *-. Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma...Joerg Roedel2018-08-081-19/+19
| |\ \
| | | * iommu: Remove the ->map_sg indirectionChristoph Hellwig2018-08-081-1/+0Star
| | |/ | |/|
| | * iommu/amd: Remove redundant WARN_ON()Anna-Maria Gleixner2018-07-201-12/+0Star
| | * iommu/amd: Add support for IOMMU XT modeSuravee Suthikulpanit2018-07-061-5/+16
| | * iommu/amd: make sure TLB to be flushed before IOVA freedZhen Lei2018-07-061-1/+1
| | * iommu/amd: Argument page_size could be uninitializedyzhai003@ucr.edu2018-07-061-0/+2
| |/
* / kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...Marek Szyprowski2018-08-181-1/+1
|/
* Revert "iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,fr...Linus Torvalds2018-06-111-21/+47
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-101-1/+1
|\
| * irq_remapping: Use apic_ack_irq()Thomas Gleixner2018-06-061-1/+1
* | Merge tag 'iommu-updates-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-081-34/+35
|\ \
| | \
| | \
| *-. \ Merge branches 'arm/io-pgtable', 'arm/qcom', 'arm/tegra', 'x86/vt-d', 'x86/am...Joerg Roedel2018-05-291-34/+35
| |\ \ \ | | |_|/ | |/| |
| | | * iommu/amd: Prevent possible null pointer dereference and infinite loopAnna-Maria Gleixner2018-05-151-12/+10Star
| | | * iommu/amd: Fix grammar of commentsAnna-Maria Gleixner2018-05-151-4/+4
| | | * iommu/amd: Update logging information for new event typeGary R Hook2018-05-031-1/+9
| | | * iommu/amd: Update the PASID information printed to the system logGary R Hook2018-05-031-18/+13Star
| | |/
* | | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-3/+8
|\ \ \ | |/ / |/| |
| * | PCI: Add "pci=noats" boot parameterGil Kupfer2018-05-111-3/+8
| |/
* / iommu/amd: Hide unused iommu_table_lockArnd Bergmann2018-05-031-1/+1
|/
* Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-121-133/+187
|\
| *-. Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediat...Joerg Roedel2018-03-291-1/+1
| |\ \
| | | * iommu: Do not return error code for APIs with size_t return typeSuravee Suthikulpanit2018-02-131-1/+1
| | |/
| * | iommu/amd: Return proper error code in irq_remapping_alloc()Sebastian Andrzej Siewior2018-03-291-2/+2
| * | iommu/amd: Make amd_iommu_devtable_lock a spin_lockSebastian Andrzej Siewior2018-03-291-7/+7
| * | iommu/amd: Drop the lock while allocating new irq remap tableSebastian Andrzej Siewior2018-03-291-18/+45
| * | iommu/amd: Factor out setting the remap table for a devidSebastian Andrzej Siewior2018-03-291-11/+12
| * | iommu/amd: Use `table' instead `irt' as variable name in amd_iommu_update_ga()Sebastian Andrzej Siewior2018-03-291-5/+5
| * | iommu/amd: Remove the special case from alloc_irq_table()Sebastian Andrzej Siewior2018-03-291-14/+20
| * | iommu/amd: Split irq_lookup_table out of the amd_iommu_devtable_lockSebastian Andrzej Siewior2018-03-291-2/+3
| * | iommu/amd: Split domain id out of amd_iommu_devtable_lockSebastian Andrzej Siewior2018-03-291-7/+5Star
| * | iommu/amd: Turn dev_data_list into a lock less listSebastian Andrzej Siewior2018-03-291-18/+10Star
| * | iommu/amd: Take into account that alloc_dev_data() may return NULLSebastian Andrzej Siewior2018-03-291-0/+2
| * | iommu/amd: Use dev_err to send events to the system logGary R Hook2018-03-151-27/+28
| * | iommu/amd: Add support for fast IOTLB flushingSuravee Suthikulpanit2018-03-151-3/+16
| * | iommu/amd: Avoid locking get_irq_table() from atomic contextScott Wood2018-02-151-7/+22
| * | iommu/amd: Don't use dev_data in irte_ga_set_affinity()Scott Wood2018-02-131-3/+1Star
| * | iommu/amd: Use raw locks on atomic context pathsScott Wood2018-02-131-15/+15
| |/
* | iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,free}()Christoph Hellwig2018-03-201-47/+21Star
* | x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)Christoph Hellwig2018-03-201-3/+4
|/
* Merge tag 'iommu-updates-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-081-6/+18
|\
| *-. Merge branches 'arm/renesas', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'...Joerg Roedel2018-01-171-7/+19
| |\ \
| | | * iommu/amd: Set the device table entry PPR bit for IOMMU V2 devicesGary R Hook2017-12-201-5/+15
| | | * iommu/amd - Record more information about unknown eventsGary R Hook2017-12-201-1/+3
| | |/ | |/|
* | | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-1/+2
|\ \ \ | |_|/ |/| |
| * | iommu/amd: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-121-1/+2
| |/
* / genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2017-12-291-1/+1
|/
* Merge tag 'iommu-v4.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2017-11-151-19/+24
|\
| * iommu/amd: Limit the IOVA page range to the specified addressesGary R Hook2017-11-031-1/+1
| * iommu/amd: remove unused variable flush_addrColin Ian King2017-11-031-2/+0Star