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