1. bb51eee Merge branches 'iommu/fixes', 'tracing', 'core', 'arm/tegra', 'x86/vt-d', 'arm/smmu' and 'arm/shmobile' into next by Joerg Roedel · 11 years ago
  2. abedb04 iommu: No need to pass '0x' when '%pa' is used by Fabio Estevam · 11 years ago
  3. 3a50639 iommu: Change iommu driver to call unmap trace event by Shuah Khan · 11 years ago
  4. e0be7c8 iommu: Change iommu driver to call map trace event by Shuah Khan · 11 years ago
  5. 6998063 iommu: Change iommu driver to call detach_device_to_domain trace event by Shuah Khan · 11 years ago
  6. b54db77 iommu: Change iommu driver to call attach_device_to_domain trace event by Shuah Khan · 11 years ago
  7. 2e75708 iommu: Change iommu driver to call remove_device_to_group trace event by Shuah Khan · 11 years ago
  8. d1cf7e8 iommu: Change iommu driver to call add_device_to_group trace event by Shuah Khan · 11 years ago
  9. 7f6db17 iommu: Add event tracing feature to iommu by Shuah Khan · 11 years ago
  10. 6197ca8 iommu: Use %pa and %zx instead of casting by Joe Perches · 11 years ago
  11. c6a8af5 iommu: Fix compiler warning on pr_debug by Alex Williamson · 11 years ago
  12. bd13969 iommu: Split iommu_unmaps by Alex Williamson · 11 years ago
  13. 0c4513b Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and 'arm/tegra' into next by Joerg Roedel · 11 years ago
  14. aa16bea iommu: Add a function to find an iommu group by id by Alexey Kardashevskiy · 11 years ago
  15. 80f97f0 iommu/fsl: Add the window permission flag as a parameter to iommu_window_enable API. by Varun Sethi · 11 years ago
  16. bb5547ac iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API. by Varun Sethi · 11 years ago
  17. 6935671 iommu: Add DOMAIN_ATTR_WINDOWS domain attribute by Joerg Roedel · 11 years ago
  18. d7787d5 iommu: Add domain window handling functions by Joerg Roedel · 12 years ago
  19. d2e1216 iommu: Implement DOMAIN_ATTR_PAGING attribute by Joerg Roedel · 12 years ago
  20. 5788651 iommu: Check for valid pgsize_bitmap in iommu_map/unmap by Joerg Roedel · 12 years ago
  21. 097e363 iommu: moving initialization earlier by Alexey Kardashevskiy · 12 years ago
  22. 395e51f Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domain-attr' into next by Joerg Roedel · 12 years ago
  23. 0ff64f8 iommu/amd: Implement DOMAIN_ATTR_GEOMETRY attribute by Joerg Roedel · 13 years ago
  24. 0cd76dd iommu: Add domain-attribute handlers by Joerg Roedel · 13 years ago
  25. d72e31c iommu: IOMMU Groups by Alex Williamson · 12 years ago
  26. 77ca233 iommu/core: pass a user-provided token to fault handlers by Ohad Ben-Cohen · 12 years ago
  27. f93ea73 Merge branches 'iommu/page-sizes' and 'iommu/group-id' into next by Joerg Roedel · 13 years ago
  28. 00fb543 Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into next by Joerg Roedel · 13 years ago
  29. 8bd6960 iommu: Initialize domain->handler in iommu_domain_alloc() by KyongHo Cho · 13 years ago
  30. 1460432 iommu: Add iommu_device_group callback and iommu_group sysfs entry by Alex Williamson · 13 years ago
  31. 6c274d1 iommu/core: remove the temporary pgsize settings by Ohad Ben-Cohen · 13 years ago
  32. 7d3002c iommu/core: split mapping to page sizes as supported by the hardware by Ohad Ben-Cohen · 13 years ago
  33. 5009065 iommu/core: stop converting bytes to page order back and forth by Ohad Ben-Cohen · 13 years ago
  34. 1abb4ba Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', 'iommu/fault-reporting' and 'api/iommu-ops-per-bus' into next by Joerg Roedel · 13 years ago
  35. 94441c3 iommu/core: Remove global iommu_ops and register_iommu by Joerg Roedel · 13 years ago
  36. e5aa7f0 iommu/core: Use bus->iommu_ops in the iommu-api by Joerg Roedel · 13 years ago
  37. a1b60c1 iommu/core: Convert iommu_found to iommu_present by Joerg Roedel · 13 years ago
  38. 905d66c iommu/core: Add bus_type parameter to iommu_domain_alloc by Joerg Roedel · 13 years ago
  39. ff21776 Driver core: Add iommu_ops to bus_type by Joerg Roedel · 13 years ago
  40. 0ed6d2d iommu/core: let drivers know if an iommu fault handler isn't installed by Ohad Ben-Cohen · 13 years ago
  41. 30bd918 iommu/core: export iommu_set_fault_handler() by Ohad Ben-Cohen · 13 years ago
  42. 4f3f8d9 iommu/core: Add fault reporting mechanism by Ohad Ben-Cohen · 13 years ago
  43. 85410340e iommu/core: Use PAGE_SIZE instead of hard-coded value by Joerg Roedel · 13 years ago
  44. 4099818 iommu/core: use the existing IS_ALIGNED macro by Ohad Ben-Cohen · 13 years ago
  45. ab493a0 drivers: iommu: move to a dedicated folder by Ohad Ben-Cohen · 13 years ago[Renamed from drivers/base/iommu.c]
  46. 12c7389 iommu-api: Remove iommu_{un}map_range functions by Joerg Roedel · 15 years ago
  47. 6765178 iommu-api: Add ->{un}map callbacks to iommu_ops by Joerg Roedel · 15 years ago
  48. cefc53c iommu-api: Add iommu_map and iommu_unmap functions by Joerg Roedel · 15 years ago
  49. 4abc14a iommu-api: Rename ->{un}map function pointers to ->{un}map_range by Joerg Roedel · 15 years ago
  50. 60db402 drivers/base/iommu.c: add missing includes by Andrew Morton · 15 years ago
  51. ca1ee21 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 15 years ago
  52. dbb9fd8 iommu: Add domain_has_cap iommu_ops by Sheng Yang · 15 years ago
  53. ff2c8a4 IOMMU-API: use ANSI style function declaration for 'iommu_found' by Hannes Eder · 15 years ago
  54. fc2100e add frontend implementation for the IOMMU API by Joerg Roedel · 16 years ago