1. 6e4e9ec iommu/vt-d: Serialize IOMMU GCMD register modifications by Lu Baolu · 4 years, 4 months ago
  2. 97d052e Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  3. 13c0113 x86/headers: Remove APIC headers from <asm/smp.h> by Ingo Molnar · 4 years, 5 months ago
  4. ec01608 irqdomain/treewide: Free firmware node after domain removal by Jon Derrick · 4 years, 6 months ago
  5. e3beca48 irqdomain/treewide: Keep firmware node unconditionally allocated by Thomas Gleixner · 4 years, 6 months ago
  6. 672cf6d iommu/vt-d: Move Intel IOMMU driver into subdirectory by Joerg Roedel · 4 years, 7 months ago[Renamed (99%) from drivers/iommu/intel_irq_remapping.c]
  7. 8a1d824 iommu/vt-d: Multiple descriptors per qi_submit_sync() by Lu Baolu · 4 years, 8 months ago
  8. 2c70010 iommu/vt-d: Fix wrong analysis whether devices share the same bus by Nadav Amit · 5 years ago
  9. 0bcfa62 iommu/vt-d: Cleanup unused variable by Jacob Pan · 6 years ago
  10. 414147d Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  11. cc49baa iommu/vt-d: Use pci_dev_id() helper by Heiner Kallweit · 6 years ago
  12. 5aba6c4 iommu/vt-d: Switch to bitmap_zalloc() by Andy Shevchenko · 6 years ago
  13. 3f0c625 iommu/vt-d: Allow interrupts from the entire bus for aliased devices by Logan Gunthorpe · 6 years ago
  14. 9ca8261 iommu/vt-d: Add helper to set an IRTE to verify only the bus number by Logan Gunthorpe · 6 years ago
  15. 5d308fc iommu/vt-d: Add 256-bit invalidation descriptor support by Lu Baolu · 6 years ago
  16. 26b8609 iommu/vt-d: Relocate struct/function declarations to its header files by Sohil Mehta · 6 years ago
  17. 8a2b7d1 irq_remapping: Use apic_ack_irq() by Thomas Gleixner · 7 years ago
  18. aa7528f iommu/vt-d: Fix usage of force parameter in intel_ir_reconfigure_irte() by Jagannathan Raman · 7 years ago
  19. 702cb0a genirq/irqdomain: Rename early argument of irq_domain_activate_irq() by Thomas Gleixner · 7 years ago
  20. 141d3b1 Merge branch 'linus' into x86/apic, to resolve conflicts by Ingo Molnar · 7 years ago
  21. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  22. d491bdf iommu/vt-d: Reevaluate vector configuration on activate() by Thomas Gleixner · 7 years ago
  23. 7249164 genirq/irqdomain: Update irq_domain_ops.activate() signature by Thomas Gleixner · 7 years ago
  24. fb4e3be Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  25. cea29b6 iommu/vt-d: Use named irq domain interface by Thomas Gleixner · 8 years ago
  26. 1bb3a5a iommu/vt-d: Add name to irq chip by Thomas Gleixner · 8 years ago
  27. 71bb620 iommu/vt-d: Constify irq_domain_ops by Tobias Klauser · 8 years ago
  28. 8e12188 iommu/vt-d: Don't print the failure message when booting non-kdump kernel by Qiuxu Zhuo · 8 years ago
  29. 87bbcfd Merge tag 'for-linus-20160216' of git://git.infradead.org/intel-iommu by Linus Torvalds · 9 years ago
  30. fda3bec iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REG by CQ Tang · 9 years ago
  31. 362f924 x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros by Borislav Petkov · 9 years ago
  32. b61e5e8 iommu/vt-d: Fix return value check of parse_ioapics_under_ir() by Joerg Roedel · 9 years ago
  33. 66ef950 iommu/vt-d: Propagate error-value from ir_parse_ioapic_hpet_scope() by Joerg Roedel · 9 years ago
  34. a13c8f2 iommu/vt-d: Adjust the return value of the parse_ioapics_under_ir by Baoquan He · 9 years ago
  35. 344cb4e iommu/vt-d: Use cmpxchg16b to update posted format IRTE atomically by Feng Wu · 9 years ago
  36. dfddb96 iommu/vt-d: Switch from ioremap_cache to memremap by Dan Williams · 9 years ago
  37. 543c8dc iommu/vt-d: Access iomem correctly by Joerg Roedel · 9 years ago
  38. 5069076 iommu/vt-d: Fix leaked ioremap mapping by Dan Williams · 9 years ago
  39. 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
  40. 571dbbd iommu/vt-d: Don't disable IR when it was previously enabled by Joerg Roedel · 10 years ago
  41. 7c3c987 iommu/vt-d: Make sure copied over IR entries are not reused by Joerg Roedel · 10 years ago
  42. af3b358 iommu/vt-d: Copy IR table from old kernel when in kdump mode by Joerg Roedel · 10 years ago
  43. d4d1c0f iommu/vt-d: Set IRTA in intel_setup_irq_remapping by Joerg Roedel · 10 years ago
  44. c676f58 iommu/vt-d: Disable IRQ remapping in intel_prepare_irq_remapping by Joerg Roedel · 10 years ago
  45. 9e4e49d iommu/vt-d: Move QI initializationt to intel_setup_irq_remapping by Joerg Roedel · 10 years ago
  46. 23256d0 iommu/vt-d: Move EIM detection to intel_prepare_irq_remapping by Joerg Roedel · 10 years ago
  47. 9f10e5b iommu/vt-d: Cleanup log messages by Joerg Roedel · 10 years ago
  48. c1d9933 iommu, x86: Properly handle posted interrupts for IOMMU hotplug by Feng Wu · 10 years ago
  49. 3d9b98f iommu, x86: Setup Posted-Interrupts capability for Intel iommu by Feng Wu · 10 years ago
  50. d75f152 iommu, x86: Avoid migrating VT-d posted interrupts by Feng Wu · 10 years ago
  51. 2705a3d iommu, x86: Save the mode (posted or remapped) of an IRTE by Feng Wu · 10 years ago
  52. 8541186 iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip by Feng Wu · 10 years ago
  53. 191a663 Merge branch 'x86/asm' into x86/apic, to resolve a conflict by Ingo Molnar · 10 years ago
  54. 9d4c031 irq_remapping/vt-d: Init all MSI entries not just the first one by Thomas Gleixner · 10 years ago
  55. 9f86262 Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 10 years ago
  56. c6c2002 x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector() by Jiang Liu · 10 years ago
  57. 099c5c0 irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.c by Jiang Liu · 10 years ago
  58. bac4f90 x86/irq: Remove irq_cfg.irq_remapped by Jiang Liu · 10 years ago
  59. 3c6e567 irq_remapping/vt-d: Clean up unsued code by Jiang Liu · 10 years ago
  60. 84bea5c x86/irq: Remove x86_io_apic_ops.print_entries and related interfaces by Jiang Liu · 10 years ago
  61. 2b43817 irq_remapping/vt-d: Clean up unused MSI related code by Jiang Liu · 10 years ago
  62. b106ee6 irq_remapping/vt-d: Enhance Intel IR driver to support hierarchical irqdomains by Jiang Liu · 10 years ago
  63. 8dedf4c irq_remapping/vt-d: Change prototypes to prepare for hierarchical irqdomain by Jiang Liu · 10 years ago
  64. 68c1b89 iommu/vt-d: Print x2apic opt out info instead of printing a warning by Fenghua Yu · 10 years ago
  65. 2f119c7 iommu/vt-d: Convert non-returned local variable to boolean when relevant by Quentin Lambert · 10 years ago
  66. 7fa1c84 iommu/irq_remapping: Change variable disable_irq_remap to be static by Jiang Liu · 10 years ago
  67. c392f56 iommu/irq_remapping: Kill function irq_remapping_supported() and related code by Jiang Liu · 10 years ago
  68. 13d09b6 iommu/vt-d: Allow IR works in XAPIC mode though CPU works in X2APIC mode by Jiang Liu · 10 years ago
  69. 69cf1d8 iommu/vt-d: Allocate IRQ remapping data structures only for all IOMMUs by Joerg Roedel · 10 years ago
  70. 2966d95 iommu/vt-d: Prepare for killing function irq_remapping_supported() by Jiang Liu · 10 years ago
  71. e3a981d iommu/vt-d: Convert allocations to GFP_KERNEL by Thomas Gleixner · 10 years ago
  72. 1119030 iommu/vt-d: Move iommu preparatory allocations to irq_remap_ops.prepare by Thomas Gleixner · 10 years ago
  73. 91411da iommu/vt-d: Use helpers to access irq_cfg data structure associated with IRQ by Jiang Liu · 10 years ago
  74. 51acce3 iommu/vt-d: Enhance error recovery in function intel_enable_irq_remapping() by Jiang Liu · 10 years ago
  75. a7a3dad iommu/vt-d: Enhance intel_irq_remapping driver to support DMAR unit hotplug by Jiang Liu · 10 years ago
  76. 6b19724 iommu/vt-d: Implement DMAR unit hotplug framework by Jiang Liu · 10 years ago
  77. 09b5269 Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 10 years ago
  78. 5fc24d8 iommu/irq_remapping: Fix the regression of hpet irq remapping by Yijing Wang · 10 years ago
  79. f63ef69 iommu/vt-d: Don't store SIRTP request by Jan Kiszka · 10 years ago
  80. af43746 iommu/vt-d: Fix race setting IRQ CPU affinity while freeing IRQ by Greg Edwards · 10 years ago
  81. 579305f iommu/vt-d: Update to use PCI DMA aliases by Alex Williamson · 11 years ago
  82. 3a5670e iommu/vt-d: Introduce a rwsem to protect global data structures by Jiang Liu · 11 years ago
  83. b3a4bca Merge tag 'iommu-updates-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 11 years ago
  84. 9f4c744 iommu/vt-d: Fix signedness bug in alloc_irte() by Dan Carpenter · 11 years ago
  85. 7c91977 iommu/vt-d, trivial: simplify code with existing macros by Jiang Liu · 11 years ago
  86. 2fe2c60 iommu/vt-d, trivial: use defined macro instead of hardcoding by Jiang Liu · 11 years ago
  87. 694835d iommu/vt-d: mark internal functions as static by Jiang Liu · 11 years ago
  88. b977e73 iommu/vt-d, trivial: check suitable flag in function detect_intel_iommu() by Jiang Liu · 11 years ago
  89. 360eb3c iommu/vt-d: use dedicated bitmap to track remapping entry allocation status by Jiang Liu · 11 years ago
  90. 6a7885c iommu/vt-d: Mark functions as static in intel_irq_remapping.c by Rashika Kheria · 11 years ago
  91. 8b48463 ACPI: Clean up inclusions of ACPI header files by Lv Zheng · 11 years ago
  92. 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
  93. fa5f508 ACPICA: Update DMAR table definitions. by Lv Zheng · 11 years ago
  94. 05104a4 iommu: Remove stack trace from broken irq remapping warning by Neil Horman · 11 years ago
  95. d01140d iommu/vt-d: Downgrade the warning if enabling irq remapping fails by Andy Lutomirski · 12 years ago
  96. 03bbcb2 iommu/vt-d: add quirk for broken interrupt remapping on 55XX chipsets by Neil Horman · 12 years ago
  97. af8d102 x86/intel/irq_remapping: Clean up x2apic opt-out security warning mess by Andy Lutomirski · 12 years ago
  98. 9b1b0e4 x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 core by Joerg Roedel · 12 years ago
  99. afcc8a4 x86, io_apic: Introduce x86_io_apic_ops.print_entries for debugging by Joerg Roedel · 12 years ago
  100. 32ab31e irq_remap: disable IRQ remapping if any IOAPIC lacks an IOMMU by Seth Forshee · 12 years ago