1. 08f2e63 iommu: omap: Fix compile failure by Ming Lei · 13 years ago
  2. 54485c3 intel-iommu: now needs export.h for EXPORT_SYMBOL_GPL by Paul Gortmaker · 13 years ago
  3. 0cfdc72 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 13 years ago
  4. 3cfef95 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  5. 9826530 Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  6. 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
  7. 94441c3 iommu/core: Remove global iommu_ops and register_iommu by Joerg Roedel · 13 years ago
  8. 85eebbc iommu/msm: Use bus_set_iommu instead of register_iommu by Joerg Roedel · 13 years ago
  9. a65bc64 iommu/omap: Use bus_set_iommu instead of register_iommu by Joerg Roedel · 13 years ago
  10. 4236d97d iommu/vt-d: Use bus_set_iommu instead of register_iommu by Joerg Roedel · 13 years ago
  11. 2cc21c4 iommu/amd: Use bus_set_iommu instead of register_iommu by Joerg Roedel · 13 years ago
  12. e5aa7f0 iommu/core: Use bus->iommu_ops in the iommu-api by Joerg Roedel · 13 years ago
  13. a1b60c1 iommu/core: Convert iommu_found to iommu_present by Joerg Roedel · 13 years ago
  14. 905d66c iommu/core: Add bus_type parameter to iommu_domain_alloc by Joerg Roedel · 13 years ago
  15. ff21776 Driver core: Add iommu_ops to bus_type by Joerg Roedel · 13 years ago
  16. 4399c8b intel-iommu: fix superpage support in pfn_to_dma_pte() by Allen Kay · 13 years ago
  17. 8140a95 intel-iommu: set iommu_superpage on VM domains to lowest common denominator by Allen Kay · 13 years ago
  18. 292827c intel-iommu: fix return value of iommu_unmap() API by Allen Kay · 13 years ago
  19. c0771df intel-iommu: Export a flag indicating that the IOMMU is used for iGFX. by David Woodhouse · 13 years ago
  20. 6fbcfb3 intel-iommu: Workaround IOTLB hang on Ironlake GPU by David Woodhouse · 13 years ago
  21. fcd0861 iommu/amd: Fix wrong shift direction by Joerg Roedel · 13 years ago
  22. 3e7abe2 intel-iommu: Fix AB-BA lockdep report by Roland Dreier · 13 years ago
  23. e4efd94 iommu/omap: always provide iommu debug code by Arnd Bergmann · 13 years ago
  24. 0ed6d2d iommu/core: let drivers know if an iommu fault handler isn't installed by Ohad Ben-Cohen · 13 years ago
  25. 30bd918 iommu/core: export iommu_set_fault_handler() by Ohad Ben-Cohen · 13 years ago
  26. d3f1381 iommu: Rename the DMAR and INTR_REMAP config options by Suresh Siddha · 13 years ago
  27. f5d1b97 iommu: Cleanup ifdefs in detect_intel_iommu() by Suresh Siddha · 13 years ago
  28. 80990c5 iommu: No need to set dmar_disabled in check_zero_address() by Suresh Siddha · 13 years ago
  29. 318fe7d iommu: Move IOMMU specific code to intel-iommu.c by Suresh Siddha · 13 years ago
  30. c2c7286 intr_remap: Call dmar_dev_scope_init() explicitly by Suresh Siddha · 13 years ago
  31. 41750d3 x86, x2apic: Enable the bios request for x2apic optout by Suresh Siddha · 13 years ago
  32. 7b6d45f iommu/omap: Fix build error with !IOMMU_SUPPORT by Joerg Roedel · 13 years ago
  33. e7f10f0 iommu/omap: Migrate to the generic fault report mechanism by Ohad Ben-Cohen · 13 years ago
  34. 4f3f8d9 iommu/core: Add fault reporting mechanism by Ohad Ben-Cohen · 13 years ago
  35. 477694e x86, iommu: Mark DMAR IRQ as non-threaded by Thomas Gleixner · 13 years ago
  36. 3b8f404 locking, x86, iommu: Annotate qi->q_lock as raw by Thomas Gleixner · 13 years ago
  37. 96f8e98 locking, x86, iommu: Annotate irq_2_ir_lock as raw by Thomas Gleixner · 13 years ago
  38. 1f5b3c3 locking, x86, iommu: Annotate iommu->register_lock as raw by Thomas Gleixner · 13 years ago
  39. 51acc0b Merge branches 'debug/dma-api', 'arm/omap', 'arm/msm' and 'core' into api-2 by Joerg Roedel · 13 years ago
  40. 85410340e iommu/core: Use PAGE_SIZE instead of hard-coded value by Joerg Roedel · 13 years ago
  41. 4099818 iommu/core: use the existing IS_ALIGNED macro by Ohad Ben-Cohen · 13 years ago
  42. 9e28547 iommu/msm: ->unmap() should return order of unmapped page by Ohad Ben-Cohen · 13 years ago
  43. 5e1b612 iommu/omap: ->unmap() should return order of unmapped page by Ohad Ben-Cohen · 13 years ago
  44. b4550d4 iommu/omap: cleanup: remove a redundant statement by Ohad Ben-Cohen · 13 years ago
  45. 329d8d3 iommu/omap-iovmm: support non page-aligned buffers in iommu_vmap by Laurent Pinchart · 13 years ago
  46. e33acde iommu/amd: Don't take domain->lock recursivly by Joerg Roedel · 13 years ago
  47. f1ca151 iommu/amd: Make sure iommu->need_sync contains correct value by Joerg Roedel · 13 years ago
  48. 024ae88 iommu: omap: add Kconfig OMAP dependency by Ohad Ben-Cohen · 13 years ago
  49. 4234541 omap: iommu: Fix up mutex->spin_lock conversion of iommu_lock by Joerg Roedel · 13 years ago
  50. 6c32df4 omap: iommu: omapify 'struct iommu' and exposed API by Ohad Ben-Cohen · 13 years ago
  51. 384fa675 omap: iommu: remove unused exported API by Ohad Ben-Cohen · 13 years ago
  52. 5a6a5b1 omap: iovmm: remove unused functionality by Ohad Ben-Cohen · 13 years ago
  53. 5da14a4 omap: iommu: PREFETCH_IOTLB cleanup by Ohad Ben-Cohen · 13 years ago
  54. e1f2381 omap: iommu: stop exporting local functions by Ohad Ben-Cohen · 13 years ago
  55. fcf3a6e omap: iommu/iovmm: move to dedicated iommu folder by Ohad Ben-Cohen · 13 years ago
  56. 17f5b56 iommu/amd: Don't use MSI address range for DMA addresses by Joerg Roedel · 13 years ago
  57. 801019d Merge branches 'amd/transparent-bridge' and 'core' by Joerg Roedel · 13 years ago
  58. 403f81d iommu/amd: Move missing parts to drivers/iommu by Joerg Roedel · 13 years ago
  59. 68255b6 iommu: Move iommu Kconfig entries to submenu by Joerg Roedel · 13 years ago
  60. 166e927 x86/ia64: intel-iommu: move to drivers/iommu/ by Ohad Ben-Cohen · 13 years ago
  61. 29b6841 x86: amd_iommu: move to drivers/iommu/ by Ohad Ben-Cohen · 13 years ago
  62. b10f127 msm: iommu: move to drivers/iommu/ by Ohad Ben-Cohen · 13 years ago
  63. ab493a0 drivers: iommu: move to a dedicated folder by Ohad Ben-Cohen · 13 years ago