1. a26be14 Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 9 years ago
  2. 9d43bad Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  3. a20cc76 Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' and 'core' into next by Joerg Roedel · 9 years ago
  4. ae0cbbb iommu/amd: Convert non-returned local variable to boolean when relevant by Quentin Lambert · 9 years ago
  5. 63ce3ae iommu: Update my email address by Joerg Roedel · 9 years ago
  6. a1bec06 iommu/amd: Use wait_event in put_pasid_state_wait by Joerg Roedel · 9 years ago
  7. 91f65fa iommu/amd: Fix amd_iommu_free_device() by Peter Zijlstra · 9 years ago
  8. a4188be iommu/arm-smmu: Avoid build warning by Arnd Bergmann · 9 years ago
  9. cd70d46 iommu/fsl: Various cleanups by Emil Medve · 9 years ago
  10. 8cd4f75 iommu/fsl: Use %pa to print phys_addr_t by Joerg Roedel · 9 years ago
  11. 1d7f449 iommu/omap: Print phys_addr_t using %pa by Joerg Roedel · 9 years ago
  12. 477ab7a iommu: Make more drivers depend on COMPILE_TEST by Joerg Roedel · 9 years ago
  13. bb590c9 iommu/ipmmu-vmsa: Fix IOMMU lookup when multiple IOMMUs are registered by Laurent Pinchart · 9 years ago
  14. e5144c9 iommu: Disable on !MMU builds by Arnd Bergmann · 9 years ago
  15. ca4f558 iommu/fsl: Remove unused fsl_of_pamu_ids[] by Emil Medve · 9 years ago
  16. 0f1fb99 iommu/fsl: Fix section mismatch by Emil Medve · 9 years ago
  17. f20ed39 iommu/ipmmu-vmsa: Use the ARM LPAE page table allocator by Laurent Pinchart · 9 years ago
  18. fd47b69 Merge branch 'arm/smmu' into arm/renesas by Joerg Roedel · 9 years ago
  19. 3557707 iommu/tegra: gart: Provide default ->map_sg() callback by Thierry Reding · 9 years ago
  20. c7e3ca5 iommu/tegra: gart: Do not register with bus by Thierry Reding · 9 years ago
  21. 860cd64d iommu: Fix trace_map() to report original iova and original size by Shuah Khan · 10 years ago
  22. 3f4cb7c iommu/amd: Fix irq remapping detection logic by Thomas Gleixner · 9 years ago
  23. 859a732 iommu/arm-smmu: add support for iova_to_phys through ATS1PR by Mitchel Humpherys · 10 years ago
  24. 3c8567d iommu/arm-smmu: don't touch the secure STLBIALL register by Mitchel Humpherys · 10 years ago
  25. 518f713 iommu/arm-smmu: make use of generic LPAE allocator by Will Deacon · 10 years ago
  26. c896c13 iommu: io-pgtable-arm: add non-secure quirk by Laurent Pinchart · 10 years ago
  27. fe4b991 iommu: add self-consistency tests to ARM LPAE IO page table allocator by Will Deacon · 10 years ago
  28. e1d3c0f iommu: add ARM LPAE page table allocator by Will Deacon · 10 years ago
  29. fdb1d7b iommu: introduce generic page table allocation framework by Will Deacon · 10 years ago
  30. db8614d iommu: Change trace unmap api to report unmapped size by Shuah Khan · 10 years ago
  31. 6fd492f iommu: Fix trace_unmap() to report original iova by Shuah Khan · 10 years ago
  32. 0fb5fe8 iommu: Make IOVA domain page size explicit by Robin Murphy · 10 years ago
  33. 1b72250 iommu: Make IOVA domain low limit flexible by Robin Murphy · 10 years ago
  34. 85b4545 iommu: Consolidate IOVA allocator code by Robin Murphy · 10 years ago
  35. 114150d iommu: Allow building iova.c independently by Robin Murphy · 10 years ago
  36. 78e1f97 iommu/ipmmu-vmsa: Remove platform data support by Laurent Pinchart · 10 years ago
  37. a166d31 iommu/ipmmu-vmsa: Support multiple micro TLBs per device by Laurent Pinchart · 10 years ago
  38. 275f505 iommu/ipmmu-vmsa: Add device tree support by Laurent Pinchart · 10 years ago
  39. 9eca0a5 iommu/ipmmu-vmsa: Invalidate TLB after unmapping by Laurent Pinchart · 10 years ago
  40. 22463ca iommu/ipmmu-vmsa: Flush P[UM]D entry before freeing the child page table by Laurent Pinchart · 10 years ago
  41. b8f80bf iommu/ipmmu-vmsa: Cleanup failures of ARM mapping creation or attachment by Laurent Pinchart · 10 years ago
  42. e901176 iommu/irq_remapping: Normailize the way to detect whether IR is enabled by Jiang Liu · 10 years ago
  43. 7fa1c84 iommu/irq_remapping: Change variable disable_irq_remap to be static by Jiang Liu · 10 years ago
  44. 30969e3 iommu/irq_remapping: Refine function irq_remapping_prepare() for maintenance by Jiang Liu · 10 years ago
  45. c392f56 iommu/irq_remapping: Kill function irq_remapping_supported() and related code by Jiang Liu · 10 years ago
  46. 84d0779 iommu/amd: Check for irq-remap support amd_iommu_prepare() by Joerg Roedel · 10 years ago
  47. 13d09b6 iommu/vt-d: Allow IR works in XAPIC mode though CPU works in X2APIC mode by Jiang Liu · 10 years ago
  48. 69cf1d8 iommu/vt-d: Allocate IRQ remapping data structures only for all IOMMUs by Joerg Roedel · 10 years ago
  49. 2966d95 iommu/vt-d: Prepare for killing function irq_remapping_supported() by Jiang Liu · 10 years ago
  50. e3a981d iommu/vt-d: Convert allocations to GFP_KERNEL by Thomas Gleixner · 10 years ago
  51. 1119030 iommu/vt-d: Move iommu preparatory allocations to irq_remap_ops.prepare by Thomas Gleixner · 10 years ago
  52. a1dafe8 iommu, x86: Restructure setup of the irq remapping feature by Thomas Gleixner · 10 years ago
  53. 2c0ee8b iommu/rockchip: Drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  54. 6d1b9cc iommu/vt-d: Remove dead code in device_notifier by Joerg Roedel · 10 years ago
  55. 62c2216 iommu/vt-d: Fix dmar_domain leak in iommu_attach_device by Joerg Roedel · 10 years ago
  56. 04561ca iommu/ipmmu-vmsa: Change IOMMU_EXEC to IOMMU_NOEXEC by Laurent Pinchart · 10 years ago
  57. e589c9e Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  58. 6f51ee7 Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  59. 94bbdb6 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  60. 20911ce iommu/exynos: Fix arm64 allmodconfig build by Mark Brown · 10 years ago
  61. 719b530 iommu/amd: Use helpers to access irq_cfg data structure associated with IRQ by Jiang Liu · 10 years ago
  62. 91411da iommu/vt-d: Use helpers to access irq_cfg data structure associated with IRQ by Jiang Liu · 10 years ago
  63. b71a3b2 x86: irq_remapping: Use helpers to access irq_cfg data structure associated with IRQ by Jiang Liu · 10 years ago
  64. 8ab7913 Merge branch 'x86/vt-d' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu into x86/apic-picks by Thomas Gleixner · 10 years ago
  65. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  66. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  67. 78a45c6 Merge branch 'akpm' (second patch-bomb from Andrew) by Linus Torvalds · 10 years ago
  68. 9dc00f4 iommu/amd: use handle_mm_fault directly by Jesse Barnes · 10 years ago
  69. 8d14066 Merge tag 'iommu-updates-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  70. 9e66645 Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  71. b75478d Merge branch 'drm_iommu_v15' of https://github.com/markyzq/kernel-drm-rockchip into drm-next by Dave Airlie · 10 years ago
  72. a42a7a1 iommu: store DT-probed IOMMU data privately by Robin Murphy · 10 years ago
  73. 8918465 memory: Add NVIDIA Tegra memory controller support by Thierry Reding · 10 years ago
  74. 76771c9 Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 10 years ago
  75. 18f2340 iommu: Decouple iommu_map_sg from CPU page size by Robin Murphy · 10 years ago
  76. cc4f14a iommu/vt-d: Fix an off-by-one bug in __domain_mapping() by Jiang Liu · 10 years ago
  77. 461bfb3f iommu: fix initialization without 'add_device' callback by Marek Szyprowski · 10 years ago
  78. 7eba1d5 iommu: provide helper function to configure an IOMMU for an of master by Will Deacon · 10 years ago
  79. 1cd076b iommu: provide early initialisation hook for IOMMU drivers by Will Deacon · 10 years ago
  80. 63a7b17 PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlier by Jiang Liu · 10 years ago
  81. ffebeb4 iommu/vt-d: Enhance intel-iommu driver to support DMAR unit hotplug by Jiang Liu · 10 years ago
  82. 51acce3 iommu/vt-d: Enhance error recovery in function intel_enable_irq_remapping() by Jiang Liu · 10 years ago
  83. a7a3dad iommu/vt-d: Enhance intel_irq_remapping driver to support DMAR unit hotplug by Jiang Liu · 10 years ago
  84. d35165a iommu/vt-d: Search for ACPI _DSM method for DMAR hotplug by Jiang Liu · 10 years ago
  85. 6b19724 iommu/vt-d: Implement DMAR unit hotplug framework by Jiang Liu · 10 years ago
  86. 78d8e70 iommu/vt-d: Dynamically allocate and free seq_id for DMAR units by Jiang Liu · 10 years ago
  87. c2a0b53 iommu/vt-d: Introduce helper function dmar_walk_resources() by Jiang Liu · 10 years ago
  88. c752ce4 iommu/arm-smmu: add support for DOMAIN_ATTR_NESTING attribute by Will Deacon · 10 years ago
  89. 0e7d37a iommu/arm-smmu: Play nice on non-ARM/SMMU systems by Thierry Reding · 10 years ago
  90. cfdeec2 iommu/amd: remove compiler warning due to IOMMU_CAP_NOEXEC by Will Deacon · 10 years ago
  91. 0029a8d iommu/arm-smmu: add IOMMU_CAP_NOEXEC to the ARM SMMU driver by Antonios Motakis · 10 years ago
  92. a720b41 iommu/arm-smmu: change IOMMU_EXEC to IOMMU_NOEXEC by Antonios Motakis · 10 years ago
  93. 1c51099 iommu/amd: Fix accounting of device_state by Oded Gabbay · 10 years ago
  94. 1a2262f x86/vt-d: Fix incorrect bit operations in setting values by Li, Zhen-Hua · 10 years ago
  95. 1117588 iommu/rockchip: Allow to compile with COMPILE_TEST by Joerg Roedel · 10 years ago
  96. e222d6a iommu/ipmmu-vmsa: Return proper error if devm_request_irq fails by Axel Lin · 10 years ago
  97. 99cb9ae iommu/omap: Use dev_get_platdata() by Kiran Padwal · 10 years ago
  98. 263bc3f iommu/msm: Use dev_get_platdata() by Kiran Padwal · 10 years ago
  99. d7da6bd iommu: Improve error handling when setting bus iommu by Heiko Stübner · 10 years ago
  100. 38ec010 iommu: Do more input validation in iommu_map_sg() by Joerg Roedel · 10 years ago