1. 832bd85 iommu/vt-d: Change scope lists to struct device, bus, devfn by David Woodhouse · 10 years ago
  2. 2e45528 iommu/vt-d: Unify the way to process DMAR device scope array by Jiang Liu · 10 years ago
  3. 59ce051 iommu/vt-d: Update DRHD/RMRR/ATSR device scope caches when PCI hotplug happens by Jiang Liu · 10 years ago
  4. 0e24261 iommu/vt-d: Use RCU to protect global resources in interrupt context by Jiang Liu · 10 years ago
  5. 3a5670e iommu/vt-d: Introduce a rwsem to protect global data structures by Jiang Liu · 10 years ago
  6. b683b23 iommu/vt-d: Introduce macro for_each_dev_scope() to walk device scope entries by Jiang Liu · 10 years ago
  7. b94e411 iommu/vt-d: Move private structures and variables into intel-iommu.c by Jiang Liu · 10 years ago
  8. bb3a6b7 iommu/vt-d: Factor out dmar_alloc_dev_scope() for later reuse by Jiang Liu · 10 years ago
  9. 7c91977 iommu/vt-d, trivial: simplify code with existing macros by Jiang Liu · 11 years ago
  10. 694835d iommu/vt-d: mark internal functions as static by Jiang Liu · 11 years ago
  11. ada4d4b iommu/vt-d: fix PCI device reference leakage on error recovery path by Jiang Liu · 11 years ago
  12. 263b5e8 x86, iommu/vt-d: Clean up interfaces for interrupt remapping by Joerg Roedel · 12 years ago
  13. 9d619f6 iommu/vt-d: Convert free_irte into a remap_ops callback by Joerg Roedel · 12 years ago
  14. 4f3d8b6 iommu/vt-d: Convert missing apic.c intr-remapping call to remap_ops by Joerg Roedel · 12 years ago
  15. 736baef iommu/vt-d: Make intr-remapping initialization generic by Joerg Roedel · 12 years ago
  16. 6eea69d include/linux/dmar.h: forward-declare struct acpi_dmar_header by Andrew Morton · 13 years ago
  17. d3f1381 iommu: Rename the DMAR and INTR_REMAP config options by Suresh Siddha · 13 years ago
  18. 318fe7d iommu: Move IOMMU specific code to intel-iommu.c by Suresh Siddha · 13 years ago
  19. 41750d3 x86, x2apic: Enable the bios request for x2apic optout by Suresh Siddha · 13 years ago
  20. 4917b28 dmar, x86: Use function stubs when CONFIG_INTR_REMAP is disabled by Randy Dunlap · 14 years ago
  21. 157b6ce Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  22. 1a0730d x86: Speed up the irq_remapped check in hot pathes by Thomas Gleixner · 14 years ago
  23. 423f085 x86: Embedd irq_2_iommu into irq_cfg by Thomas Gleixner · 14 years ago
  24. d0ad639 pci: intr_remap: Remove unused functions by Thomas Gleixner · 14 years ago
  25. 5c2837f dmar: Convert to new irq chip functions by Thomas Gleixner · 14 years ago
  26. 480125b x86, iommu: Make all IOMMU's detection routines return a value. by Konrad Rzeszutek Wilk · 14 years ago
  27. 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
  28. 9d5ce73 x86: intel-iommu: Convert detect_intel_iommu to use iommu_init hook by FUJITA Tomonori · 15 years ago
  29. 20f3097 intr-remap: generic support for remapping HPET MSIs by Suresh Siddha · 15 years ago
  30. f007e99 Intel-IOMMU, intr-remap: source-id checking by Weidong Han · 15 years ago
  31. 687d680 Merge git://git.infradead.org/~dwmw2/iommu-2.6.31 by Linus Torvalds · 15 years ago
  32. aa5d2b5 VT-d: parse ATSR in DMA Remapping Reporting Structure by Yu Zhao · 15 years ago
  33. fc1edaf x86: x2apic, IR: Clean up X86_X2APIC and INTR_REMAP config checks by Suresh Siddha · 15 years ago
  34. 9375823 x86, intr-remap: enable interrupt remapping early by Weidong Han · 15 years ago
  35. 276dbf99 intel-iommu: Handle PCI domains appropriately. by David Woodhouse · 15 years ago
  36. b24696b Intel IOMMU Suspend/Resume Support - Interrupt Remapping by Fenghua Yu · 15 years ago
  37. 8f912ba intel-iommu: Add for_each_iommu() and for_each_active_iommu() macros by David Woodhouse · 15 years ago
  38. 29b61be x86, x2apic: cleanup ifdef CONFIG_INTR_REMAP in io_apic code by Suresh Siddha · 15 years ago
  39. 1531a6a x86, dmar: start with sane state while enabling dma and interrupt-remapping by Suresh Siddha · 15 years ago
  40. 9d783ba x86, x2apic: enable fault handling for intr-remapping by Suresh Siddha · 15 years ago
  41. 58fa730 intel-iommu: kill off duplicate def of dmar_disabled by Mark McLoughlin · 16 years ago
  42. f6dd5c3 dmar: fix using early fixmap mapping for DMAR table parsing by Yinghai Lu · 16 years ago
  43. 75c46fa x64, x2apic/intr-remap: MSI and MSI-X support for interrupt remapping infrastructure by Suresh Siddha · 16 years ago
  44. 89027d3 x64, x2apic/intr-remap: IO-APIC support for interrupt-remapping by Suresh Siddha · 16 years ago
  45. b6fcb33 x64, x2apic/intr-remap: routines managing Interrupt remapping table entries. by Suresh Siddha · 16 years ago
  46. 2ae2101 x64, x2apic/intr-remap: Interrupt remapping infrastructure by Suresh Siddha · 16 years ago
  47. ad3ad3f x64, x2apic/intr-remap: parse ioapic scope under vt-d structures by Suresh Siddha · 16 years ago
  48. 1886e8a x64, x2apic/intr-remap: code re-structuring, to be used by both DMA and Interrupt remapping by Suresh Siddha · 16 years ago
  49. d94afc6 intel-iommu: fault_reason index cleanup by mark gross · 17 years ago
  50. 3460a6d Intel IOMMU: DMAR fault handling support by Keshavamurthy, Anil S · 17 years ago
  51. ba39592 Intel IOMMU: Intel IOMMU driver by Keshavamurthy, Anil S · 17 years ago
  52. 10e5247 Intel IOMMU: DMAR detection and parsing logic by Keshavamurthy, Anil S · 17 years ago