1. fd73000 iommu/vt-d: Add Scalable Mode fault information by Kyung Min Park · 5 years ago
  2. 3b20eb2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320 by Thomas Gleixner · 6 years ago
  3. 553d66c iommu/vt-d: Use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  4. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  5. cffaaf0 iommu/dmar: Fix buffer overflow during PCI bus notification by Julia Cartwright · 6 years ago
  6. 8e143b9 Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 6 years ago
  7. 5d308fc iommu/vt-d: Add 256-bit invalidation descriptor support by Lu Baolu · 6 years ago
  8. 89a6079 iommu/vt-d: Force IOMMU on for platform opt in hint by Lu Baolu · 6 years ago
  9. 1c48db4 iommu/vt-d: Fix dev iotlb pfsid use by Jacob Pan · 7 years ago
  10. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  11. 1f56835 Merge branches 'arm/io-pgtable', 'arm/qcom', 'arm/tegra', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 7 years ago
  12. a85894c iommu/vt-d: Use WARN_ON_ONCE instead of BUG_ON in qi_flush_dev_iotlb() by Joerg Roedel · 7 years ago
  13. 0dfc0c7 iommu/vt-d: fix shift-out-of-bounds in bug checking by Changbin Du · 7 years ago
  14. 6c50d79 iommu/vt-d: Ratelimit each dmar fault printing by Dmitry Safonov · 7 years ago
  15. d15a339 iommu/vt-d: Add __init for dmar_register_bus_notifier() by Dmitry Safonov · 7 years ago
  16. 973b546 iommu/vt-d: Clear Page Request Overflow fault bit by Lu Baolu · 7 years ago
  17. ec154bf iommu/vt-d: Don't register bus-notifier under dmar_global_lock by Joerg Roedel · 7 years ago
  18. 3bd71e1 iommu/vt-d: Fix harmless section mismatch warning by Arnd Bergmann · 7 years ago
  19. c8acb28 iommu/vt-d: Allow to flush more than 4GB of device TLBs by Joerg Roedel · 7 years ago
  20. 94116f8 ACPI: Switch to use generic guid_t in acpi_evaluate_dsm() by Andy Shevchenko · 8 years ago
  21. f980807 iommu/dmar: Remove redundant ' != 0' when check return code by Andy Shevchenko · 8 years ago
  22. 3f6db65 iommu/dmar: Remove redundant assignment of ret by Andy Shevchenko · 8 years ago
  23. 4a8ed2b iommu/dmar: Return directly from a loop in dmar_dev_scope_status() by Andy Shevchenko · 8 years ago
  24. 8326c5d iommu/dmar: Rectify return code handling in detect_intel_iommu() by Andy Shevchenko · 8 years ago
  25. c37a017 iommu/vt-d: Fix crash on boot when DMAR is disabled by Andy Shevchenko · 8 years ago
  26. 8d2932d Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/mediatek', 'arm/core', 'x86/vt-d' and 'core' into next by Joerg Roedel · 8 years ago
  27. 39ab955 iommu: Add sysfs bindings for struct iommu_device by Joerg Roedel · 8 years ago
  28. b0119e8 iommu: Introduce new 'struct iommu_device' by Joerg Roedel · 8 years ago
  29. 696c7f8 ACPI / DMAR: Avoid passing NULL to acpi_put_table() by Rafael J. Wysocki · 8 years ago
  30. c8e008e Merge branches 'acpica' and 'acpi-scan' by Rafael J. Wysocki · 8 years ago
  31. 6b11d1d ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() users by Lv Zheng · 8 years ago
  32. 1c38718 iommu/vt-d: Fix IOMMU lookup for SR-IOV Virtual Functions by Ashok Raj · 8 years ago
  33. 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
  34. 194dc87 Add braces to avoid "ambiguous ‘else’" compiler warnings by Linus Torvalds · 8 years ago
  35. 452014d iommu/vt-d: Remove unnecassary qi clflushes by Nadav Amit · 9 years ago
  36. ffb2d1e iommu/vt-d: Don't reject NTB devices due to scope mismatch by Roland Dreier · 9 years ago
  37. a0fe14d iommu/vt-d: Improve fault handler error messages by Alex Williamson · 9 years ago
  38. c43fce4 iommu/vt-d: Ratelimit fault handler by Alex Williamson · 9 years ago
  39. e6a8c9b iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug path by Joerg Roedel · 9 years ago
  40. 87bbcfd Merge tag 'for-linus-20160216' of git://git.infradead.org/intel-iommu by Linus Torvalds · 9 years ago
  41. fda3bec iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REG by CQ Tang · 9 years ago
  42. bc84745 iommu/vt-d: Fix up error handling in alloc_iommu by Joerg Roedel · 9 years ago
  43. 5920337 iommu/vt-d: Check the return value of iommu_device_create() by Nicholas Krause · 9 years ago
  44. 1208225 iommu/vt-d: Generalise DMAR MSI setup to allow for page request events by David Woodhouse · 9 years ago
  45. 2439d4a iommu/vt-d: Avoid format string leaks into iommu_device_create by Kees Cook · 9 years ago
  46. 6eae81a Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  47. 9f10e5b iommu/vt-d: Cleanup log messages by Joerg Roedel · 10 years ago
  48. 34742db iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit by Jiang Liu · 10 years ago
  49. d35165a iommu/vt-d: Search for ACPI _DSM method for DMAR hotplug by Jiang Liu · 10 years ago
  50. 6b19724 iommu/vt-d: Implement DMAR unit hotplug framework by Jiang Liu · 10 years ago
  51. 78d8e70 iommu/vt-d: Dynamically allocate and free seq_id for DMAR units by Jiang Liu · 10 years ago
  52. c2a0b53 iommu/vt-d: Introduce helper function dmar_walk_resources() by Jiang Liu · 10 years ago
  53. 09b5269 Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 10 years ago
  54. 80f7b3d iommu/vt-d: Work around broken RMRR firmware entries by Joerg Roedel · 10 years ago
  55. 5738459 iommu/vt-d: Store bus information in RMRR PCI device path by Joerg Roedel · 10 years ago
  56. c0df975 iommu/vt-d: Check return value of acpi_bus_get_device() by Joerg Roedel · 10 years ago
  57. eecbad7 iommu: Replace rcu_assign_pointer() with RCU_INIT_POINTER() by Andreea-Cristina Bernat · 10 years ago
  58. 7725131 Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  59. 83118b0 ACPICA: Tables: Update for DMAR table changes. by Bob Moore · 10 years ago
  60. cbb24a2 Merge branch 'core' into x86/vt-d by Joerg Roedel · 10 years ago
  61. a5459cf iommu/vt-d: Make use of IOMMU sysfs support by Alex Williamson · 11 years ago
  62. 435bbb4 iommu/vt-d: Clear the redundant assignment in dmar_enable_qi by Yijing Wang · 11 years ago
  63. a553b14 iommu: dmar: Provide arch specific irq allocation by Thomas Gleixner · 11 years ago
  64. aa5125a iommu: smar: Fix return value check of create_irq() by Thomas Gleixner · 11 years ago
  65. 5ae0566 iommu/vt-d: fix bug in matching PCI devices with DRHD/RMRR descriptors by Jiang Liu · 11 years ago
  66. 7713ec0 iommu/vt-d: Fix error handling in ANDD processing by David Woodhouse · 11 years ago
  67. 63b4262 iommu/vt-d: Only call dmar_acpi_dev_scope_init() if DRHD units present by David Woodhouse · 11 years ago
  68. 11f1a77 iommu/vt-d: Check for NULL pointer in dmar_acpi_dev_scope_init() by Joerg Roedel · 11 years ago
  69. 67ccac4 iommu/vt-d: Store PCI segment number in struct intel_iommu by David Woodhouse · 11 years ago
  70. ed40356 iommu/vt-d: Add ACPI devices into dmaru->devices[] array by David Woodhouse · 11 years ago
  71. 832bd85 iommu/vt-d: Change scope lists to struct device, bus, devfn by David Woodhouse · 11 years ago
  72. 07cb52f iommu/vt-d: Allocate space for ACPI devices by David Woodhouse · 11 years ago
  73. e625b4a iommu/vt-d: Parse ANDD records by David Woodhouse · 11 years ago
  74. 2e45528 iommu/vt-d: Unify the way to process DMAR device scope array by Jiang Liu · 11 years ago
  75. 59ce051 iommu/vt-d: Update DRHD/RMRR/ATSR device scope caches when PCI hotplug happens by Jiang Liu · 11 years ago
  76. 0e24261 iommu/vt-d: Use RCU to protect global resources in interrupt context by Jiang Liu · 11 years ago
  77. 3a5670e iommu/vt-d: Introduce a rwsem to protect global data structures by Jiang Liu · 11 years ago
  78. b683b23 iommu/vt-d: Introduce macro for_each_dev_scope() to walk device scope entries by Jiang Liu · 11 years ago
  79. bb3a6b7 iommu/vt-d: Factor out dmar_alloc_dev_scope() for later reuse by Jiang Liu · 11 years ago
  80. b707cb0 iommu/vt-d, trivial: clean sparse warnings by Jiang Liu · 11 years ago
  81. cc05301 iommu/vt-d: fix wrong return value of dmar_table_init() by Jiang Liu · 11 years ago
  82. a84da70 iommu/vt-d: release invalidation queue when destroying IOMMU unit by Jiang Liu · 11 years ago
  83. a868e6b iommu/vt-d: keep shared resources when failed to initialize iommu devices by Jiang Liu · 11 years ago
  84. 7c91977 iommu/vt-d, trivial: simplify code with existing macros by Jiang Liu · 11 years ago
  85. 694835d iommu/vt-d: mark internal functions as static by Jiang Liu · 11 years ago
  86. b8a2d28 iommu/vt-d, trivial: clean up unused code by Jiang Liu · 11 years ago
  87. b977e73 iommu/vt-d, trivial: check suitable flag in function detect_intel_iommu() by Jiang Liu · 11 years ago
  88. ada4d4b iommu/vt-d: fix PCI device reference leakage on error recovery path by Jiang Liu · 11 years ago
  89. 21004dc iommu/vt-d: Mark functions as static in dmar.c by Rashika Kheria · 11 years ago
  90. 91838e2 Merge tag 'iommu-updates-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 11 years ago
  91. 8b161f0 iommu/vt-d: Use for_each_drhd_unit() instead of list_for_each_entry() by Yijing Wang · 11 years ago
  92. fa5f508 ACPICA: Update DMAR table definitions. by Lv Zheng · 11 years ago
  93. 7cef334 iommu/vt-d: DMAR reporting table needs at least one DRHD by Li, Zhen-Hua · 12 years ago
  94. ae3e7f3 iommu/vt-d: Remove warning for HPET scope type by Linn Crosetto · 12 years ago
  95. 3a93c84 iommu/vt-d: Disable translation if already enabled by Takao Indoh · 12 years ago
  96. bd5cdad iommu/vt-d: dmar_fault should only clear PPF/PFO field. by Li, Zhen-Hua · 12 years ago
  97. 4ecccd9 iommu, x86: Add DMA remap fault reason by Li, Zhen-Hua · 12 years ago
  98. f6c0ffa Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 12 years ago
  99. 37a4071 iommu/vt-d: Zero out allocated memory in dmar_enable_qi by Hannes Reinecke · 12 years ago
  100. 078e1ee x86, irq: Move irq_remapping_enabled declaration to iommu code by Joerg Roedel · 12 years ago