1. 1b2ee12 mm/core: Do not enforce PKEY permissions on remote mm access by Dave Hansen · 8 years ago
  2. cbf8277 iommu/arm-smmu: Treat IOMMU_DOMAIN_DMA as bypass for now by Will Deacon · 8 years ago
  3. bc7f2ce iommu/arm-smmu: Don't fail device attach if already attached to a domain by Will Deacon · 8 years ago
  4. 25a1c96 iommu/arm-smmu: Allow disabling unmatched stream bypass by Robin Murphy · 8 years ago
  5. 45bb966 of: iommu: Increment DT node refcount in of_iommu_set_ops() by Anup Patel · 8 years ago
  6. 9adb959 iommu/arm-smmu: Support DMA-API domains by Robin Murphy · 8 years ago
  7. d346180 iommu/arm-smmu: Treat all device transactions as unprivileged by Robin Murphy · 8 years ago
  8. 3850db4 iommu/io-pgtable: Rationalise quirk handling by Robin Murphy · 8 years ago
  9. 88492a4 iommu/io-pgtable: Avoid redundant TLB syncs by Robin Murphy · 8 years ago
  10. 507e4c9 iommu/io-pgtable: Add helper functions for TLB ops by Robin Murphy · 8 years ago
  11. e5fc975 iommu/io-pgtable: Add ARMv7 short descriptor support by Robin Murphy · 8 years ago
  12. 87bbcfd Merge tag 'for-linus-20160216' of git://git.infradead.org/intel-iommu by Linus Torvalds · 8 years ago
  13. 4692400 iommu/vt-d: Clear PPR bit to ensure we get more page request interrupts by David Woodhouse · 8 years ago
  14. 9b1a12d iommu/amd: Correct the wrong setting of alias DTE in do_attach by Baoquan He · 8 years ago
  15. cd6438c iommu/rockchip: Reconstruct to support multi slaves by ZhengShunQian · 8 years ago
  16. da972fb iommu/vt-d: Don't skip PCI devices when disabling IOTLB by Jeremy McNicoll · 9 years ago
  17. 8f6aff9 iommu/io-pgtable-arm: Fix io-pgtable-arm build failure by Lada Trimasova · 8 years ago
  18. 99e38df Merge tag 'iommu-updates-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  19. 3270425 Merge branches 's390', 'arm/renesas', 'arm/msm', 'arm/shmobile', 'arm/smmu', 'x86/amd' and 'x86/vt-d' into next by Joerg Roedel · 8 years ago
  20. fda3bec iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REG by CQ Tang · 9 years ago
  21. e57e58b iommu/vt-d: Fix mm refcounting to hold mm_count not mm_users by David Woodhouse · 9 years ago
  22. 67c707e Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  23. bc84745 iommu/vt-d: Fix up error handling in alloc_iommu by Joerg Roedel · 9 years ago
  24. 5920337 iommu/vt-d: Check the return value of iommu_device_create() by Nicholas Krause · 9 years ago
  25. 164afb1 iommu/dma: Use correct offset in map_sg by Robin Murphy · 9 years ago
  26. 1fb260b iommu/amd: Remove an unneeded condition by Dan Carpenter · 9 years ago
  27. a639a8e iommu/amd: Preallocate dma_ops apertures based on dma_mask by Joerg Roedel · 9 years ago
  28. 7b5e25b iommu/amd: Use trylock to aquire bitmap_lock by Joerg Roedel · 9 years ago
  29. 5f6bed5 iommu/amd: Make dma_ops_domain->next_index percpu by Joerg Roedel · 9 years ago
  30. 92d420e iommu/amd: Relax locking in dma_ops path by Joerg Roedel · 9 years ago
  31. a73c156 iommu/amd: Initialize new aperture range before making it visible by Joerg Roedel · 9 years ago
  32. 7bfa5bd iommu/amd: Build io page-tables with cmpxchg64 by Joerg Roedel · 9 years ago
  33. 266a3bd iommu/amd: Allocate new aperture ranges in dma_ops_alloc_addresses by Joerg Roedel · 9 years ago
  34. 4eeca8c iommu/amd: Optimize dma_ops_free_addresses by Joerg Roedel · 9 years ago
  35. ab7032b iommu/amd: Remove need_flush from struct dma_ops_domain by Joerg Roedel · 9 years ago
  36. 2a87442 iommu/amd: Iterate over all aperture ranges in dma_ops_area_alloc by Joerg Roedel · 9 years ago
  37. d41ab09 iommu/amd: Flush iommu tlb in dma_ops_free_addresses by Joerg Roedel · 9 years ago
  38. ebaecb4 iommu/amd: Rename dma_ops_domain->next_address to next_index by Joerg Roedel · 9 years ago
  39. 05ab49e iommu/amd: Remove 'start' parameter from dma_ops_area_alloc by Joerg Roedel · 9 years ago
  40. ccb50e0 iommu/amd: Flush iommu tlb in dma_ops_aperture_alloc() by Joerg Roedel · 9 years ago
  41. 60e6a7c iommu/amd: Retry address allocation within one aperture by Joerg Roedel · 9 years ago
  42. ae62d49 iommu/amd: Move aperture_range.offset to another cache-line by Joerg Roedel · 9 years ago
  43. a0f5144 iommu/amd: Add dma_ops_aperture_alloc() function by Joerg Roedel · 9 years ago
  44. b57c3c8 iommu/amd: Pass correct shift to iommu_area_alloc() by Joerg Roedel · 9 years ago
  45. 84b3a0b iommu/amd: Flush the IOMMU TLB before the addresses are freed by Joerg Roedel · 9 years ago
  46. 53b3b65 iommu/amd: Flush IOMMU TLB on __map_single error path by Joerg Roedel · 9 years ago
  47. 08c5fb9 iommu/amd: Introduce bitmap_lock in struct aperture_range by Joerg Roedel · 9 years ago
  48. 007b74b iommu/amd: Move 'struct dma_ops_domain' definition to amd_iommu.c by Joerg Roedel · 9 years ago
  49. a7fb668 iommu/amd: Warn only once on unexpected pte value by Joerg Roedel · 9 years ago
  50. f64232e iommu/ipmmu-vmsa: Don't truncate ttbr if LPAE is not enabled by Geert Uytterhoeven · 9 years ago
  51. 0a9afed iommu/dma: Avoid unlikely high-order allocations by Robin Murphy · 9 years ago
  52. 5b11e9c iommu/dma: Add some missing #includes by Robin Murphy · 9 years ago
  53. 6d6c7e5 Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmu by Joerg Roedel · 9 years ago
  54. 362f924 x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros by Borislav Petkov · 9 years ago
  55. ccdd96b Merge tag 'iommu-fixes-v4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 9 years ago
  56. 12c2ab0 iommu/io-pgtable-arm: Ensure we free the final level on teardown by Will Deacon · 9 years ago
  57. 6380be0 iommu/arm-smmu: Use STE.S1STALLD only when supported by Prem Mallappa · 9 years ago
  58. 324ba10 iommu/arm-smmu: Fix write to GERRORN register by Prem Mallappa · 9 years ago
  59. fdc3896 iommu/io-pgtable: Make io_pgtable_ops_to_pgtable() macro common by Robin Murphy · 9 years ago
  60. 75df138 iommu/arm-smmu: Invalidate TLBs properly by Robin Murphy · 9 years ago
  61. 06c610e iommu/io-pgtable: Indicate granule for TLB maintenance by Robin Murphy · 9 years ago
  62. 2eb97c7 iommu/io-pgtable-arm: Avoid dereferencing bogus PTEs by Robin Murphy · 9 years ago
  63. a0d5c04 iommu/arm-smmu: Handle unknown CERROR values gracefully by Will Deacon · 9 years ago
  64. 9a4a9d8 iommu/arm-smmu: Correct group reference count by Peng Fan · 9 years ago
  65. a0eacd8 iommu/arm-smmu: Use incoming shareability attributes in bypass mode by Will Deacon · 9 years ago
  66. 44830b0 iommu/arm-smmu: Delete an unnecessary check before free_io_pgtable_ops() by Markus Elfring · 9 years ago
  67. 04fa26c iommu/arm-smmu: Convert DMA buffer allocations to the managed API by Will Deacon · 9 years ago
  68. 89df3a9 iommu/arm-smmu: Remove #define for non-existent PRIQ_0_OF field by Will Deacon · 9 years ago
  69. 3e6110f Revert "scatterlist: use sg_phys()" by Dan Williams · 9 years ago
  70. ae50dc4 iommu/shmobile: Remove unused Renesas IPMMU/IPMMUI driver by Geert Uytterhoeven · 9 years ago
  71. e7479a1 iommu/msm: Use platform_register/unregister_drivers() by Thierry Reding · 9 years ago
  72. 759ce23 iommu/amd: Constify mmu_notifier_ops structures by Julia Lawall · 9 years ago
  73. 492e745 iommu/amd: Cleanup error handling in do_fault() by Joerg Roedel · 9 years ago
  74. 43c0ea2 iommu/amd: Correctly set flags for handle_mm_fault call by Joerg Roedel · 9 years ago
  75. 7f8312a iommu/vt-d: Do access checks before calling handle_mm_fault() by Joerg Roedel · 9 years ago
  76. 7b5cc1a iommu/amd: Do proper access checking before calling handle_mm_fault() by Joerg Roedel · 9 years ago
  77. 7cd7578 iommu/s390: Fix sparse warnings by Sebastian Ott · 9 years ago
  78. 66728ee s390/pci_dma: handle dma table failures by Sebastian Ott · 9 years ago
  79. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  80. 2f4bf52 Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  81. 933425fb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  82. 39cf7c3 Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 9 years ago
  83. ab1228e Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 9 years ago
  84. e880e874 Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  85. b67ad2f Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/amd' into next by Joerg Roedel · 9 years ago
  86. b61e5e8 iommu/vt-d: Fix return value check of parse_ioapics_under_ir() by Joerg Roedel · 9 years ago
  87. 0bdec95 iommu/vt-d: Fix rwxp flags in SVM device fault callback by David Woodhouse · 9 years ago
  88. 858e904 Merge tag 'iommu-fixes-v4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 9 years ago
  89. d42fde7 iommu/vt-d: Clean up pasid_enabled() and ecs_enabled() dependencies by David Woodhouse · 9 years ago
  90. 5a10ba2 iommu/vt-d: Handle Caching Mode implementations of SVM by David Woodhouse · 9 years ago
  91. 66ef950 iommu/vt-d: Propagate error-value from ir_parse_ioapic_hpet_scope() by Joerg Roedel · 9 years ago
  92. a13c8f2 iommu/vt-d: Adjust the return value of the parse_ioapics_under_ir by Baoquan He · 9 years ago
  93. 9484865 powerpc/fsl: Move fsl_guts.h out of arch/powerpc by Scott Wood · 9 years ago
  94. 1228236 iommu: Move default domain allocation to iommu_group_get_for_dev() by Joerg Roedel · 9 years ago
  95. 391811e iommu: Remove is_pci_dev() fall-back from iommu_group_get_for_dev by Joerg Roedel · 9 years ago
  96. af65993 iommu/arm-smmu: Switch to device_group call-back by Joerg Roedel · 9 years ago
  97. d5e5829 iommu/fsl: Convert to device_group call-back by Joerg Roedel · 9 years ago
  98. a960fad iommu: Add device_group call-back to x86 iommu drivers by Joerg Roedel · 9 years ago
  99. 6eab556 iommu: Add generic_device_group() function by Joerg Roedel · 9 years ago
  100. 5e62292 iommu: Export and rename iommu_group_get_for_pci_dev() by Joerg Roedel · 9 years ago