1. 066f2e9 iommu/amd: Add sysfs support by Alex Williamson · 10 years ago
  2. 65d5352 iommu/amd: Use iommu_group_get_for_dev() by Alex Williamson · 10 years ago
  3. 3f583bc Merge tag 'iommu-updates-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  4. a919a01 iommu/amd: Fix logic to determine and checking max PASID by Suravee Suthikulpanit · 10 years ago
  5. 4b180d9 iommu/amd: Add include of <linux/irqreturn.h> by Bjorn Helgaas · 10 years ago
  6. 30861dd perf/x86/amd: Add IOMMU Performance Counter resource management by Steven L Kinney · 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. 31cff67 iommu/amd: Extend IVRS special device data structure by Joerg Roedel · 11 years ago
  9. 925fe08 iommu/amd: Re-enable IOMMU event log interrupt after handling. by Suravee Suthikulpanit · 11 years ago
  10. 6f2729b iommu/amd: Remove calc_devid() and use PCI_DEVID() from PCI by Shuah Khan · 11 years ago
  11. c5081cd iommu/amd: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCI by Shuah Khan · 11 years ago
  12. 78bfa9f iommu/amd: Properly account for virtual aliases in IOMMU groups by Alex Williamson · 12 years ago
  13. 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
  14. 7ef2798 iommu/amd: Add IRTE invalidation routine by Joerg Roedel · 12 years ago
  15. 0ea2c42 iommu/amd: Allocate data structures to keep track of irq remapping tables by Joerg Roedel · 12 years ago
  16. 05152a0 iommu/amd: Add slab-cache for irq remapping tables by Joerg Roedel · 12 years ago
  17. 6efed63 iommu/amd: Keep track of HPET and IOAPIC device ids by Joerg Roedel · 12 years ago
  18. df805ab iommu/amd: Fix some typos by Frank Arnold · 12 years ago
  19. 23c742d iommu/amd: Split out PCI related parts of IOMMU initialization by Joerg Roedel · 12 years ago
  20. 98f1ad2 iommu/amd: Fix sparse warnings by Joerg Roedel · 12 years ago
  21. 3775d48 iommu/amd: fix type bug in flush code by Dan Carpenter · 12 years ago
  22. c1bf94e iommu/amd: Cache pdev pointer to root-bridge by Joerg Roedel · 12 years ago
  23. 1456e9d iommu/amd: Set IOTLB invalidation timeout by Joerg Roedel · 12 years ago
  24. 6a113dd iommu/amd: Add device errata handling by Joerg Roedel · 13 years ago
  25. f3572db iommu/amd: Add function to get IOMMUv2 domain for pdev by Joerg Roedel · 13 years ago
  26. c99afa2 iommu/amd: Implement function to send PPR completions by Joerg Roedel · 13 years ago
  27. b16137b iommu/amd: Implement functions to manage GCR3 table by Joerg Roedel · 13 years ago
  28. 22e266c iommu/amd: Implement IOMMUv2 TLB flushing routines by Joerg Roedel · 13 years ago
  29. 52815b7 iommu/amd: Add support for IOMMUv2 domain mode by Joerg Roedel · 13 years ago
  30. 72e1dcc iommu/amd: Implement notifier for PPR faults by Joerg Roedel · 13 years ago
  31. 5abcdba iommu/amd: Put IOMMUv2 capable devices in pt_domain by Joerg Roedel · 13 years ago
  32. 400a28a iommu/amd: Add iommuv2 flag to struct amd_iommu by Joerg Roedel · 13 years ago
  33. cbc33a9 iommu/amd: Enable GT mode when supported by IOMMU by Joerg Roedel · 13 years ago
  34. 1a29ac0 iommu/amd: Setup PPR log when supported by IOMMU by Joerg Roedel · 13 years ago
  35. 62f71ab iommu/amd: Get the maximum number of PASIDs supported by Joerg Roedel · 13 years ago
  36. ee6c286 iommu/amd: Convert dev_table_entry to u64 by Joerg Roedel · 13 years ago
  37. 801019d Merge branches 'amd/transparent-bridge' and 'core' by Joerg Roedel · 13 years ago
  38. 403f81d iommu/amd: Move missing parts to drivers/iommu by Joerg Roedel · 13 years ago[Renamed from arch/x86/include/asm/amd_iommu_types.h]
  39. 5629937 Linux 3.0-rc4 by Linus Torvalds · 13 years ago
  40. 71f7758 x86/amd-iommu: Store device alias as dev_data pointer by Joerg Roedel · 13 years ago
  41. 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
  42. 58fc7f1 x86/amd-iommu: Add support for invalidate_all command by Joerg Roedel · 13 years ago
  43. d99ddec x86/amd-iommu: Add extended feature detection by Joerg Roedel · 13 years ago
  44. fd7b553 x86/amd-iommu: Add ATS enable/disable code by Joerg Roedel · 13 years ago
  45. 60f723b x86/amd-iommu: Add flag to indicate IOTLB support by Joerg Roedel · 13 years ago
  46. cb41ed8 x86/amd-iommu: Flush device IOTLB if ATS is enabled by Joerg Roedel · 13 years ago
  47. 61985a0 x86/amd-iommu: Remove command buffer resetting logic by Joerg Roedel · 13 years ago
  48. 5d0d715 x86/amd-iommu: Update copyright headers by Joerg Roedel · 14 years ago
  49. 5bcd757 x86/amd-iommu: Reenable AMD IOMMU if it's mysteriously vanished over suspend by Matthew Garrett · 14 years ago
  50. 4c894f4 x86/amd-iommu: Work around S3 BIOS bug by Joerg Roedel · 14 years ago
  51. e9bf519 x86/amd-iommu: Set iommu configuration flags in enable-loop by Joerg Roedel · 14 years ago
  52. 795e74f7 Merge branch 'iommu/largepages' into amd-iommu/2.6.35 by Joerg Roedel · 14 years ago
  53. 549c90dc x86/amd-iommu: warn when issuing command to uninitialized cmd buffer by Chris Wright · 14 years ago
  54. 24cd772 x86/amd-iommu: Make iommu_unmap_page and fetch_pte aware of page sizes by Joerg Roedel · 14 years ago
  55. cbb9d72 x86/amd-iommu: Make iommu_map_page and alloc_pte aware of page sizes by Joerg Roedel · 14 years ago
  56. 5d214fe x86/amd-iommu: Protect IOMMU-API map/unmap path by Joerg Roedel · 14 years ago
  57. 492667d x86/amd-iommu: Remove amd_iommu_pd_table by Joerg Roedel · 15 years ago
  58. b00d3bc x86/amd-iommu: Cleanup DTE flushing code by Joerg Roedel · 15 years ago
  59. 7c392cb x86/amd-iommu: Keep devices per domain in a list by Joerg Roedel · 15 years ago
  60. 2410005 x86/amd-iommu: Add device bind reference counting by Joerg Roedel · 15 years ago
  61. 657cbb6 x86/amd-iommu: Use dev->arch->iommu to store iommu related information by Joerg Roedel · 15 years ago
  62. 8793abe x86/amd-iommu: Remove support for domain sharing by Joerg Roedel · 15 years ago
  63. 318afd4 x86/amd-iommu: Make np-cache a global flag by Joerg Roedel · 15 years ago
  64. aeb26f5 x86/amd-iommu: Implement protection domain list by Joerg Roedel · 15 years ago
  65. c459611 x86/amd-iommu: Add per IOMMU reference counting by Joerg Roedel · 15 years ago
  66. bb52777 x86/amd-iommu: Add an index field to struct amd_iommu by Joerg Roedel · 15 years ago
  67. bf3118c x86/amd-iommu: Update copyright headers by Joerg Roedel · 15 years ago
  68. 6a9401a x86/amd-iommu: Separate internal interface definitions by Joerg Roedel · 15 years ago
  69. 2b681fa Merge branch 'amd-iommu/pagetable' into amd-iommu/2.6.32 by Joerg Roedel · 15 years ago
  70. 03362a0 Merge branch 'amd-iommu/passthrough' into amd-iommu/2.6.32 by Joerg Roedel · 15 years ago
  71. 85da07c Merge branches 'gart/fixes', 'amd-iommu/fixes+cleanups' and 'amd-iommu/fault-handling' into amd-iommu/2.6.32 by Joerg Roedel · 15 years ago
  72. 0feae53 x86/amd-iommu: Add passthrough mode initialization functions by Joerg Roedel · 15 years ago
  73. abdc5eb x86/amd-iommu: Change iommu_map_page to support multiple page sizes by Joerg Roedel · 15 years ago
  74. a6b256b x86/amd-iommu: Support higher level PTEs in iommu_page_unmap by Joerg Roedel · 15 years ago
  75. 674d798 x86/amd-iommu: Remove old page table handling macros by Joerg Roedel · 15 years ago
  76. 50020fb x86/amd-iommu: Introduce increase_address_space function by Joerg Roedel · 15 years ago
  77. 04bfdd8 x86/amd-iommu: Flush domains if address space size was increased by Joerg Roedel · 15 years ago
  78. 9355a08 x86/amd-iommu: Make fetch_pte aware of dynamic mapping levels by Joerg Roedel · 15 years ago
  79. b26e81b x86/amd-iommu: Panic if IOMMU command buffer reset fails by Joerg Roedel · 15 years ago
  80. 93f1cc67 x86/amd-iommu: Add reset function for command buffers by Joerg Roedel · 15 years ago
  81. 4c6f40d x86/amd-iommu: replace "AMD IOMMU" by "AMD-Vi" by Joerg Roedel · 15 years ago
  82. 83cce2b Merge branches 'amd-iommu/fixes', 'amd-iommu/debug', 'amd-iommu/suspend-resume' and 'amd-iommu/extended-allocator' into amd-iommu/2.6.31 by Joerg Roedel · 15 years ago
  83. 803b8cb4 amd-iommu: change dma_dom->next_bit to dma_dom->next_address by Joerg Roedel · 15 years ago
  84. 384de72 amd-iommu: make address allocator aware of multiple aperture ranges by Joerg Roedel · 15 years ago
  85. c323956 amd-iommu: introduce aperture_range structure by Joerg Roedel · 15 years ago
  86. 3bd2217 amd-iommu: introduce for_each_iommu* macros by Joerg Roedel · 15 years ago
  87. fefda11 amd-iommu: add amd_iommu_dump parameter by Joerg Roedel · 15 years ago
  88. 7f26508 AMD IOMMU: add init code for statistic collection by Joerg Roedel · 16 years ago
  89. a9dddbe AMD IOMMU: add necessary header defines for stats counting by Joerg Roedel · 16 years ago
  90. c226f85 AMD IOMMU: convert amd_iommu_isolate to bool by Joerg Roedel · 16 years ago
  91. 0cfd7aa AMD IOMMU: convert iommu->need_sync to bool by Joerg Roedel · 16 years ago
  92. ab89672 AMD IOMMU: use dev_name instead of self-build print_devid by Joerg Roedel · 16 years ago
  93. e2dc14a AMD IOMMU: add a domain flag for default domains by Joerg Roedel · 16 years ago
  94. 863c74e AMD IOMMU: add device reference counting for protection domains by Joerg Roedel · 16 years ago
  95. 9fdb19d AMD IOMMU: add protection domain flags by Joerg Roedel · 16 years ago
  96. eac9fbc AMD IOMMU: struct amd_iommu remove padding on 64 bit by Richard Kennedy · 16 years ago
  97. 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
  98. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago[Renamed from include/asm-x86/amd_iommu_types.h]
  99. 725c258 Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for-linus-phase3-B by Ingo Molnar · 16 years ago
  100. b8cd9d0 Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago