1. 065a6d6 AMD IOMMU: remove now unnecessary #ifdefs by Joerg Roedel · 16 years ago
  2. b0a11f4 Merge branches 'iommu/api' and 'iommu/amd' into for-linus by Joerg Roedel · 16 years ago
  3. 0e93dd8 AMD IOMMU: prealloc_protection_domains should be static by Jaswinder Singh Rajput · 16 years ago
  4. 7398ca7 kvm/iommu: fix compile warning by Joerg Roedel · 16 years ago
  5. 8ecaf8f AMD IOMMU: add statistics about total number of map requests by Joerg Roedel · 16 years ago
  6. 5774f7c AMD IOMMU: add statistics about allocated io memory by Joerg Roedel · 16 years ago
  7. 18811f5 AMD IOMMU: add stats counter for domain tlb flushes by Joerg Roedel · 16 years ago
  8. f57d98a AMD IOMMU: add stats counter for single iommu domain tlb flushes by Joerg Roedel · 16 years ago
  9. c185897 AMD IOMMU: add stats counter for cross-page request by Joerg Roedel · 16 years ago
  10. 5d31ee7 AMD IOMMU: add stats counter for free_coherent requests by Joerg Roedel · 16 years ago
  11. c8f0fb3 AMD IOMMU: add stats counter for alloc_coherent requests by Joerg Roedel · 16 years ago
  12. 55877a6 AMD IOMMU: add stats counter for unmap_sg requests by Joerg Roedel · 16 years ago
  13. d03f067 AMD IOMMU: add stats counter for map_sg requests by Joerg Roedel · 16 years ago
  14. 146a691 AMD IOMMU: add stats counter for unmap_single requests by Joerg Roedel · 16 years ago
  15. 0f2a86f AMD IOMMU: add stats counter for map_single requests by Joerg Roedel · 16 years ago
  16. da49f6d AMD IOMMU: add stats counter for completion wait events by Joerg Roedel · 16 years ago
  17. 7f26508 AMD IOMMU: add init code for statistic collection by Joerg Roedel · 16 years ago
  18. a9dddbe AMD IOMMU: add necessary header defines for stats counting by Joerg Roedel · 16 years ago
  19. 2e11760 AMD IOMMU: add Kconfig entry for statistic collection code by Joerg Roedel · 16 years ago
  20. a4e267c AMD IOMMU: use dev_name in iommu_enable function by Joerg Roedel · 16 years ago
  21. edcb34d AMD IOMMU: use calc_devid in prealloc_protection_domains by Joerg Roedel · 16 years ago
  22. c226f85 AMD IOMMU: convert amd_iommu_isolate to bool by Joerg Roedel · 16 years ago
  23. 0cfd7aa AMD IOMMU: convert iommu->need_sync to bool by Joerg Roedel · 16 years ago
  24. ab89672 AMD IOMMU: use dev_name instead of self-build print_devid by Joerg Roedel · 16 years ago
  25. 1ac4cbb AMD IOMMU: allocate a new protection for hotplugged devices by Joerg Roedel · 16 years ago
  26. e2dc14a AMD IOMMU: add a domain flag for default domains by Joerg Roedel · 16 years ago
  27. 26961ef AMD IOMMU: register functions for the IOMMU API by Joerg Roedel · 16 years ago
  28. 645c4c8 AMD IOMMU: add domain address lookup function for IOMMU API by Joerg Roedel · 16 years ago
  29. eb74ff6 AMD IOMMU: add domain unmap function for IOMMU API by Joerg Roedel · 16 years ago
  30. c6229ca AMD IOMMU: add domain map function for IOMMU API by Joerg Roedel · 16 years ago
  31. 0110606 AMD IOMMU: add device attach function for IOMMU API by Joerg Roedel · 16 years ago
  32. 684f288 AMD IOMMU: add device detach function for IOMMU API by Joerg Roedel · 16 years ago
  33. 98383fc AMD IOMMU: add domain destroy function for IOMMU API by Joerg Roedel · 16 years ago
  34. c156e34 AMD IOMMU: add domain init function for IOMMU API by Joerg Roedel · 16 years ago
  35. 6d98cd8 AMD IOMMU: add domain cleanup helper function by Joerg Roedel · 16 years ago
  36. e275a2a AMD IOMMU: add device notifier callback by Joerg Roedel · 16 years ago
  37. 355bf55 AMD IOMMU: add device detach helper functions by Joerg Roedel · 16 years ago
  38. f1179dc AMD IOMMU: rename set_device_domain function by Joerg Roedel · 16 years ago
  39. 863c74e AMD IOMMU: add device reference counting for protection domains by Joerg Roedel · 16 years ago
  40. 5b28df6 AMD IOMMU: add checks for dma_ops domain to dma_ops functions by Joerg Roedel · 16 years ago
  41. 9fdb19d AMD IOMMU: add protection domain flags by Joerg Roedel · 16 years ago
  42. 43f4960 AMD IOMMU: add iommu_flush_domain function by Joerg Roedel · 16 years ago
  43. 9e91901 AMD IOMMU: don't remove protection domain from iommu_pd_list by Joerg Roedel · 16 years ago
  44. 237b6f3 AMD IOMMU: move invalidation command building to a separate function by Joerg Roedel · 16 years ago
  45. 8d20196 AMD IOMMU: refactor completion wait handling into separate functions by Joerg Roedel · 16 years ago
  46. a2acfb7 AMD IOMMU: add domain id free function by Joerg Roedel · 16 years ago
  47. 86db2e5 AMD IOMMU: make dma_ops_free_pagetable generic by Joerg Roedel · 16 years ago
  48. 38e817f AMD IOMMU: rename iommu_map to iommu_map_page by Joerg Roedel · 16 years ago
  49. cdc7b83 intel-iommu: fix bit shift at DOMAIN_FLAG_P2P_MULTIPLE_DEVICES by Mike Day · 16 years ago
  50. e4754c9 VT-d: remove now unused intel_iommu_found function by Joerg Roedel · 16 years ago
  51. a8bcbb0d VT-d: register functions for the IOMMU API by Joerg Roedel · 16 years ago
  52. d14d657 VT-d: adapt domain iova_to_phys function for IOMMU API by Joerg Roedel · 16 years ago
  53. dde57a2 VT-d: adapt domain map and unmap functions for IOMMU API by Joerg Roedel · 16 years ago
  54. 4c5478c VT-d: adapt device attach and detach functions for IOMMU API by Joerg Roedel · 16 years ago
  55. 5d45080 VT-d: adapt domain init and destroy functions for IOMMU API by Joerg Roedel · 16 years ago
  56. 19de40a KVM: change KVM to use IOMMU API by Joerg Roedel · 16 years ago
  57. 1aaf118 select IOMMU_API when DMAR and/or AMD_IOMMU is selected by Joerg Roedel · 16 years ago
  58. fc2100e add frontend implementation for the IOMMU API by Joerg Roedel · 16 years ago
  59. 4a77a6c introcude linux/iommu.h for an iommu api by Joerg Roedel · 16 years ago
  60. c4fa386 KVM: rename vtd.c to iommu.c by Joerg Roedel · 16 years ago
  61. b653574 Deassign device in kvm_free_assgined_device by Weidong Han · 16 years ago
  62. 0a92035 KVM: support device deassignment by Weidong Han · 16 years ago
  63. 260782b KVM: use the new intel iommu APIs by Weidong Han · 16 years ago
  64. fe40f1e Check agaw is sufficient for mapped memory by Weidong Han · 16 years ago
  65. faa3d6f Change intel iommu APIs of virtual machine domain by Weidong Han · 16 years ago
  66. ea6606b Change domain_context_mapping_one for virtual machine domain by Weidong Han · 16 years ago
  67. 5e98c4b Allocation and free functions of virtual machine domain by Weidong Han · 16 years ago
  68. 5331fe6 Add domain_flush_cache by Weidong Han · 16 years ago
  69. c7151a8 Add/remove domain device info for virtual machine domain by Weidong Han · 16 years ago
  70. 1ce28fe Add domain flag DOMAIN_FLAG_VIRTUAL_MACHINE by Weidong Han · 16 years ago
  71. 8e60409 iommu coherency by Weidong Han · 16 years ago
  72. 1b57368 calculate agaw for each iommu by Weidong Han · 16 years ago
  73. 8c11e79 iommu bitmap instead of iommu pointer in dmar_domain by Weidong Han · 16 years ago
  74. a2bb845 Get iommu from g_iommus for deferred flush by Weidong Han · 16 years ago
  75. d9630fe Add global iommu list by Weidong Han · 16 years ago
  76. 3b5410e change P2P domain flags by Weidong Han · 16 years ago
  77. d71a2f3 Initialize domain flags to 0 by Weidong Han · 16 years ago
  78. 2e824f7 VT-d: fix segment number being ignored when searching DRHD by Yu Zhao · 16 years ago
  79. 19c239c intel-iommu: trivially inline DMA PTE macros by Mark McLoughlin · 16 years ago
  80. c07e7d2 intel-iommu: trivially inline context entry macros by Mark McLoughlin · 16 years ago
  81. 2abd7e1 intel-iommu: move iommu_prepare_gfx_mapping() out of dma_remapping.h by Mark McLoughlin · 16 years ago
  82. 58fa730 intel-iommu: kill off duplicate def of dmar_disabled by Mark McLoughlin · 16 years ago
  83. a647dac intel-iommu: move struct device_domain_info out of dma_remapping.h by Mark McLoughlin · 16 years ago
  84. 99126f7 intel-iommu: move struct dmar_domain def out dma_remapping.h by Mark McLoughlin · 16 years ago
  85. 622ba12 intel-iommu: move DMA PTE defs out of dma_remapping.h by Mark McLoughlin · 16 years ago
  86. 7a8fc25 intel-iommu: move context entry defs out from dma_remapping.h by Mark McLoughlin · 16 years ago
  87. 46b08e1 intel-iommu: move root entry defs from dma_remapping.h by Mark McLoughlin · 16 years ago
  88. f27be03 intel-iommu: move DMA_32/64BIT_PFN into intel-iommu.c by Mark McLoughlin · 16 years ago
  89. 519a054 intel-iommu: make init_dmars() static by Mark McLoughlin · 16 years ago
  90. 015ab17 intel-iommu: remove some unused struct intel_iommu fields by Mark McLoughlin · 16 years ago
  91. 6680598 Disallow gcc versions 3.{0,1} by Ingo Molnar · 16 years ago
  92. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  93. 597b0d2 Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 16 years ago
  94. 2640c9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  95. 80618fa Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwb by Linus Torvalds · 16 years ago
  96. 92cde4d Update powerpc maintainers by Paul Mackerras · 16 years ago
  97. f0f0ce9 Merge branch 'i8k-updates' from Alan by Linus Torvalds · 16 years ago
  98. bef2a50 i8k: Add Dell Vostro systems by Federico Heinz · 16 years ago
  99. 7ab21a8 i8k: Enable i8k on Dell Precision Systems by Andy Spencer · 16 years ago
  100. e8e3232 Fix compiler warning in arch/x86/mm/init_32.c by Ingo Brueckl · 16 years ago