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