1. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  2. 2cd83ba Merge tag 'iommu-v4.15-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  3. 56f1944 Merge branches 'iommu/arm/smmu', 'iommu/updates', 'iommu/vt-d', 'iommu/ipmmu-vmsa' and 'iommu/iova' into iommu-next-20171113.0 by Alex Williamson · 7 years ago
  4. 141d3b1 Merge branch 'linus' into x86/apic, to resolve conflicts by Ingo Molnar · 7 years ago
  5. 94e2cc4 iommu/iova: Use raw_cpu_ptr() instead of get_cpu_ptr() for ->fq by Sebastian Andrzej Siewior · 7 years ago
  6. 395df08 iommu/mediatek: Fix driver name by Matthias Brugger · 7 years ago
  7. 58b8e8b iommu/ipmmu-vmsa: Hook up r8a7795 DT matching code by Magnus Damm · 7 years ago
  8. c295f50 iommu/ipmmu-vmsa: Allow two bit SL0 by Magnus Damm · 7 years ago
  9. f5c8589 iommu/ipmmu-vmsa: Make IMBUSCTR setup optional by Magnus Damm · 7 years ago
  10. d574893 iommu/ipmmu-vmsa: Write IMCTR twice by Magnus Damm · 7 years ago
  11. 1c89422 iommu/ipmmu-vmsa: IPMMU device is 40-bit bus master by Magnus Damm · 7 years ago
  12. cda52fc iommu/ipmmu-vmsa: Make use of IOMMU_OF_DECLARE() by Magnus Damm · 7 years ago
  13. 5fd1634 iommu/ipmmu-vmsa: Enable multi context support by Magnus Damm · 7 years ago
  14. fd5140e iommu/ipmmu-vmsa: Add optional root device feature by Magnus Damm · 7 years ago
  15. 33f3ac9 iommu/ipmmu-vmsa: Introduce features, break out alias by Magnus Damm · 7 years ago
  16. 49c875f iommu/ipmmu-vmsa: Unify ipmmu_ops by Robin Murphy · 7 years ago
  17. e4efe4a iommu/ipmmu-vmsa: Clean up struct ipmmu_vmsa_iommu_priv by Robin Murphy · 7 years ago
  18. b354c73 iommu/ipmmu-vmsa: Simplify group allocation by Robin Murphy · 7 years ago
  19. 1c7e7c0 iommu/ipmmu-vmsa: Unify domain alloc/free by Robin Murphy · 7 years ago
  20. 105a004 iommu/ipmmu-vmsa: Fix return value check in ipmmu_find_group_dma() by weiyongjun (A) · 7 years ago
  21. 4fa064b iommu/vt-d: Clear pasid table entry when memory unbound by Lu Baolu · 7 years ago
  22. 973b546 iommu/vt-d: Clear Page Request Overflow fault bit by Lu Baolu · 7 years ago
  23. 2e2e35d iommu/vt-d: Missing checks for pasid tables if allocation fails by Lu Baolu · 7 years ago
  24. b92b4fb iommu/amd: Limit the IOVA page range to the specified addresses by Gary R Hook · 7 years ago
  25. 049541e iommu: qcom: wire up fault handler by Rob Clark · 7 years ago
  26. 2c40367 iommu/amd: remove unused variable flush_addr by Colin Ian King · 7 years ago
  27. 07d1c91 iommu/amd: Fix alloc_irq_index() increment by Alex Williamson · 7 years ago
  28. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  29. 8ff0f72 iommu/arm-smmu-v3: Use burst-polling for sync completion by Robin Murphy · 7 years ago
  30. a529ea1 iommu/arm-smmu-v3: Consolidate identical timeouts by Will Deacon · 7 years ago
  31. 4980659 iommu/arm-smmu-v3: Split arm_smmu_cmdq_issue_sync in half by Will Deacon · 7 years ago
  32. 37de98f iommu/arm-smmu-v3: Use CMD_SYNC completion MSI by Robin Murphy · 7 years ago
  33. dce032a iommu/arm-smmu-v3: Forget about cmdq-sync interrupt by Robin Murphy · 7 years ago
  34. 2f657ad iommu/arm-smmu-v3: Specialise CMD_SYNC handling by Robin Murphy · 7 years ago
  35. 2a22baa iommu/arm-smmu-v3: Correct COHACC override message by Robin Murphy · 7 years ago
  36. 9cff86fd2 iommu/arm-smmu-v3: Avoid ILLEGAL setting of STE.S1STALLD and CD.S by Yisheng Xie · 7 years ago
  37. 74f55d3 iommu/arm-smmu: Enable bypass transaction caching for ARM SMMU 500 by Feng Kan · 7 years ago
  38. 704c038 iommu/arm-smmu-v3: Ensure we sync STE when only changing config field by Will Deacon · 7 years ago
  39. 6948d4a iommu/arm-smmu: Remove ACPICA workarounds by Robin Murphy · 7 years ago
  40. a593472 Merge branches 'iommu/fixes', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d' and 'core' into next by Joerg Roedel · 7 years ago
  41. ce76353 iommu/amd: Finish TLB flush in amd_iommu_unmap() by Joerg Roedel · 7 years ago
  42. 538d5b3 iommu/iova: Make rcache flush optional on IOVA allocation failure by Tomasz Nowicki · 7 years ago
  43. 331b57d Merge branch 'irq/urgent' into x86/apic by Thomas Gleixner · 7 years ago
  44. 9d25e3c iommu/exynos: Remove initconst attribute to avoid potential kernel oops by Marek Szyprowski · 7 years ago
  45. aba2d9a iommu/amd: Do not disable SWIOTLB if SME is active by Tom Lendacky · 7 years ago
  46. 53b9ec3 iommu/amd: Enforce alignment for MSI IRQs by Joerg Roedel · 7 years ago
  47. 37946d9 iommu/amd: Add align parameter to alloc_irq_index() by Joerg Roedel · 7 years ago
  48. b117e03 iommu/vt-d: Delete unnecessary check in domain_context_mapping_one() by Christos Gkekas · 7 years ago
  49. ec154bf iommu/vt-d: Don't register bus-notifier under dmar_global_lock by Joerg Roedel · 7 years ago
  50. 4d689b6 iommu/io-pgtable-arm-v7s: Convert to IOMMU API TLB sync by Robin Murphy · 7 years ago
  51. 32b1244 iommu/io-pgtable-arm: Convert to IOMMU API TLB sync by Robin Murphy · 7 years ago
  52. abbb8a0 iommu/iova: Don't try to copy anchor nodes by Robin Murphy · 7 years ago
  53. e8b1984 iommu/iova: Try harder to allocate from rcache magazine by Robin Murphy · 7 years ago
  54. b826ee9 iommu/iova: Make rcache limit_pfn handling more robust by Robin Murphy · 7 years ago
  55. 7595dc5 iommu/iova: Simplify domain destruction by Robin Murphy · 7 years ago
  56. 973f5fb iommu/iova: Simplify cached node logic by Robin Murphy · 7 years ago
  57. bb68b2f iommu/iova: Add rbtree anchor node by Robin Murphy · 7 years ago
  58. aa3ac94 iommu/iova: Make dma_32bit_pfn implicit by Zhen Lei · 7 years ago
  59. e60aa7b iommu/iova: Extend rbtree node caching by Robin Murphy · 7 years ago
  60. 086c83a iommu/iova: Optimise the padding calculation by Zhen Lei · 7 years ago
  61. 2070f94 iommu/iova: Optimise rbtree searching by Zhen Lei · 7 years ago
  62. 3c6bae6 iommu/amd: pr_err() strings should end with newlines by Arvind Yadav · 7 years ago
  63. 1ff9b17 iommu/mediatek: Limit the physical address in 32bit for v7s by Yong Wu · 7 years ago
  64. 5c62c1c iommu/io-pgtable-arm-v7s: Need dma-sync while there is no QUIRK_NO_DMA by Yong Wu · 7 years ago
  65. 5ba204a iommu/amd: Reevaluate vector configuration on activate() by Thomas Gleixner · 7 years ago
  66. d491bdf iommu/vt-d: Reevaluate vector configuration on activate() by Thomas Gleixner · 7 years ago
  67. 7249164 genirq/irqdomain: Update irq_domain_ops.activate() signature by Thomas Gleixner · 7 years ago
  68. c0d05cd iommu/of: Remove PCI host bridge node check by Robin Murphy · 7 years ago
  69. 986a5f7 iommu/qcom: Depend on HAS_DMA to fix compile error by Geert Uytterhoeven · 7 years ago
  70. 7a974b2 iommu/exynos: Rework runtime PM links management by Marek Szyprowski · 7 years ago
  71. 3bd71e1 iommu/vt-d: Fix harmless section mismatch warning by Arnd Bergmann · 7 years ago
  72. a4aaecc iommu: Add missing dependencies by Guenter Roeck · 7 years ago
  73. 9d5018d iommu/omap: Add support to program multiple iommus by Suman Anna · 7 years ago
  74. 0d36428 iommu/omap: Change the attach detection logic by Suman Anna · 7 years ago
  75. 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
  76. 0d519f2 Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  77. b1b6f83 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  78. 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
  79. 5082219 iommu/vt-d: Don't be too aggressive when clearing one context entry by Filippo Sironi · 7 years ago
  80. 30ef7d2 iommu/intel: update to new mmu_notifier semantic by Jérôme Glisse · 7 years ago
  81. f0d1c71 iommu/amd: update to new mmu_notifier semantic by Jérôme Glisse · 7 years ago
  82. 5823e33 iommu/vt-d: Prevent VMD child devices from being remapping targets by Jon Derrick · 7 years ago
  83. add02cfd iommu: Introduce Interface for IOMMU TLB Flushing by Joerg Roedel · 7 years ago
  84. cceb845 iommu/s390: Constify iommu_ops by Arvind Yadav · 7 years ago
  85. 11b93eb iommu/vt-d: Avoid calling virt_to_phys() on null pointer by Ashok Raj · 7 years ago
  86. 9d8c3af iommu/vt-d: IOMMU Page Request needs to check if address is canonical. by Ashok Raj · 7 years ago
  87. 96302d8 arm/tegra: Call bus_set_iommu() after iommu_device_register() by Joerg Roedel · 7 years ago
  88. 0b9a369 iommu/exynos: Constify iommu_ops by Arvind Yadav · 7 years ago
  89. 8da4af9 iommu/ipmmu-vmsa: Make ipmmu_gather_ops const by Bhumika Goyal · 7 years ago
  90. a175a67 iommu/ipmmu-vmsa: Rereserving a free context before setting up a pagetable by Oleksandr Tyshchenko · 7 years ago
  91. 0688a09 iommu/amd: Rename a few flush functions by Joerg Roedel · 7 years ago
  92. ec62b1a iommu/amd: Check if domain is NULL in get_domain() and return -EBUSY by Baoquan He · 7 years ago
  93. 4193998 iommu/mediatek: Fix a build warning of BIT(32) in ARM by Yong Wu · 7 years ago
  94. 4f1c8ea iommu/mediatek: Fix a build fail of m4u_type by Yong Wu · 7 years ago
  95. 6ce5b0f iommu: qcom: annotate PM functions as __maybe_unused by Arnd Bergmann · 7 years ago
  96. 413d63d71b Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts by Ingo Molnar · 7 years ago
  97. 3ff2dcc iommu/pamu: Fix PAMU boot crash by Joerg Roedel · 7 years ago
  98. 30e2fcc iommu/mediatek: Enlarge the validate PA range for 4GB mode by Yong Wu · 7 years ago
  99. 6254b64 iommu/mediatek: Disable iommu clock when system suspend by Yong Wu · 7 years ago
  100. 4b00f5a iommu/mediatek: Move pgtable allocation into domain_alloc by Yong Wu · 7 years ago