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