1. 8954da1 intel-iommu: intel_iommu_map_range failed at very end of address space by Tom Lyon · 14 years ago
  2. a99c47a intel-iommu: errors with smaller iommu widths by Tom Lyon · 14 years ago
  3. 680a752 intel-iommu: Print out iommu seq_id by Yinghai Lu · 14 years ago
  4. 78d5f0f intel-iommu: Avoid global flushes with caching mode. by Nadav Amit · 14 years ago
  5. 8265363 intel-iommu: Use correct domain ID when caching mode is enabled by Nadav Amit · 14 years ago
  6. 8bdd77d intel-iommu mistakenly uses offset_pfn when caching mode is enabled by Nadav Amit · 14 years ago
  7. a45946a intel-iommu: use for_each_set_bit() by Akinobu Mita · 14 years ago
  8. b146a1c9f VT-d: Change {un}map_range functions to implement {un}map interface by Joerg Roedel · 14 years ago
  9. 4abc14a iommu-api: Rename ->{un}map function pointers to ->{un}map_range by Joerg Roedel · 14 years ago
  10. d661d76 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  11. 45e829e PCI: change PCI nomenclature in drivers/pci/ (comment changes) by Stefan Assmann · 15 years ago
  12. a79960e Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 15 years ago
  13. 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
  14. 354bb65 Revert "Intel IOMMU: Avoid memory allocation failures in dma map api calls" by KOSAKI Motohiro · 15 years ago
  15. 1672af1 intel-iommu: ignore page table validation in pass through mode by Chris Wright · 15 years ago
  16. 44cd613 intel-iommu: Fix oops with intel_iommu=igfx_off by David Woodhouse · 15 years ago
  17. 5595b52 intel-iommu: Check for an RMRR which ends before it starts. by David Woodhouse · 15 years ago
  18. ec20849 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 15 years ago
  19. 7b626ac Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  20. 5f4d91a PCI: use pci_is_pcie() in pci core by Kenji Kaneshige · 15 years ago
  21. 99dcade intel-iommu: Support PCIe hot-plug by Fenghua Yu · 15 years ago
  22. e8bb910 intel-iommu: Obey coherent_dma_mask for alloc_coherent on passthrough by Alex Williamson · 15 years ago
  23. 75f1cdf x86: Handle HW IOMMU initialization failure gracefully by FUJITA Tomonori · 15 years ago
  24. 4c923d4 iommu: Allocate dma-remapping structures using numa locality info by Suresh Siddha · 15 years ago
  25. e0fc7e0 intel-iommu: Yet another BIOS workaround: Isoch DMAR unit with no TLB space by David Woodhouse · 15 years ago
  26. b09a75f Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 15 years ago
  27. b94996c intel-iommu: Disable PMRs after we enable translation, not before by David Woodhouse · 15 years ago
  28. 64de5af intel-iommu: Fix integer wrap on 32 bit kernels by Benjamin LaHaise · 15 years ago
  29. 59c3628 intel-iommu: Fix integer overflow in dma_pte_{clear_range,free_pagetable}() by David Woodhouse · 15 years ago
  30. 2ebe315 intel-iommu: Limit DOMAIN_MAX_PFN to fit in an 'unsigned long' by David Woodhouse · 15 years ago
  31. 936e894 Merge commit 'v2.6.31-rc8' into x86/txt by Ingo Molnar · 15 years ago
  32. 69575d3 x86, intel_txt: clean up the impact on generic code, unbreak non-x86 by Shane Wang · 15 years ago
  33. adb2fe0 intel-iommu: include linux/dmi.h to use dmi_ routines by Stephen Rothwell · 15 years ago
  34. 2ff729f intel-iommu: Cope with yet another BIOS screwup causing crashes by David Woodhouse · 15 years ago
  35. 94a91b5 intel-iommu: iommu init error path bug fixes by Donald Dutile · 15 years ago
  36. 071e137 intel-iommu: Mark functions with __init by Matt Kraai · 15 years ago
  37. 5fe60f4 intel-iommu: make domain_add_dev_info() call domain_context_mapping() by David Woodhouse · 15 years ago
  38. a131bc1 Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 15 years ago
  39. c5b1525 intel-iommu: Fix enabling snooping feature by mistake by Sheng Yang · 15 years ago
  40. 33041ec intel-iommu: Mask physical address to correct page size in intel_map_single() by Fenghua Yu · 15 years ago
  41. f532959 intel-iommu: Correct sglist size calculation. by Fenghua Yu · 15 years ago
  42. 19943b0 intel-iommu: Unify hardware and software passthrough support by David Woodhouse · 15 years ago
  43. a59b50e intel_txt: Force IOMMU on for Intel TXT launch by Joseph Cihula · 15 years ago
  44. 86f4d01 intel-iommu: double kfree() by Dan Carpenter · 15 years ago
  45. 0db9b7a intel-iommu: Kill pointless intel_unmap_single() function by David Woodhouse · 15 years ago
  46. acea001 intel-iommu: Defer the iotlb flush and iova free for intel_unmap_sg() too. by David Woodhouse · 15 years ago
  47. 3d39cec intel-iommu: Remove superfluous iova_alloc_lock from IOVA code by David Woodhouse · 15 years ago
  48. 4b99d35 intel-iommu: Fix intel_iommu_unmap_range() with size 0 by Sheng Yang · 15 years ago
  49. 147202a intel-iommu: Speed up map routines by using cached domain ASAP by David Woodhouse · 15 years ago
  50. 3dfc813 intel-iommu: Don't use identity mapping for PCI devices behind bridges by David Woodhouse · 15 years ago
  51. 6941af2 intel-iommu: Use iommu_should_identity_map() at startup time too. by David Woodhouse · 15 years ago
  52. 7367683 intel-iommu: No mapping for non-PCI devices by David Woodhouse · 15 years ago
  53. 62edf5d intel-iommu: Restore DMAR_BROKEN_GFX_WA option for broken graphics drivers by David Woodhouse · 15 years ago
  54. 40e4aa3 intel-iommu: Add iommu_should_identity_map() function by David Woodhouse · 15 years ago
  55. 1b7bc0a intel-iommu: Fix reattaching of devices to identity mapping domain by David Woodhouse · 15 years ago
  56. 1e4c64c intel-iommu: Don't set identity mapping for bypassed graphics devices by David Woodhouse · 15 years ago
  57. 5a5e02a intel-iommu: Fix dma vs. mm page confusion with aligned_nrpages() by David Woodhouse · 15 years ago
  58. 6a43e57 intel-iommu: Don't keep freeing page zero in dma_pte_free_pagetable() by David Woodhouse · 15 years ago
  59. 75e6bf9 intel-iommu: Introduce first_pte_in_page() to simplify PTE-setting loops by David Woodhouse · 15 years ago
  60. 7766a3f intel-iommu: Use cmpxchg64_local() for setting PTEs by David Woodhouse · 15 years ago
  61. 85b9827 intel-iommu: Warn about unmatched unmap requests by David Woodhouse · 15 years ago
  62. 206a73c1 intel-iommu: Kill superfluous mapping_lock by David Woodhouse · 15 years ago
  63. c85994e intel-iommu: Ensure that PTE writes are 64-bit atomic, even on i386 by David Woodhouse · 15 years ago
  64. f3a0a52 intel-iommu: Performance improvement for dma_pte_free_pagetable() by David Woodhouse · 15 years ago
  65. 3d7b0e4 intel-iommu: Don't free too much in dma_pte_free_pagetable() by David Woodhouse · 15 years ago
  66. 1bf20f0 intel-iommu: dump mappings but don't die on pte already set by David Woodhouse · 15 years ago
  67. 9051aa0 intel-iommu: Combine domain_pfn_mapping() and domain_sg_mapping() by David Woodhouse · 15 years ago
  68. e160549 intel-iommu: Introduce domain_sg_mapping() to speed up intel_map_sg() by David Woodhouse · 15 years ago
  69. 875764d intel-iommu: Simplify __intel_alloc_iova() by David Woodhouse · 15 years ago
  70. 6f6a00e intel-iommu: Performance improvement for domain_pfn_mapping() by David Woodhouse · 15 years ago
  71. 310a5ab intel-iommu: Performance improvement for dma_pte_clear_range() by David Woodhouse · 15 years ago
  72. c5395d5 intel-iommu: Clean up iommu_domain_identity_map() by David Woodhouse · 15 years ago
  73. 1a4a455 intel-iommu: Remove last use of PHYSICAL_PAGE_MASK, for reserving PCI BARs by David Woodhouse · 15 years ago
  74. 03d6a24 intel-iommu: Make iommu_flush_iotlb_psi() take pfn as argument by David Woodhouse · 15 years ago
  75. 88cb6a7 intel-iommu: Change aligned_size() to aligned_nrpages() by David Woodhouse · 15 years ago
  76. b536d24 intel-iommu: Clean up intel_map_sg(), remove domain_page_mapping() by David Woodhouse · 15 years ago
  77. ad05122 intel-iommu: Use domain_pfn_mapping() in intel_iommu_map_range() by David Woodhouse · 15 years ago
  78. 0ab36de intel-iommu: Use domain_pfn_mapping() in __intel_map_single() by David Woodhouse · 15 years ago
  79. 61df744 intel-iommu: Introduce domain_pfn_mapping() by David Woodhouse · 15 years ago
  80. 1c5a46e intel-iommu: Clean up address handling in domain_page_mapping() by David Woodhouse · 15 years ago
  81. b026fd2 intel-iommu: Change addr_to_dma_pte() to pfn_to_dma_pte() by David Woodhouse · 15 years ago
  82. 163cc52 intel-iommu: Clean up intel_iommu_unmap_range() by David Woodhouse · 15 years ago
  83. d794dc9 intel-iommu: Make dma_pte_free_pagetable() take pfns as argument by David Woodhouse · 15 years ago
  84. 6660c63 intel-iommu: Make dma_pte_free_pagetable() use pfns by David Woodhouse · 15 years ago
  85. 595badf intel-iommu: Make dma_pte_clear_range() take pfns as argument by David Woodhouse · 15 years ago
  86. 04b18e6 intel-iommu: Make dma_pte_clear_range() use pfns by David Woodhouse · 15 years ago
  87. 66eae84 intel-iommu: Don't just mask out too-big physical addresses; BUG() instead by David Woodhouse · 15 years ago
  88. a75f7cf intel-iommu: Make dma_pte_clear_one() take pfn not address by David Woodhouse · 15 years ago
  89. 90dcfb5 intel-iommu: Change dma_addr_level_pte() to dma_pfn_level_pte() by David Woodhouse · 15 years ago
  90. 77dfa56 intel-iommu: Change address_level_offset() to pfn_level_offset() by David Woodhouse · 15 years ago
  91. dd4e831 intel-iommu: Change dma_set_pte_addr() to dma_set_pte_pfn() by David Woodhouse · 15 years ago
  92. c7ab48d intel-iommu: Clean up identity mapping code, remove CONFIG_DMAR_GFX_WA by David Woodhouse · 15 years ago
  93. b213203 intel-iommu: Create new iommu_domain_identity_map() function by David Woodhouse · 15 years ago
  94. bf92df3 intel-iommu: Only avoid flushing device IOTLB for domain ID 0 in caching mode by Yu Zhao · 15 years ago
  95. 7e25a24 intel-iommu: fix Identity Mapping to be arch independent by Chris Wright · 15 years ago
  96. 2c2e2c3 IOMMU Identity Mapping Support (drivers/pci/intel_iommu.c) by Fenghua Yu · 15 years ago
  97. 687d680 Merge git://git.infradead.org/~dwmw2/iommu-2.6.31 by Linus Torvalds · 15 years ago
  98. 3d58f48 Merge branch 'linus' into irq/numa by Ingo Molnar · 15 years ago
  99. 93a23a7 VT-d: support the device IOTLB by Yu Zhao · 15 years ago
  100. 9dd2fe8 VT-d: cleanup iommu_flush_iotlb_psi and flush_unmaps by Yu Zhao · 15 years ago