1. 96302d8 arm/tegra: Call bus_set_iommu() after iommu_device_register() by Joerg Roedel · 7 years ago
  2. 0b480e4 iommu/tegra: Add support for struct iommu_device by Joerg Roedel · 7 years ago
  3. d92e1f8 iommu/tegra-smmu: Add iommu_group support by Robin Murphy · 7 years ago
  4. 461a694 iommu: Remove pci.h include from trace/events/iommu.h by Joerg Roedel · 8 years ago
  5. 11cec15 iommu/tegra-smmu: Parameterize number of TLB lines by Thierry Reding · 9 years ago
  6. 4080e99 iommu/tegra-smmu: Factor out tegra_smmu_set_pde() by Russell King · 9 years ago
  7. 7ffc6f0 iommu/tegra-smmu: Extract tegra_smmu_pte_get_use() by Russell King · 9 years ago
  8. 707917c iommu/tegra-smmu: Use __GFP_ZERO to allocate zeroed pages by Russell King · 9 years ago
  9. 05a65f0 iommu/tegra-smmu: Remove PageReserved manipulation by Russell King · 9 years ago
  10. e3c9719 iommu/tegra-smmu: Convert to use DMA API by Russell King · 9 years ago
  11. d62c7a8 iommu/tegra-smmu: smmu_flush_ptc() wants device addresses by Russell King · 9 years ago
  12. b8fe038 iommu/tegra-smmu: Split smmu_flush_ptc() by Russell King · 9 years ago
  13. 4b3c7d1 iommu/tegra-smmu: Move flush_dcache to tegra-smmu.c by Russell King · 9 years ago
  14. 32924c7 iommu/tegra-smmu: Use kcalloc() to allocate counter array by Russell King · 9 years ago
  15. 853520f iommu/tegra-smmu: Store struct page pointer for page tables by Russell King · 9 years ago
  16. 0b42c7c iommu/tegra-smmu: Fix page table lookup in unmap/iova_to_phys methods by Russell King · 9 years ago
  17. 34d35f8 iommu/tegra-smmu: Add iova_pd_index() and iova_pt_index() helpers by Russell King · 9 years ago
  18. 8482ee5 iommu/tegra-smmu: Factor out common PTE setting by Russell King · 9 years ago
  19. b98e34f iommu/tegra-smmu: Fix unmap() method by Russell King · 9 years ago
  20. 9113785 iommu/tegra-smmu: Fix iova_to_phys() method by Russell King · 9 years ago
  21. d1313e7 iommu/tegra-smmu: Add debugfs support by Thierry Reding · 10 years ago
  22. 7f65ef0 Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' and 'core' into next by Joerg Roedel · 10 years ago
  23. 804cb54 iommu/tegra: smmu: Compute PFN mask at runtime by Thierry Reding · 10 years ago
  24. 471d914 iommu/tegra: Setup aperture by Thierry Reding · 10 years ago
  25. d5f1a81 iommu/tegra-smmu: Make use of domain_alloc and domain_free by Joerg Roedel · 10 years ago
  26. 8918465 memory: Add NVIDIA Tegra memory controller support by Thierry Reding · 11 years ago
  27. 315786e iommu: Add iommu_map_sg() function by Olav Haugan · 10 years ago
  28. d943b0f iommu: Make of_device_id array const by Kiran Padwal · 10 years ago
  29. 7c2aa64 iommu/tegra: Convert to iommu_capable() API function by Joerg Roedel · 10 years ago
  30. 44c916d Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  31. 306a7f9 ARM: tegra: Move includes to include/soc/tegra by Thierry Reding · 11 years ago
  32. b22f643 iommu: Constify struct iommu_ops by Thierry Reding · 11 years ago
  33. a33a97c iommu/tegra-smmu: Staticize tegra_smmu_pm_ops by Sachin Kamat · 11 years ago
  34. e56b3da iommu/tegra: Print phys_addr_t using %pa by Thierry Reding · 11 years ago
  35. 946a88d tegra: simplify use of devm_ioremap_resource by Julia Lawall · 11 years ago
  36. 0c4513b Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and 'arm/tegra' into next by Joerg Roedel · 12 years ago
  37. 72ca55d iommu/tegra: Fix printk formats for dma_addr_t by Varun Sethi · 12 years ago
  38. bb5547a iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API. by Varun Sethi · 12 years ago
  39. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  40. f6c0ffa Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 12 years ago
  41. 8add862 tegra: don't wank with d_find_alias() by Al Viro · 12 years ago
  42. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  43. 573f414 iommu/tegra: assume CONFIG_OF in SMMU driver by Stephen Warren · 12 years ago
  44. a3b7256 iommu/tegra: smmu: Fix incorrect mask for regbase by Hiroshi Doyu · 12 years ago
  45. fe1229b iommu/tegra: smmu: Use helper function to check for valid register offset by Joerg Roedel · 12 years ago
  46. a6870e9 iommu/tegra: smmu: Support variable MMIO ranges/blocks by Hiroshi Doyu · 12 years ago
  47. 0fde671 iommu/tegra: Add missing spinlock initialization by Sami Liedes · 12 years ago
  48. bc5e6de iommu: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  49. d34d651 Drivers: iommu: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  50. 787314c Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 12 years ago
  51. f1bda29 iommu/tegra: smmu: Move bus_set_iommu after probe for multi arch by Hiroshi Doyu · 12 years ago
  52. 37683e4 iommu/tegra: smmu: Remove unnecessary PTC/TLB flush all by Hiroshi Doyu · 12 years ago
  53. 0f9cb21 Merge tag 'v3.7-rc7' into next/cleanup by Olof Johansson · 12 years ago
  54. b334b64 iommu/tegra-smmu.c: fix dentry reference leak in smmu_debugfs_stats_show(). by Cyril Roelandt · 12 years ago
  55. cc95e34 ARM: tegra: move tegra-ahb.h out of arch/arm/mach-tegra/ by Stephen Warren · 12 years ago
  56. e68917a iommu: tegra: remove include of <mach/iomap.h> by Stephen Warren · 12 years ago
  57. d0078e7 iommu/tegra: smmu: Fix deadly typo by Hiro Sugawara · 12 years ago
  58. 0094872 Merge branches 'dma-debug', 'iommu/fixes', 'arm/tegra', 'arm/exynos', 'x86/amd', 'x86/vt-d' and 'x86/amd-irq-remapping' into next by Joerg Roedel · 12 years ago
  59. e6bc593 dma: tegra: move smmu.h into SMMU driver by Stephen Warren · 12 years ago
  60. 5a2c937 iommu/tegra: smmu: Use debugfs_create_dir for directory by Hiroshi Doyu · 12 years ago
  61. 39abf8a iommu/tegra: smmu: debugfs for TLB/PTC statistics by Hiroshi Doyu · 12 years ago
  62. d1d076f iommu/tegra: smmu: Fix error initial value at domain_init by Hiroshi Doyu · 12 years ago
  63. d2453b2 iommu/tegra: smmu: Cleanup with lesser nest by Hiroshi Doyu · 12 years ago
  64. 9579a97 iommu/tegra: remove invalid reference to list iterator variable by Julia Lawall · 13 years ago
  65. 395e51f Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domain-attr' into next by Joerg Roedel · 12 years ago
  66. f9a4f06 iommu/tegra: Don't call alloc_pdir with as->lock by Joerg Roedel · 13 years ago
  67. 9e971a0 iommu/tegra: smmu: Fix unsleepable memory allocation at alloc_pdir() by Hiroshi DOYU · 13 years ago
  68. 0bdbf4c iommu/tegra: smmu: Remove unnecessary sanity check at alloc_pdir() by Hiroshi DOYU · 13 years ago
  69. 23349902 iommu/tegra: Implement DOMAIN_ATTR_GEOMETRY attribute by Hiroshi DOYU · 13 years ago
  70. 8f53dc7 iommu/tegra: smmu: Fix unsleepable memory allocation by Hiroshi DOYU · 13 years ago
  71. ff76362 iommu/tegra: smmu: Fix uninitialized var warning by Hiroshi Doyu · 13 years ago
  72. 0547c2f iommu/tegra: smmu: Remove unnecessary cleanups with devm_*() by Hiroshi Doyu · 13 years ago
  73. a3b2491 iommu/tegra: smmu: Simplify allocation at once by Hiroshi Doyu · 13 years ago
  74. 0760e8f iommu/tegra: smmu: Add device tree support for SMMU by Hiroshi Doyu · 13 years ago
  75. 9073091 iommu/tegra: smmu: Print device name correctly by Hiroshi DOYU · 13 years ago
  76. 7a31f6f ARM: IOMMU: Tegra30: Add iommu_ops for SMMU driver by Hiroshi DOYU · 13 years ago