1. 3f4cb7c iommu/amd: Fix irq remapping detection logic by Thomas Gleixner · 9 years ago
  2. 7fa1c84 iommu/irq_remapping: Change variable disable_irq_remap to be static by Jiang Liu · 9 years ago
  3. c392f56 iommu/irq_remapping: Kill function irq_remapping_supported() and related code by Jiang Liu · 9 years ago
  4. 84d0779 iommu/amd: Check for irq-remap support amd_iommu_prepare() by Joerg Roedel · 9 years ago
  5. c50e324 iommu/amd: Fix devid mapping for ivrs_ioapic override by Joerg Roedel · 10 years ago
  6. 066f2e9 iommu/amd: Add sysfs support by Alex Williamson · 10 years ago
  7. 2c16c9f iommu/amd: fix enabling exclusion range for an exact device by Su Friendy · 10 years ago
  8. a919a01 iommu/amd: Fix logic to determine and checking max PASID by Suravee Suthikulpanit · 10 years ago
  9. 8b48463 ACPI: Clean up inclusions of ACPI header files by Lv Zheng · 11 years ago
  10. 82fcfc6 iommu/amd: Clean up unnecessary MSI/MSI-X capability find by Yijing Wang · 11 years ago
  11. 30861dd perf/x86/amd: Add IOMMU Performance Counter resource management by Steven L Kinney · 11 years ago
  12. 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
  13. 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
  14. 83ed9c1 iommu/amd: fix error return code in early_amd_iommu_init() by Wei Yongjun · 11 years ago
  15. 3f398bc iommu/AMD: Per-thread IOMMU Interrupt Handling by Suravee Suthikulpanit · 11 years ago
  16. dfbb6d4 iommu/amd: Don't report firmware bugs with cmd-line ivrs overrides by Joerg Roedel · 11 years ago
  17. 440e8998 iommu/amd: Add ioapic and hpet ivrs override by Joerg Roedel · 11 years ago
  18. 235dacb iommu/amd: Add early maps for ioapic and hpet by Joerg Roedel · 11 years ago
  19. 31cff67 iommu/amd: Extend IVRS special device data structure by Joerg Roedel · 11 years ago
  20. d3da220 iommu/amd: Move add_special_device() to __init by Joerg Roedel · 11 years ago
  21. 6f2729b iommu/amd: Remove calc_devid() and use PCI_DEVID() from PCI by Shuah Khan · 11 years ago
  22. c5081cd iommu/amd: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCI by Shuah Khan · 11 years ago
  23. e2f1a3b amd_iommu_init: remove __init from amd_iommu_erratum_746_workaround by Nikola Pajkovsky · 11 years ago
  24. f528d98 iommu/amd: Initialize device table after dma_ops by Joerg Roedel · 11 years ago
  25. 318fe78 IOMMU, AMD Family15h Model10-1Fh erratum 746 Workaround by Suravee Suthikulpanit · 11 years ago
  26. c2ff5cf5 iommu/amd: Work around wrong IOAPIC device-id in IVRS table by Joerg Roedel · 12 years ago
  27. 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
  28. ebe60bb iommu/amd: Print message to system log when irq remapping is enabled by Joerg Roedel · 12 years ago
  29. d04e0ba iommu/amd: Make sure irq remapping still works on dma init failure by Joerg Roedel · 12 years ago
  30. 6b474b8 iommu/amd: Add initialization routines for AMD interrupt remapping by Joerg Roedel · 12 years ago
  31. f6fec00 iommu/amd: Make sure IOMMU is not considered to translate itself by Joerg Roedel · 12 years ago
  32. 33f28c5 iommu/amd: Split device table initialization into irq and dma part by Joerg Roedel · 12 years ago
  33. eb1eb7a iommu/amd: Check if IOAPIC information is correct by Joerg Roedel · 12 years ago
  34. 0ea2c42 iommu/amd: Allocate data structures to keep track of irq remapping tables by Joerg Roedel · 12 years ago
  35. 05152a0 iommu/amd: Add slab-cache for irq remapping tables by Joerg Roedel · 12 years ago
  36. 6efed63 iommu/amd: Keep track of HPET and IOAPIC device ids by Joerg Roedel · 12 years ago
  37. 500c25e iommu/amd: Fix features reporting by Borislav Petkov · 12 years ago
  38. df805ab iommu/amd: Fix some typos by Frank Arnold · 12 years ago
  39. 2166f0e iommu/amd: remove duplicated include from amd_iommu_init.c by Wei Yongjun · 12 years ago
  40. 2bd5ed0 iommu/amd: Fix wrong check for ARRAY_SIZE() by Joerg Roedel · 12 years ago
  41. 1adb7d3 iommu/amd: Fix pci_request_acs() call-place by Joerg Roedel · 12 years ago
  42. 2c0ae17 iommu/amd: Convert iommu initialization to state machine by Joerg Roedel · 12 years ago
  43. b9b1ce70 iommu/amd: Introduce amd_iommu_init_dma routine by Joerg Roedel · 12 years ago
  44. 62410ee iommu/amd: Move unmap_flush message to amd_iommu_init_dma_ops() by Joerg Roedel · 12 years ago
  45. 11ee5ac iommu/amd: Split enable_iommus() routine by Joerg Roedel · 12 years ago
  46. 643511b iommu/amd: Introduce early_amd_iommu_init routine by Joerg Roedel · 12 years ago
  47. 4d121c3 iommu/amd: Move informational prinks out of iommu_enable by Joerg Roedel · 12 years ago
  48. 23c742d iommu/amd: Split out PCI related parts of IOMMU initialization by Joerg Roedel · 12 years ago
  49. 02f3b3f iommu/amd: Use acpi_get_table instead of acpi_table_parse by Joerg Roedel · 12 years ago
  50. 98f1ad2 iommu/amd: Fix sparse warnings by Joerg Roedel · 12 years ago
  51. 3775d48 iommu/amd: fix type bug in flush code by Dan Carpenter · 12 years ago
  52. f2f12b6 iommu/amd: Fix missing iommu_shutdown initialization in passthrough mode by Shuah Khan · 12 years ago
  53. c1bf94e iommu/amd: Cache pdev pointer to root-bridge by Joerg Roedel · 12 years ago
  54. 7de4730 Merge branches 'iommu/fixes', 'arm/tegra' and 'x86/amd' into next by Joerg Roedel · 12 years ago
  55. ae29514 iommu/amd: Fix section mismatch by Gerard Snitselaar · 12 years ago
  56. 3d9761e iommu/amd: Move interrupt setup code into seperate function by Joerg Roedel · 12 years ago
  57. 9ddd592 iommu/amd: Make sure IOMMU interrupts are re-enabled on resume by Joerg Roedel · 12 years ago
  58. 6e930045 iommu/amd: Fix double free of mem-region in error-path by Joerg Roedel · 12 years ago
  59. 6b7f000 x86/amd: iommu_set_device_table() must not be __init by Jan Beulich · 12 years ago
  60. 8704a1b iommu/amd: Split amd_iommu_init function by Joerg Roedel · 12 years ago
  61. 1456e9d iommu/amd: Set IOTLB invalidation timeout by Joerg Roedel · 12 years ago
  62. 31342b5 iommu/amd: Remove unnecessary cache flushes in amd_iommu_resume by Joerg Roedel · 12 years ago
  63. 52815b7 iommu/amd: Add support for IOMMUv2 domain mode by Joerg Roedel · 13 years ago
  64. 5abcdba iommu/amd: Put IOMMUv2 capable devices in pt_domain by Joerg Roedel · 13 years ago
  65. 400a28a iommu/amd: Add iommuv2 flag to struct amd_iommu by Joerg Roedel · 13 years ago
  66. cbc33a9 iommu/amd: Enable GT mode when supported by IOMMU by Joerg Roedel · 13 years ago
  67. 1a29ac0 iommu/amd: Setup PPR log when supported by IOMMU by Joerg Roedel · 13 years ago
  68. 62f71ab iommu/amd: Get the maximum number of PASIDs supported by Joerg Roedel · 13 years ago
  69. ee6c286 iommu/amd: Convert dev_table_entry to u64 by Joerg Roedel · 13 years ago
  70. 403f81d iommu/amd: Move missing parts to drivers/iommu by Joerg Roedel · 13 years ago[Renamed (99%) from arch/x86/kernel/amd_iommu_init.c]
  71. 0de66d5 x86/amd-iommu: Fix 3 possible endless loops by Joerg Roedel · 13 years ago
  72. 72fe00f x86/amd-iommu: Use threaded interupt handler by Joerg Roedel · 13 years ago
  73. 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
  74. d99ddec x86/amd-iommu: Add extended feature detection by Joerg Roedel · 13 years ago
  75. 60f723b x86/amd-iommu: Add flag to indicate IOTLB support by Joerg Roedel · 13 years ago
  76. 7d0c5cc x86/amd-iommu: Flush all internal TLBs when IOMMUs are enabled by Joerg Roedel · 13 years ago
  77. f3c6ea1 x86: Use syscore_ops instead of sysdev classes and sysdevs by Rafael J. Wysocki · 13 years ago
  78. 157b6ce Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  79. 5d0d715 x86/amd-iommu: Update copyright headers by Joerg Roedel · 14 years ago
  80. 5bcd757 x86/amd-iommu: Reenable AMD IOMMU if it's mysteriously vanished over suspend by Matthew Garrett · 14 years ago
  81. 4c894f4 x86/amd-iommu: Work around S3 BIOS bug by Joerg Roedel · 14 years ago
  82. e9bf519 x86/amd-iommu: Set iommu configuration flags in enable-loop by Joerg Roedel · 14 years ago
  83. 22e6daf x86, GART/AMD-VI: Make AMD GART and IOMMU use IOMMU_INIT_* macros. by Konrad Rzeszutek Wilk · 14 years ago
  84. 480125b x86, iommu: Make all IOMMU's detection routines return a value. by Konrad Rzeszutek Wilk · 14 years ago
  85. d7f0776 x86/amd-iommu: Fall back to GART if initialization fails by Joerg Roedel · 14 years ago
  86. e82752d x86/amd-iommu: Fix crash when request_mem_region fails by Joerg Roedel · 14 years ago
  87. a523572 x86/amd-iommu: Add amd_iommu=off command line option by Joerg Roedel · 14 years ago
  88. 2b2f862 Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent by Ingo Molnar · 14 years ago
  89. 549c90dc x86/amd-iommu: warn when issuing command to uninitialized cmd buffer by Chris Wright · 14 years ago
  90. 75f6653 x86/amd-iommu: enable iommu before attaching devices by Chris Wright · 14 years ago
  91. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  92. 3551a70 x86/amd-iommu: Report errors in acpi parsing functions upstream by Joerg Roedel · 14 years ago
  93. f532509 x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt by Joerg Roedel · 14 years ago
  94. 0f76480 x86/amd-iommu: Fix initialization failure panic by Joerg Roedel · 14 years ago
  95. 7563009 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  96. 11bd04f Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  97. 8638c49 x86/amd-iommu: Fix PCI hotplug with passthrough mode by Joerg Roedel · 15 years ago
  98. b7cc955 x86/amd-iommu: Fix passthrough mode by Joerg Roedel · 15 years ago
  99. 5d990b6 PCI: add pci_request_acs by Chris Wright · 15 years ago
  100. 492667d x86/amd-iommu: Remove amd_iommu_pd_table by Joerg Roedel · 15 years ago