summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+10
| | | * 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/+13
| | |/
* | | 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-101-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-111-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/+5
| * | iommu/amd: Turn dev_data_list into a lock less listSebastian Andrzej Siewior2018-03-291-18/+10
| * | 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/+1
| * | 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/+21
* | 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-111-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-141-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/+0
| * iommu/amd: Fix alloc_irq_index() incrementAlex Williamson2017-11-031-3/+4
| *---. Merge branches 'iommu/fixes', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'...Joerg Roedel2017-10-131-15/+21
| |\ \ \
| | | | * iommu/iova: Make rcache flush optional on IOVA allocation failureTomasz Nowicki2017-10-121-2/+3
| | | | * iommu/iova: Make dma_32bit_pfn implicitZhen Lei2017-09-271-5/+2
| | | |/ | | |/|
| | | * iommu/amd: Enforce alignment for MSI IRQsJoerg Roedel2017-10-101-1/+3
| | | * iommu/amd: Add align parameter to alloc_irq_index()Joerg Roedel2017-10-101-8/+14
| | |/
* | | Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar2017-11-071-4/+7
|\ \ \ | |/ /
| * | iommu/amd: Finish TLB flush in amd_iommu_unmap()Joerg Roedel2017-10-131-0/+1
OpenPOWER on IntegriCloud