1. 63eaa75 amd_iommu: do not dereference a NULL pointer address. by Maurizio Lombardi · 10 years ago
  2. cafd254 iommu/amd: Remove device binding reference count by Joerg Roedel · 10 years ago
  3. 397111a iommu/amd: Attach and detach complete alias group by Joerg Roedel · 10 years ago
  4. f251e18 iommu/amd: Keep a list of devices in an alias group by Joerg Roedel · 10 years ago
  5. 50917e2 iommu/amd: Move struct iommu_dev_data to amd_iommu.c by Joerg Roedel · 10 years ago
  6. 9b29d3c iommu/amd: Fix cleanup_domain for mass device removal by Joerg Roedel · 10 years ago
  7. b22f643 iommu: Constify struct iommu_ops by Thierry Reding · 10 years ago
  8. 066f2e9 iommu/amd: Add sysfs support by Alex Williamson · 10 years ago
  9. 65d5352 iommu/amd: Use iommu_group_get_for_dev() by Alex Williamson · 10 years ago
  10. c193109 iommu/amd: Update to use PCI DMA aliases by Alex Williamson · 10 years ago
  11. 3dbc260 iommu/amd: Fix recently introduced compile warnings by Joerg Roedel · 10 years ago
  12. ecef115 iommu/amd: Remove duplicate checking code by Vaughan Cao · 10 years ago
  13. e028a9e iommu/amd: Fix interrupt remapping for aliased devices by Alex Williamson · 10 years ago
  14. a919a01 iommu/amd: Fix logic to determine and checking max PASID by Suravee Suthikulpanit · 10 years ago
  15. e8d2d82 iommu/amd: Fix PASID format in INVALIDATE_IOTLB_PAGES command by Jay Cornwall · 10 years ago
  16. b82a227 iommu/amd: Use dev_is_pci() to check whether it is pci device by Yijing Wang · 11 years ago
  17. e644a01 iommu/amd: Fix resource leak in iommu_init_device() by Radmila Kompová · 11 years ago
  18. 01ce784 Merge branches 'x86/vt-d', 'arm/omap', 'core', 'x86/amd' and 'arm/smmu' into next by Joerg Roedel · 11 years ago
  19. 60d0ca3 iommu/amd: Only unmap large pages from the first pte by Alex Williamson · 11 years ago
  20. 5c34c40 iommu/amd: Fix memory leak in free_pagetable by Joerg Roedel · 11 years ago
  21. c14d269 iommu/{vt-d,amd}: Remove multifunction assumption around grouping by Alex Williamson · 11 years ago
  22. 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
  23. 0c4513b Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and 'arm/tegra' into next by Joerg Roedel · 11 years ago
  24. 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
  25. 61e015a iommu: Move swap_pci_ref function to drivers/iommu/pci.h. by Varun Sethi · 11 years ago
  26. 3f398bc iommu/AMD: Per-thread IOMMU Interrupt Handling by Suravee Suthikulpanit · 11 years ago
  27. d3263bc iommu/amd: Workaround for ERBT1312 by Joerg Roedel · 11 years ago
  28. 197887f iommu/amd: Properly initialize irq-table lock by Joerg Roedel · 11 years ago
  29. 0dfedd6 iommu/amd: Use AMD specific data structure for irq remapping by Joerg Roedel · 11 years ago
  30. a0e191b iommu/amd: Remove map_sg_no_iommu() by Joerg Roedel · 11 years ago
  31. bb5547ac iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API. by Varun Sethi · 11 years ago
  32. 925fe08 iommu/amd: Re-enable IOMMU event log interrupt after handling. by Suravee Suthikulpanit · 11 years ago
  33. c2a2876 iommu/amd: Make sure dma_ops are set for hotplug devices by Joerg Roedel · 11 years ago
  34. 6f2729b iommu/amd: Remove calc_devid() and use PCI_DEVID() from PCI by Shuah Khan · 11 years ago
  35. c5081cd iommu/amd: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCI by Shuah Khan · 11 years ago
  36. 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
  37. 91457df iommu/amd: Remove redundant NULL check before dma_ops_domain_free(). by Cyril Roelandt · 11 years ago
  38. 9b1b0e4 x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 core by Joerg Roedel · 12 years ago
  39. 310aa95 iommu/amd: Remove obsolete comment by Joerg Roedel · 12 years ago
  40. 954e3dd iommu/amd: Don't use 512GB pages by Joerg Roedel · 12 years ago
  41. 78bfa9f iommu/amd: Properly account for virtual aliases in IOMMU groups by Alex Williamson · 12 years ago
  42. ce7ac4a iommu/amd: Split IOMMU group allocation and attach by Alex Williamson · 12 years ago
  43. 2bff6a5 iommu/amd: Split upstream bus device lookup by Alex Williamson · 12 years ago
  44. 2851db2 iommu/amd: Split IOMMU Group topology walk by Alex Williamson · 12 years ago
  45. eb9c952 iommu/amd: Split IOMMU group initialization by Alex Williamson · 12 years ago
  46. 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
  47. 44229b1 iommu/amd: Remove obsolete comment line by Joerg Roedel · 12 years ago
  48. 821f0f6 iommu/amd: Fix possible use after free in get_irq_table() by Dan Carpenter · 12 years ago
  49. bdddadc iommu/amd: Report irq remapping through IOMMU-API by Joerg Roedel · 12 years ago
  50. 6b474b8 iommu/amd: Add initialization routines for AMD interrupt remapping by Joerg Roedel · 12 years ago
  51. d976195 iommu/amd: Add call-back routine for HPET MSI by Joerg Roedel · 12 years ago
  52. 0b4d48c iommu/amd: Implement MSI routines for interrupt remapping by Joerg Roedel · 12 years ago
  53. 5527de7 iommu/amd: Add IOAPIC remapping routines by Joerg Roedel · 12 years ago
  54. 2b32450 iommu/amd: Add routines to manage irq remapping tables by Joerg Roedel · 12 years ago
  55. 7ef2798 iommu/amd: Add IRTE invalidation routine by Joerg Roedel · 12 years ago
  56. 05152a0 iommu/amd: Add slab-cache for irq remapping tables by Joerg Roedel · 12 years ago
  57. 6efed63 iommu/amd: Keep track of HPET and IOAPIC device ids by Joerg Roedel · 12 years ago
  58. 0774e39 iommu/amd: Fix wrong assumption in iommu-group specific code by Joerg Roedel · 12 years ago
  59. df805ab iommu/amd: Fix some typos by Frank Arnold · 12 years ago
  60. 31fe943 iommu/amd: Fix ACS path checking by Alex Williamson · 12 years ago
  61. 395e51f Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domain-attr' into next by Joerg Roedel · 12 years ago
  62. 2c9195e iommu/amd: Fix hotplug with iommu=pt by Joerg Roedel · 12 years ago
  63. 62410ee iommu/amd: Move unmap_flush message to amd_iommu_init_dma_ops() by Joerg Roedel · 12 years ago
  64. 643511b iommu/amd: Introduce early_amd_iommu_init routine by Joerg Roedel · 12 years ago
  65. 98f1ad2 iommu/amd: Fix sparse warnings by Joerg Roedel · 12 years ago
  66. 0ff64f8 iommu/amd: Implement DOMAIN_ATTR_GEOMETRY attribute by Joerg Roedel · 12 years ago
  67. 3775d48 iommu/amd: fix type bug in flush code by Dan Carpenter · 12 years ago
  68. 664b600 amd_iommu: Make use of DMA quirks and ACS checks in IOMMU groups by Alex Williamson · 12 years ago
  69. 9dcd613 amd_iommu: Support IOMMU groups by Alex Williamson · 12 years ago
  70. d72e31c iommu: IOMMU Groups by Alex Williamson · 12 years ago
  71. ac1534a iommu/amd: Initialize dma_ops for hotplug and sriov devices by Joerg Roedel · 12 years ago
  72. eee5353 iommu/amd: Fix deadlock in ppr-handling error path by Joerg Roedel · 12 years ago
  73. 3d06fca iommu/amd: Add workaround for event log erratum by Joerg Roedel · 12 years ago
  74. a3b9312 iommu/amd: Check for the right TLP prefix bit by Joerg Roedel · 12 years ago
  75. 58bca4a Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  76. baa676f X86 & IA64: adapt for dma_map_ops changes by Andrzej Pietrasiewicz · 12 years ago
  77. 943bc7e x86: Fix section warnings by Steffen Persvold · 12 years ago
  78. af1be04 iommu/amd: Work around broken IVRS tables by Joerg Roedel · 12 years ago
  79. f93ea73 Merge branches 'iommu/page-sizes' and 'iommu/group-id' into next by Joerg Roedel · 12 years ago
  80. 2655d7a iommu/amd: Init stats for iommu=pt by Joerg Roedel · 12 years ago
  81. 52efdb8 iommu/amd: Add amd_iommu_device_info() function by Joerg Roedel · 13 years ago
  82. 46277b7 iommu/amd: Adapt IOMMU driver to PCI register name changes by Joerg Roedel · 13 years ago
  83. a06ec39 Merge branch 'iommu/page-sizes' into x86/amd by Joerg Roedel · 13 years ago
  84. 399be2f iommu/amd: Add stat counter for IOMMUv2 events by Joerg Roedel · 13 years ago
  85. 6a113dd iommu/amd: Add device errata handling by Joerg Roedel · 13 years ago
  86. f3572db iommu/amd: Add function to get IOMMUv2 domain for pdev by Joerg Roedel · 13 years ago
  87. c99afa2 iommu/amd: Implement function to send PPR completions by Joerg Roedel · 13 years ago
  88. b16137b iommu/amd: Implement functions to manage GCR3 table by Joerg Roedel · 13 years ago
  89. 22e266c iommu/amd: Implement IOMMUv2 TLB flushing routines by Joerg Roedel · 13 years ago
  90. 52815b7 iommu/amd: Add support for IOMMUv2 domain mode by Joerg Roedel · 13 years ago
  91. 132bd68 iommu/amd: Add amd_iommu_domain_direct_map function by Joerg Roedel · 13 years ago
  92. 72e1dcc iommu/amd: Implement notifier for PPR faults by Joerg Roedel · 13 years ago
  93. 5abcdba iommu/amd: Put IOMMUv2 capable devices in pt_domain by Joerg Roedel · 13 years ago
  94. ee6c286 iommu/amd: Convert dev_table_entry to u64 by Joerg Roedel · 13 years ago
  95. bcb71ab iommu: Add option to group multi-function devices by Alex Williamson · 13 years ago
  96. 8fbdce6 iommu/amd: Implement iommu_device_group by Alex Williamson · 13 years ago
  97. aa3de9c iommu/amd: announce supported page sizes by Ohad Ben-Cohen · 13 years ago
  98. 5009065 iommu/core: stop converting bytes to page order back and forth by Ohad Ben-Cohen · 13 years ago
  99. 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
  100. 2cc21c4 iommu/amd: Use bus_set_iommu instead of register_iommu by Joerg Roedel · 13 years ago