1. 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
  2. c752ce4 iommu/arm-smmu: add support for DOMAIN_ATTR_NESTING attribute by Will Deacon · 10 years ago
  3. 0e7d37a iommu/arm-smmu: Play nice on non-ARM/SMMU systems by Thierry Reding · 10 years ago
  4. 0029a8d iommu/arm-smmu: add IOMMU_CAP_NOEXEC to the ARM SMMU driver by Antonios Motakis · 10 years ago
  5. a720b41 iommu/arm-smmu: change IOMMU_EXEC to IOMMU_NOEXEC by Antonios Motakis · 10 years ago
  6. 315786e iommu: Add iommu_map_sg() function by Olav Haugan · 10 years ago
  7. 09b5269 Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 10 years ago
  8. d943b0f iommu: Make of_device_id array const by Kiran Padwal · 10 years ago
  9. 1fd0c77 iommu/arm-smmu: Convert to iommu_capable() API function by Joerg Roedel · 10 years ago
  10. ccd359f iommu/arm-smmu: fix bug in pmd construction by Mitchel Humpherys · 10 years ago
  11. d3aba04 iommu/arm-smmu: support MMU-401 by Robin Murphy · 10 years ago
  12. 0936040 iommu/arm-smmu: fix architecture version detection by Robin Murphy · 10 years ago
  13. 28d6007 iommu/arm-smmu: don't bother truncating the s1 output size to VA_BITS by Will Deacon · 10 years ago
  14. c757e85 iommu/arm-smmu: use page shift instead of page size to avoid division by Will Deacon · 10 years ago
  15. 844e35b iommu/arm-smmu: put iommu_domain pointer in dev->archdata.iommu by Will Deacon · 10 years ago
  16. 8f68f8e iommu/arm-smmu: add support for multi-master iommu groups by Will Deacon · 10 years ago
  17. 4cf740b iommu/arm-smmu: allow translation stage to be forced on the cmdline by Will Deacon · 10 years ago
  18. 4d09d99 iommu/arm-smmu: fix corner cases in address size calculations by Will Deacon · 10 years ago
  19. 70c9a7d iommu/arm-smmu: fix decimal printf format specifiers prefixed with 0x by Hans Wennborg · 10 years ago
  20. 3c8766d iommu/arm-smmu: Do not access non-existing S2CR registers by Olav Haugan · 10 years ago
  21. 43b412b iommu/arm-smmu: fix s2cr and smr teardown on device detach from domain by Will Deacon · 10 years ago
  22. 93b1413 iommu/arm-smmu: remove pgtable_page_{c,d}tor() by Vladimir Murzin · 10 years ago
  23. 1fc870c iommu/arm-smmu: fix programming of SMMU_CBn_TCR for stage 1 by Olav Haugan · 10 years ago
  24. a18037b iommu/arm-smmu: avoid calling request_irq in atomic context by Mitchel Humpherys · 10 years ago
  25. 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
  26. 2907320 iommu/arm-smmu: fix some checkpatch issues by Mitchel Humpherys · 10 years ago
  27. b22f643 iommu: Constify struct iommu_ops by Thierry Reding · 10 years ago
  28. d3bca16 iommu/arm-smmu: fix capability checking prior to device attach by Will Deacon · 10 years ago
  29. 9c5c92e iommu/arm-smmu: prefer stage-1 mappings where we have a choice by Will Deacon · 10 years ago
  30. 44680ee iommu/arm-smmu: remove support for chained SMMUs by Will Deacon · 10 years ago
  31. d094894 iommu/arm-smmu: caps: add IOMMU_CAP_INTR_REMAP capability by Will Deacon · 10 years ago
  32. a9a1b0b iommu/arm-smmu: add support for PCI master devices by Will Deacon · 10 years ago
  33. a65217a iommu/arm-smmu: fix calculation of TCR.T0SZ by Will Deacon · 10 years ago
  34. 6069d23 iommu/arm-smmu: fix incorrect use of S2CR_TYPE_SHIFT by Kefeng Wang · 10 years ago
  35. c443084 iommu/arm-smmu: allow 42-bit stage-1 output size with 64K pages by Will Deacon · 10 years ago
  36. aca1bc4 iommu/arm-smmu: fix panic in arm_smmu_alloc_init_pte by Bin Wang · 10 years ago
  37. 16c50dcf iommu/arm-smmu: Return 0 on unmap failure by Laurent Pinchart · 10 years ago
  38. 34fb4b3 iommu/arm-smmu: fix incorrect comment regarding TLB invalidation by Will Deacon · 10 years ago
  39. 3aa80ea iommu/arm-smmu: provide option to dsb macro when publishing tables by Will Deacon · 10 years ago
  40. b410aed iommu/arm-smmu: clean up use of `flags' in page table handling code by Will Deacon · 10 years ago
  41. 3a5df8f iommu/arm-smmu: support buggy implementations with secure cfg accesses by Andreas Herrmann · 10 years ago
  42. 636e97b iommu/arm-smmu: set MAX_MASTER_STREAMIDS to MAX_PHANDLE_ARGS by Andreas Herrmann · 10 years ago
  43. 972157c arm/smmu: Use irqsafe spinlock for domain lock by Joerg Roedel · 10 years ago
  44. d123cf8 iommu/arm-smmu: fix compilation issue when !CONFIG_ARM_AMBA by Will Deacon · 10 years ago
  45. 57ca90f iommu/arm-smmu: set CBARn.BPSHCFG to NSH for s1-s2-bypass contexts by Will Deacon · 10 years ago
  46. 6dd35f4 iommu/arm-smmu: fix table flushing during initial allocations by Will Deacon · 10 years ago
  47. c9d09e2 iommu/arm-smmu: really fix page table locking by Will Deacon · 10 years ago
  48. 97a6442 iommu/arm-smmu: fix pud/pmd entry fill sequence by Yifan Zhang · 10 years ago
  49. cf2d45b iommu/arm-smmu: add support for IOMMU_EXEC by Will Deacon · 11 years ago
  50. 06f983d iommu/arm-smmu: use VA_BITS to determine arm64 virtual address space by Will Deacon · 11 years ago
  51. 5fc63a7 iommu/arm-smmu: add devices attached to the SMMU to an IOMMU group by Antonios Motakis · 11 years ago
  52. 89a23cde iommu/arm-smmu: fix error return code in arm_smmu_device_dt_probe() by Wei Yongjun · 11 years ago
  53. 5552ecd iommu/arm-smmu: remove potential NULL dereference on mapping path by Will Deacon · 11 years ago
  54. a44a9791 iommu/arm-smmu: use mutex instead of spinlock for locking page tables by Will Deacon · 11 years ago
  55. 91838e2 Merge tag 'iommu-updates-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 11 years ago
  56. 01058e7 iommu/arm-smmu: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  57. 659db6f iommu/arm-smmu: Clear global and context bank fault status registers by Andreas Herrmann · 11 years ago
  58. 2ef0f03 iommu/arm-smmu: Print context fault information by Andreas Herrmann · 11 years ago
  59. 44a08de iommu/arm-smmu: Check for num_context_irqs > 0 to avoid divide by zero exception by Andreas Herrmann · 11 years ago
  60. c55af7f iommu/arm-smmu: Refine check for proper size of mapped region by Andreas Herrmann · 11 years ago
  61. b1950b2 iommu/arm-smmu: Switch to subsys_initcall for driver registration by Andreas Herrmann · 11 years ago
  62. 2572484 iommu/arm-smmu: use relaxed accessors where possible by Will Deacon · 11 years ago
  63. 8a7f431 iommu/arm-smmu: replace devm_request_and_ioremap by devm_ioremap_resource by Julia Lawall · 11 years ago
  64. fd90cec iommu/arm-smmu: don't enable SMMU device until probing has completed by Will Deacon · 11 years ago
  65. 6614ee7 iommu/arm-smmu: fix iommu_present() test in init by Dan Carpenter · 11 years ago
  66. faea13b7 iommu/arm-smmu: fix a signedness bug by Dan Carpenter · 11 years ago
  67. ecfadb6 iommu/arm-smmu: Simplify VMID and ASID allocation by Will Deacon · 11 years ago
  68. 1463fe4 iommu/arm-smmu: Don't use VMIDs for stage-1 translations by Will Deacon · 11 years ago
  69. adaba32 iommu/arm-smmu: Tighten up global fault reporting by Will Deacon · 11 years ago
  70. 2ae9f2f iommu/arm-smmu: Remove broken big-endian check by Will Deacon · 11 years ago
  71. 45ae7cf iommu/arm: Add support for ARM Ltd. System MMU architecture by Will Deacon · 11 years ago