1. 28b4780 Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  2. 1062ae4 Merge tag 'drm-forgot-about-tegra-for-v4.12-rc1' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  3. 644b493 Merge tag 'drm/tegra/for-4.12-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 8 years ago
  4. 2c0248d Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 8 years ago
  5. b68e7e9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  6. 461a694 iommu: Remove pci.h include from trace/events/iommu.h by Joerg Roedel · 8 years ago
  7. 8e12188 iommu/vt-d: Don't print the failure message when booting non-kdump kernel by Qiuxu Zhuo · 8 years ago
  8. 207c6e3 iommu: Move report_iommu_fault() to iommu.c by Joerg Roedel · 8 years ago
  9. bfd20f1 x86, iommu/vt-d: Add an option to disable Intel IOMMU force on by Shaohua Li · 8 years ago
  10. bdf9592 iommu/arm-smmu: Return IOVA in iova_to_phys when SMMU is bypassed by Sunil Goutham · 8 years ago
  11. 6323f47 iommu/arm-smmu: Correct sid to mask by Peng Fan · 8 years ago
  12. 73dbd4a iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid() by Pan Bian · 8 years ago
  13. 3ba8775 iommu: Make iommu_bus_notifier return NOTIFY_DONE rather than error code by zhichang.yuan · 8 years ago
  14. 28ae1e3 iommu/omap: Add iommu-group support by Joerg Roedel · 8 years ago
  15. 01611fe iommu/omap: Make use of 'struct iommu_device' by Joerg Roedel · 8 years ago
  16. ede1c2e iommu/omap: Store iommu_dev pointer in arch_data by Joerg Roedel · 8 years ago
  17. e73b7af iommu/omap: Move data structures to omap-iommu.h by Joerg Roedel · 8 years ago
  18. 49a57ef iommu/omap: Drop legacy-style device support by Suman Anna · 8 years ago
  19. abaa7e5 iommu/omap: Register driver before setting IOMMU ops by Suman Anna · 8 years ago
  20. f6810c1 iommu/arm-smmu: Clean up early-probing workarounds by Robin Murphy · 8 years ago
  21. 7b07cbe iommu: of: Handle IOMMU lookup failure with deferred probing or error by Laurent Pinchart · 8 years ago
  22. d7b0558 iommu/of: Prepare for deferred IOMMU configuration by Robin Murphy · 8 years ago
  23. 2a0c575 iommu/of: Refactor of_iommu_configure() for error handling by Robin Murphy · 8 years ago
  24. 5016bdb iommu/iova: Fix underflow bug in __alloc_and_insert_iova_range by Nate Watterson · 8 years ago
  25. 022f4e4 iommu/io-pgtable-arm: Avoid shift overflow in block size by Robin Murphy · 8 years ago
  26. fccb4e3 iommu: Allow default domain type to be set on the kernel command line by Will Deacon · 8 years ago
  27. beb3c6a iommu/arm-smmu-v3: Install bypass STEs for IOMMU_DOMAIN_IDENTITY domains by Will Deacon · 8 years ago
  28. 67560ed iommu/arm-smmu-v3: Make arm_smmu_install_ste_for_dev return void by Will Deacon · 8 years ago
  29. 61bc671 iommu/arm-smmu: Install bypass S2CRs for IOMMU_DOMAIN_IDENTITY domains by Will Deacon · 8 years ago
  30. 0834cc2 iommu/arm-smmu: Restrict domain attributes to UNMANAGED domains by Will Deacon · 8 years ago
  31. 56fbf60 iommu/arm-smmu: Add global SMR masking property by Robin Murphy · 8 years ago
  32. 8513c89 iommu/arm-smmu: Poll for TLB sync completion more effectively by Robin Murphy · 8 years ago
  33. 11febfc iommu/arm-smmu: Use per-context TLB sync as appropriate by Robin Murphy · 8 years ago
  34. 452107c iommu/arm-smmu: Tidy up context bank indexing by Robin Murphy · 8 years ago
  35. 280b683 iommu/arm-smmu: Simplify ASID/VMID handling by Robin Murphy · 8 years ago
  36. 125458a iommu/arm-smmu: Fix 16-bit ASID configuration by Sunil Goutham · 8 years ago
  37. 53c35dce iommu/arm-smmu: Print message when Cavium erratum 27704 was detected by Robert Richter · 8 years ago
  38. 6f66ea0 iommu/mediatek: Teach MTK-IOMMUv1 about 'struct iommu_device' by Joerg Roedel · 8 years ago
  39. c9d9f23 iommu/rockchip: Make use of 'struct iommu_device' by Joerg Roedel · 8 years ago
  40. bb65a64 iommu/dma: Plumb in the per-CPU IOVA caches by Robin Murphy · 8 years ago
  41. a44e665 iommu/dma: Clean up MSI IOVA allocation by Robin Murphy · 8 years ago
  42. 842fe51 iommu/dma: Convert to address-based allocation by Robin Murphy · 8 years ago
  43. 63f1934 vfio: ccw: basic implementation for vfio_ccw driver by Dong Jia Shi · 8 years ago
  44. 1650dfd x86/events, drivers/amd/iommu: Prepare for multiple IOMMUs support by Suravee Suthikulpanit · 8 years ago
  45. f5863a0 x86/events/amd/iommu.c: Modify functions to query max banks and counters by Suravee Suthikulpanit · 8 years ago
  46. 6b9376e x86/events, drivers/iommu/amd: Introduce amd_iommu_get_num_iommus() by Suravee Suthikulpanit · 8 years ago
  47. 0a6d80c drivers/iommu/amd: Clean up iommu_pc_get_set_reg() by Suravee Suthikulpanit · 8 years ago
  48. 161b28a iommu/vt-d: Make sure IOMMUs are off when intel_iommu=off by Joerg Roedel · 8 years ago
  49. d5bf739 iommu/exynos: Use smarter TLB flush method for v5 SYSMMU by Marek Szyprowski · 8 years ago
  50. e752766 iommu/exynos: Don't open-code loop unrolling by Marek Szyprowski · 8 years ago
  51. 11cd338 Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into iommu/fixes by Joerg Roedel · 8 years ago
  52. 273df96 iommu/dma: Make PCI window reservation generic by Robin Murphy · 8 years ago
  53. 7c1b058 iommu/dma: Handle IOMMU API reserved regions by Robin Murphy · 8 years ago
  54. 938f1bb iommu/dma: Don't reserve PCI I/O windows by Robin Murphy · 8 years ago
  55. 9d3a4de iommu: Disambiguate MSI region types by Robin Murphy · 8 years ago
  56. cd37a29 iommu/exynos: Workaround FLPD cache flush issues for SYSMMU v5 by Marek Szyprowski · 8 years ago
  57. 7d2aa6b iommu/exynos: Block SYSMMU while invalidating FLPD cache by Marek Szyprowski · 8 years ago
  58. f980807 iommu/dmar: Remove redundant ' != 0' when check return code by Andy Shevchenko · 8 years ago
  59. 3f6db65 iommu/dmar: Remove redundant assignment of ret by Andy Shevchenko · 8 years ago
  60. 4a8ed2b iommu/dmar: Return directly from a loop in dmar_dev_scope_status() by Andy Shevchenko · 8 years ago
  61. 8326c5d iommu/dmar: Rectify return code handling in detect_intel_iommu() by Andy Shevchenko · 8 years ago
  62. 5003ae1 iommu/vt-d: Fix NULL pointer dereference in device_to_iommu by Koos Vriezen · 8 years ago
  63. d751751 iommu/iova: Consolidate code for adding new node to iovad domain rbtree by Marek Szyprowski · 8 years ago
  64. a03849e iommu/io-pgtable-arm-v7s: Check for leaf entry before dereferencing it by Oleksandr Tyshchenko · 8 years ago
  65. ed46e66 iommu/io-pgtable-arm: Check for leaf entry before dereferencing it by Oleksandr Tyshchenko · 8 years ago
  66. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  67. b7a42b9 iommu/amd: Fix crash when accessing AMD-Vi sysfs entries by Joerg Roedel · 8 years ago
  68. a7fdb6e iommu/vt-d: Fix crash when accessing VT-d sysfs entries by Joerg Roedel · 8 years ago
  69. 388f793 mm: use mmget_not_zero() helper by Vegard Nossum · 8 years ago
  70. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  71. 712c604 mm: wire up GFP flag passing in dma_alloc_from_contiguous by Lucas Stach · 8 years ago
  72. c37a017 iommu/vt-d: Fix crash on boot when DMAR is disabled by Andy Shevchenko · 8 years ago
  73. 8d2932d Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/mediatek', 'arm/core', 'x86/vt-d' and 'core' into next by Joerg Roedel · 8 years ago
  74. d0f6f58 iommu: Remove iommu_register_instance interface by Joerg Roedel · 8 years ago
  75. d2c302b iommu/exynos: Make use of iommu_device_register interface by Joerg Roedel · 8 years ago
  76. b16c017 iommu/mediatek: Make use of iommu_device_register interface by Joerg Roedel · 8 years ago
  77. 42df43b iommu/msm: Make use of iommu_device_register interface by Joerg Roedel · 8 years ago
  78. 9648cbc iommu/arm-smmu: Make use of the iommu_register interface by Joerg Roedel · 8 years ago
  79. e3d10af iommu: Make iommu_device_link/unlink take a struct iommu_device by Joerg Roedel · 8 years ago
  80. 39ab955 iommu: Add sysfs bindings for struct iommu_device by Joerg Roedel · 8 years ago
  81. b0119e8 iommu: Introduce new 'struct iommu_device' by Joerg Roedel · 8 years ago
  82. c09e22d iommu: Rename struct iommu_device by Joerg Roedel · 8 years ago
  83. 534766d iommu: Rename iommu_get_instance() by Joerg Roedel · 8 years ago
  84. a514a6e iommu: Fix static checker warning in iommu_insert_device_resv_regions by Eric Auger · 8 years ago
  85. 909111b iommu: Avoid unnecessary assignment of dev->iommu_fwspec by Zhen Lei · 8 years ago
  86. 087a908 iommu/mediatek: Remove bogus 'select' statements by Arnd Bergmann · 8 years ago
  87. a1831bb iommu/dma: Remove bogus dma_supported() implementation by Robin Murphy · 8 years ago
  88. 3b6bb5b iommu/ipmmu-vmsa: Restrict IOMMU Domain Geometry to 32-bit address space by Geert Uytterhoeven · 8 years ago
  89. f7116e1 iommu/vt-d: Don't over-free page table directories by David Dillow · 8 years ago
  90. 21e722c iommu/vt-d: Tylersburg isoch identity map check is done too late. by Ashok Raj · 8 years ago
  91. 122fac0 iommu/dma: Implement PCI allocation optimisation by Robin Murphy · 8 years ago
  92. f51d7bb iommu/dma: Stop getting dma_32bit_pfn wrong by Robin Murphy · 8 years ago
  93. ce273db Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/core by Joerg Roedel · 8 years ago
  94. 3677a64 iommu/arm-smmu: Fix for ThunderX erratum #27704 by Tomasz Nowicki · 8 years ago
  95. dc0eaa4 iommu/arm-smmu: Support for Extended Stream ID (16 bit) by Aleksey Makarov · 8 years ago
  96. 65e251a iommu: Drop the of_iommu_{set/get}_ops() interface by Lorenzo Pieralisi · 8 years ago
  97. 692c4e4 iommu/arm-smmu-v3: limit use of 2-level stream tables by Nate Watterson · 8 years ago
  98. 810871c iommu/arm-smmu-v3: Clear prior settings when updating STEs by Nate Watterson · 8 years ago
  99. 5657933 treewide: Move dma_ops from struct dev_archdata into struct device by Bart Van Assche · 8 years ago
  100. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago