1. 34742db iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit by Jiang Liu · 9 years ago
  2. d35165a iommu/vt-d: Search for ACPI _DSM method for DMAR hotplug by Jiang Liu · 10 years ago
  3. 6b19724 iommu/vt-d: Implement DMAR unit hotplug framework by Jiang Liu · 10 years ago
  4. 78d8e70 iommu/vt-d: Dynamically allocate and free seq_id for DMAR units by Jiang Liu · 10 years ago
  5. c2a0b53 iommu/vt-d: Introduce helper function dmar_walk_resources() by Jiang Liu · 10 years ago
  6. 09b5269 Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 10 years ago
  7. 80f7b3d iommu/vt-d: Work around broken RMRR firmware entries by Joerg Roedel · 10 years ago
  8. 5738459 iommu/vt-d: Store bus information in RMRR PCI device path by Joerg Roedel · 10 years ago
  9. c0df975 iommu/vt-d: Check return value of acpi_bus_get_device() by Joerg Roedel · 10 years ago
  10. eecbad7 iommu: Replace rcu_assign_pointer() with RCU_INIT_POINTER() by Andreea-Cristina Bernat · 10 years ago
  11. 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
  12. 83118b0 ACPICA: Tables: Update for DMAR table changes. by Bob Moore · 10 years ago
  13. cbb24a2 Merge branch 'core' into x86/vt-d by Joerg Roedel · 10 years ago
  14. a5459cf iommu/vt-d: Make use of IOMMU sysfs support by Alex Williamson · 10 years ago
  15. 435bbb4 iommu/vt-d: Clear the redundant assignment in dmar_enable_qi by Yijing Wang · 10 years ago
  16. a553b14 iommu: dmar: Provide arch specific irq allocation by Thomas Gleixner · 10 years ago
  17. aa5125a iommu: smar: Fix return value check of create_irq() by Thomas Gleixner · 10 years ago
  18. 5ae0566 iommu/vt-d: fix bug in matching PCI devices with DRHD/RMRR descriptors by Jiang Liu · 10 years ago
  19. 7713ec0 iommu/vt-d: Fix error handling in ANDD processing by David Woodhouse · 10 years ago
  20. 63b4262 iommu/vt-d: Only call dmar_acpi_dev_scope_init() if DRHD units present by David Woodhouse · 10 years ago
  21. 11f1a77 iommu/vt-d: Check for NULL pointer in dmar_acpi_dev_scope_init() by Joerg Roedel · 10 years ago
  22. 67ccac4 iommu/vt-d: Store PCI segment number in struct intel_iommu by David Woodhouse · 10 years ago
  23. ed40356 iommu/vt-d: Add ACPI devices into dmaru->devices[] array by David Woodhouse · 10 years ago
  24. 832bd85 iommu/vt-d: Change scope lists to struct device, bus, devfn by David Woodhouse · 10 years ago
  25. 07cb52f iommu/vt-d: Allocate space for ACPI devices by David Woodhouse · 10 years ago
  26. e625b4a iommu/vt-d: Parse ANDD records by David Woodhouse · 10 years ago
  27. 2e45528 iommu/vt-d: Unify the way to process DMAR device scope array by Jiang Liu · 10 years ago
  28. 59ce051 iommu/vt-d: Update DRHD/RMRR/ATSR device scope caches when PCI hotplug happens by Jiang Liu · 10 years ago
  29. 0e242612 iommu/vt-d: Use RCU to protect global resources in interrupt context by Jiang Liu · 10 years ago
  30. 3a5670e iommu/vt-d: Introduce a rwsem to protect global data structures by Jiang Liu · 10 years ago
  31. b683b23 iommu/vt-d: Introduce macro for_each_dev_scope() to walk device scope entries by Jiang Liu · 10 years ago
  32. bb3a6b7 iommu/vt-d: Factor out dmar_alloc_dev_scope() for later reuse by Jiang Liu · 10 years ago
  33. b707cb0 iommu/vt-d, trivial: clean sparse warnings by Jiang Liu · 10 years ago
  34. cc05301 iommu/vt-d: fix wrong return value of dmar_table_init() by Jiang Liu · 10 years ago
  35. a84da70 iommu/vt-d: release invalidation queue when destroying IOMMU unit by Jiang Liu · 10 years ago
  36. a868e6b iommu/vt-d: keep shared resources when failed to initialize iommu devices by Jiang Liu · 10 years ago
  37. 7c91977 iommu/vt-d, trivial: simplify code with existing macros by Jiang Liu · 10 years ago
  38. 694835d iommu/vt-d: mark internal functions as static by Jiang Liu · 10 years ago
  39. b8a2d28 iommu/vt-d, trivial: clean up unused code by Jiang Liu · 10 years ago
  40. b977e73 iommu/vt-d, trivial: check suitable flag in function detect_intel_iommu() by Jiang Liu · 10 years ago
  41. ada4d4b iommu/vt-d: fix PCI device reference leakage on error recovery path by Jiang Liu · 10 years ago
  42. 21004dc iommu/vt-d: Mark functions as static in dmar.c by Rashika Kheria · 10 years ago
  43. 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
  44. 8b161f0 iommu/vt-d: Use for_each_drhd_unit() instead of list_for_each_entry() by Yijing Wang · 11 years ago
  45. fa5f508 ACPICA: Update DMAR table definitions. by Lv Zheng · 11 years ago
  46. 7cef334 iommu/vt-d: DMAR reporting table needs at least one DRHD by Li, Zhen-Hua · 11 years ago
  47. ae3e7f3 iommu/vt-d: Remove warning for HPET scope type by Linn Crosetto · 11 years ago
  48. 3a93c84 iommu/vt-d: Disable translation if already enabled by Takao Indoh · 11 years ago
  49. bd5cdad iommu/vt-d: dmar_fault should only clear PPF/PFO field. by Li, Zhen-Hua · 11 years ago
  50. 4ecccd9 iommu, x86: Add DMA remap fault reason by Li, Zhen-Hua · 11 years ago
  51. f6c0ffa Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 11 years ago
  52. 37a4071 iommu/vt-d: Zero out allocated memory in dmar_enable_qi by Hannes Reinecke · 11 years ago
  53. 078e1ee x86, irq: Move irq_remapping_enabled declaration to iommu code by Joerg Roedel · 12 years ago
  54. e9071b0 iommu/dmar: Use pr_format() instead of PREFIX to tidy up pr_*() calls by Donald Dutile · 12 years ago
  55. 6f5cf52 iommu/dmar: Reserve mmio space used by the IOMMU, if the BIOS forgets to by Donald Dutile · 12 years ago
  56. bf947fcb iommu/dmar: Replace printks with appropriate pr_*() by Donald Dutile · 12 years ago
  57. fefe1ed iommu: Fix off by one in dmar_get_fault_reason() by Dan Carpenter · 12 years ago
  58. 8a8f422 iommu: rename intr_remapping.[ch] to irq_remapping.[ch] by Suresh Siddha · 12 years ago
  59. 95a02e9 iommu: rename intr_remapping references to irq_remapping by Suresh Siddha · 12 years ago
  60. 736baef iommu/vt-d: Make intr-remapping initialization generic by Joerg Roedel · 12 years ago
  61. 3cfef95 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  62. f5d1b97 iommu: Cleanup ifdefs in detect_intel_iommu() by Suresh Siddha · 13 years ago
  63. 80990c5 iommu: No need to set dmar_disabled in check_zero_address() by Suresh Siddha · 13 years ago
  64. 318fe7d iommu: Move IOMMU specific code to intel-iommu.c by Suresh Siddha · 13 years ago
  65. c2c7286 intr_remap: Call dmar_dev_scope_init() explicitly by Suresh Siddha · 13 years ago
  66. 41750d3 x86, x2apic: Enable the bios request for x2apic optout by Suresh Siddha · 13 years ago
  67. 477694e x86, iommu: Mark DMAR IRQ as non-threaded by Thomas Gleixner · 13 years ago
  68. 3b8f404 locking, x86, iommu: Annotate qi->q_lock as raw by Thomas Gleixner · 13 years ago
  69. 1f5b3c3 locking, x86, iommu: Annotate iommu->register_lock as raw by Thomas Gleixner · 13 years ago
  70. 166e927 x86/ia64: intel-iommu: move to drivers/iommu/ by Ohad Ben-Cohen · 13 years ago[Renamed from drivers/pci/dmar.c]
  71. b3a530e intel-iommu: Remove obsolete comment from detect_intel_iommu by Jan Kiszka · 13 years ago
  72. dced35a drivers: Final irq namespace conversion by Thomas Gleixner · 13 years ago
  73. 7f99d94 x86, vt-d: Handle previous faults after enabling fault handling by Suresh Siddha · 14 years ago
  74. 157b6ce Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  75. 5c2837f dmar: Convert to new irq chip functions by Thomas Gleixner · 14 years ago
  76. 4db77ff x86, VT-d: Make Intel VT-d IOMMU use IOMMU_INIT_* macros. by Konrad Rzeszutek Wilk · 14 years ago
  77. 480125b x86, iommu: Make all IOMMU's detection routines return a value. by Konrad Rzeszutek Wilk · 14 years ago
  78. 0961d65 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 14 years ago
  79. fd0c889 intel-iommu: Set a more specific taint flag for invalid BIOS DMAR tables by Ben Hutchings · 14 years ago
  80. 3a8663e intel-iommu: Combine the BIOS DMAR table warning messages by Ben Hutchings · 14 years ago
  81. 4f506e0 intel-iommu: Fix boot inside 64bit virtualbox with io-apic disabled by Arnaud Patard · 14 years ago
  82. dda5654 intel-iommu: use physfn to search drhd for VF by Yinghai · 14 years ago
  83. 680a752 intel-iommu: Print out iommu seq_id by Yinghai Lu · 14 years ago
  84. 5715f0f intel-iommu: Don't complain that ACPI_DMAR_SCOPE_TYPE_IOAPIC is not supported by Yinghai Lu · 14 years ago
  85. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  86. 0b8973a intel-iommu: Fix section mismatch dmar_ir_support() uses dmar_tbl. by Luck, Tony · 14 years ago
  87. a79960e Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 14 years ago
  88. 11bd04f Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  89. 6ecbf01 intel-iommu: Apply BIOS sanity checks for interrupt remapping too. by David Woodhouse · 15 years ago
  90. 2c99220 intel-iommu: Detect DMAR in hyperspace at probe time. by Chris Wright · 15 years ago
  91. ec20849 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 15 years ago
  92. 7b626ac Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  93. 5d990b6 PCI: add pci_request_acs by Chris Wright · 15 years ago
  94. 5f4d91a PCI: use pci_is_pcie() in pci core by Kenji Kaneshige · 15 years ago
  95. 5854d9c Fix handling of the HP/Acer 'DMAR at zero' BIOS error for machines with <4GiB RAM. by David Woodhouse · 15 years ago
  96. 75f1cdf x86: Handle HW IOMMU initialization failure gracefully by FUJITA Tomonori · 15 years ago
  97. 9d5ce73 x86: intel-iommu: Convert detect_intel_iommu to use iommu_init hook by FUJITA Tomonori · 15 years ago
  98. 86cf898 intel-iommu: Check for 'DMAR at zero' BIOS error earlier. by David Woodhouse · 15 years ago
  99. aa69707 dmar: Fix build failure without NUMA, warn on bogus RHSA tables and don't abort by David Woodhouse · 15 years ago
  100. 751cafe dmar: Allocate queued invalidation structure using numa locality info by Suresh Siddha · 15 years ago