summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c
AgeCommit message (Expand)Author
2020-02-01iommu/amd: Support multiple PCI DMA aliases in IRQ RemappingLogan Gunthorpe
2020-01-27iommu/amd: Wait for completion of IOTLB flush in attach_deviceFilippo Sironi
2019-12-13iommu/amd: Fix line-break in error log reportingJoerg Roedel
2019-12-05iommu/amd: Fix NULL dereference bug in match_hid_uidAaron Ma
2019-10-05iommu/amd: Silence warnings under memory pressureQian Cai
2019-09-21iommu/amd: Fix race in increase_address_space()Joerg Roedel
2019-09-21iommu/amd: Flush old domains in kdump kernelStuart Hayes
2019-05-04iommu/amd: Reserve exclusion range in iova-domainJoerg Roedel
2019-03-27iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZEStanislaw Gruszka
2019-03-13iommu/amd: Fix IOMMU page flush when detach device from a domainSuravee Suthikulpanit
2019-03-13iommu/amd: Unmap all mapped pages in error path of map_sgJerry Snitselaar
2019-03-13iommu/amd: Call free_iova_fast with pfn in map_sgJerry Snitselaar
2019-02-12iommu/amd: Fix amd_iommu=force_isolationYu Zhao
2018-10-05iommu/amd: Clear memory encryption mask from physical addressSingh, Brijesh
2018-09-26iommu/amd: Return devid as alias for ACPI HID devicesArindam Nath
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-08-17kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...Marek Szyprowski
2018-08-08Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma...Joerg Roedel
2018-08-08iommu: Remove the ->map_sg indirectionChristoph Hellwig
2018-07-20iommu/amd: Remove redundant WARN_ON()Anna-Maria Gleixner
2018-07-06iommu/amd: Add support for IOMMU XT modeSuravee Suthikulpanit
2018-07-06iommu/amd: make sure TLB to be flushed before IOVA freedZhen Lei
2018-07-06iommu/amd: Argument page_size could be uninitializedyzhai003@ucr.edu
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