1. 30209b9 iommu: Fix some W=1 warnings by John Garry · 2 years, 11 months ago
  2. a4099d4 iommu: Drop unnecessary of_iommu.h includes by Rob Herring · 3 years, 7 months ago
  3. 2d471b2 iommu: Streamline registration interface by Robin Murphy · 3 years, 9 months ago
  4. 56fbacc Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/exynos', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 4 years, 5 months ago
  5. f512eef iommu/omap: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
  6. 97ea120 iommu/omap: Use dev_iommu_priv_get/set() by Joerg Roedel · 4 years, 6 months ago
  7. 5df362a5 iommu/omap: Add registration for DT fwnode pointer by Tero Kristo via iommu · 4 years, 8 months ago
  8. 46b14fc iommu/omap: Add check for iommu group when no IOMMU in use by Tero Kristo via iommu · 4 years, 7 months ago
  9. 6785eb9 iommu/omap: Convert to probe/release_device() call-backs by Joerg Roedel · 4 years, 8 months ago
  10. c822b37 iommu/omap: Remove orphan_dev tracking by Joerg Roedel · 4 years, 8 months ago
  11. 6135a89 iommu/omap: Fix printing format for size_t on 64-bit by Krzysztof Kozlowski · 4 years, 10 months ago
  12. f2ce16c iommu/omap: Fix pointer cast -Wpointer-to-int-cast warnings on 64 bit by Krzysztof Kozlowski · 4 years, 10 months ago
  13. 781ca2d iommu: Add gfp parameter to iommu_ops::map by Tom Murphy · 5 years ago
  14. e95adb9 Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qcom', 'arm/renesas', 'x86/amd', 'x86/vt-d' and 'core' into next by Joerg Roedel · 5 years ago
  15. 96088a20 iommu/omap: Mark pm functions __maybe_unused by Arnd Bergmann · 5 years ago
  16. 24ce0ba iommu/omap: Use the correct type for SLAB_HWCACHE_ALIGN by Suman Anna · 5 years ago
  17. 1432ebb iommu/omap: remove pm_runtime_irq_safe flag for OMAP IOMMUs by Tero Kristo · 5 years ago
  18. 604629b iommu/omap: add support for late attachment of iommu devices by Tero Kristo · 5 years ago
  19. d9c4d8a iommu/omap: introduce new API for runtime suspend/resume control by Suman Anna · 5 years ago
  20. c4206c4 iommu/omap: Add system suspend/resume support by Suman Anna · 5 years ago
  21. c3b44a0 iommu/omap: add logic to save/restore locked TLBs by Suman Anna · 5 years ago
  22. db8918f iommu/omap: streamline enable/disable through runtime pm callbacks by Suman Anna · 5 years ago
  23. 3846a3b9 iommu/omap: fix boot issue on remoteprocs with AMMU/Unicache by Suman Anna · 5 years ago
  24. 56f8af5 iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync() by Will Deacon · 5 years ago
  25. d95c388 Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-ops' and 'core' into next by Joerg Roedel · 5 years ago
  26. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  27. 6e8b566 iommu/omap: Use dev_get_drvdata() by Kefeng Wang · 6 years ago
  28. 6488a7f Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/omap', 'x86/amd', 'x86/vt-d' and 'core' into next by Joerg Roedel · 6 years ago
  29. 04c532a iommu/omap: Fix cache flushes on L2 table entries by Ralf Goebel · 6 years ago
  30. d88e61f iommu: Remove the ->map_sg indirection by Christoph Hellwig · 6 years ago
  31. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  32. b6d57f1 iommu/omap: Increase group ref in .device_group() by Jeffy Chen · 7 years ago
  33. 9d5018d iommu/omap: Add support to program multiple iommus by Suman Anna · 7 years ago
  34. 0d36428 iommu/omap: Change the attach detection logic by Suman Anna · 7 years ago
  35. bfee0cf iommu/omap: Use DMA-API for performing cache flushes by Josue Albarran · 7 years ago
  36. 159d3e3 iommu/omap: Fix disabling of MMU upon a fault by Fernando Guzman Lugo · 7 years ago
  37. 8faf5e5 iommu/omap: Return ERR_PTR in device_group call-back by Joerg Roedel · 8 years ago
  38. 28ae1e3 iommu/omap: Add iommu-group support by Joerg Roedel · 8 years ago
  39. 01611fe iommu/omap: Make use of 'struct iommu_device' by Joerg Roedel · 8 years ago
  40. ede1c2e iommu/omap: Store iommu_dev pointer in arch_data by Joerg Roedel · 8 years ago
  41. e73b7af iommu/omap: Move data structures to omap-iommu.h by Joerg Roedel · 8 years ago
  42. 49a57ef iommu/omap: Drop legacy-style device support by Suman Anna · 8 years ago
  43. abaa7e5 iommu/omap: Register driver before setting IOMMU ops by Suman Anna · 8 years ago
  44. 433c434 iommu/omap: Use WARN_ON for page table alignment check by Suman Anna · 9 years ago
  45. 7c1ab60 iommu/omap: Replace BUG() in iopgtable_store_entry_core() by Suman Anna · 9 years ago
  46. 521f408 iommu/omap: Remove iopgtable_clear_entry_all() from driver remove by Suman Anna · 9 years ago
  47. 3ca9299 iommu/omap: Add support for configuring dsp iommus on DRA7xx by Suman Anna · 9 years ago
  48. 5835b6a iommu/omap: Align code with open parenthesis by Suman Anna · 9 years ago
  49. 99ee98d iommu/omap: Remove unnecessary error traces on alloc failures by Suman Anna · 9 years ago
  50. 69c2c19 iommu/omap: Move debugfs functions to omap-iommu-debug.c by Suman Anna · 9 years ago
  51. 0cdbf72 iommu/omap: Remove all module references by Suman Anna · 9 years ago
  52. 8cf851e iommu/omap: Make use of domain_alloc and domain_free by Joerg Roedel · 10 years ago
  53. f938aab iommu/omap: Play nice in multi-platform builds by Thierry Reding · 10 years ago
  54. 1d7f449 iommu/omap: Print phys_addr_t using %pa by Joerg Roedel · 10 years ago
  55. 76771c9 Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 10 years ago
  56. 99cb9ae iommu/omap: Use dev_get_platdata() by Kiran Padwal · 10 years ago
  57. 315786e iommu: Add iommu_map_sg() function by Olav Haugan · 10 years ago
  58. f24d9ad iommu/omap: Reset the domain field upon detaching by Suman Anna · 10 years ago
  59. 4899a56 iommu/omap: Do not export unneeded functions by Suman Anna · 10 years ago
  60. c55caec iommu/omap: Remove couple of unused exported functions by Suman Anna · 10 years ago
  61. 61c7535 iommu/omap: Integrate omap-iommu-debug into omap-iommu by Suman Anna · 10 years ago
  62. bd4396f iommu/omap: Consolidate OMAP IOMMU modules by Suman Anna · 10 years ago
  63. 3acb04c iommu/omap: Remove omap_iommu_arch_version() and version field by Suman Anna · 10 years ago
  64. 2088ecb iommu/omap: Remove refcount field from omap_iommu object by Suman Anna · 10 years ago
  65. 09b5269 Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 10 years ago
  66. d943b0f iommu: Make of_device_id array const by Kiran Padwal · 10 years ago
  67. a6fda0f iommu/omap: Remove omap_iommu unused owner field by Laurent Pinchart · 10 years ago
  68. 7d68277 iommu/omap: Fix iommu archdata name for DT-based devices by Suman Anna · 10 years ago
  69. e3f595b iommu/omap: Check for valid archdata in attach_dev by Suman Anna · 10 years ago
  70. 4c5e9d9 Merge branches 'x86/vt-d', 'x86/amd', 'arm/omap', 'ppc/pamu', 'arm/smmu', 'arm/exynos' and 'core' into next by Joerg Roedel · 10 years ago
  71. baaa7b5 iommu/omap: Remove virtual memory manager by Laurent Pinchart · 10 years ago
  72. b22f643 iommu: Constify struct iommu_ops by Thierry Reding · 11 years ago
  73. 286f600 iommu/omap: Fix map protection value handling by Laurent Pinchart · 11 years ago
  74. 67b779d iommu/omap: Remove comment about supporting single page mappings only by Laurent Pinchart · 11 years ago
  75. f7129a0 iommu/omap: Fix 'no page for' debug message in flush_iotlb_page() by Laurent Pinchart · 11 years ago
  76. 5acc97d iommu/omap: Move to_iommu definition from omap-iopgtable.h by Suman Anna · 11 years ago
  77. 2ac6133 iommu/omap: Remove omap_iommu_domain_has_cap() function by Suman Anna · 11 years ago
  78. d760e3e iommu/omap: Correct init value of iotlb_entry valid field by Suman Anna · 11 years ago
  79. e28045a iommu/omap: Check for NULL in iopte_free() by Zhouyi Zhou · 11 years ago
  80. 07a0203 iommu/omap: Allocate archdata on the fly for DT-based devices by Laurent Pinchart · 11 years ago
  81. b148d5f iommu/omap: Enable bus-error back on supported iommus by Suman Anna · 11 years ago
  82. 3c92748 iommu/omap: Add devicetree support by Florian Vaussard · 11 years ago
  83. 90e569c iommu/omap: Allow enable/disable even without pdata by Florian Vaussard · 11 years ago
  84. 7ee08b9e iommu/omap: Fix error return paths in omap_iommu_attach() by Suman Anna · 11 years ago
  85. f129b3d iommu/omap: Convert to devm_* interfaces by Suman Anna · 11 years ago
  86. 5e42781 drivers/iommu: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  87. b6c2e09 iommu/omap: fix checkpatch warnings in omap iommu code by Suman Anna · 12 years ago
  88. 2abfcfb iommu/omap: fix printk formats for dma_addr_t by Suman Anna · 12 years ago
  89. bb5547a iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API. by Varun Sethi · 12 years ago
  90. 0af125c iommu/omap: Remove unnecessary null pointer check by Cong Ding · 12 years ago
  91. d34d651 Drivers: iommu: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  92. ebf7cda iommu/omap: Adapt to runtime pm by Omar Ramirez Luna · 12 years ago
  93. 72b15b6 iommu/omap: Migrate to hwmod framework by Omar Ramirez Luna · 12 years ago
  94. 87f8e57 iommu/omap: Keep mmu enabled when requested by Omar Ramirez Luna · 12 years ago
  95. a339772 iommu/omap: Remove redundant clock handling on ISR by Omar Ramirez Luna · 12 years ago
  96. 2ab7c84 ARM: OMAP2+: Move iommu/iovmm headers to platform_data by Tony Lindgren · 12 years ago
  97. 7bd9e25 ARM: OMAP2+: Make some definitions local by Ido Yariv · 12 years ago
  98. ed1c7de ARM: OMAP2+: Move iommu2 to drivers/iommu/omap-iommu2.c by Tony Lindgren · 12 years ago
  99. c8d35c8 ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.h by Tony Lindgren · 12 years ago
  100. 2f7702a ARM: OMAP2+: Move iopgtable header to drivers/iommu/ by Ido Yariv · 12 years ago