1. 1fb260b iommu/amd: Remove an unneeded condition by Dan Carpenter · 8 years ago
  2. a639a8e iommu/amd: Preallocate dma_ops apertures based on dma_mask by Joerg Roedel · 8 years ago
  3. 7b5e25b iommu/amd: Use trylock to aquire bitmap_lock by Joerg Roedel · 8 years ago
  4. 5f6bed5 iommu/amd: Make dma_ops_domain->next_index percpu by Joerg Roedel · 8 years ago
  5. 92d420e iommu/amd: Relax locking in dma_ops path by Joerg Roedel · 8 years ago
  6. a73c156 iommu/amd: Initialize new aperture range before making it visible by Joerg Roedel · 8 years ago
  7. 7bfa5bd iommu/amd: Build io page-tables with cmpxchg64 by Joerg Roedel · 8 years ago
  8. 266a3bd iommu/amd: Allocate new aperture ranges in dma_ops_alloc_addresses by Joerg Roedel · 8 years ago
  9. 4eeca8c iommu/amd: Optimize dma_ops_free_addresses by Joerg Roedel · 8 years ago
  10. ab7032b iommu/amd: Remove need_flush from struct dma_ops_domain by Joerg Roedel · 8 years ago
  11. 2a87442 iommu/amd: Iterate over all aperture ranges in dma_ops_area_alloc by Joerg Roedel · 8 years ago
  12. d41ab09 iommu/amd: Flush iommu tlb in dma_ops_free_addresses by Joerg Roedel · 8 years ago
  13. ebaecb4 iommu/amd: Rename dma_ops_domain->next_address to next_index by Joerg Roedel · 8 years ago
  14. 05ab49e iommu/amd: Remove 'start' parameter from dma_ops_area_alloc by Joerg Roedel · 8 years ago
  15. ccb50e0 iommu/amd: Flush iommu tlb in dma_ops_aperture_alloc() by Joerg Roedel · 8 years ago
  16. 60e6a7c iommu/amd: Retry address allocation within one aperture by Joerg Roedel · 8 years ago
  17. ae62d49 iommu/amd: Move aperture_range.offset to another cache-line by Joerg Roedel · 8 years ago
  18. a0f5144 iommu/amd: Add dma_ops_aperture_alloc() function by Joerg Roedel · 8 years ago
  19. b57c3c8 iommu/amd: Pass correct shift to iommu_area_alloc() by Joerg Roedel · 8 years ago
  20. 84b3a0b iommu/amd: Flush the IOMMU TLB before the addresses are freed by Joerg Roedel · 8 years ago
  21. 53b3b65 iommu/amd: Flush IOMMU TLB on __map_single error path by Joerg Roedel · 8 years ago
  22. 08c5fb9 iommu/amd: Introduce bitmap_lock in struct aperture_range by Joerg Roedel · 8 years ago
  23. 007b74b iommu/amd: Move 'struct dma_ops_domain' definition to amd_iommu.c by Joerg Roedel · 8 years ago
  24. a7fb668 iommu/amd: Warn only once on unexpected pte value by Joerg Roedel · 8 years ago
  25. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  26. b67ad2f Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/amd' into next by Joerg Roedel · 9 years ago
  27. a960fad iommu: Add device_group call-back to x86 iommu drivers by Joerg Roedel · 9 years ago
  28. deba4bc iommu/amd: Remove cmd_buf_size and evt_buf_size from struct amd_iommu by Joerg Roedel · 9 years ago
  29. 61289cb iommu/amd: Remove old alias handling code by Joerg Roedel · 9 years ago
  30. e25bfb5 iommu/amd: Set alias DTE in do_attach/do_detach by Joerg Roedel · 9 years ago
  31. 272e4f9 iommu/amd: WARN when __[attach|detach]_device are called with irqs enabled by Joerg Roedel · 9 years ago
  32. f1dd0a8 iommu/amd: Don't disable IRQs in __detach_device by Joerg Roedel · 9 years ago
  33. 150952f iommu/amd: Do not iterate over alias-list in __[attach|detach]_device by Joerg Roedel · 9 years ago
  34. f34c73f iommu/amd: Do not BUG_ON in __detach_device() by Joerg Roedel · 9 years ago
  35. cbf3ccd iommu/amd: Don't clear DTE flags when modifying it by Joerg Roedel · 9 years ago
  36. 5adad99 iommu/amd: Fix NULL pointer deref on device detach by Joerg Roedel · 9 years ago
  37. 23d3a98 iommu/amd: Use BUG_ON instead of if () BUG() by Joerg Roedel · 9 years ago
  38. a130e69 iommu/amd: Simplify allocation in irq_remapping_alloc() by Joerg Roedel · 9 years ago
  39. 1c1cc45 iommu/amd: Allow non-ATS devices in IOMMUv2 domains by Joerg Roedel · 9 years ago
  40. 5271782 iommu/amd: Set global dma_ops if swiotlb is disabled by Joerg Roedel · 9 years ago
  41. 3230232 iommu/amd: Use swiotlb in passthrough mode by Joerg Roedel · 9 years ago
  42. 02ca202 iommu/amd: Allow non-IOMMUv2 devices in IOMMUv2 domains by Joerg Roedel · 9 years ago
  43. 1e6a7b0 iommu/amd: Use iommu core for passthrough mode by Joerg Roedel · 9 years ago
  44. 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
  45. 7a5a566 iommu/amd: Introduce protection_domain_init() function by Joerg Roedel · 9 years ago
  46. 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
  47. 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
  48. 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
  49. 0b3fff54 iommu/amd: Handle large pages correctly in free_pagetable by Joerg Roedel · 9 years ago
  50. 4d58b8a iommu/amd: Handle errors returned from iommu_init_device by Joerg Roedel · 9 years ago
  51. 3a18404c iommu/amd: Propagate errors from amd_iommu_init_api by Joerg Roedel · 9 years ago
  52. 2870b0a iommu/amd: Remove unused fields from struct dma_ops_domain by Joerg Roedel · 9 years ago
  53. 343e9ca iommu/amd: Get rid of device_dma_ops_init() by Joerg Roedel · 9 years ago
  54. 07ee869 iommu/amd: Put IOMMUv2 devices in a direct mapped domain by Joerg Roedel · 9 years ago
  55. 07f643a iommu/amd: Support IOMMU_DOMAIN_IDENTITY type allocation by Joerg Roedel · 9 years ago
  56. 0bb6e24 iommu/amd: Support IOMMU_DOMAIN_DMA type allocation by Joerg Roedel · 9 years ago
  57. aafd8ba iommu/amd: Implement add_device and remove_device by Joerg Roedel · 9 years ago
  58. 063071d iommu/amd: Use default domain if available for DMA-API by Joerg Roedel · 9 years ago
  59. 35cf248 iommu/amd: Implement dm_region call-backs by Joerg Roedel · 9 years ago
  60. 2d0ec7a Revert "iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent" by Joerg Roedel · 9 years ago
  61. e6aabee iommu/amd: Handle integer overflow in dma_ops_area_alloc by Joerg Roedel · 9 years ago
  62. c6c2002 x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector() by Jiang Liu · 9 years ago
  63. 9c72496 irq_remapping/amd: Move struct irq_2_irte into amd_iommu.c by Jiang Liu · 9 years ago
  64. bac4f90 x86/irq: Remove irq_cfg.irq_remapped by Jiang Liu · 9 years ago
  65. 494b897 irq_remapping/amd: Clean up unsued code by Jiang Liu · 9 years ago
  66. 3c3d4f9 irq_remapping/amd: Clean up unused MSI related code by Jiang Liu · 9 years ago
  67. 7c71d30 irq_remapping/amd: Enhance AMD IR driver to support hierarchical irqdomains by Jiang Liu · 9 years ago
  68. 7f65ef0 Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' and 'core' into next by Joerg Roedel · 9 years ago
  69. d4b0366 iommu/amd: Correctly encode huge pages in iommu page tables by Joerg Roedel · 9 years ago
  70. b24b1b6 iommu/amd: Optimize amd_iommu_iova_to_phys for new fetch_pte interface by Joerg Roedel · 9 years ago
  71. 5d7c94c iommu/amd: Optimize alloc_new_range for new fetch_pte interface by Joerg Roedel · 9 years ago
  72. 71b390e iommu/amd: Optimize iommu_unmap_page for new fetch_pte interface by Joerg Roedel · 9 years ago
  73. 3039ca1 iommu/amd: Return the pte page-size in fetch_pte by Joerg Roedel · 9 years ago
  74. 3b839a5 iommu/amd: Add support for contiguous dma allocator by Joerg Roedel · 9 years ago
  75. 5fc872c iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent by Joerg Roedel · 9 years ago
  76. 7139a2e iommu/amd: Ignore BUS_NOTIFY_UNBOUND_DRIVER event by Joerg Roedel · 9 years ago
  77. 6c5cc80 iommu/amd: Use BUS_NOTIFY_REMOVED_DEVICE by Joerg Roedel · 9 years ago
  78. 3f4b87b iommu/amd: Make use of domain_alloc and domain_free by Joerg Roedel · 9 years ago
  79. a26be14 Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 9 years ago
  80. a20cc76 Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' and 'core' into next by Joerg Roedel · 9 years ago
  81. ae0cbbb iommu/amd: Convert non-returned local variable to boolean when relevant by Quentin Lambert · 9 years ago
  82. 63ce3ae iommu: Update my email address by Joerg Roedel · 9 years ago
  83. c392f56 iommu/irq_remapping: Kill function irq_remapping_supported() and related code by Jiang Liu · 9 years ago
  84. e589c9e Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  85. 719b530 iommu/amd: Use helpers to access irq_cfg data structure associated with IRQ by Jiang Liu · 10 years ago
  86. 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
  87. cfdeec2 iommu/amd: remove compiler warning due to IOMMU_CAP_NOEXEC by Will Deacon · 10 years ago
  88. 315786e iommu: Add iommu_map_sg() function by Olav Haugan · 10 years ago
  89. 09b5269 Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 10 years ago
  90. 5fc24d8 iommu/irq_remapping: Fix the regression of hpet irq remapping by Yijing Wang · 10 years ago
  91. 25b11ce iommu/amd: Split init_iommu_group() from iommu_init_device() by Alex Williamson · 10 years ago
  92. 63eaa75 amd_iommu: do not dereference a NULL pointer address. by Maurizio Lombardi · 10 years ago
  93. ab63648 iommu/amd: Convert to iommu_capable() API function by Joerg Roedel · 10 years ago
  94. cafd254 iommu/amd: Remove device binding reference count by Joerg Roedel · 10 years ago
  95. 397111a iommu/amd: Attach and detach complete alias group by Joerg Roedel · 10 years ago
  96. f251e18 iommu/amd: Keep a list of devices in an alias group by Joerg Roedel · 10 years ago
  97. 50917e2 iommu/amd: Move struct iommu_dev_data to amd_iommu.c by Joerg Roedel · 10 years ago
  98. 9b29d3c iommu/amd: Fix cleanup_domain for mass device removal by Joerg Roedel · 10 years ago
  99. b22f643 iommu: Constify struct iommu_ops by Thierry Reding · 10 years ago
  100. 066f2e9 iommu/amd: Add sysfs support by Alex Williamson · 10 years ago