1. 87bbcfd Merge tag 'for-linus-20160216' of git://git.infradead.org/intel-iommu by Linus Torvalds · 8 years ago
  2. fda3bec iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REG by CQ Tang · 8 years ago
  3. 362f924 x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros by Borislav Petkov · 8 years ago
  4. b61e5e8 iommu/vt-d: Fix return value check of parse_ioapics_under_ir() by Joerg Roedel · 9 years ago
  5. 66ef950 iommu/vt-d: Propagate error-value from ir_parse_ioapic_hpet_scope() by Joerg Roedel · 9 years ago
  6. a13c8f2 iommu/vt-d: Adjust the return value of the parse_ioapics_under_ir by Baoquan He · 9 years ago
  7. 344cb4e iommu/vt-d: Use cmpxchg16b to update posted format IRTE atomically by Feng Wu · 9 years ago
  8. dfddb96 iommu/vt-d: Switch from ioremap_cache to memremap by Dan Williams · 9 years ago
  9. 543c8dc iommu/vt-d: Access iomem correctly by Joerg Roedel · 9 years ago
  10. 5069076 iommu/vt-d: Fix leaked ioremap mapping by Dan Williams · 9 years ago
  11. 6eae81a Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 9 years ago
  12. 571dbbd iommu/vt-d: Don't disable IR when it was previously enabled by Joerg Roedel · 9 years ago
  13. 7c3c987 iommu/vt-d: Make sure copied over IR entries are not reused by Joerg Roedel · 9 years ago
  14. af3b358 iommu/vt-d: Copy IR table from old kernel when in kdump mode by Joerg Roedel · 9 years ago
  15. d4d1c0f iommu/vt-d: Set IRTA in intel_setup_irq_remapping by Joerg Roedel · 9 years ago
  16. c676f58 iommu/vt-d: Disable IRQ remapping in intel_prepare_irq_remapping by Joerg Roedel · 9 years ago
  17. 9e4e49d iommu/vt-d: Move QI initializationt to intel_setup_irq_remapping by Joerg Roedel · 9 years ago
  18. 23256d0 iommu/vt-d: Move EIM detection to intel_prepare_irq_remapping by Joerg Roedel · 9 years ago
  19. 9f10e5b iommu/vt-d: Cleanup log messages by Joerg Roedel · 9 years ago
  20. c1d9933 iommu, x86: Properly handle posted interrupts for IOMMU hotplug by Feng Wu · 9 years ago
  21. 3d9b98f iommu, x86: Setup Posted-Interrupts capability for Intel iommu by Feng Wu · 9 years ago
  22. d75f152 iommu, x86: Avoid migrating VT-d posted interrupts by Feng Wu · 9 years ago
  23. 2705a3d iommu, x86: Save the mode (posted or remapped) of an IRTE by Feng Wu · 9 years ago
  24. 8541186 iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip by Feng Wu · 9 years ago
  25. 191a663 Merge branch 'x86/asm' into x86/apic, to resolve a conflict by Ingo Molnar · 9 years ago
  26. 9d4c031 irq_remapping/vt-d: Init all MSI entries not just the first one by Thomas Gleixner · 9 years ago
  27. 9f86262 Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 9 years ago
  28. c6c2002 x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector() by Jiang Liu · 9 years ago
  29. 099c5c0 irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.c by Jiang Liu · 9 years ago
  30. bac4f90 x86/irq: Remove irq_cfg.irq_remapped by Jiang Liu · 9 years ago
  31. 3c6e567 irq_remapping/vt-d: Clean up unsued code by Jiang Liu · 9 years ago
  32. 84bea5c x86/irq: Remove x86_io_apic_ops.print_entries and related interfaces by Jiang Liu · 9 years ago
  33. 2b43817 irq_remapping/vt-d: Clean up unused MSI related code by Jiang Liu · 9 years ago
  34. b106ee6 irq_remapping/vt-d: Enhance Intel IR driver to support hierarchical irqdomains by Jiang Liu · 9 years ago
  35. 8dedf4c irq_remapping/vt-d: Change prototypes to prepare for hierarchical irqdomain by Jiang Liu · 9 years ago
  36. 68c1b89 iommu/vt-d: Print x2apic opt out info instead of printing a warning by Fenghua Yu · 9 years ago
  37. 2f119c7 iommu/vt-d: Convert non-returned local variable to boolean when relevant by Quentin Lambert · 9 years ago
  38. 7fa1c84 iommu/irq_remapping: Change variable disable_irq_remap to be static by Jiang Liu · 9 years ago
  39. c392f56 iommu/irq_remapping: Kill function irq_remapping_supported() and related code by Jiang Liu · 9 years ago
  40. 13d09b6 iommu/vt-d: Allow IR works in XAPIC mode though CPU works in X2APIC mode by Jiang Liu · 9 years ago
  41. 69cf1d8 iommu/vt-d: Allocate IRQ remapping data structures only for all IOMMUs by Joerg Roedel · 9 years ago
  42. 2966d95 iommu/vt-d: Prepare for killing function irq_remapping_supported() by Jiang Liu · 9 years ago
  43. e3a981d iommu/vt-d: Convert allocations to GFP_KERNEL by Thomas Gleixner · 9 years ago
  44. 1119030 iommu/vt-d: Move iommu preparatory allocations to irq_remap_ops.prepare by Thomas Gleixner · 9 years ago
  45. 91411da iommu/vt-d: Use helpers to access irq_cfg data structure associated with IRQ by Jiang Liu · 10 years ago
  46. 51acce3 iommu/vt-d: Enhance error recovery in function intel_enable_irq_remapping() by Jiang Liu · 10 years ago
  47. a7a3dad iommu/vt-d: Enhance intel_irq_remapping driver to support DMAR unit hotplug by Jiang Liu · 10 years ago
  48. 6b19724 iommu/vt-d: Implement DMAR unit hotplug framework by Jiang Liu · 10 years ago
  49. 09b5269 Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 10 years ago
  50. 5fc24d8 iommu/irq_remapping: Fix the regression of hpet irq remapping by Yijing Wang · 10 years ago
  51. f63ef69 iommu/vt-d: Don't store SIRTP request by Jan Kiszka · 10 years ago
  52. af43746 iommu/vt-d: Fix race setting IRQ CPU affinity while freeing IRQ by Greg Edwards · 10 years ago
  53. 579305f iommu/vt-d: Update to use PCI DMA aliases by Alex Williamson · 10 years ago
  54. 3a5670e iommu/vt-d: Introduce a rwsem to protect global data structures by Jiang Liu · 10 years ago
  55. b3a4bca Merge tag 'iommu-updates-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  56. 9f4c744 iommu/vt-d: Fix signedness bug in alloc_irte() by Dan Carpenter · 10 years ago
  57. 7c91977 iommu/vt-d, trivial: simplify code with existing macros by Jiang Liu · 10 years ago
  58. 2fe2c60 iommu/vt-d, trivial: use defined macro instead of hardcoding by Jiang Liu · 10 years ago
  59. 694835d iommu/vt-d: mark internal functions as static by Jiang Liu · 10 years ago
  60. b977e73 iommu/vt-d, trivial: check suitable flag in function detect_intel_iommu() by Jiang Liu · 10 years ago
  61. 360eb3c5 iommu/vt-d: use dedicated bitmap to track remapping entry allocation status by Jiang Liu · 10 years ago
  62. 6a7885c iommu/vt-d: Mark functions as static in intel_irq_remapping.c by Rashika Kheria · 10 years ago
  63. 8b48463 ACPI: Clean up inclusions of ACPI header files by Lv Zheng · 10 years ago
  64. 91838e2 Merge tag 'iommu-updates-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  65. fa5f508 ACPICA: Update DMAR table definitions. by Lv Zheng · 11 years ago
  66. 05104a4 iommu: Remove stack trace from broken irq remapping warning by Neil Horman · 11 years ago
  67. d01140d iommu/vt-d: Downgrade the warning if enabling irq remapping fails by Andy Lutomirski · 11 years ago
  68. 03bbcb2 iommu/vt-d: add quirk for broken interrupt remapping on 55XX chipsets by Neil Horman · 11 years ago
  69. af8d102 x86/intel/irq_remapping: Clean up x2apic opt-out security warning mess by Andy Lutomirski · 11 years ago
  70. 9b1b0e4 x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 core by Joerg Roedel · 12 years ago
  71. afcc8a4 x86, io_apic: Introduce x86_io_apic_ops.print_entries for debugging by Joerg Roedel · 12 years ago
  72. 32ab31e irq_remap: disable IRQ remapping if any IOAPIC lacks an IOMMU by Seth Forshee · 12 years ago
  73. 7eb9ae0 irq/apic: Use config_enabled(CONFIG_SMP) checks to clean up irq_set_affinity() for UP by Suresh Siddha · 12 years ago
  74. ed88bed x86/apic/irq_remap: Silence a bogus pr_err() by Dan Carpenter · 12 years ago
  75. ff16432 x86/apic: Make cpu_mask_to_apicid() operations return error code by Alexander Gordeev · 12 years ago
  76. c558df4 irq_remap: Fix the 'sub_handle' uninitialized warning by Suresh Siddha · 12 years ago
  77. 82b481e irq_remap: Fix UP build failure by Suresh Siddha · 12 years ago
  78. 8a8f422 iommu: rename intr_remapping.[ch] to irq_remapping.[ch] by Suresh Siddha · 12 years ago[Renamed (99%) from drivers/iommu/intel_intr_remapping.c]
  79. 95a02e9 iommu: rename intr_remapping references to irq_remapping by Suresh Siddha · 12 years ago
  80. 263b5e8 x86, iommu/vt-d: Clean up interfaces for interrupt remapping by Joerg Roedel · 12 years ago
  81. 5e2b930 iommu/vt-d: Convert MSI remapping setup to remap_ops by Joerg Roedel · 12 years ago
  82. 9d619f6 iommu/vt-d: Convert free_irte into a remap_ops callback by Joerg Roedel · 12 years ago
  83. 4c1bad6 iommu/vt-d: Convert IR set_affinity function to remap_ops by Joerg Roedel · 12 years ago
  84. 0c3f173 iommu/vt-d: Convert IR ioapic-setup to use remap_ops by Joerg Roedel · 12 years ago
  85. 4f3d8b6 iommu/vt-d: Convert missing apic.c intr-remapping call to remap_ops by Joerg Roedel · 12 years ago
  86. 736baef iommu/vt-d: Make intr-remapping initialization generic by Joerg Roedel · 12 years ago
  87. eef93fd iommu: Rename intr_remapping files to intel_intr_remapping by Joerg Roedel · 12 years ago[Renamed (98%) from drivers/iommu/intr_remapping.c]
  88. 61ed26e intr_remapping: Fix section mismatch in ir_dev_scope_init() by Sergey Senozhatsky · 13 years ago
  89. 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
  90. c2c7286 intr_remap: Call dmar_dev_scope_init() explicitly by Suresh Siddha · 13 years ago
  91. 41750d3 x86, x2apic: Enable the bios request for x2apic optout by Suresh Siddha · 13 years ago
  92. 96f8e98 locking, x86, iommu: Annotate irq_2_ir_lock as raw by Thomas Gleixner · 13 years ago
  93. 1f5b3c3 locking, x86, iommu: Annotate iommu->register_lock as raw by Thomas Gleixner · 13 years ago
  94. 166e927 x86/ia64: intel-iommu: move to drivers/iommu/ by Ohad Ben-Cohen · 13 years ago[Renamed (99%) from drivers/pci/intr_remapping.c]
  95. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  96. dced35a drivers: Final irq namespace conversion by Thomas Gleixner · 13 years ago
  97. 1a0730d x86: Speed up the irq_remapped check in hot pathes by Thomas Gleixner · 14 years ago
  98. d585d06 intr_remap: Simplify the code further by Thomas Gleixner · 14 years ago
  99. 349d676 intr_remap: Use irq_2_iommu in struct irq_cfg by Thomas Gleixner · 14 years ago
  100. 423f085 x86: Embedd irq_2_iommu into irq_cfg by Thomas Gleixner · 14 years ago