aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c
Commit message (Expand)AuthorAge
*---. Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' a...Joerg Roedel2018-10-10
|\ \ \
| | | * iommu/amd: Add default branch in amd_iommu_capable()Lu Baolu2018-10-08
| | |/
* | / iommu/amd: Clear memory encryption mask from physical addressSingh, Brijesh2018-10-05
| |/ |/|
* | iommu/amd: Return devid as alias for ACPI HID devicesArindam Nath2018-09-26
|/
* Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-24
|\
| *-. Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma...Joerg Roedel2018-08-08
| |\ \
| | | * iommu: Remove the ->map_sg indirectionChristoph Hellwig2018-08-08
| | |/ | |/|
| | * iommu/amd: Remove redundant WARN_ON()Anna-Maria Gleixner2018-07-20
| | * iommu/amd: Add support for IOMMU XT modeSuravee Suthikulpanit2018-07-06
| | * iommu/amd: make sure TLB to be flushed before IOVA freedZhen Lei2018-07-06
| | * iommu/amd: Argument page_size could be uninitializedyzhai003@ucr.edu2018-07-06
| |/
* / kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...Marek Szyprowski2018-08-17
|/
* Revert "iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,fr...Linus Torvalds2018-06-11
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-10
|\
| * irq_remapping: Use apic_ack_irq()Thomas Gleixner2018-06-06
* | Merge tag 'iommu-updates-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-08
|\ \
| | \
| | \
| *-. \ Merge branches 'arm/io-pgtable', 'arm/qcom', 'arm/tegra', 'x86/vt-d', 'x86/am...Joerg Roedel2018-05-29
| |\ \ \ | | |_|/ | |/| |
| | | * iommu/amd: Prevent possible null pointer dereference and infinite loopAnna-Maria Gleixner2018-05-15
| | | * iommu/amd: Fix grammar of commentsAnna-Maria Gleixner2018-05-15
| | | * iommu/amd: Update logging information for new event typeGary R Hook2018-05-03
| | | * iommu/amd: Update the PASID information printed to the system logGary R Hook2018-05-03
| | |/
* | | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-07
|\ \ \ | |/ / |/| |
| * | PCI: Add "pci=noats" boot parameterGil Kupfer2018-05-10
| |/
* / iommu/amd: Hide unused iommu_table_lockArnd Bergmann2018-05-03
|/
* Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-11
|\
| *-. Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediat...Joerg Roedel2018-03-29
| |\ \
| | | * iommu: Do not return error code for APIs with size_t return typeSuravee Suthikulpanit2018-02-13
| | |/
| * | iommu/amd: Return proper error code in irq_remapping_alloc()Sebastian Andrzej Siewior2018-03-29
| * | iommu/amd: Make amd_iommu_devtable_lock a spin_lockSebastian Andrzej Siewior2018-03-29
| * | iommu/amd: Drop the lock while allocating new irq remap tableSebastian Andrzej Siewior2018-03-29
| * | iommu/amd: Factor out setting the remap table for a devidSebastian Andrzej Siewior2018-03-29
| * | iommu/amd: Use `table' instead `irt' as variable name in amd_iommu_update_ga()Sebastian Andrzej Siewior2018-03-29
| * | iommu/amd: Remove the special case from alloc_irq_table()Sebastian Andrzej Siewior2018-03-29
| * | iommu/amd: Split irq_lookup_table out of the amd_iommu_devtable_lockSebastian Andrzej Siewior2018-03-29
| * | iommu/amd: Split domain id out of amd_iommu_devtable_lockSebastian Andrzej Siewior2018-03-29
| * | iommu/amd: Turn dev_data_list into a lock less listSebastian Andrzej Siewior2018-03-29
| * | iommu/amd: Take into account that alloc_dev_data() may return NULLSebastian Andrzej Siewior2018-03-29
| * | iommu/amd: Use dev_err to send events to the system logGary R Hook2018-03-15
| * | iommu/amd: Add support for fast IOTLB flushingSuravee Suthikulpanit2018-03-15
| * | iommu/amd: Avoid locking get_irq_table() from atomic contextScott Wood2018-02-15
| * | iommu/amd: Don't use dev_data in irte_ga_set_affinity()Scott Wood2018-02-13
| * | iommu/amd: Use raw locks on atomic context pathsScott Wood2018-02-13
| |/
* | iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,free}()Christoph Hellwig2018-03-20
* | x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)Christoph Hellwig2018-03-20
|/
* Merge tag 'iommu-updates-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-08
|\
| *-. Merge branches 'arm/renesas', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'...Joerg Roedel2018-01-17
| |\ \
| | | * iommu/amd: Set the device table entry PPR bit for IOMMU V2 devicesGary R Hook2017-12-20
| | | * iommu/amd - Record more information about unknown eventsGary R Hook2017-12-20
| | |/ | |/|
* | | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-06
|\ \ \ | |_|/ |/| |
| * | iommu/amd: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-11
| |/