1. 94911a0 iommu/vt-d: Fix a potential memory leak by Lu Baolu · 6 years ago
  2. 62088f5 iommu/vt-d: clean up pr_irq if request_threaded_irq fails by Jerry Snitselaar · 6 years ago
  3. a3a9a97 iommu/omap: Register driver before setting IOMMU ops by Suman Anna · 7 years ago
  4. 79a6866 iommu/iova: Fix underflow bug in __alloc_and_insert_iova_range by Nate Watterson · 7 years ago
  5. e6a897a iommu/arm-smmu-v3: Cope with duplicated Stream IDs by Robin Murphy · 6 years ago
  6. 03975fa iommu/arm-smmu-v3: Don't free page table ops twice by Jean-Philippe Brucker · 6 years ago
  7. 7171aa2 iommu/exynos: Workaround FLPD cache flush issues for SYSMMU v5 by Marek Szyprowski · 7 years ago
  8. 03bfadf iommu/amd: Limit the IOVA page range to the specified addresses by Gary R Hook · 7 years ago
  9. b3b6d1e iommu/mediatek: Fix driver name by Matthias Brugger · 7 years ago
  10. 3d40364 iommu/io-pgtable-arm-v7s: Check for leaf entry before dereferencing it by Oleksandr Tyshchenko · 7 years ago
  11. e17f2b5 iommu/vt-d: Fix scatterlist offset handling by Robin Murphy · 7 years ago
  12. 3a8ab78 iommu/arm-smmu-v3: Clear prior settings when updating STEs by Nate Watterson · 7 years ago
  13. 3abebf0 iommu/amd: Finish TLB flush in amd_iommu_unmap() by Joerg Roedel · 7 years ago
  14. 2d59530 iommu/io-pgtable-arm: Check for leaf entry before dereferencing it by Oleksandr Tyshchenko · 7 years ago
  15. 61b2038 iommu/exynos: Block SYSMMU while invalidating FLPD cache by Marek Szyprowski · 7 years ago
  16. 75d1888 iommu/arm-smmu: Set privileged attribute to 'default' instead of 'unprivileged' by Sricharan R · 7 years ago
  17. be5c6ef iommu/amd: Enable ga_log_intr when enabling guest_mode by Suravee Suthikulpanit · 7 years ago
  18. 1781a29 iommu/amd: Fix interrupt remapping when disable guest_mode by Suravee Suthikulpanit · 7 years ago
  19. 0e55856 iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid() by Pan Bian · 7 years ago
  20. f0c31c6 iommu/dma: Don't reserve PCI I/O windows by Robin Murphy · 7 years ago
  21. d7fcb30 iommu: Handle default domain attach failure by Robin Murphy · 7 years ago
  22. c19bfc6 iommu/vt-d: Don't over-free page table directories by David Dillow · 7 years ago
  23. 21f2950 iommu/vt-d: Flush the IOTLB to get rid of the initial kdump mappings by KarimAllah Ahmed · 7 years ago
  24. 352c021 iommu/vt-d: Fix NULL pointer dereference in device_to_iommu by Koos Vriezen · 7 years ago
  25. 24427cd iommu/vt-d: Tylersburg isoch identity map check is done too late. by Ashok Raj · 7 years ago
  26. afd7e2b iommu/vt-d: Flush old iommu caches for kdump when the device gets context mapped by Xunlei Pang · 7 years ago
  27. ef41459 iommu/vt-d: Fix pasid table size encoding by Jacob Pan · 7 years ago
  28. 2148835 iommu/amd: Fix the left value check of cmd buffer by Huang Rui · 7 years ago
  29. 48ffae8 iommu/amd: Missing error code in amd_iommu_init_device() by Dan Carpenter · 8 years ago
  30. 105ecad Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 7 years ago
  31. 9101704 iommu/vt-d: Fix PASID table allocation by David Woodhouse · 8 years ago
  32. bea6403 iommu/vt-d: Fix dead-locks in disable_dmar_iommu() path by Joerg Roedel · 8 years ago
  33. 8c82d6e iommu/arm-smmu: Fix out-of-bounds dereference by Robin Murphy · 8 years ago
  34. 3c117b5 iommu/arm-smmu: Check that iommu_fwspecs are ours by Robin Murphy · 8 years ago
  35. ec615f4 iommu/arm-smmu: Don't inadvertently reject multiple SMMUv3s by Robin Murphy · 8 years ago
  36. fba4f8e iommu/arm-smmu: Work around ARM DMA configuration by Robin Murphy · 8 years ago
  37. 1c38718 iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual Functions by Ashok Raj · 8 years ago
  38. 56e520c Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  39. 6218590 Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  40. e46cae4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  41. bb2b7ff iommu/s390: simplify registration of I/O address translation parameters by Sebastian Ott · 8 years ago
  42. 13a0825 Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/renesas' and 'arm/smmu' into next by Joerg Roedel · 8 years ago
  43. 09284b9 iommu/amd: No need to wait iommu completion if no dte irq entry change by Baoquan He · 8 years ago
  44. c3db901 iommu/amd: Free domain id when free a domain of struct dma_ops_domain by Baoquan He · 8 years ago
  45. 5c87f62 iommu/amd: Use standard bitmap operation to set bitmap by Baoquan He · 8 years ago
  46. 134414f iommu/amd: Clean up the cmpxchg64 invocation by Baoquan He · 8 years ago
  47. 82db33d iommu/io-pgtable-arm: Check for v7s-incapable systems by Robin Murphy · 8 years ago
  48. fade1ec iommu/dma: Avoid PCI host bridge windows by Robin Murphy · 8 years ago
  49. 44bb7e2 iommu/dma: Add support for mapping MSIs by Robin Murphy · 8 years ago
  50. 455eb7d iommu/arm-smmu: Set domain geometry by Robin Murphy · 8 years ago
  51. 021bb84 iommu/arm-smmu: Wire up generic configuration support by Robin Murphy · 8 years ago
  52. adfec2e iommu/arm-smmu: Convert to iommu_fwspec by Robin Murphy · 8 years ago
  53. 588888a iommu/arm-smmu: Intelligent SMR allocation by Robin Murphy · 8 years ago
  54. d3097e3 iommu/arm-smmu: Add a stream map entry iterator by Robin Murphy · 8 years ago
  55. d6fc5d9 iommu/arm-smmu: Streamline SMMU data lookups by Robin Murphy · 8 years ago
  56. f80cd88 iommu/arm-smmu: Refactor mmu-masters handling by Robin Murphy · 8 years ago
  57. 8e8b203 iommu/arm-smmu: Keep track of S2CR state by Robin Murphy · 8 years ago
  58. 1f3d5ca iommu/arm-smmu: Consolidate stream map entry state by Robin Murphy · 8 years ago
  59. 2117424 iommu/arm-smmu: Handle stream IDs more dynamically by Robin Murphy · 8 years ago
  60. 95fa99a iommu/arm-smmu: Set PRIVCFG in stage 1 STEs by Robin Murphy · 8 years ago
  61. 08d4ca2 iommu/arm-smmu: Support non-PCI devices with SMMUv3 by Robin Murphy · 8 years ago
  62. 8f78515 iommu/arm-smmu: Implement of_xlate() for SMMUv3 by Robin Murphy · 8 years ago
  63. dc87a98 iommu/arm-smmu: Fall back to global bypass by Robin Murphy · 8 years ago
  64. 57f98d2 iommu: Introduce iommu_fwspec by Robin Murphy · 8 years ago
  65. b996444 iommu/of: Handle iommu-map property for PCI by Robin Murphy · 8 years ago
  66. 8ded290 iommu/arm-smmu: Disable interrupts whilst holding the cmdq lock by Will Deacon · 8 years ago
  67. bcfced1 iommu/arm-smmu: Fix polling of command queue by Jean-Philippe Brucker · 8 years ago
  68. 6070529 iommu/arm-smmu: Support v7s context format by Robin Murphy · 8 years ago
  69. b4163fb iommu/arm-smmu: Fix event queues synchronization by Jean-Philippe Brucker · 8 years ago
  70. e2d4231 iommu/arm-smmu: Drop devm_free_irq when driver detach by Peng Fan · 8 years ago
  71. 4bf5bee iommu/amd: Don't put completion-wait semaphore on stack by Joerg Roedel · 8 years ago
  72. 4174879 Merge branch 'x86/amd-avic' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu into HEAD by Paolo Bonzini · 8 years ago
  73. 1c5ebba iommu/vt-d: Make sure RMRRs are mapped before domain goes public by Joerg Roedel · 8 years ago
  74. 7620835 iommu/vt-d: Split up get_domain_for_dev function by Joerg Roedel · 8 years ago
  75. b1e2afc iommu/ipmmu-vmsa: Fix wrong error handle of ipmmu_add_device by Shawn Lin · 8 years ago
  76. 368d06c Merge branch 'x86/amd-avic' into x86/amd by Joerg Roedel · 8 years ago
  77. 395adae iommu/amd: Remove AMD_IOMMU_STATS by Fabian Frederick · 8 years ago
  78. d98de49 iommu/amd: Enable vAPIC interrupt remapping mode by default by Suravee Suthikulpanit · 8 years ago
  79. b9fc6b5 iommu/amd: Implements irq_set_vcpu_affinity() hook to setup vapic mode for pass-through devices by Suravee Suthikulpanit · 8 years ago
  80. 8dbea3f iommu/amd: Introduce amd_iommu_update_ga() by Suravee Suthikulpanit · 8 years ago
  81. bd6fcef iommu/amd: Adding GALOG interrupt handler by Suravee Suthikulpanit · 8 years ago
  82. 8bda0cf iommu/amd: Detect and initialize guest vAPIC log by Suravee Suthikulpanit · 8 years ago
  83. 77bdab4 iommu/amd: Add support for multiple IRTE formats by Suravee Suthikulpanit · 8 years ago
  84. 880ac60 iommu/amd: Introduce interrupt remapping ops structure by Suravee Suthikulpanit · 8 years ago
  85. a38180b iommu/amd: Move and introduce new IRTE-related unions and structures by Suravee Suthikulpanit · 8 years ago
  86. 3928aa3 iommu/amd: Detect and enable guest vAPIC support by Suravee Suthikulpanit · 8 years ago
  87. 4df3618 Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into iommu/fixes by Joerg Roedel · 8 years ago
  88. 5bc0a11 iommu/arm-smmu: Don't BUG() if we find aborting STEs with disable_bypass by Will Deacon · 8 years ago
  89. 3714ce1 iommu/arm-smmu: Disable stalling faults for all endpoints by Will Deacon · 8 years ago
  90. aea2037 iommu/arm-smmu: Fix CMDQ error handling by Will Deacon · 8 years ago
  91. e633fc7 iommu/io-pgtable-arm-v7s: Fix attributes when splitting blocks by Robin Murphy · 8 years ago
  92. c987ff0 iommu/dma: Respect IOMMU aperture when allocating by Robin Murphy · 8 years ago
  93. 3ec6004 iommu/dma: Don't put uninitialised IOVA domains by Robin Murphy · 8 years ago
  94. 423595e iommu/exynos: Fix error handling for of_platform_device_create by Amitoj Kaur Chawla · 8 years ago
  95. 517abe4 iommu/amd: Fix error return code in irq_remapping_alloc() by Wei Yongjun · 8 years ago
  96. a5604f2 iommu/amd: Fix non static symbol warning by Wei Yongjun · 8 years ago
  97. 9a8a5dc iommu/mediatek: Mark static functions in headers inline by Joerg Roedel · 8 years ago
  98. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  99. dd96711 Merge tag 'iommu-updates-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  100. f64d6e2 Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago