1. b82a227 iommu/amd: Use dev_is_pci() to check whether it is pci device by Yijing Wang · 11 years ago
  2. e644a01 iommu/amd: Fix resource leak in iommu_init_device() by Radmila Kompová · 11 years ago
  3. 01ce784 Merge branches 'x86/vt-d', 'arm/omap', 'core', 'x86/amd' and 'arm/smmu' into next by Joerg Roedel · 11 years ago
  4. 60d0ca3 iommu/amd: Only unmap large pages from the first pte by Alex Williamson · 11 years ago
  5. 5c34c40 iommu/amd: Fix memory leak in free_pagetable by Joerg Roedel · 11 years ago
  6. c14d269 iommu/{vt-d,amd}: Remove multifunction assumption around grouping by Alex Williamson · 11 years ago
  7. 9973798 Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 11 years ago
  8. 0c4513b Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and 'arm/tegra' into next by Joerg Roedel · 11 years ago
  9. 96a3e8a Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  10. 61e015a iommu: Move swap_pci_ref function to drivers/iommu/pci.h. by Varun Sethi · 11 years ago
  11. 3f398bc iommu/AMD: Per-thread IOMMU Interrupt Handling by Suravee Suthikulpanit · 11 years ago
  12. d3263bc iommu/amd: Workaround for ERBT1312 by Joerg Roedel · 11 years ago
  13. 197887f iommu/amd: Properly initialize irq-table lock by Joerg Roedel · 11 years ago
  14. 0dfedd6 iommu/amd: Use AMD specific data structure for irq remapping by Joerg Roedel · 11 years ago
  15. a0e191b iommu/amd: Remove map_sg_no_iommu() by Joerg Roedel · 11 years ago
  16. bb5547ac iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API. by Varun Sethi · 11 years ago
  17. 925fe08 iommu/amd: Re-enable IOMMU event log interrupt after handling. by Suravee Suthikulpanit · 11 years ago
  18. c2a2876 iommu/amd: Make sure dma_ops are set for hotplug devices by Joerg Roedel · 11 years ago
  19. 6f2729b iommu/amd: Remove calc_devid() and use PCI_DEVID() from PCI by Shuah Khan · 11 years ago
  20. c5081cd iommu/amd: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCI by Shuah Khan · 11 years ago
  21. f6c0ffa Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 11 years ago
  22. 91457df iommu/amd: Remove redundant NULL check before dma_ops_domain_free(). by Cyril Roelandt · 11 years ago
  23. 9b1b0e4 x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 core by Joerg Roedel · 12 years ago
  24. 310aa95 iommu/amd: Remove obsolete comment by Joerg Roedel · 12 years ago
  25. 954e3dd iommu/amd: Don't use 512GB pages by Joerg Roedel · 12 years ago
  26. 78bfa9f iommu/amd: Properly account for virtual aliases in IOMMU groups by Alex Williamson · 12 years ago
  27. ce7ac4a iommu/amd: Split IOMMU group allocation and attach by Alex Williamson · 12 years ago
  28. 2bff6a5 iommu/amd: Split upstream bus device lookup by Alex Williamson · 12 years ago
  29. 2851db2 iommu/amd: Split IOMMU Group topology walk by Alex Williamson · 12 years ago
  30. eb9c952 iommu/amd: Split IOMMU group initialization by Alex Williamson · 12 years ago
  31. 0094872 Merge branches 'dma-debug', 'iommu/fixes', 'arm/tegra', 'arm/exynos', 'x86/amd', 'x86/vt-d' and 'x86/amd-irq-remapping' into next by Joerg Roedel · 12 years ago
  32. 44229b1 iommu/amd: Remove obsolete comment line by Joerg Roedel · 12 years ago
  33. 821f0f6 iommu/amd: Fix possible use after free in get_irq_table() by Dan Carpenter · 12 years ago
  34. bdddadc iommu/amd: Report irq remapping through IOMMU-API by Joerg Roedel · 12 years ago
  35. 6b474b8 iommu/amd: Add initialization routines for AMD interrupt remapping by Joerg Roedel · 12 years ago
  36. d976195 iommu/amd: Add call-back routine for HPET MSI by Joerg Roedel · 12 years ago
  37. 0b4d48c iommu/amd: Implement MSI routines for interrupt remapping by Joerg Roedel · 12 years ago
  38. 5527de7 iommu/amd: Add IOAPIC remapping routines by Joerg Roedel · 12 years ago
  39. 2b32450 iommu/amd: Add routines to manage irq remapping tables by Joerg Roedel · 12 years ago
  40. 7ef2798 iommu/amd: Add IRTE invalidation routine by Joerg Roedel · 12 years ago
  41. 05152a0 iommu/amd: Add slab-cache for irq remapping tables by Joerg Roedel · 12 years ago
  42. 6efed63 iommu/amd: Keep track of HPET and IOAPIC device ids by Joerg Roedel · 12 years ago
  43. 0774e39 iommu/amd: Fix wrong assumption in iommu-group specific code by Joerg Roedel · 12 years ago
  44. df805ab iommu/amd: Fix some typos by Frank Arnold · 12 years ago
  45. 31fe943 iommu/amd: Fix ACS path checking by Alex Williamson · 12 years ago
  46. 395e51f Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domain-attr' into next by Joerg Roedel · 12 years ago
  47. 2c9195e iommu/amd: Fix hotplug with iommu=pt by Joerg Roedel · 12 years ago
  48. 62410ee iommu/amd: Move unmap_flush message to amd_iommu_init_dma_ops() by Joerg Roedel · 12 years ago
  49. 643511b iommu/amd: Introduce early_amd_iommu_init routine by Joerg Roedel · 12 years ago
  50. 98f1ad2 iommu/amd: Fix sparse warnings by Joerg Roedel · 12 years ago
  51. 0ff64f8 iommu/amd: Implement DOMAIN_ATTR_GEOMETRY attribute by Joerg Roedel · 13 years ago
  52. 3775d48 iommu/amd: fix type bug in flush code by Dan Carpenter · 12 years ago
  53. 664b600 amd_iommu: Make use of DMA quirks and ACS checks in IOMMU groups by Alex Williamson · 12 years ago
  54. 9dcd613 amd_iommu: Support IOMMU groups by Alex Williamson · 12 years ago
  55. d72e31c iommu: IOMMU Groups by Alex Williamson · 12 years ago
  56. ac1534a iommu/amd: Initialize dma_ops for hotplug and sriov devices by Joerg Roedel · 12 years ago
  57. eee5353 iommu/amd: Fix deadlock in ppr-handling error path by Joerg Roedel · 12 years ago
  58. 3d06fca iommu/amd: Add workaround for event log erratum by Joerg Roedel · 12 years ago
  59. a3b9312 iommu/amd: Check for the right TLP prefix bit by Joerg Roedel · 12 years ago
  60. 58bca4a Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  61. baa676f X86 & IA64: adapt for dma_map_ops changes by Andrzej Pietrasiewicz · 12 years ago
  62. 943bc7e x86: Fix section warnings by Steffen Persvold · 12 years ago
  63. af1be04 iommu/amd: Work around broken IVRS tables by Joerg Roedel · 13 years ago
  64. f93ea73 Merge branches 'iommu/page-sizes' and 'iommu/group-id' into next by Joerg Roedel · 13 years ago
  65. 2655d7a iommu/amd: Init stats for iommu=pt by Joerg Roedel · 13 years ago
  66. 52efdb8 iommu/amd: Add amd_iommu_device_info() function by Joerg Roedel · 13 years ago
  67. 46277b7 iommu/amd: Adapt IOMMU driver to PCI register name changes by Joerg Roedel · 13 years ago
  68. a06ec39 Merge branch 'iommu/page-sizes' into x86/amd by Joerg Roedel · 13 years ago
  69. 399be2f iommu/amd: Add stat counter for IOMMUv2 events by Joerg Roedel · 13 years ago
  70. 6a113dd iommu/amd: Add device errata handling by Joerg Roedel · 13 years ago
  71. f3572db iommu/amd: Add function to get IOMMUv2 domain for pdev by Joerg Roedel · 13 years ago
  72. c99afa2 iommu/amd: Implement function to send PPR completions by Joerg Roedel · 13 years ago
  73. b16137b iommu/amd: Implement functions to manage GCR3 table by Joerg Roedel · 13 years ago
  74. 22e266c iommu/amd: Implement IOMMUv2 TLB flushing routines by Joerg Roedel · 13 years ago
  75. 52815b7 iommu/amd: Add support for IOMMUv2 domain mode by Joerg Roedel · 13 years ago
  76. 132bd68 iommu/amd: Add amd_iommu_domain_direct_map function by Joerg Roedel · 13 years ago
  77. 72e1dcc iommu/amd: Implement notifier for PPR faults by Joerg Roedel · 13 years ago
  78. 5abcdba iommu/amd: Put IOMMUv2 capable devices in pt_domain by Joerg Roedel · 13 years ago
  79. ee6c286 iommu/amd: Convert dev_table_entry to u64 by Joerg Roedel · 13 years ago
  80. bcb71ab iommu: Add option to group multi-function devices by Alex Williamson · 13 years ago
  81. 8fbdce6 iommu/amd: Implement iommu_device_group by Alex Williamson · 13 years ago
  82. aa3de9c iommu/amd: announce supported page sizes by Ohad Ben-Cohen · 13 years ago
  83. 5009065 iommu/core: stop converting bytes to page order back and forth by Ohad Ben-Cohen · 13 years ago
  84. 1abb4ba Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', 'iommu/fault-reporting' and 'api/iommu-ops-per-bus' into next by Joerg Roedel · 13 years ago
  85. 2cc21c4 iommu/amd: Use bus_set_iommu instead of register_iommu by Joerg Roedel · 13 years ago
  86. fcd0861 iommu/amd: Fix wrong shift direction by Joerg Roedel · 13 years ago
  87. e33acde iommu/amd: Don't take domain->lock recursivly by Joerg Roedel · 13 years ago
  88. f1ca151 iommu/amd: Make sure iommu->need_sync contains correct value by Joerg Roedel · 13 years ago
  89. 17f5b56 iommu/amd: Don't use MSI address range for DMA addresses by Joerg Roedel · 13 years ago
  90. 801019d Merge branches 'amd/transparent-bridge' and 'core' by Joerg Roedel · 13 years ago
  91. 403f81d iommu/amd: Move missing parts to drivers/iommu by Joerg Roedel · 13 years ago
  92. 29b6841 x86: amd_iommu: move to drivers/iommu/ by Ohad Ben-Cohen · 13 years ago[Renamed from arch/x86/kernel/amd_iommu.c]
  93. 5629937 Linux 3.0-rc4 by Linus Torvalds · 13 years ago
  94. 71f7758 x86/amd-iommu: Store device alias as dev_data pointer by Joerg Roedel · 13 years ago
  95. 2601887 x86/amd-iommu: Fix boot crash with hidden PCI devices by Joerg Roedel · 13 years ago
  96. 27c2127 x86/amd-iommu: Use only per-device dma_ops by Joerg Roedel · 13 years ago
  97. 6ec5ff4 x86: Eliminate various 'set but not used' warnings by Gustavo F. Padovan · 13 years ago
  98. 72fe00f x86/amd-iommu: Use threaded interupt handler by Joerg Roedel · 13 years ago
  99. 604c307 Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats' and 'amd-iommu/extended-features' into iommu/2.6.40 by Joerg Roedel · 13 years ago
  100. 58fc7f1 x86/amd-iommu: Add support for invalidate_all command by Joerg Roedel · 13 years ago