1. a75f7cf intel-iommu: Make dma_pte_clear_one() take pfn not address by David Woodhouse · 15 years ago
  2. 90dcfb5 intel-iommu: Change dma_addr_level_pte() to dma_pfn_level_pte() by David Woodhouse · 15 years ago
  3. 77dfa56 intel-iommu: Change address_level_offset() to pfn_level_offset() by David Woodhouse · 15 years ago
  4. dd4e831 intel-iommu: Change dma_set_pte_addr() to dma_set_pte_pfn() by David Woodhouse · 15 years ago
  5. c7ab48d intel-iommu: Clean up identity mapping code, remove CONFIG_DMAR_GFX_WA by David Woodhouse · 15 years ago
  6. b213203 intel-iommu: Create new iommu_domain_identity_map() function by David Woodhouse · 15 years ago
  7. bf92df3 intel-iommu: Only avoid flushing device IOTLB for domain ID 0 in caching mode by Yu Zhao · 15 years ago
  8. 7e25a24 intel-iommu: fix Identity Mapping to be arch independent by Chris Wright · 15 years ago
  9. 2c2e2c3 IOMMU Identity Mapping Support (drivers/pci/intel_iommu.c) by Fenghua Yu · 15 years ago
  10. 687d680 Merge git://git.infradead.org/~dwmw2/iommu-2.6.31 by Linus Torvalds · 15 years ago
  11. 3d58f48 Merge branch 'linus' into irq/numa by Ingo Molnar · 15 years ago
  12. 93a23a7 VT-d: support the device IOTLB by Yu Zhao · 15 years ago
  13. 9dd2fe8 VT-d: cleanup iommu_flush_iotlb_psi and flush_unmaps by Yu Zhao · 15 years ago
  14. fd18de5 intel-iommu: PAE memory corruption fix by David Woodhouse · 15 years ago
  15. c416daa intel-iommu: Tidy up iommu->gcmd handling by David Woodhouse · 15 years ago
  16. 462b60f intel-iommu: Fix tiny theoretical race in write-buffer flush. by David Woodhouse · 15 years ago
  17. 1f0ef2a intel-iommu: Clean up handling of "caching mode" vs. IOTLB flushing. by David Woodhouse · 15 years ago
  18. 4c25a2c intel-iommu: Clean up handling of "caching mode" vs. context flushing. by David Woodhouse · 15 years ago
  19. fa3b6dc VT-d: fix invalid domain id for KVM context flush by Yu Zhao · 15 years ago
  20. aed5d5f Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through Support by Fenghua Yu · 16 years ago
  21. 4ed0d3e Intel IOMMU Pass Through Support by Fenghua Yu · 16 years ago
  22. 9375823 x86, intr-remap: enable interrupt remapping early by Weidong Han · 16 years ago
  23. 7b11428 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 16 years ago
  24. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
  25. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 16 years ago
  26. 31d3568 Intel-IOMMU Alignment Issue in dma_pte_clear_range() by Fenghua Yu · 16 years ago
  27. 4958c5d intel-iommu: Fix oops in device_to_iommu() when devices not found. by David Woodhouse · 16 years ago
  28. 276dbf9 intel-iommu: Handle PCI domains appropriately. by David Woodhouse · 16 years ago
  29. 924b623 intel-iommu: Fix device-to-iommu mapping for PCI-PCI bridges. by David Woodhouse · 16 years ago
  30. d0b03bd x2apic/intr-remap: decouple interrupt remapping from x2apic by Han, Weidong · 16 years ago
  31. f59c7b6 Intel IOMMU Suspend/Resume Support - DMAR by Fenghua Yu · 16 years ago
  32. ca1ee21 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 16 years ago
  33. e76e5b2 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  34. 712b000 Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  35. afeeb7c intel-iommu: Fix address wrap on 32-bit kernel. by Zhao, Yu · 16 years ago
  36. 4cf2e75 intel-iommu: Enable DMAR on 32-bit kernel. by David Woodhouse · 16 years ago
  37. 3199aa6 intel-iommu: fix PCI device detach from virtual machine by Han, Weidong · 16 years ago
  38. 9cf0669 intel-iommu: VT-d page table to support snooping control bit by Sheng Yang · 16 years ago
  39. dbb9fd8 iommu: Add domain_has_cap iommu_ops by Sheng Yang · 16 years ago
  40. 58c610b intel-iommu: Snooping control support by Sheng Yang · 16 years ago
  41. 1c35b8e PCI: add missing KERN_* constants to printks by Frank Seidel · 16 years ago
  42. 1531a6a x86, dmar: start with sane state while enabling dma and interrupt-remapping by Suresh Siddha · 16 years ago
  43. 9d783ba x86, x2apic: enable fault handling for intr-remapping by Suresh Siddha · 16 years ago
  44. 0ac2491 x86, dmar: move page fault handling code to dmar.c by Suresh Siddha · 16 years ago
  45. 7df4edb Merge branch 'linus' into core/iommu by Ingo Molnar · 16 years ago
  46. 9af8814 iommu: fix Intel IOMMU write-buffer flushing by David Woodhouse · 16 years ago
  47. 0cd5c3c x86: disable intel_iommu support by default by Kyle McMartin · 16 years ago
  48. d7ab5c4 intel-iommu: make dma mapping functions static by FUJITA Tomonori · 16 years ago
  49. dfb805e IA64: fix VT-d dma_mapping_error by FUJITA Tomonori · 16 years ago
  50. af2519f Merge branch 'linus' into core/iommu by Ingo Molnar · 16 years ago
  51. 288e487 Prevent oops at boot with VT-d by Dirk Hohndel · 16 years ago
  52. 160c1d8 x86, ia64: convert to use generic dma_map_ops struct by FUJITA Tomonori · 16 years ago
  53. d7dff84 x86: remove map_single and unmap_single in struct dma_mapping_ops by FUJITA Tomonori · 16 years ago
  54. ffbbef5 intel-iommu: add map_page and unmap_page by FUJITA Tomonori · 16 years ago
  55. cdc7b83 intel-iommu: fix bit shift at DOMAIN_FLAG_P2P_MULTIPLE_DEVICES by Mike Day · 16 years ago
  56. e4754c9 VT-d: remove now unused intel_iommu_found function by Joerg Roedel · 16 years ago
  57. a8bcbb0d VT-d: register functions for the IOMMU API by Joerg Roedel · 16 years ago
  58. d14d657 VT-d: adapt domain iova_to_phys function for IOMMU API by Joerg Roedel · 16 years ago
  59. dde57a2 VT-d: adapt domain map and unmap functions for IOMMU API by Joerg Roedel · 16 years ago
  60. 4c5478c VT-d: adapt device attach and detach functions for IOMMU API by Joerg Roedel · 16 years ago
  61. 5d45080 VT-d: adapt domain init and destroy functions for IOMMU API by Joerg Roedel · 16 years ago
  62. fe40f1e Check agaw is sufficient for mapped memory by Weidong Han · 16 years ago
  63. faa3d6f Change intel iommu APIs of virtual machine domain by Weidong Han · 16 years ago
  64. ea6606b Change domain_context_mapping_one for virtual machine domain by Weidong Han · 16 years ago
  65. 5e98c4b Allocation and free functions of virtual machine domain by Weidong Han · 16 years ago
  66. 5331fe6 Add domain_flush_cache by Weidong Han · 16 years ago
  67. c7151a8 Add/remove domain device info for virtual machine domain by Weidong Han · 16 years ago
  68. 1ce28fe Add domain flag DOMAIN_FLAG_VIRTUAL_MACHINE by Weidong Han · 16 years ago
  69. 8e60409 iommu coherency by Weidong Han · 16 years ago
  70. 1b57368 calculate agaw for each iommu by Weidong Han · 16 years ago
  71. 8c11e79 iommu bitmap instead of iommu pointer in dmar_domain by Weidong Han · 16 years ago
  72. a2bb845 Get iommu from g_iommus for deferred flush by Weidong Han · 16 years ago
  73. d9630fe Add global iommu list by Weidong Han · 16 years ago
  74. 3b5410e change P2P domain flags by Weidong Han · 16 years ago
  75. d71a2f3 Initialize domain flags to 0 by Weidong Han · 16 years ago
  76. 19c239c intel-iommu: trivially inline DMA PTE macros by Mark McLoughlin · 16 years ago
  77. c07e7d2 intel-iommu: trivially inline context entry macros by Mark McLoughlin · 16 years ago
  78. 2abd7e1 intel-iommu: move iommu_prepare_gfx_mapping() out of dma_remapping.h by Mark McLoughlin · 16 years ago
  79. a647dac intel-iommu: move struct device_domain_info out of dma_remapping.h by Mark McLoughlin · 16 years ago
  80. 99126f7 intel-iommu: move struct dmar_domain def out dma_remapping.h by Mark McLoughlin · 16 years ago
  81. 622ba12 intel-iommu: move DMA PTE defs out of dma_remapping.h by Mark McLoughlin · 16 years ago
  82. 7a8fc25 intel-iommu: move context entry defs out from dma_remapping.h by Mark McLoughlin · 16 years ago
  83. 46b08e1 intel-iommu: move root entry defs from dma_remapping.h by Mark McLoughlin · 16 years ago
  84. f27be03 intel-iommu: move DMA_32/64BIT_PFN into intel-iommu.c by Mark McLoughlin · 16 years ago
  85. 519a054 intel-iommu: make init_dmars() static by Mark McLoughlin · 16 years ago
  86. 015ab17 intel-iommu: remove some unused struct intel_iommu fields by Mark McLoughlin · 16 years ago
  87. b4e0f9e intel-iommu: fix compile warnings by FUJITA Tomonori · 16 years ago
  88. b364776 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 16 years ago
  89. 4d235ba intel-iommu: typo fix and correct word in the comment by Ameya Palande · 16 years ago
  90. bb9e6d6 intel-iommu: use coherent_dma_mask in alloc_coherent by FUJITA Tomonori · 16 years ago
  91. 5b6985c intel-iommu: IA64 support by Fenghua Yu · 16 years ago
  92. a77b67d dmar: Use queued invalidation interface for IOTLB and context invalidation by Youquan Song · 16 years ago
  93. 3871794 VT-d: Changes to support KVM by Kay, Allen M · 16 years ago
  94. 76c3bb1 Merge branch 'linus' into x86/x2apic by Ingo Molnar · 16 years ago
  95. acee709 Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linus by Ingo Molnar · 16 years ago
  96. dc7c65d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  97. 2ae2101 x64, x2apic/intr-remap: Interrupt remapping infrastructure by Suresh Siddha · 16 years ago
  98. fe962e9 x64, x2apic/intr-remap: Queued invalidation infrastructure (part of VT-d) by Suresh Siddha · 16 years ago
  99. cf1337f x64, x2apic/intr-remap: move IOMMU_WAIT_OP() macro to intel-iommu.h by Suresh Siddha · 16 years ago
  100. 1886e8a x64, x2apic/intr-remap: code re-structuring, to be used by both DMA and Interrupt remapping by Suresh Siddha · 16 years ago