1. 2aac630 iommu/vt-d: change intel-iommu to use IOVA frame numbers by Omer Peleg · 8 years ago
  2. 0824c59 iommu/vt-d: avoid dev iotlb logic for domains with no dev iotlbs by Omer Peleg · 8 years ago
  3. 769530e iommu/vt-d: only unmap mapped entries by Omer Peleg · 8 years ago
  4. f5c0c08 iommu/vt-d: correct flush_unmaps pfn usage by Omer Peleg · 8 years ago
  5. aa47324 iommu/vt-d: per-cpu deferred invalidation queues by Omer Peleg · 8 years ago
  6. 314f1dc iommu/vt-d: refactoring of deferred flush entries by Omer Peleg · 8 years ago
  7. cb6c27b iommu/arm-smmu: Make use of phandle iterators in device-tree parsing by Joerg Roedel · 8 years ago
  8. 6666ea5 Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes by Ingo Molnar · 8 years ago
  9. 2d8e1f0 iommu/amd: Signedness bug in acpihid_device_group() by Dan Carpenter · 8 years ago
  10. 93984fb x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage by Borislav Petkov · 8 years ago
  11. 338c314 PCI: Add support for multiple DMA aliases by Jacek Lawrynowicz · 8 years ago
  12. e315604 iommu/amd: Fix checking of pci dma aliases by Joerg Roedel · 8 years ago
  13. e88ccab iommu/io-pgtable-arm-v7s: Support IOMMU_MMIO flag by Robin Murphy · 8 years ago
  14. fb94825 iommu/io-pgtable-arm: Support IOMMU_MMIO flag by Robin Murphy · 8 years ago
  15. 0b74ecd iommu/vt-d: Silence an uninitialized variable warning by Dan Carpenter · 8 years ago
  16. fbedd9b iommu/rockchip: Fix "is stall active" check by John Keeping · 8 years ago
  17. a0d284d powerpc: Fix incorrect PPC32 PAMU dependency by Andy Fleming · 8 years ago
  18. eebb803 iommu: Don't overwrite domain pointer when there is no default_domain by Joerg Roedel · 8 years ago
  19. 9a4d3bf5 iommu/amd: Set AMD iommu callbacks for amba bus by Wan Zongshun · 8 years ago
  20. b097d11 iommu/amd: Manage iommu_group for ACPI HID devices by Wan Zongshun · 8 years ago
  21. 2bf9a0a iommu/amd: Add iommu support for ACPI HID devices by Wan Zongshun · 8 years ago
  22. 7aba6cb iommu/amd: Make call-sites of get_device_id aware of its return value by Wan Zongshun · 8 years ago
  23. ca3bf5d iommu/amd: Introduces ivrs_acpihid kernel parameter by Suravee Suthikulpanit · 8 years ago
  24. 2a0cb4e iommu/amd: Add new map for storing IVHD dev entry type HID by Wan Zongshun · 8 years ago
  25. 8c7142f iommu/amd: Use the most comprehensive IVHD type that the driver can support by Suravee Suthikulpanit · 8 years ago
  26. ac7ccf6 iommu/amd: Modify ivhd_header structure to support type 11h and 40h by Suravee Suthikulpanit · 8 years ago
  27. 7d7d38a iommu/amd: Adding Extended Feature Register check for PC support by Suravee Suthikulpanit · 8 years ago
  28. a5c0e0b iommu/omap: Align code with open parenthesis by Suman Anna · 8 years ago
  29. 433c434 iommu/omap: Use WARN_ON for page table alignment check by Suman Anna · 8 years ago
  30. 7c1ab60 iommu/omap: Replace BUG() in iopgtable_store_entry_core() by Suman Anna · 8 years ago
  31. 521f408 iommu/omap: Remove iopgtable_clear_entry_all() from driver remove by Suman Anna · 8 years ago
  32. 3d1a244 x86/vt-d: Fix comment for dma_pte_free_pagetable() by Michael S. Tsirkin · 8 years ago
  33. 8d7f2d8 iommu/rockchip: Don't feed NULL res pointers to devres by Tomeu Vizoso · 8 years ago
  34. a0fe14d iommu/vt-d: Improve fault handler error messages by Alex Williamson · 8 years ago
  35. c43fce4 iommu/vt-d: Ratelimit fault handler by Alex Williamson · 8 years ago
  36. 01e23c9 iommu/mediatek: Add 4GB mode support by Yong Wu · 8 years ago
  37. 1afe231 iommu/io-pgtable: Add MTK 4GB mode in Short-descriptor by Yong Wu · 8 years ago
  38. 54c6d24 iommu/io-pgtable: Fix a brace coding style issue. by Cosmin-Gabriel Samoila · 8 years ago
  39. 07b48ac iommu/dma: Restore scatterlist offsets correctly by Robin Murphy · 8 years ago
  40. b4af7f7 Merge tag 'iommu-updates-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  41. 70cf769c Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/io-pgtable', 'arm/renesas' and 'core' into next by Joerg Roedel · 8 years ago
  42. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  43. 3189e49 iommu/mediatek: Check for NULL instead of IS_ERR() by Dan Carpenter · 8 years ago
  44. 048b31c iommu/io-pgtable-armv7s: Fix kmem_cache_alloc() flags by Robin Murphy · 8 years ago
  45. 0b6c0ad iommu/mediatek: Fix handling of of_count_phandle_with_args result by Andrzej Hajda · 8 years ago
  46. e6a8c9b iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug path by Joerg Roedel · 8 years ago
  47. b6809ee iommu/amd: Detach device from domain before removal by Joerg Roedel · 8 years ago
  48. 59a68eb iommu/dma: Fix NEED_SG_DMA_LENGTH dependency by Robin Murphy · 8 years ago
  49. fd99f79 iommu/mediatek: Mark PM functions as __maybe_unused by Arnd Bergmann · 8 years ago
  50. 1928832 iommu/mediatek: Select ARM_DMA_USE_IOMMU by Arnd Bergmann · 8 years ago
  51. 84bd042 iommu/exynos: Use proper readl/writel register interface by Marek Szyprowski · 8 years ago
  52. dbf6c6e iommu/exynos: Pointers are nto physical addresses by Arnd Bergmann · 8 years ago
  53. 358875f iommu/amd: Apply workaround for ATS write permission check by Jay Cornwall · 8 years ago
  54. 38e45d0 iommu/amd: Fix boot warning when device 00:00.0 is not iommu covered by Suravee Suthikulpanit · 8 years ago
  55. 0df4fab iommu/mediatek: Add mt8173 IOMMU driver by Yong Wu · 8 years ago
  56. 9e358e2 Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmu by Joerg Roedel · 8 years ago
  57. 9015ba4 iommu/ipmmu-vmsa: Use ARCH_RENESAS by Simon Horman · 8 years ago
  58. 5fa61cb iommu/exynos: Support multiple attach_device calls by Marek Szyprowski · 8 years ago
  59. 740a01e iommu/exynos: Add support for v5 SYSMMU by Marek Szyprowski · 8 years ago
  60. 850d313 iommu/exynos: Add support for SYSMMU controller with bogus version reg by Marek Szyprowski · 8 years ago
  61. d631ea9 iommu/exynos: Unify code for fldp cache invalidation by Marek Szyprowski · 8 years ago
  62. 83addec iommu/exynos: Refactor init config code by Marek Szyprowski · 8 years ago
  63. d093fc7 iommu/exynos: Refactor fault handling code by Marek Szyprowski · 8 years ago
  64. 02cdc36 iommu/exynos: Refactor code (no direct register access) by Marek Szyprowski · 8 years ago
  65. b398af2 iommu/exynos: Simplify master clock operations by Marek Szyprowski · 8 years ago
  66. 5e3435e iommu/exynos: Remove ARM-specific cache flush interface by Marek Szyprowski · 8 years ago
  67. 58c6f6a iommu/exynos: Add support for IOMMU_DOMAIN_DMA domain type by Marek Szyprowski · 8 years ago
  68. 6c2ae7e iommu/exynos: Rework iommu group initialization by Marek Szyprowski · 8 years ago
  69. 06bfcaa iommu: Fix second argument of trace_map() to report correct paddr by Yoshihiro Shimoda · 8 years ago
  70. 28f6915 Merge branch 'for-joerg/io-pgtable' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/io-pgtable by Joerg Roedel · 8 years ago
  71. 1b2ee12 mm/core: Do not enforce PKEY permissions on remote mm access by Dave Hansen · 8 years ago
  72. cbf8277 iommu/arm-smmu: Treat IOMMU_DOMAIN_DMA as bypass for now by Will Deacon · 8 years ago
  73. bc7f2ce iommu/arm-smmu: Don't fail device attach if already attached to a domain by Will Deacon · 8 years ago
  74. 25a1c96 iommu/arm-smmu: Allow disabling unmatched stream bypass by Robin Murphy · 8 years ago
  75. 45bb966 of: iommu: Increment DT node refcount in of_iommu_set_ops() by Anup Patel · 8 years ago
  76. 9adb959 iommu/arm-smmu: Support DMA-API domains by Robin Murphy · 8 years ago
  77. d346180 iommu/arm-smmu: Treat all device transactions as unprivileged by Robin Murphy · 8 years ago
  78. 3850db4 iommu/io-pgtable: Rationalise quirk handling by Robin Murphy · 8 years ago
  79. 88492a4 iommu/io-pgtable: Avoid redundant TLB syncs by Robin Murphy · 8 years ago
  80. 507e4c9 iommu/io-pgtable: Add helper functions for TLB ops by Robin Murphy · 8 years ago
  81. e5fc975 iommu/io-pgtable: Add ARMv7 short descriptor support by Robin Murphy · 8 years ago
  82. 87bbcfd Merge tag 'for-linus-20160216' of git://git.infradead.org/intel-iommu by Linus Torvalds · 8 years ago
  83. 4692400 iommu/vt-d: Clear PPR bit to ensure we get more page request interrupts by David Woodhouse · 8 years ago
  84. 9b1a12d iommu/amd: Correct the wrong setting of alias DTE in do_attach by Baoquan He · 8 years ago
  85. cd6438c iommu/rockchip: Reconstruct to support multi slaves by ZhengShunQian · 8 years ago
  86. da972fb iommu/vt-d: Don't skip PCI devices when disabling IOTLB by Jeremy McNicoll · 8 years ago
  87. 8f6aff9 iommu/io-pgtable-arm: Fix io-pgtable-arm build failure by Lada Trimasova · 8 years ago
  88. 99e38df Merge tag 'iommu-updates-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  89. 3270425 Merge branches 's390', 'arm/renesas', 'arm/msm', 'arm/shmobile', 'arm/smmu', 'x86/amd' and 'x86/vt-d' into next by Joerg Roedel · 8 years ago
  90. fda3bec iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REG by CQ Tang · 8 years ago
  91. e57e58b iommu/vt-d: Fix mm refcounting to hold mm_count not mm_users by David Woodhouse · 9 years ago
  92. 67c707e Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  93. bc84745 iommu/vt-d: Fix up error handling in alloc_iommu by Joerg Roedel · 9 years ago
  94. 5920337 iommu/vt-d: Check the return value of iommu_device_create() by Nicholas Krause · 9 years ago
  95. 164afb1 iommu/dma: Use correct offset in map_sg by Robin Murphy · 9 years ago
  96. 1fb260b iommu/amd: Remove an unneeded condition by Dan Carpenter · 9 years ago
  97. a639a8e iommu/amd: Preallocate dma_ops apertures based on dma_mask by Joerg Roedel · 9 years ago
  98. 7b5e25b iommu/amd: Use trylock to aquire bitmap_lock by Joerg Roedel · 9 years ago
  99. 5f6bed5 iommu/amd: Make dma_ops_domain->next_index percpu by Joerg Roedel · 9 years ago
  100. 92d420e iommu/amd: Relax locking in dma_ops path by Joerg Roedel · 9 years ago