1. 4c6f40d x86/amd-iommu: replace "AMD IOMMU" by "AMD-Vi" by Joerg Roedel · 15 years ago
  2. f2430bd x86/amd-iommu: Remove some merge helper code by Joerg Roedel · 15 years ago
  3. b25ae67 x86: Mark device_nb as static and fix NULL noise by Jaswinder Singh Rajput · 15 years ago
  4. 42a49f9 amd-iommu: flush domain tlb when attaching a new device by Chris Wright · 15 years ago
  5. e9a22a1 amd-iommu: remove unnecessary "AMD IOMMU: " prefix by Joerg Roedel · 15 years ago
  6. 71ff3bc amd-iommu: detach device explicitly before attaching it to a new domain by Joerg Roedel · 15 years ago
  7. 2915007 amd-iommu: remove BUS_NOTIFY_BOUND_DRIVER handling by Joerg Roedel · 15 years ago
  8. d2dd01d Merge commit 'tip/core/iommu' into amd-iommu/fixes by Joerg Roedel · 15 years ago
  9. 367d04c amd_iommu: fix lock imbalance by Jiri Slaby · 15 years ago
  10. 83cce2b Merge branches 'amd-iommu/fixes', 'amd-iommu/debug', 'amd-iommu/suspend-resume' and 'amd-iommu/extended-allocator' into amd-iommu/2.6.31 by Joerg Roedel · 15 years ago
  11. 47bccd6 amd-iommu: don't free dma adresses below 512MB with CONFIG_IOMMU_STRESS by Joerg Roedel · 15 years ago
  12. f5e9705 amd-iommu: don't preallocate page tables with CONFIG_IOMMU_STRESS by Joerg Roedel · 15 years ago
  13. fe16f08 amd-iommu: disable round-robin allocator for CONFIG_IOMMU_STRESS by Joerg Roedel · 15 years ago
  14. d9cfed9 amd-iommu: remove amd_iommu_size kernel parameter by Joerg Roedel · 15 years ago
  15. 11b8388 amd-iommu: enlarge the aperture dynamically by Joerg Roedel · 15 years ago
  16. 00cd122 amd-iommu: handle exlusion ranges and unity mappings in alloc_new_range by Joerg Roedel · 15 years ago
  17. 9cabe89 amd-iommu: move aperture_range allocation code to seperate function by Joerg Roedel · 15 years ago
  18. 803b8cb4 amd-iommu: change dma_dom->next_bit to dma_dom->next_address by Joerg Roedel · 15 years ago
  19. 384de72 amd-iommu: make address allocator aware of multiple aperture ranges by Joerg Roedel · 15 years ago
  20. 53812c1 amd-iommu: handle page table allocation failures in dma_ops code by Joerg Roedel · 15 years ago
  21. 8bda309 amd-iommu: move page table allocation code to seperate function by Joerg Roedel · 15 years ago
  22. c323956 amd-iommu: introduce aperture_range structure by Joerg Roedel · 15 years ago
  23. 7d7a110 amd-iommu: add function to flush tlb for all devices by Joerg Roedel · 15 years ago
  24. bfd1be1 amd-iommu: add function to flush tlb for all domains by Joerg Roedel · 15 years ago
  25. 3bd2217 amd-iommu: introduce for_each_iommu* macros by Joerg Roedel · 15 years ago
  26. c1eee67 amd iommu: properly detach from protection domain on ->remove by Chris Wright · 15 years ago
  27. b3b99ef amd-iommu: move protection domain printk to dump code by Joerg Roedel · 15 years ago
  28. ca1ee21 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 15 years ago
  29. dbb9fd8 iommu: Add domain_has_cap iommu_ops by Sheng Yang · 15 years ago
  30. 0bd5c4f Merge branch 'iommu/fixes-2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into core/iommu by Ingo Molnar · 15 years ago
  31. 5f812de AMD IOMMU: remove unnecessary ifdef by FUJITA Tomonori · 15 years ago
  32. 160c1d8 x86, ia64: convert to use generic dma_map_ops struct by FUJITA Tomonori · 15 years ago
  33. d7dff84 x86: remove map_single and unmap_single in struct dma_mapping_ops by FUJITA Tomonori · 15 years ago
  34. 5149136 x86, AMD IOMMU: add map_page and unmap_page by FUJITA Tomonori · 15 years ago
  35. 065a6d6 AMD IOMMU: remove now unnecessary #ifdefs by Joerg Roedel · 15 years ago
  36. 0e93dd8 AMD IOMMU: prealloc_protection_domains should be static by Jaswinder Singh Rajput · 15 years ago
  37. 8ecaf8f AMD IOMMU: add statistics about total number of map requests by Joerg Roedel · 16 years ago
  38. 5774f7c AMD IOMMU: add statistics about allocated io memory by Joerg Roedel · 16 years ago
  39. 18811f5 AMD IOMMU: add stats counter for domain tlb flushes by Joerg Roedel · 16 years ago
  40. f57d98a AMD IOMMU: add stats counter for single iommu domain tlb flushes by Joerg Roedel · 16 years ago
  41. c185897 AMD IOMMU: add stats counter for cross-page request by Joerg Roedel · 16 years ago
  42. 5d31ee7 AMD IOMMU: add stats counter for free_coherent requests by Joerg Roedel · 16 years ago
  43. c8f0fb3 AMD IOMMU: add stats counter for alloc_coherent requests by Joerg Roedel · 16 years ago
  44. 55877a6 AMD IOMMU: add stats counter for unmap_sg requests by Joerg Roedel · 16 years ago
  45. d03f067a AMD IOMMU: add stats counter for map_sg requests by Joerg Roedel · 16 years ago
  46. 146a691 AMD IOMMU: add stats counter for unmap_single requests by Joerg Roedel · 16 years ago
  47. 0f2a86f AMD IOMMU: add stats counter for map_single requests by Joerg Roedel · 16 years ago
  48. da49f6d AMD IOMMU: add stats counter for completion wait events by Joerg Roedel · 16 years ago
  49. 7f26508 AMD IOMMU: add init code for statistic collection by Joerg Roedel · 16 years ago
  50. edcb34d AMD IOMMU: use calc_devid in prealloc_protection_domains by Joerg Roedel · 16 years ago
  51. 0cfd7aa AMD IOMMU: convert iommu->need_sync to bool by Joerg Roedel · 16 years ago
  52. ab89672 AMD IOMMU: use dev_name instead of self-build print_devid by Joerg Roedel · 16 years ago
  53. 1ac4cbb AMD IOMMU: allocate a new protection for hotplugged devices by Joerg Roedel · 16 years ago
  54. e2dc14a AMD IOMMU: add a domain flag for default domains by Joerg Roedel · 16 years ago
  55. 26961ef AMD IOMMU: register functions for the IOMMU API by Joerg Roedel · 16 years ago
  56. 645c4c8 AMD IOMMU: add domain address lookup function for IOMMU API by Joerg Roedel · 16 years ago
  57. eb74ff6 AMD IOMMU: add domain unmap function for IOMMU API by Joerg Roedel · 16 years ago
  58. c6229ca AMD IOMMU: add domain map function for IOMMU API by Joerg Roedel · 16 years ago
  59. 0110606 AMD IOMMU: add device attach function for IOMMU API by Joerg Roedel · 16 years ago
  60. 684f288 AMD IOMMU: add device detach function for IOMMU API by Joerg Roedel · 16 years ago
  61. 98383fc AMD IOMMU: add domain destroy function for IOMMU API by Joerg Roedel · 16 years ago
  62. c156e34 AMD IOMMU: add domain init function for IOMMU API by Joerg Roedel · 16 years ago
  63. 6d98cd8 AMD IOMMU: add domain cleanup helper function by Joerg Roedel · 16 years ago
  64. e275a2a AMD IOMMU: add device notifier callback by Joerg Roedel · 16 years ago
  65. 355bf55 AMD IOMMU: add device detach helper functions by Joerg Roedel · 16 years ago
  66. f1179dc AMD IOMMU: rename set_device_domain function by Joerg Roedel · 16 years ago
  67. 863c74e AMD IOMMU: add device reference counting for protection domains by Joerg Roedel · 16 years ago
  68. 5b28df6 AMD IOMMU: add checks for dma_ops domain to dma_ops functions by Joerg Roedel · 16 years ago
  69. 9fdb19d AMD IOMMU: add protection domain flags by Joerg Roedel · 16 years ago
  70. 43f4960 AMD IOMMU: add iommu_flush_domain function by Joerg Roedel · 16 years ago
  71. 9e91901 AMD IOMMU: don't remove protection domain from iommu_pd_list by Joerg Roedel · 16 years ago
  72. 237b6f3 AMD IOMMU: move invalidation command building to a separate function by Joerg Roedel · 16 years ago
  73. 8d20196 AMD IOMMU: refactor completion wait handling into separate functions by Joerg Roedel · 16 years ago
  74. a2acfb7 AMD IOMMU: add domain id free function by Joerg Roedel · 16 years ago
  75. 86db2e5 AMD IOMMU: make dma_ops_free_pagetable generic by Joerg Roedel · 16 years ago
  76. 38e817f AMD IOMMU: rename iommu_map to iommu_map_page by Joerg Roedel · 16 years ago
  77. 3e5621e Merge branch 'x86/iommu' into x86/core by Ingo Molnar · 15 years ago
  78. 84df817 AMD IOMMU: panic if completion wait loop fails by Joerg Roedel · 15 years ago
  79. b8d9905 AMD IOMMU: __unmap_single: check for bad_dma_address instead of 0 by Joerg Roedel · 16 years ago
  80. 8ad909c AMD IOMMU: fix WARN_ON in dma_ops unmap path by Joerg Roedel · 16 years ago
  81. 24f8116 AMD IOMMU: fix typo in comment by Joerg Roedel · 16 years ago
  82. 3cc3d84 AMD IOMMU: fix loop counter in free_pagetable function by Joerg Roedel · 16 years ago
  83. bb9d4ff AMD IOMMU: fix iommu_map_page function by Joerg Roedel · 16 years ago
  84. 09ee17e AMD IOMMU: fix possible race while accessing iommu->need_sync by Joerg Roedel · 16 years ago
  85. f91ba19 AMD IOMMU: set device table entry for aliased devices by Joerg Roedel · 16 years ago
  86. f6d2e6f Merge branch 'x86/urgent' into x86/iommu by Ingo Molnar · 16 years ago
  87. 1d9b16d x86: move GART specific stuff from iommu.h to gart.h by Joerg Roedel · 16 years ago
  88. 8501c45 AMD IOMMU: check for next_bit also in unmapped area by Joerg Roedel · 16 years ago
  89. 31f2971 Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent by Ingo Molnar · 16 years ago
  90. 80be308 AMD IOMMU: fix lazy IO/TLB flushing in unmap path by Joerg Roedel · 16 years ago
  91. ae9b940 AMD IOMMU: fix detection of NP capable IOMMUs by Joerg Roedel · 16 years ago
  92. e3c449f x86, AMD IOMMU: convert driver to generic iommu_num_pages function by Joerg Roedel · 16 years ago
  93. bdab0ba x86: rename iommu_num_pages function to iommu_nr_pages by Joerg Roedel · 16 years ago
  94. 725c258 Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for-linus-phase3-B by Ingo Molnar · 16 years ago
  95. 40becd8 AMD IOMMU: use iommu_device_max_index by FUJITA Tomonori · 16 years ago
  96. afa9fdc iommu: remove fullflush and nofullflush in IOMMU generic option by FUJITA Tomonori · 16 years ago
  97. d26dbc5 iommu: export iommu_area_reserve helper function by FUJITA Tomonori · 16 years ago
  98. 832a90c AMD IOMMU: use coherent_dma_mask in alloc_coherent by Joerg Roedel · 16 years ago
  99. 6754086 AMD IOMMU: simplify dma_mask_to_pages by Joerg Roedel · 16 years ago
  100. c97ac53 AMD IOMMU: replace memset with __GFP_ZERO in alloc_coherent by Joerg Roedel · 16 years ago