aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c
AgeCommit message (Expand)Author
2019-05-23iommu/amd: Reserve exclusion range in iova-domainJoerg Roedel
2019-04-07iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZEStanislaw Gruszka
2019-03-20iommu/amd: Fix IOMMU page flush when detach device from a domainSuravee Suthikulpanit
2019-03-20iommu/amd: Unmap all mapped pages in error path of map_sgJerry Snitselaar
2019-03-20iommu/amd: Call free_iova_fast with pfn in map_sgJerry Snitselaar
2019-03-01iommu/amd: Fix amd_iommu=force_isolationYu Zhao
2018-10-20iommu/amd: Return devid as alias for ACPI HID devicesArindam Nath
2018-10-10iommu/amd: Clear memory encryption mask from physical addressSingh, Brijesh
2018-10-03iommu/amd: make sure TLB to be flushed before IOVA freedZhen Lei
2018-06-11Revert "iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,fr...Linus Torvalds
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-08Merge tag 'iommu-updates-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-06irq_remapping: Use apic_ack_irq()Thomas Gleixner
2018-05-29Merge branches 'arm/io-pgtable', 'arm/qcom', 'arm/tegra', 'x86/vt-d', 'x86/am...Joerg Roedel
2018-05-15iommu/amd: Prevent possible null pointer dereference and infinite loopAnna-Maria Gleixner
2018-05-15iommu/amd: Fix grammar of commentsAnna-Maria Gleixner
2018-05-10PCI: Add "pci=noats" boot parameterGil Kupfer
2018-05-03iommu/amd: Update logging information for new event typeGary R Hook
2018-05-03iommu/amd: Update the PASID information printed to the system logGary R Hook
2018-05-03iommu/amd: Hide unused iommu_table_lockArnd Bergmann
2018-04-11Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-03-29Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediat...Joerg Roedel
2018-03-29iommu/amd: Return proper error code in irq_remapping_alloc()Sebastian Andrzej Siewior
2018-03-29iommu/amd: Make amd_iommu_devtable_lock a spin_lockSebastian Andrzej Siewior
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