1. 7cc3161 iommu: Fix reference count leak in iommu_group_alloc. by Qiushi Wu · 4 years, 8 months ago
  2. bd42126 iommu: Fix deferred domain attachment by Joerg Roedel · 4 years, 8 months ago
  3. ea90228 iommu/amd: Fix get_acpihid_device_id() by Raul E Rangel · 4 years, 8 months ago
  4. e461b8c iommu/amd: Fix over-read of ACPI UID from IVRS table by Alexander Monakov · 4 years, 8 months ago
  5. fb3637a iommu/virtio: Reverse arguments to list_add by Julia Lawall · 4 years, 9 months ago
  6. 119b2b2 iommu/amd: Do not flush Device Table in iommu_map_page() by Joerg Roedel · 4 years, 9 months ago
  7. 19c6978 iommu/amd: Update Device Table in increase_address_space() by Joerg Roedel · 4 years, 9 months ago
  8. f44a4d7 iommu/amd: Call domain_flush_complete() in update_domain() by Joerg Roedel · 4 years, 9 months ago
  9. 5b8a9a0 iommu/amd: Do not loop forever when trying to increase address space by Joerg Roedel · 4 years, 9 months ago
  10. eb791aa iommu/amd: Fix race in increase_address_space()/fetch_pte() by Joerg Roedel · 4 years, 9 months ago
  11. b52649a iommu/qcom: Fix local_base status check by Tang Bin · 4 years, 9 months ago
  12. ae74c19 iommu: Properly export iommu_group_get_for_dev() by Greg Kroah-Hartman · 4 years, 9 months ago
  13. ba61c3d iommu/vt-d: Use right Kconfig option name by Lu Baolu · 4 years, 9 months ago
  14. b74aa02 iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled system by Suravee Suthikulpanit · 4 years, 9 months ago
  15. 9dd124b iommu: spapr_tce: Disable compile testing to fix build on book3s_32 config by Krzysztof Kozlowski · 4 years, 9 months ago
  16. d1dcb72 iommu/mediatek: Fix MTK_IOMMU dependencies by Geert Uytterhoeven · 4 years, 9 months ago
  17. 5375e87 iommu: Fix the memory leak in dev_iommu_free() by Kevin Hao · 4 years, 10 months ago
  18. ff68eb2 Merge branches 'iommu/fixes', 'arm/qcom', 'arm/omap', 'arm/smmu', 'x86/amd', 'x86/vt-d', 'virtio' and 'core' into next by Joerg Roedel · 4 years, 10 months ago
  19. a4b6c2a iommu/virtio: Use accessor functions for iommu private data by Joerg Roedel · 4 years, 10 months ago
  20. 09b5dff iommu/qcom: Use accessor functions for iommu private data by Joerg Roedel · 4 years, 10 months ago
  21. 3524b55 iommu/mediatek: Use accessor functions for iommu private data by Joerg Roedel · 4 years, 10 months ago
  22. be568d6 iommu/renesas: Use accessor functions for iommu private data by Joerg Roedel · 4 years, 10 months ago
  23. c84500a iommu/arm-smmu: Use accessor functions for iommu private data by Joerg Roedel · 4 years, 10 months ago
  24. 2465170 iommu/arm-smmu: Refactor master_cfg/fwspec usage by Robin Murphy · 4 years, 10 months ago
  25. b7a9662 iommu/arm-smmu-v3: Use accessor functions for iommu private data by Joerg Roedel · 4 years, 10 months ago
  26. 0b242eb iommu/arm-smmu: Fix uninitilized variable warning by Joerg Roedel · 4 years, 10 months ago
  27. 72acd9d iommu: Move iommu_fwspec to struct dev_iommu by Joerg Roedel · 4 years, 10 months ago
  28. 045a704 iommu: Rename struct iommu_param to dev_iommu by Joerg Roedel · 4 years, 10 months ago
  29. 8c3d692 iommu/tegra-gart: Remove direct access of dev->iommu_fwspec by Joerg Roedel · 4 years, 10 months ago
  30. 39b3b3c iommu/virtio: Reject IOMMU page granule larger than PAGE_SIZE by Jean-Philippe Brucker · 4 years, 10 months ago
  31. 7062af3 iommu/virtio: Fix freeing of incomplete domains by Jean-Philippe Brucker · 4 years, 10 months ago
  32. 4a663da iommu/vt-d: Add build dependency on IOASID by Jacob Pan · 4 years, 10 months ago
  33. 902baf6 iommu/vt-d: Fix mm reference leak by Jacob Pan · 4 years, 10 months ago
  34. c6f4ebd iommu/vt-d: Silence RCU-list debugging warning in dmar_find_atsr() by Qian Cai · 4 years, 10 months ago
  35. 52355fb iommu/vt-d: Fix page request descriptor size by Jacob Pan · 4 years, 10 months ago
  36. 6a481a9 iommu/arm-smmu-v3: Add SMMUv3.2 range invalidation support by Rob Herring · 5 years ago
  37. 9e773ae iommu/arm-smmu-v3: Batch ATC invalidation commands by Rob Herring · 5 years ago
  38. edd0351 iommu/arm-smmu-v3: Batch context descriptor invalidation by Jean-Philippe Brucker · 5 years ago
  39. 4ce8da4 iommu/arm-smmu-v3: Add command queue batching helpers by Jean-Philippe Brucker · 5 years ago
  40. 87e5fe5 iommu/arm-smmu-v3: Write level-1 descriptors atomically by Jean-Philippe Brucker · 5 years ago
  41. 058c59a iommu/arm-smmu-v3: Add support for PCI PASID by Jean-Philippe Brucker · 5 years ago
  42. 1da8347 iommu/vt-d: Populate debugfs if IOMMUs are detected by Megha Dey · 4 years, 10 months ago
  43. 730ad0e iommu/amd: Fix IOMMU AVIC not properly update the is_run bit in IRTE by Suravee Suthikulpanit · 4 years, 10 months ago
  44. da72a37 iommu/vt-d: Ignore devices with out-of-spec domain number by Daniel Drake · 4 years, 10 months ago
  45. b0bb0c2 iommu/vt-d: Fix the wrong printing in RHSA parsing by Zhenzhong Duan · 4 years, 10 months ago
  46. ba3b01d iommu/vt-d: Fix debugfs register reads by Megha Dey · 4 years, 10 months ago
  47. 81ee85d iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add_taint by Hans de Goede · 4 years, 10 months ago
  48. 96788c7 iommu/vt-d: dmar_parse_one_rmrr: replace WARN_TAINT with pr_warn + add_taint by Hans de Goede · 4 years, 10 months ago
  49. 5983369 iommu/vt-d: dmar: replace WARN_TAINT with pr_warn + add_taint by Hans de Goede · 4 years, 10 months ago
  50. f5152416 iommu/vt-d: Silence RCU-list debugging warnings by Qian Cai · 4 years, 11 months ago
  51. 2d48ea0 iommu/vt-d: Fix RCU-list bugs in intel_iommu_init() by Qian Cai · 4 years, 11 months ago
  52. 65ac74f iommu/dma: Fix MSI reservation allocation by Marc Zyngier · 4 years, 11 months ago
  53. e93a169 iommu: Enable compile testing for some of drivers by Krzysztof Kozlowski · 4 years, 11 months ago
  54. d84eddd iommu/omap: Fix -Woverflow warnings when compiling on 64-bit architectures by Krzysztof Kozlowski · 4 years, 11 months ago
  55. 6135a89 iommu/omap: Fix printing format for size_t on 64-bit by Krzysztof Kozlowski · 4 years, 11 months ago
  56. f2ce16c iommu/omap: Fix pointer cast -Wpointer-to-int-cast warnings on 64 bit by Krzysztof Kozlowski · 4 years, 11 months ago
  57. 0809074 iommu/io-pgtable-arm: Fix IOVA validation for 32-bit by Robin Murphy · 4 years, 11 months ago
  58. 77a1bce iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge page by Yonghyun Hwang · 5 years ago
  59. 098accf iommu: Use C99 flexible array in fwspec by Robin Murphy · 5 years ago
  60. fa4afd7 iommu/virtio: Build virtio-iommu as module by Jean-Philippe Brucker · 5 years ago
  61. c20f365 iommu/amd: Fix the configuration of GCR3 table root pointer by Adrian Huang · 5 years ago
  62. e26060e iommu/qcom: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  63. ab362ff iommu/arm-smmu: Restore naming of driver parameter prefix by Will Deacon · 5 years ago
  64. faf305c iommu/qcom: Fix bogus detach logic by Robin Murphy · 5 years ago
  65. 3dfee47 iommu/amd: Disable IOMMU on Stoney Ridge systems by Kai-Heng Feng · 5 years ago
  66. 1ddb32d iommu/vt-d: Simplify check in identity_mapping() by Joerg Roedel · 5 years ago
  67. 96d170f iommu/vt-d: Remove deferred_attach_domain() by Joerg Roedel · 5 years ago
  68. a11bfde iommu/vt-d: Do deferred attachment in iommu_need_mapping() by Joerg Roedel · 5 years ago
  69. 034d98c iommu/vt-d: Move deferred device attachment into helper function by Joerg Roedel · 5 years ago
  70. 1d4615978 iommu/vt-d: Add attach_deferred() helper by Joerg Roedel · 5 years ago
  71. 4fc2ea6 Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 5 years ago
  72. 26dca6d Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 5 years ago
  73. db83c26 Merge branch 'pci/host-vmd' by Bjorn Helgaas · 5 years ago
  74. 6a1000b Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap by Linus Torvalds · 5 years ago
  75. e3560ee iommu/vt-d: Remove VMD child device sanity check by Jon Derrick · 5 years ago
  76. 2b0140c iommu/vt-d: Use pci_real_dma_dev() for mapping by Jon Derrick · 5 years ago
  77. e3b5ee0 Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' into next by Joerg Roedel · 5 years ago
  78. 154e3a6 iommu/amd: Remove the unnecessary assignment by Adrian Huang · 5 years ago
  79. 857f081 iommu/vt-d: Remove unnecessary WARN_ON_ONCE() by Lu Baolu · 5 years ago
  80. b89b660 iommu/vt-d: Unnecessary to handle default identity domain by Lu Baolu · 5 years ago
  81. 9235cb13 iommu/vt-d: Allow devices with RMRRs to use identity domain by Lu Baolu · 5 years ago
  82. ce4cc52b iommu/vt-d: Add RMRR base and end addresses sanity check by Barret Rhoden · 5 years ago
  83. f5a68bb iommu/vt-d: Mark firmware tainted if RMRR fails sanity check by Barret Rhoden · 5 years ago
  84. 8c17bbf iommu/amd: Fix IOMMU perf counter clobbering during init by Shuah Khan · 5 years ago
  85. bf708cf iommu/vt-d: Call __dmar_remove_one_dev_info with valid pointer by Jerry Snitselaar · 5 years ago
  86. 9646674 iommu/amd: Remove unused struct member by Adrian Huang · 5 years ago
  87. 62dcee7 iommu/amd: Replace two consecutive readl calls with one readq by Adrian Huang · 5 years ago
  88. 5329162 iommu/vt-d: Don't reject Host Bridge due to scope mismatch by jimyan · 5 years ago
  89. 92c1d36 iommu/arm-smmu-v3: Return -EBUSY when trying to re-add a device by Will Deacon · 5 years ago
  90. a2be621 iommu/arm-smmu-v3: Improve add_device() error handling by Jean-Philippe Brucker · 5 years ago
  91. d71e017 iommu/arm-smmu-v3: Use WRITE_ONCE() when changing validity of an STE by Will Deacon · 5 years ago
  92. 73af06f iommu/arm-smmu-v3: Add second level of context descriptor table by Jean-Philippe Brucker · 5 years ago
  93. 492ddc7 iommu/arm-smmu-v3: Prepare for handling arm_smmu_write_ctx_desc() failure by Jean-Philippe Brucker · 5 years ago
  94. 2505ec6 iommu/arm-smmu-v3: Propagate ssid_bits by Jean-Philippe Brucker · 5 years ago
  95. 87f4239 iommu/arm-smmu-v3: Add support for Substream IDs by Jean-Philippe Brucker · 5 years ago
  96. a557aff iommu/arm-smmu-v3: Add context descriptor tables allocators by Jean-Philippe Brucker · 5 years ago
  97. 7bc4f3f iommu/arm-smmu-v3: Prepare arm_smmu_s1_cfg for SSID support by Jean-Philippe Brucker · 5 years ago
  98. 8953582 iommu/arm-smmu-v3: Parse PASID devicetree property of platform devices by Jean-Philippe Brucker · 5 years ago
  99. 9bb9069 iommu/arm-smmu-v3: Drop __GFP_ZERO flag from DMA allocation by Jean-Philippe Brucker · 5 years ago
  100. 79f7a5c iommu/arm-smmu: Improve SMR mask test by Robin Murphy · 5 years ago