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