1. 86080cc iommu/vt-d: Allocate si_domain in init_dmars() by Joerg Roedel · 9 years ago
  2. cf484d0 iommu/vt-d: Mark copied context entries by Joerg Roedel · 9 years ago
  3. dbcd861 iommu/vt-d: Do not re-use domain-ids from the old kernel by Joerg Roedel · 9 years ago
  4. 091d42e iommu/vt-d: Copy translation tables from old kernel by Joerg Roedel · 9 years ago
  5. 4158c2e iommu/vt-d: Detect pre enabled translation by Joerg Roedel · 9 years ago
  6. 5f0a7f7 iommu/vt-d: Make root entry visible for hardware right after allocation by Joerg Roedel · 9 years ago
  7. b63d80d iommu/vt-d: Init QI before root entry is allocated by Joerg Roedel · 9 years ago
  8. 9f10e5b iommu/vt-d: Cleanup log messages by Joerg Roedel · 9 years ago
  9. c83b2f2 iommu/vt-d: Only enable extended context tables if PASID is supported by David Woodhouse · 9 years ago
  10. 4ed6a54 iommu/vt-d: Fix passthrough mode with translation-disabled devices by David Woodhouse · 9 years ago
  11. 9f86262 Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 9 years ago
  12. 79319a0 Merge tag 'iommu-updates-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 9 years ago
  13. 9a9ca16 Merge branch 'device-properties' by Rafael J. Wysocki · 9 years ago
  14. 7f65ef0 Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' and 'core' into next by Joerg Roedel · 9 years ago
  15. 00a77de iommu/vt-d: Make use of domain_alloc and domain_free by Joerg Roedel · 9 years ago
  16. 03ecc32 iommu/vt-d: support extended root and context entries by David Woodhouse · 9 years ago
  17. 18436af iommu/vt-d: Allow RMRR on graphics devices too by David Woodhouse · 9 years ago
  18. 509fca8 iommu/vt-d: Remove unused variable by Alex Williamson · 9 years ago
  19. 7168440 iommu/vt-d: Detach domain *only* from attached iommus by Alex Williamson · 9 years ago
  20. ca5b74d ACPI: Introduce has_acpi_companion() by Rafael J. Wysocki · 9 years ago
  21. 2f119c7 iommu/vt-d: Convert non-returned local variable to boolean when relevant by Quentin Lambert · 9 years ago
  22. 0fb5fe8 iommu: Make IOVA domain page size explicit by Robin Murphy · 9 years ago
  23. 1b72250 iommu: Make IOVA domain low limit flexible by Robin Murphy · 9 years ago
  24. 85b4545 iommu: Consolidate IOVA allocator code by Robin Murphy · 9 years ago
  25. 6d1b9cc iommu/vt-d: Remove dead code in device_notifier by Joerg Roedel · 9 years ago
  26. 62c2216 iommu/vt-d: Fix dmar_domain leak in iommu_attach_device by Joerg Roedel · 9 years ago
  27. 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 · 9 years ago
  28. cc4f14a iommu/vt-d: Fix an off-by-one bug in __domain_mapping() by Jiang Liu · 9 years ago
  29. ffebeb4 iommu/vt-d: Enhance intel-iommu driver to support DMAR unit hotplug by Jiang Liu · 10 years ago
  30. 6b19724 iommu/vt-d: Implement DMAR unit hotplug framework by Jiang Liu · 10 years ago
  31. 78d8e70 iommu/vt-d: Dynamically allocate and free seq_id for DMAR units by Jiang Liu · 10 years ago
  32. c2a0b53 iommu/vt-d: Introduce helper function dmar_walk_resources() by Jiang Liu · 10 years ago
  33. 1a2262f x86/vt-d: Fix incorrect bit operations in setting values by Li, Zhen-Hua · 10 years ago
  34. 315786e iommu: Add iommu_map_sg() function by Olav Haugan · 10 years ago
  35. 09b5269 Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 10 years ago
  36. 1196c2f iommu/vt-d: Only remove domain when device is removed by Joerg Roedel · 10 years ago
  37. 5d587b8 iommu/vt-d: Convert to iommu_capable() API function by Joerg Roedel · 10 years ago
  38. e7f9fa5 iommu/vt-d: Defer domain removal if device is assigned to a driver by Joerg Roedel · 10 years ago
  39. c875d2c iommu/vt-d: Exclude devices using RMRRs from IOMMU API domains by Alex Williamson · 10 years ago
  40. 161f693 iommu/vt-d: Fix issue in computing domain's iommu_snooping flag by Jiang Liu · 10 years ago
  41. a156ef9 iommu/vt-d: Introduce helper function iova_size() to improve code readability by Jiang Liu · 10 years ago
  42. 162d1b1 iommu/vt-d: Introduce helper domain_pfn_within_range() to simplify code by Jiang Liu · 10 years ago
  43. d41a4ad iommu/vt-d: Simplify intel_unmap_sg() and kill duplicated code by Jiang Liu · 10 years ago
  44. 2a41cce iommu/vt-d: Change iommu_enable/disable_translation to return void by Jiang Liu · 10 years ago
  45. 129ad28 iommu/vt-d: Avoid freeing virtual machine domain in free_dmar_iommu() by Jiang Liu · 10 years ago
  46. 2a46ddf iommu/vt-d: Fix possible invalid memory access caused by free_dmar_iommu() by Jiang Liu · 10 years ago
  47. 44bde61 iommu/vt-d: Allocate dynamic domain id for virtual domains only by Jiang Liu · 10 years ago
  48. fb170fb iommu/vt-d: Introduce helper functions to make code symmetric for readability by Jiang Liu · 10 years ago
  49. ab8dfe2 iommu/vt-d: Introduce helper functions to improve code readability by Jiang Liu · 10 years ago
  50. 18fd779 iommu/vt-d: Use correct domain id to flush virtual machine domains by Jiang Liu · 10 years ago
  51. c3b497c iommu/vt-d: Match segment number when searching for dev_iotlb capable devices by Jiang Liu · 10 years ago
  52. cbb24a2 Merge branch 'core' into x86/vt-d by Joerg Roedel · 10 years ago
  53. b22f643 iommu: Constify struct iommu_ops by Thierry Reding · 10 years ago
  54. a5459cf iommu/vt-d: Make use of IOMMU sysfs support by Alex Williamson · 10 years ago
  55. 579305f iommu/vt-d: Update to use PCI DMA aliases by Alex Williamson · 10 years ago
  56. e17f9ff iommu/vt-d: Use iommu_group_get_for_dev() by Alex Williamson · 10 years ago
  57. aa4d066 iommu/vt-d: Suppress compiler warnings by Yijing Wang · 10 years ago
  58. effad4b iommu/vt-d: Remove the useless dma_pte_addr by Yijing Wang · 10 years ago
  59. c3c75eb iommu/vt-d: Don't use magic number in dma_pte_superpage by Joerg Roedel · 10 years ago
  60. 9b27e82 iommu/vt-d: Fix reference count in iommu_prepare_isa by Yijing Wang · 10 years ago
  61. e16922a iommu/vt-d: Use inline function dma_pte_superpage instead of macros by Yijing Wang · 10 years ago
  62. 8f9d41b iommu/vt-d: Clear the redundant assignment for domain->nid by Yijing Wang · 10 years ago
  63. 3a74ca0 iommu/vt-d: Use list_for_each_safe() to simplify code by Yijing Wang · 10 years ago
  64. 27e2495 iommu/vt-d: fix bug in handling multiple RMRRs for the same PCI device by Jiang Liu · 10 years ago
  65. 3674643 intel-iommu: integrate DMA CMA by Akinobu Mita · 10 years ago
  66. 9f05d3f iommu/vt-d: Fix get_domain_for_dev() handling of upstream PCIe bridges by David Woodhouse · 10 years ago
  67. adeb2590 iommu/vt-d: fix memory leakage caused by commit ea8ea46 by Jiang Liu · 10 years ago
  68. 14d4056 iommu/vt-d: returning free pointer in get_domain_for_dev() by Dan Carpenter · 10 years ago
  69. cf04eee iommu/vt-d: Include ACPI devices in iommu=pt by David Woodhouse · 10 years ago
  70. 66077ed iommu/vt-d: Finally enable translation for non-PCI devices by David Woodhouse · 10 years ago
  71. 46333e3 iommu/vt-d: Remove to_pci_dev() in intel_map_page() by David Woodhouse · 10 years ago
  72. 7207d8f iommu/vt-d: Remove pdev from intel_iommu_attach_device() by David Woodhouse · 10 years ago
  73. ecb509e iommu/vt-d: Remove pdev from iommu_no_mapping() by David Woodhouse · 10 years ago
  74. 5913c9b iommu/vt-d: Make domain_add_dev_info() take struct device by David Woodhouse · 10 years ago
  75. bf9c9ed iommu/vt-d: Make domain_remove_one_dev_info() take struct device by David Woodhouse · 10 years ago
  76. 5040a91 iommu/vt-d: Rename 'hwdev' variables to 'dev' now that that's the norm by David Woodhouse · 10 years ago
  77. 207e359 iommu/vt-d: Remove some pointless to_pci_dev() calls by David Woodhouse · 10 years ago
  78. d4b709f iommu/vt-d: Make get_valid_domain_for_dev() take struct device by David Woodhouse · 10 years ago
  79. 3bdb259 iommu/vt-d: Make iommu_should_identity_map() take struct device by David Woodhouse · 10 years ago
  80. 0b9d975 iommu/vt-d: Handle RMRRs for non-PCI devices by David Woodhouse · 10 years ago
  81. 146922e iommu/vt-d: Make get_domain_for_dev() take struct device by David Woodhouse · 10 years ago
  82. e1f167f iommu/vt-d: Make domain_context_mapp{ed,ing}() take struct device by David Woodhouse · 10 years ago
  83. 156baca iommu/vt-d: Make device_to_iommu() cope with non-PCI devices by David Woodhouse · 10 years ago
  84. 9b22662 iommu/vt-d: Make identity_mapping() take struct device not struct pci_dev by David Woodhouse · 10 years ago
  85. 41e80dca iommu/vt-d: Remove segment from struct device_domain_info() by David Woodhouse · 10 years ago
  86. 7c7faa1 iommu/vt-d: Remove device_to_iommu() call from domain_remove_dev_info() by David Woodhouse · 10 years ago
  87. 8bbc441 iommu/vt-d: Simplify iommu check in domain_remove_one_dev_info() by David Woodhouse · 10 years ago
  88. 5a8f40e iommu/vt-d: Always store iommu in device_domain_info by David Woodhouse · 10 years ago
  89. e2f8c5f iommu/vt-d: Use domain_remove_one_dev_info() in domain_add_dev_info() error path by David Woodhouse · 10 years ago
  90. 0ac7266 iommu/vt-d: use dmar_insert_dev_info() from dma_add_dev_info() by David Woodhouse · 10 years ago
  91. b718cd3 iommu/vt-d: Stop dmar_insert_dev_info() freeing domains on losing race by David Woodhouse · 10 years ago
  92. 64ae892 iommu/vt-d: Pass iommu to domain_context_mapping_one() and iommu_support_dev_iotlb() by David Woodhouse · 10 years ago
  93. 0bcb3e2 iommu/vt-d: Use struct device in device_domain_info, not struct pci_dev by David Woodhouse · 10 years ago
  94. 1525a29 iommu/vt-d: Make dmar_insert_dev_info() take struct device instead of struct pci_dev by David Woodhouse · 10 years ago
  95. 3d89194 iommu/vt-d: Make iommu_dummy() take struct device instead of struct pci_dev by David Woodhouse · 10 years ago
  96. 832bd85 iommu/vt-d: Change scope lists to struct device, bus, devfn by David Woodhouse · 10 years ago
  97. d050196 iommu/vt-d: Be less pessimistic about domain coherency where possible by David Woodhouse · 10 years ago
  98. 214e39a iommu/vt-d: Honour intel_iommu=sp_off for non-VMM domains by David Woodhouse · 10 years ago
  99. ea8ea46 iommu/vt-d: Clean up and fix page table clear/free behaviour by David Woodhouse · 10 years ago
  100. 5cf0a76 iommu/vt-d: Clean up size handling for intel_iommu_unmap() by David Woodhouse · 10 years ago