1. f1eae7c iommu/amd: Allow NULL pointer parameter for domain_flush_complete() by Joerg Roedel · 8 years ago
  2. c5b5da9 iommu/amd: Set up data structures for flush queue by Joerg Roedel · 8 years ago
  3. bda350d iommu/amd: Remove align-parameter from __map_single() by Joerg Roedel · 8 years ago
  4. 2d4c515 iommu/amd: Remove other remains of old address allocator by Joerg Roedel · 8 years ago
  5. 256e462 iommu/amd: Make use of the generic IOVA allocator by Joerg Roedel · 8 years ago
  6. 518d9b4 iommu/amd: Remove special mapping code for dma_ops path by Joerg Roedel · 8 years ago
  7. b911b89 iommu/amd: Pass gfp-flags to iommu_map_page() by Joerg Roedel · 8 years ago
  8. 8d54d6c iommu/amd: Implement apply_dm_region call-back by Joerg Roedel · 8 years ago
  9. 81cd07b iommu/amd: Create a list of reserved iova addresses by Joerg Roedel · 8 years ago
  10. 307d585 iommu/amd: Allocate iova_domain for dma_ops_domain by Joerg Roedel · 8 years ago
  11. b548e78 iommu/amd: Init unity mappings only for dma_ops domains by Joerg Roedel · 8 years ago
  12. 0076cd3 iommu/amd: Set AMD iommu callbacks for platform bus driver by Wan Zongshun · 8 years ago
  13. e0fb1b3 Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  14. 7afd16f Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  15. 6c0b43d Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc/pamu', 'core' and 'x86/amd' into next by Joerg Roedel · 8 years ago
  16. e85e8f6 iommu/amd: Remove statistics code by Joerg Roedel · 8 years ago
  17. fd6c50e iommu/amd: Move get_device_id() and friends to beginning of file by Joerg Roedel · 8 years ago
  18. 9ee35e4 iommu/amd: Don't use IS_ERR_VALUE to check integer values by Joerg Roedel · 8 years ago
  19. 2d8e1f0 iommu/amd: Signedness bug in acpihid_device_group() by Dan Carpenter · 8 years ago
  20. e315604 iommu/amd: Fix checking of pci dma aliases by Joerg Roedel · 8 years ago
  21. 9a4d3bf5 iommu/amd: Set AMD iommu callbacks for amba bus by Wan Zongshun · 8 years ago
  22. b097d11 iommu/amd: Manage iommu_group for ACPI HID devices by Wan Zongshun · 8 years ago
  23. 2bf9a0a iommu/amd: Add iommu support for ACPI HID devices by Wan Zongshun · 8 years ago
  24. 7aba6cb iommu/amd: Make call-sites of get_device_id aware of its return value by Wan Zongshun · 8 years ago
  25. 2a0cb4e iommu/amd: Add new map for storing IVHD dev entry type HID by Wan Zongshun · 8 years ago
  26. b6809ee iommu/amd: Detach device from domain before removal by Joerg Roedel · 8 years ago
  27. 9b1a12d iommu/amd: Correct the wrong setting of alias DTE in do_attach by Baoquan He · 8 years ago
  28. 1fb260b iommu/amd: Remove an unneeded condition by Dan Carpenter · 8 years ago
  29. a639a8e iommu/amd: Preallocate dma_ops apertures based on dma_mask by Joerg Roedel · 8 years ago
  30. 7b5e25b iommu/amd: Use trylock to aquire bitmap_lock by Joerg Roedel · 8 years ago
  31. 5f6bed5 iommu/amd: Make dma_ops_domain->next_index percpu by Joerg Roedel · 8 years ago
  32. 92d420e iommu/amd: Relax locking in dma_ops path by Joerg Roedel · 8 years ago
  33. a73c156 iommu/amd: Initialize new aperture range before making it visible by Joerg Roedel · 8 years ago
  34. 7bfa5bd iommu/amd: Build io page-tables with cmpxchg64 by Joerg Roedel · 8 years ago
  35. 266a3bd iommu/amd: Allocate new aperture ranges in dma_ops_alloc_addresses by Joerg Roedel · 8 years ago
  36. 4eeca8c iommu/amd: Optimize dma_ops_free_addresses by Joerg Roedel · 8 years ago
  37. ab7032b iommu/amd: Remove need_flush from struct dma_ops_domain by Joerg Roedel · 8 years ago
  38. 2a87442 iommu/amd: Iterate over all aperture ranges in dma_ops_area_alloc by Joerg Roedel · 8 years ago
  39. d41ab09 iommu/amd: Flush iommu tlb in dma_ops_free_addresses by Joerg Roedel · 8 years ago
  40. ebaecb4 iommu/amd: Rename dma_ops_domain->next_address to next_index by Joerg Roedel · 8 years ago
  41. 05ab49e iommu/amd: Remove 'start' parameter from dma_ops_area_alloc by Joerg Roedel · 8 years ago
  42. ccb50e0 iommu/amd: Flush iommu tlb in dma_ops_aperture_alloc() by Joerg Roedel · 8 years ago
  43. 60e6a7c iommu/amd: Retry address allocation within one aperture by Joerg Roedel · 8 years ago
  44. ae62d49 iommu/amd: Move aperture_range.offset to another cache-line by Joerg Roedel · 8 years ago
  45. a0f5144 iommu/amd: Add dma_ops_aperture_alloc() function by Joerg Roedel · 8 years ago
  46. b57c3c8 iommu/amd: Pass correct shift to iommu_area_alloc() by Joerg Roedel · 8 years ago
  47. 84b3a0b iommu/amd: Flush the IOMMU TLB before the addresses are freed by Joerg Roedel · 8 years ago
  48. 53b3b65 iommu/amd: Flush IOMMU TLB on __map_single error path by Joerg Roedel · 8 years ago
  49. 08c5fb9 iommu/amd: Introduce bitmap_lock in struct aperture_range by Joerg Roedel · 8 years ago
  50. 007b74b iommu/amd: Move 'struct dma_ops_domain' definition to amd_iommu.c by Joerg Roedel · 8 years ago
  51. a7fb668 iommu/amd: Warn only once on unexpected pte value by Joerg Roedel · 8 years ago
  52. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  53. b67ad2f Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/amd' into next by Joerg Roedel · 9 years ago
  54. a960fad iommu: Add device_group call-back to x86 iommu drivers by Joerg Roedel · 9 years ago
  55. deba4bc iommu/amd: Remove cmd_buf_size and evt_buf_size from struct amd_iommu by Joerg Roedel · 9 years ago
  56. 61289cb iommu/amd: Remove old alias handling code by Joerg Roedel · 9 years ago
  57. e25bfb5 iommu/amd: Set alias DTE in do_attach/do_detach by Joerg Roedel · 9 years ago
  58. 272e4f9 iommu/amd: WARN when __[attach|detach]_device are called with irqs enabled by Joerg Roedel · 9 years ago
  59. f1dd0a8 iommu/amd: Don't disable IRQs in __detach_device by Joerg Roedel · 9 years ago
  60. 150952f iommu/amd: Do not iterate over alias-list in __[attach|detach]_device by Joerg Roedel · 9 years ago
  61. f34c73f iommu/amd: Do not BUG_ON in __detach_device() by Joerg Roedel · 9 years ago
  62. cbf3ccd iommu/amd: Don't clear DTE flags when modifying it by Joerg Roedel · 9 years ago
  63. 5adad99 iommu/amd: Fix NULL pointer deref on device detach by Joerg Roedel · 9 years ago
  64. 23d3a98 iommu/amd: Use BUG_ON instead of if () BUG() by Joerg Roedel · 9 years ago
  65. a130e69 iommu/amd: Simplify allocation in irq_remapping_alloc() by Joerg Roedel · 9 years ago
  66. 1c1cc45 iommu/amd: Allow non-ATS devices in IOMMUv2 domains by Joerg Roedel · 9 years ago
  67. 5271782 iommu/amd: Set global dma_ops if swiotlb is disabled by Joerg Roedel · 9 years ago
  68. 3230232 iommu/amd: Use swiotlb in passthrough mode by Joerg Roedel · 9 years ago
  69. 02ca202 iommu/amd: Allow non-IOMMUv2 devices in IOMMUv2 domains by Joerg Roedel · 9 years ago
  70. 1e6a7b0 iommu/amd: Use iommu core for passthrough mode by Joerg Roedel · 9 years ago
  71. 44b061f Merge tag 'iommu-fixes-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 9 years ago
  72. 7a5a566 iommu/amd: Introduce protection_domain_init() function by Joerg Roedel · 9 years ago
  73. 6eae81a Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 9 years ago
  74. d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  75. 5ffde2f Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd', 'default-domains' and 'core' into next by Joerg Roedel · 9 years ago
  76. 0b3fff54 iommu/amd: Handle large pages correctly in free_pagetable by Joerg Roedel · 9 years ago
  77. 4d58b8a iommu/amd: Handle errors returned from iommu_init_device by Joerg Roedel · 9 years ago
  78. 3a18404c iommu/amd: Propagate errors from amd_iommu_init_api by Joerg Roedel · 9 years ago
  79. 2870b0a iommu/amd: Remove unused fields from struct dma_ops_domain by Joerg Roedel · 9 years ago
  80. 343e9ca iommu/amd: Get rid of device_dma_ops_init() by Joerg Roedel · 9 years ago
  81. 07ee869 iommu/amd: Put IOMMUv2 devices in a direct mapped domain by Joerg Roedel · 9 years ago
  82. 07f643a iommu/amd: Support IOMMU_DOMAIN_IDENTITY type allocation by Joerg Roedel · 9 years ago
  83. 0bb6e24 iommu/amd: Support IOMMU_DOMAIN_DMA type allocation by Joerg Roedel · 9 years ago
  84. aafd8ba iommu/amd: Implement add_device and remove_device by Joerg Roedel · 9 years ago
  85. 063071d iommu/amd: Use default domain if available for DMA-API by Joerg Roedel · 9 years ago
  86. 35cf248 iommu/amd: Implement dm_region call-backs by Joerg Roedel · 9 years ago
  87. 2d0ec7a Revert "iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent" by Joerg Roedel · 9 years ago
  88. e6aabee iommu/amd: Handle integer overflow in dma_ops_area_alloc by Joerg Roedel · 9 years ago
  89. c6c2002 x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector() by Jiang Liu · 9 years ago
  90. 9c72496 irq_remapping/amd: Move struct irq_2_irte into amd_iommu.c by Jiang Liu · 9 years ago
  91. bac4f90 x86/irq: Remove irq_cfg.irq_remapped by Jiang Liu · 9 years ago
  92. 494b897 irq_remapping/amd: Clean up unsued code by Jiang Liu · 9 years ago
  93. 3c3d4f9 irq_remapping/amd: Clean up unused MSI related code by Jiang Liu · 9 years ago
  94. 7c71d30 irq_remapping/amd: Enhance AMD IR driver to support hierarchical irqdomains by Jiang Liu · 9 years ago
  95. 7f65ef0 Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' and 'core' into next by Joerg Roedel · 9 years ago
  96. d4b0366 iommu/amd: Correctly encode huge pages in iommu page tables by Joerg Roedel · 9 years ago
  97. b24b1b6 iommu/amd: Optimize amd_iommu_iova_to_phys for new fetch_pte interface by Joerg Roedel · 9 years ago
  98. 5d7c94c iommu/amd: Optimize alloc_new_range for new fetch_pte interface by Joerg Roedel · 9 years ago
  99. 71b390e iommu/amd: Optimize iommu_unmap_page for new fetch_pte interface by Joerg Roedel · 9 years ago
  100. 3039ca1 iommu/amd: Return the pte page-size in fetch_pte by Joerg Roedel · 9 years ago