1. e16c479 Revert "iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,free}()" by Linus Torvalds · 7 years ago
  2. f4e5b30 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  3. 18f1837 Merge tag 'iommu-updates-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  4. 3a3869f Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  5. 8a2b7d1 irq_remapping: Use apic_ack_irq() by Thomas Gleixner · 7 years ago
  6. 1f56835 Merge branches 'arm/io-pgtable', 'arm/qcom', 'arm/tegra', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 7 years ago
  7. ea3fd04 iommu/amd: Prevent possible null pointer dereference and infinite loop by Anna-Maria Gleixner · 7 years ago
  8. 29a0c41 iommu/amd: Fix grammar of comments by Anna-Maria Gleixner · 7 years ago
  9. cef7440 PCI: Add "pci=noats" boot parameter by Gil Kupfer · 7 years ago
  10. e7f63ff iommu/amd: Update logging information for new event type by Gary R Hook · 7 years ago
  11. d64c048 iommu/amd: Update the PASID information printed to the system log by Gary R Hook · 7 years ago
  12. 94c793a iommu/amd: Hide unused iommu_table_lock by Arnd Bergmann · 7 years ago
  13. e5c3722 Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  14. d4f96fd Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediatek', 'arm/exynos', 'arm/renesas', 'arm/smmu' and 'core' into next by Joerg Roedel · 7 years ago
  15. 29d049b iommu/amd: Return proper error code in irq_remapping_alloc() by Sebastian Andrzej Siewior · 7 years ago
  16. 2cd1083 iommu/amd: Make amd_iommu_devtable_lock a spin_lock by Sebastian Andrzej Siewior · 7 years ago
  17. 993ca6e iommu/amd: Drop the lock while allocating new irq remap table by Sebastian Andrzej Siewior · 7 years ago
  18. 2fcc1e8 iommu/amd: Factor out setting the remap table for a devid by Sebastian Andrzej Siewior · 7 years ago
  19. 4fde541 iommu/amd: Use `table' instead `irt' as variable name in amd_iommu_update_ga() by Sebastian Andrzej Siewior · 7 years ago
  20. fde65dd iommu/amd: Remove the special case from alloc_irq_table() by Sebastian Andrzej Siewior · 7 years ago
  21. ea6166f iommu/amd: Split irq_lookup_table out of the amd_iommu_devtable_lock by Sebastian Andrzej Siewior · 7 years ago
  22. 2bc0018 iommu/amd: Split domain id out of amd_iommu_devtable_lock by Sebastian Andrzej Siewior · 7 years ago
  23. 779da73 iommu/amd: Turn dev_data_list into a lock less list by Sebastian Andrzej Siewior · 7 years ago
  24. 39ffe39 iommu/amd: Take into account that alloc_dev_data() may return NULL by Sebastian Andrzej Siewior · 7 years ago
  25. b468620 iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,free}() by Christoph Hellwig · 7 years ago
  26. fec777c x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y) by Christoph Hellwig · 7 years ago
  27. 90ca385 iommu/amd: Use dev_err to send events to the system log by Gary R Hook · 7 years ago
  28. eb5ecd1 iommu/amd: Add support for fast IOTLB flushing by Suravee Suthikulpanit · 7 years ago
  29. df42a04 iommu/amd: Avoid locking get_irq_table() from atomic context by Scott Wood · 7 years ago
  30. c5611a8 iommu: Do not return error code for APIs with size_t return type by Suravee Suthikulpanit · 7 years ago
  31. 01ee04b iommu/amd: Don't use dev_data in irte_ga_set_affinity() by Scott Wood · 7 years ago
  32. 2779039 iommu/amd: Use raw locks on atomic context paths by Scott Wood · 7 years ago
  33. ef9417e Merge tag 'iommu-updates-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  34. 105cf3c Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  35. fedbd94 Merge branches 'arm/renesas', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d' and 'core' into next by Joerg Roedel · 7 years ago
  36. d5bf0f4 iommu/amd: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  37. 702cb0a genirq/irqdomain: Rename early argument of irq_domain_activate_irq() by Thomas Gleixner · 7 years ago
  38. ff18c4e iommu/amd: Set the device table entry PPR bit for IOMMU V2 devices by Gary R Hook · 7 years ago
  39. f9fc049 iommu/amd - Record more information about unknown events by Gary R Hook · 7 years ago
  40. 2cd83ba Merge tag 'iommu-v4.15-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  41. 141d3b1 Merge branch 'linus' into x86/apic, to resolve conflicts by Ingo Molnar · 7 years ago
  42. b92b4fb iommu/amd: Limit the IOVA page range to the specified addresses by Gary R Hook · 7 years ago
  43. 2c40367 iommu/amd: remove unused variable flush_addr by Colin Ian King · 7 years ago
  44. 07d1c91 iommu/amd: Fix alloc_irq_index() increment by Alex Williamson · 7 years ago
  45. a593472 Merge branches 'iommu/fixes', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d' and 'core' into next by Joerg Roedel · 7 years ago
  46. ce76353 iommu/amd: Finish TLB flush in amd_iommu_unmap() by Joerg Roedel · 7 years ago
  47. 538d5b3 iommu/iova: Make rcache flush optional on IOVA allocation failure by Tomasz Nowicki · 7 years ago
  48. aba2d9a iommu/amd: Do not disable SWIOTLB if SME is active by Tom Lendacky · 7 years ago
  49. 53b9ec3 iommu/amd: Enforce alignment for MSI IRQs by Joerg Roedel · 7 years ago
  50. 37946d9 iommu/amd: Add align parameter to alloc_irq_index() by Joerg Roedel · 7 years ago
  51. aa3ac94 iommu/iova: Make dma_32bit_pfn implicit by Zhen Lei · 7 years ago
  52. 5ba204a iommu/amd: Reevaluate vector configuration on activate() by Thomas Gleixner · 7 years ago
  53. 7249164 genirq/irqdomain: Update irq_domain_ops.activate() signature by Thomas Gleixner · 7 years ago
  54. 4dfc278 Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  55. 47b59d8 Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/mediatek', 'arm/tegra', 'arm/qcom', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd', 's390' and 'core' into next by Joerg Roedel · 7 years ago
  56. 0688a09 iommu/amd: Rename a few flush functions by Joerg Roedel · 7 years ago
  57. ec62b1a iommu/amd: Check if domain is NULL in get_domain() and return -EBUSY by Baoquan He · 7 years ago
  58. 413d63d71b Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts by Ingo Molnar · 7 years ago
  59. fa94cf8 Merge branch 'core' into arm/tegra by Joerg Roedel · 7 years ago
  60. 9003d61 iommu/amd: Make use of iova queue flushing by Joerg Roedel · 7 years ago
  61. daae2d2 iommu/amd: Don't copy GCR3 table root pointer by Baoquan He · 7 years ago
  62. df3f7a6 iommu/amd: Use is_attach_deferred call-back by Baoquan He · 7 years ago
  63. 53019a9 iommu/amd: Do sanity check for address translation and irq remap of old dev table entry by Baoquan He · 7 years ago
  64. 45a01c4 iommu/amd: Add function copy_dev_tables() by Baoquan He · 7 years ago
  65. 07a80a6 iommu/amd: Define bit fields for DTE particularly by Baoquan He · 7 years ago
  66. 9494ea9 Revert "iommu/amd: Suppress IO_PAGE_FAULTs in kdump kernel" by Baoquan He · 7 years ago
  67. efe6f24 iommu/amd: Enable ga_log_intr when enabling guest_mode by Suravee Suthikulpanit · 8 years ago
  68. 2543a78 iommu/amd: Allow the AMD IOMMU to work with memory encryption by Tom Lendacky · 7 years ago
  69. fb4e3be Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  70. f72e24a Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 8 years ago
  71. 03ffbcd Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  72. 5860acc x86: remove arch specific dma_supported implementation by Christoph Hellwig · 8 years ago
  73. a869572 iommu/amd: implement ->mapping_error by Christoph Hellwig · 8 years ago
  74. 6a70864 Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd', 's390' and 'core' into next by Joerg Roedel · 8 years ago
  75. 84a21db iommu/amd: Fix interrupt remapping when disable guest_mode by Suravee Suthikulpanit · 8 years ago
  76. 3e49a81 iommu/amd: Use named irq domain interface by Thomas Gleixner · 8 years ago
  77. 290be19 iommu/amd: Add name to irq chip by Thomas Gleixner · 8 years ago
  78. 9ce3a72 iommu/amd: Free already flushed ring-buffer entries before full-check by Joerg Roedel · 8 years ago
  79. 54bd635 iommu/amd: Suppress IO_PAGE_FAULTs in kdump kernel by Joerg Roedel · 8 years ago
  80. ac3b708 iommu/amd: Remove queue_release() function by Joerg Roedel · 8 years ago
  81. fca6af6 iommu/amd: Add per-domain timer to flush per-cpu queues by Joerg Roedel · 8 years ago
  82. a6e3f6f iommu/amd: Add flush counters to struct dma_ops_domain by Joerg Roedel · 8 years ago
  83. e241f8e76 iommu/amd: Add locking to per-domain flush-queue by Joerg Roedel · 8 years ago
  84. fd62190 iommu/amd: Make use of the per-domain flush queue by Joerg Roedel · 8 years ago
  85. d4241a2 iommu/amd: Add per-domain flush-queue data structures by Joerg Roedel · 8 years ago
  86. 460c26d iommu/amd: Rip out old queue flushing code by Joerg Roedel · 8 years ago
  87. 23e967e iommu/amd: Reduce delay waiting for command buffer space by Tom Lendacky · 8 years ago
  88. d334a56 iommu/amd: Reduce amount of MMIO when submitting commands by Tom Lendacky · 8 years ago
  89. e2f9d45 iommu/amd: Constify irq_domain_ops by Tobias Klauser · 8 years ago
  90. 30bf2df iommu/amd: Ratelimit io-page-faults per device by Joerg Roedel · 8 years ago
  91. 6b9376e x86/events, drivers/iommu/amd: Introduce amd_iommu_get_num_iommus() by Suravee Suthikulpanit · 8 years ago
  92. 9d3a4de iommu: Disambiguate MSI region types by Robin Murphy · 8 years ago
  93. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  94. 712c604 mm: wire up GFP flag passing in dma_alloc_from_contiguous by Lucas Stach · 8 years ago
  95. 8d2932d Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/mediatek', 'arm/core', 'x86/vt-d' and 'core' into next by Joerg Roedel · 8 years ago
  96. e3d10af iommu: Make iommu_device_link/unlink take a struct iommu_device by Joerg Roedel · 8 years ago
  97. 39ab955 iommu: Add sysfs bindings for struct iommu_device by Joerg Roedel · 8 years ago
  98. b0119e8 iommu: Introduce new 'struct iommu_device' by Joerg Roedel · 8 years ago
  99. 5657933 treewide: Move dma_ops from struct dev_archdata into struct device by Bart Van Assche · 8 years ago
  100. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago