1. 14d4056 iommu/vt-d: returning free pointer in get_domain_for_dev() by Dan Carpenter · 10 years ago
  2. cf04eee iommu/vt-d: Include ACPI devices in iommu=pt by David Woodhouse · 10 years ago
  3. 66077ed iommu/vt-d: Finally enable translation for non-PCI devices by David Woodhouse · 10 years ago
  4. 46333e3 iommu/vt-d: Remove to_pci_dev() in intel_map_page() by David Woodhouse · 10 years ago
  5. 7207d8f iommu/vt-d: Remove pdev from intel_iommu_attach_device() by David Woodhouse · 10 years ago
  6. ecb509e iommu/vt-d: Remove pdev from iommu_no_mapping() by David Woodhouse · 10 years ago
  7. 5913c9b iommu/vt-d: Make domain_add_dev_info() take struct device by David Woodhouse · 10 years ago
  8. bf9c9ed iommu/vt-d: Make domain_remove_one_dev_info() take struct device by David Woodhouse · 10 years ago
  9. 5040a91 iommu/vt-d: Rename 'hwdev' variables to 'dev' now that that's the norm by David Woodhouse · 10 years ago
  10. 207e359 iommu/vt-d: Remove some pointless to_pci_dev() calls by David Woodhouse · 10 years ago
  11. d4b709f iommu/vt-d: Make get_valid_domain_for_dev() take struct device by David Woodhouse · 10 years ago
  12. 3bdb259 iommu/vt-d: Make iommu_should_identity_map() take struct device by David Woodhouse · 10 years ago
  13. 0b9d975 iommu/vt-d: Handle RMRRs for non-PCI devices by David Woodhouse · 10 years ago
  14. 146922e iommu/vt-d: Make get_domain_for_dev() take struct device by David Woodhouse · 10 years ago
  15. e1f167f iommu/vt-d: Make domain_context_mapp{ed,ing}() take struct device by David Woodhouse · 10 years ago
  16. 156baca iommu/vt-d: Make device_to_iommu() cope with non-PCI devices by David Woodhouse · 10 years ago
  17. 9b22662 iommu/vt-d: Make identity_mapping() take struct device not struct pci_dev by David Woodhouse · 10 years ago
  18. 41e80dca iommu/vt-d: Remove segment from struct device_domain_info() by David Woodhouse · 10 years ago
  19. 7c7faa1 iommu/vt-d: Remove device_to_iommu() call from domain_remove_dev_info() by David Woodhouse · 10 years ago
  20. 8bbc441 iommu/vt-d: Simplify iommu check in domain_remove_one_dev_info() by David Woodhouse · 10 years ago
  21. 5a8f40e iommu/vt-d: Always store iommu in device_domain_info by David Woodhouse · 10 years ago
  22. e2f8c5f iommu/vt-d: Use domain_remove_one_dev_info() in domain_add_dev_info() error path by David Woodhouse · 10 years ago
  23. 0ac7266 iommu/vt-d: use dmar_insert_dev_info() from dma_add_dev_info() by David Woodhouse · 10 years ago
  24. b718cd3 iommu/vt-d: Stop dmar_insert_dev_info() freeing domains on losing race by David Woodhouse · 10 years ago
  25. 64ae892 iommu/vt-d: Pass iommu to domain_context_mapping_one() and iommu_support_dev_iotlb() by David Woodhouse · 10 years ago
  26. 0bcb3e2 iommu/vt-d: Use struct device in device_domain_info, not struct pci_dev by David Woodhouse · 10 years ago
  27. 1525a29 iommu/vt-d: Make dmar_insert_dev_info() take struct device instead of struct pci_dev by David Woodhouse · 10 years ago
  28. 3d89194 iommu/vt-d: Make iommu_dummy() take struct device instead of struct pci_dev by David Woodhouse · 10 years ago
  29. 832bd85 iommu/vt-d: Change scope lists to struct device, bus, devfn by David Woodhouse · 10 years ago
  30. d050196 iommu/vt-d: Be less pessimistic about domain coherency where possible by David Woodhouse · 10 years ago
  31. 214e39a iommu/vt-d: Honour intel_iommu=sp_off for non-VMM domains by David Woodhouse · 10 years ago
  32. ea8ea46 iommu/vt-d: Clean up and fix page table clear/free behaviour by David Woodhouse · 10 years ago
  33. 5cf0a76 iommu/vt-d: Clean up size handling for intel_iommu_unmap() by David Woodhouse · 10 years ago
  34. 75f0556 iommu/vt-d: Update IOMMU state when memory hotplug happens by Jiang Liu · 10 years ago
  35. 2e45528 iommu/vt-d: Unify the way to process DMAR device scope array by Jiang Liu · 10 years ago
  36. 59ce051 iommu/vt-d: Update DRHD/RMRR/ATSR device scope caches when PCI hotplug happens by Jiang Liu · 10 years ago
  37. 0e24261 iommu/vt-d: Use RCU to protect global resources in interrupt context by Jiang Liu · 10 years ago
  38. 3a5670e iommu/vt-d: Introduce a rwsem to protect global data structures by Jiang Liu · 10 years ago
  39. b683b23 iommu/vt-d: Introduce macro for_each_dev_scope() to walk device scope entries by Jiang Liu · 10 years ago
  40. b5f82dd iommu/vt-d: Fix error in detect ATS capability by Jiang Liu · 10 years ago
  41. a4eaa86 iommu/vt-d: Check for NULL pointer when freeing IOMMU data structure by Jiang Liu · 10 years ago
  42. 9ebd682 iommu/vt-d: Fix incorrect iommu_count for si_domain by Jiang Liu · 10 years ago
  43. 92d03cc iommu/vt-d: Reduce duplicated code to handle virtual machine domains by Jiang Liu · 10 years ago
  44. e85bb5d iommu/vt-d: Free resources if failed to create domain for PCIe endpoint by Jiang Liu · 10 years ago
  45. 745f258 iommu/vt-d: Simplify function get_domain_for_dev() by Jiang Liu · 10 years ago
  46. b94e411 iommu/vt-d: Move private structures and variables into intel-iommu.c by Jiang Liu · 10 years ago
  47. 7e7dfab iommu/vt-d: Avoid caching stale domain_device_info when hot-removing PCI device by Jiang Liu · 10 years ago
  48. 816997d iommu/vt-d: Avoid caching stale domain_device_info and fix memory leak by Jiang Liu · 10 years ago
  49. 989d51f iommu/vt-d: Avoid double free of g_iommus on error recovery path by Jiang Liu · 10 years ago
  50. b3a4bca Merge tag 'iommu-updates-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 11 years ago
  51. 08336fd intel-iommu: fix off-by-one in pagetable freeing by Alex Williamson · 11 years ago
  52. 9bdc531 iommu/vt-d: free all resources if failed to initialize DMARs by Jiang Liu · 11 years ago
  53. b707cb0 iommu/vt-d, trivial: clean sparse warnings by Jiang Liu · 11 years ago
  54. 5ced12a iommu/vt-d: fix access after free issue in function free_dmar_iommu() by Jiang Liu · 11 years ago
  55. a868e6b iommu/vt-d: keep shared resources when failed to initialize iommu devices by Jiang Liu · 11 years ago
  56. b5f36d9 iommu/vt-d: fix invalid memory access when freeing DMAR irq by Jiang Liu · 11 years ago
  57. 7c91977 iommu/vt-d, trivial: simplify code with existing macros by Jiang Liu · 11 years ago
  58. b8a2d28 iommu/vt-d, trivial: clean up unused code by Jiang Liu · 11 years ago
  59. 9544c00 iommu/vt-d, trivial: print correct domain id of static identity domain by Jiang Liu · 11 years ago
  60. 5c645b3 iommu/vt-d, trivial: refine support of 64bit guest address by Jiang Liu · 11 years ago
  61. 852bdb0 iommu/vt-d: fix resource leakage on error recovery path in iommu_init_domains() by Jiang Liu · 11 years ago
  62. 18d9916 iommu/vt-d: fix a race window in allocating domain ID for virtual machines by Jiang Liu · 11 years ago
  63. dbad086 iommu/vt-d: Use dev_is_pci() to check whether it is pci device by Yijing Wang · 11 years ago
  64. bca2b91 iommu/vt-d: Use list_for_each_entry_safe() for dmar_domain->devices traversal by Yijing Wang · 11 years ago
  65. f942360 iommu/vt-d: Fixed interaction of VFIO_IOMMU_MAP_DMA with IOMMU address limits by Julian Stecklina · 11 years ago
  66. 3269ee0 intel-iommu: Fix leaks in pagetable freeing by Alex Williamson · 11 years ago
  67. c14d269 iommu/{vt-d,amd}: Remove multifunction assumption around grouping by Alex Williamson · 11 years ago
  68. 0c4513b Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and 'arm/tegra' into next by Joerg Roedel · 11 years ago
  69. 61e015a iommu: Move swap_pci_ref function to drivers/iommu/pci.h. by Varun Sethi · 11 years ago
  70. 3a93c84 iommu/vt-d: Disable translation if already enabled by Takao Indoh · 11 years ago
  71. bb5547ac iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API. by Varun Sethi · 11 years ago
  72. fffddfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  73. 5800700 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  74. 210561f intel/iommu: force writebuffer-flush quirk on Gen 4 Chipsets by Daniel Vetter · 12 years ago
  75. 078e1ee x86, irq: Move irq_remapping_enabled declaration to iommu code by Joerg Roedel · 12 years ago
  76. 9452618 iommu/intel: disable DMAR for g4x integrated gfx by Daniel Vetter · 12 years ago
  77. d34d651 Drivers: iommu: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  78. 787314c Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 12 years ago
  79. 6491d4d intel-iommu: Free old page tables before creating superpage by Woodhouse, David · 12 years ago
  80. 9c6ecf6 Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra' and 'arm/omap' into next by Joerg Roedel · 12 years ago
  81. ea2447f intel-iommu: Prevent devices with RMRRs from being placed into SI Domain by Tom Mingarelli · 12 years ago
  82. 3da4af0a intel-iommu: Fix lookup in add device by Alex Williamson · 12 years ago
  83. c0703c1 Merge tag 'iommu-updates-v3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 12 years ago
  84. 2e12bc2 intel-iommu: Default to non-coherent for domains unattached to iommus by Alex Williamson · 13 years ago
  85. 78890b5 Merge commit 'v3.6-rc5' into next by Bjorn Helgaas · 12 years ago
  86. 62f87c0 PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type by Yijing Wang · 12 years ago
  87. a4ff1fc iommu/intel: Fix ACS path checking by Alex Williamson · 12 years ago
  88. d2900bd iommu/intel: add missing free_domain_mem by Julia Lawall · 12 years ago
  89. 97027da Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 12 years ago
  90. 395e51f Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domain-attr' into next by Joerg Roedel · 12 years ago
  91. 8a0e715 iommu/vt-d: Implement DOMAIN_ATTR_GEOMETRY attribute by Joerg Roedel · 13 years ago
  92. 783f157 intel-iommu: Make use of DMA quirks and ACS checks in IOMMU groups by Alex Williamson · 12 years ago
  93. abdfdde intel-iommu: Support IOMMU groups by Alex Williamson · 12 years ago
  94. d72e31c iommu: IOMMU Groups by Alex Williamson · 12 years ago
  95. b918c62 PCI: replace struct pci_bus secondary/subordinate with busn_res by Yinghai Lu · 12 years ago
  96. 109b9b0 intel-iommu: Move duplicate list-mangling code into unlink_domain_info() helper by David Woodhouse · 12 years ago
  97. e2ad23d intel-iommu: Add device info into list before doing context mapping by David Woodhouse · 12 years ago
  98. 8a8f422 iommu: rename intr_remapping.[ch] to irq_remapping.[ch] by Suresh Siddha · 12 years ago
  99. 95a02e9 iommu: rename intr_remapping references to irq_remapping by Suresh Siddha · 12 years ago
  100. 736baef iommu/vt-d: Make intr-remapping initialization generic by Joerg Roedel · 12 years ago