1. 3c6e567 irq_remapping/vt-d: Clean up unsued code by Jiang Liu · 9 years ago
  2. 84bea5c x86/irq: Remove x86_io_apic_ops.print_entries and related interfaces by Jiang Liu · 9 years ago
  3. 2b43817 irq_remapping/vt-d: Clean up unused MSI related code by Jiang Liu · 9 years ago
  4. b106ee6 irq_remapping/vt-d: Enhance Intel IR driver to support hierarchical irqdomains by Jiang Liu · 9 years ago
  5. 8dedf4c irq_remapping/vt-d: Change prototypes to prepare for hierarchical irqdomain by Jiang Liu · 9 years ago
  6. 2f119c7 iommu/vt-d: Convert non-returned local variable to boolean when relevant by Quentin Lambert · 9 years ago
  7. 7fa1c84 iommu/irq_remapping: Change variable disable_irq_remap to be static by Jiang Liu · 9 years ago
  8. c392f56 iommu/irq_remapping: Kill function irq_remapping_supported() and related code by Jiang Liu · 9 years ago
  9. 13d09b6 iommu/vt-d: Allow IR works in XAPIC mode though CPU works in X2APIC mode by Jiang Liu · 9 years ago
  10. 69cf1d8 iommu/vt-d: Allocate IRQ remapping data structures only for all IOMMUs by Joerg Roedel · 9 years ago
  11. 2966d95 iommu/vt-d: Prepare for killing function irq_remapping_supported() by Jiang Liu · 9 years ago
  12. e3a981d iommu/vt-d: Convert allocations to GFP_KERNEL by Thomas Gleixner · 9 years ago
  13. 1119030 iommu/vt-d: Move iommu preparatory allocations to irq_remap_ops.prepare by Thomas Gleixner · 9 years ago
  14. 91411da iommu/vt-d: Use helpers to access irq_cfg data structure associated with IRQ by Jiang Liu · 10 years ago
  15. 51acce3 iommu/vt-d: Enhance error recovery in function intel_enable_irq_remapping() by Jiang Liu · 10 years ago
  16. a7a3dad iommu/vt-d: Enhance intel_irq_remapping driver to support DMAR unit hotplug by Jiang Liu · 10 years ago
  17. 6b19724 iommu/vt-d: Implement DMAR unit hotplug framework by Jiang Liu · 10 years ago
  18. 09b5269 Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 10 years ago
  19. 5fc24d8 iommu/irq_remapping: Fix the regression of hpet irq remapping by Yijing Wang · 10 years ago
  20. f63ef69 iommu/vt-d: Don't store SIRTP request by Jan Kiszka · 10 years ago
  21. af43746 iommu/vt-d: Fix race setting IRQ CPU affinity while freeing IRQ by Greg Edwards · 10 years ago
  22. 579305f iommu/vt-d: Update to use PCI DMA aliases by Alex Williamson · 10 years ago
  23. 3a5670e iommu/vt-d: Introduce a rwsem to protect global data structures by Jiang Liu · 10 years ago
  24. 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
  25. 9f4c744 iommu/vt-d: Fix signedness bug in alloc_irte() by Dan Carpenter · 10 years ago
  26. 7c91977 iommu/vt-d, trivial: simplify code with existing macros by Jiang Liu · 10 years ago
  27. 2fe2c60 iommu/vt-d, trivial: use defined macro instead of hardcoding by Jiang Liu · 10 years ago
  28. 694835d iommu/vt-d: mark internal functions as static by Jiang Liu · 10 years ago
  29. b977e73 iommu/vt-d, trivial: check suitable flag in function detect_intel_iommu() by Jiang Liu · 10 years ago
  30. 360eb3c5 iommu/vt-d: use dedicated bitmap to track remapping entry allocation status by Jiang Liu · 10 years ago
  31. 6a7885c iommu/vt-d: Mark functions as static in intel_irq_remapping.c by Rashika Kheria · 10 years ago
  32. 8b48463 ACPI: Clean up inclusions of ACPI header files by Lv Zheng · 11 years ago
  33. 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
  34. fa5f508 ACPICA: Update DMAR table definitions. by Lv Zheng · 11 years ago
  35. 05104a4 iommu: Remove stack trace from broken irq remapping warning by Neil Horman · 11 years ago
  36. d01140d iommu/vt-d: Downgrade the warning if enabling irq remapping fails by Andy Lutomirski · 11 years ago
  37. 03bbcb2 iommu/vt-d: add quirk for broken interrupt remapping on 55XX chipsets by Neil Horman · 11 years ago
  38. af8d102 x86/intel/irq_remapping: Clean up x2apic opt-out security warning mess by Andy Lutomirski · 11 years ago
  39. 9b1b0e4 x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 core by Joerg Roedel · 12 years ago
  40. afcc8a4 x86, io_apic: Introduce x86_io_apic_ops.print_entries for debugging by Joerg Roedel · 12 years ago
  41. 32ab31e irq_remap: disable IRQ remapping if any IOAPIC lacks an IOMMU by Seth Forshee · 12 years ago
  42. 7eb9ae0 irq/apic: Use config_enabled(CONFIG_SMP) checks to clean up irq_set_affinity() for UP by Suresh Siddha · 12 years ago
  43. ed88bed x86/apic/irq_remap: Silence a bogus pr_err() by Dan Carpenter · 12 years ago
  44. ff16432 x86/apic: Make cpu_mask_to_apicid() operations return error code by Alexander Gordeev · 12 years ago
  45. c558df4 irq_remap: Fix the 'sub_handle' uninitialized warning by Suresh Siddha · 12 years ago
  46. 82b481e irq_remap: Fix UP build failure by Suresh Siddha · 12 years ago
  47. 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]
  48. 95a02e9 iommu: rename intr_remapping references to irq_remapping by Suresh Siddha · 12 years ago
  49. 263b5e8 x86, iommu/vt-d: Clean up interfaces for interrupt remapping by Joerg Roedel · 12 years ago
  50. 5e2b930 iommu/vt-d: Convert MSI remapping setup to remap_ops by Joerg Roedel · 12 years ago
  51. 9d619f6 iommu/vt-d: Convert free_irte into a remap_ops callback by Joerg Roedel · 12 years ago
  52. 4c1bad6 iommu/vt-d: Convert IR set_affinity function to remap_ops by Joerg Roedel · 12 years ago
  53. 0c3f173 iommu/vt-d: Convert IR ioapic-setup to use remap_ops by Joerg Roedel · 12 years ago
  54. 4f3d8b6 iommu/vt-d: Convert missing apic.c intr-remapping call to remap_ops by Joerg Roedel · 12 years ago
  55. 736baef iommu/vt-d: Make intr-remapping initialization generic by Joerg Roedel · 12 years ago
  56. eef93fd iommu: Rename intr_remapping files to intel_intr_remapping by Joerg Roedel · 12 years ago[Renamed (98%) from drivers/iommu/intr_remapping.c]
  57. 61ed26e intr_remapping: Fix section mismatch in ir_dev_scope_init() by Sergey Senozhatsky · 13 years ago
  58. 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
  59. c2c7286 intr_remap: Call dmar_dev_scope_init() explicitly by Suresh Siddha · 13 years ago
  60. 41750d3 x86, x2apic: Enable the bios request for x2apic optout by Suresh Siddha · 13 years ago
  61. 96f8e98 locking, x86, iommu: Annotate irq_2_ir_lock as raw by Thomas Gleixner · 13 years ago
  62. 1f5b3c3 locking, x86, iommu: Annotate iommu->register_lock as raw by Thomas Gleixner · 13 years ago
  63. 166e927 x86/ia64: intel-iommu: move to drivers/iommu/ by Ohad Ben-Cohen · 13 years ago[Renamed (99%) from drivers/pci/intr_remapping.c]
  64. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  65. dced35a drivers: Final irq namespace conversion by Thomas Gleixner · 13 years ago
  66. 1a0730d x86: Speed up the irq_remapped check in hot pathes by Thomas Gleixner · 14 years ago
  67. d585d06 intr_remap: Simplify the code further by Thomas Gleixner · 14 years ago
  68. 349d676 intr_remap: Use irq_2_iommu in struct irq_cfg by Thomas Gleixner · 14 years ago
  69. 423f085 x86: Embedd irq_2_iommu into irq_cfg by Thomas Gleixner · 14 years ago
  70. d0ad639 pci: intr_remap: Remove unused functions by Thomas Gleixner · 14 years ago
  71. a8ef54a pci: intr_remap: Use irq_data by Thomas Gleixner · 14 years ago
  72. 0e1e367 pci: intr-remap: Free irte memory if SPARSE_IRQ=y by Thomas Gleixner · 14 years ago
  73. e2e96c6 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 14 years ago
  74. d1423d5 intr-remap: allow disabling source id checking by Chris Wright · 14 years ago
  75. c513b67 pci: fix type warnings in intr_remapping.c by Linus Torvalds · 14 years ago
  76. 0961d65 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 14 years ago
  77. 680a752 intel-iommu: Print out iommu seq_id by Yinghai Lu · 14 years ago
  78. 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
  79. d661d76 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  80. 45e829e PCI: change PCI nomenclature in drivers/pci/ (comment changes) by Stefan Assmann · 15 years ago
  81. a79960e Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 14 years ago
  82. 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
  83. 849e8de Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  84. 5f4d91a PCI: use pci_is_pcie() in pci core by Kenji Kaneshige · 15 years ago
  85. 824cd75 intr_remap: Allocate intr-remapping table using numa locality info by Suresh Siddha · 15 years ago
  86. b09a75f Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 15 years ago
  87. 074835f intel-iommu: Fix kernel hang if interrupt remapping disabled in BIOS by Youquan Song · 15 years ago
  88. e936d07 intel-iommu: Disallow interrupt remapping if not all ioapics covered by Youquan Song · 15 years ago
  89. 70590ea pci/intr_remapping: Allocate irq_iommu on node by Yinghai Lu · 15 years ago
  90. 20f3097 intr-remap: generic support for remapping HPET MSIs by Suresh Siddha · 15 years ago
  91. f007e99 Intel-IOMMU, intr-remap: source-id checking by Weidong Han · 15 years ago
  92. c4658b4 Intel-IOMMU, intr-remap: set the whole 128bits of irte when modify/free it by Weidong Han · 15 years ago
  93. 687d680 Merge git://git.infradead.org/~dwmw2/iommu-2.6.31 by Linus Torvalds · 15 years ago
  94. c416daa intel-iommu: Tidy up iommu->gcmd handling by David Woodhouse · 15 years ago
  95. 4420471 Merge branch 'x86/apic' into irq/numa by Ingo Molnar · 15 years ago
  96. 85ac16d x86/irq: change irq_desc_alloc() to take node instead of cpu by Yinghai Lu · 15 years ago
  97. 03ea815 x86, intr-remap: add option to disable interrupt remapping by Weidong Han · 15 years ago
  98. 9375823 x86, intr-remap: enable interrupt remapping early by Weidong Han · 15 years ago
  99. 46f06b72 drivers/pci/intr_remapping.c: include acpi.h by Alexander Beregalov · 15 years ago
  100. 34aaaa9 x86, dmar: check if it's initialized before disable queue invalidation by Han, Weidong · 15 years ago