1. 6eae81a Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 9 years ago
  2. d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  3. 5ffde2f Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd', 'default-domains' and 'core' into next by Joerg Roedel · 9 years ago
  4. 0b3fff5 iommu/amd: Handle large pages correctly in free_pagetable by Joerg Roedel · 9 years ago
  5. 571dbbd iommu/vt-d: Don't disable IR when it was previously enabled by Joerg Roedel · 9 years ago
  6. 7c3c987 iommu/vt-d: Make sure copied over IR entries are not reused by Joerg Roedel · 9 years ago
  7. af3b358 iommu/vt-d: Copy IR table from old kernel when in kdump mode by Joerg Roedel · 9 years ago
  8. d4d1c0f iommu/vt-d: Set IRTA in intel_setup_irq_remapping by Joerg Roedel · 9 years ago
  9. c676f58 iommu/vt-d: Disable IRQ remapping in intel_prepare_irq_remapping by Joerg Roedel · 9 years ago
  10. 9e4e49d iommu/vt-d: Move QI initializationt to intel_setup_irq_remapping by Joerg Roedel · 9 years ago
  11. 23256d0 iommu/vt-d: Move EIM detection to intel_prepare_irq_remapping by Joerg Roedel · 9 years ago
  12. 8939ddf iommu/vt-d: Enable Translation only if it was previously disabled by Joerg Roedel · 9 years ago
  13. 60b523e iommu/vt-d: Don't disable translation prior to OS handover by Joerg Roedel · 9 years ago
  14. c3361f2 iommu/vt-d: Don't copy translation tables if RTT bit needs to be changed by Joerg Roedel · 9 years ago
  15. a87f491 iommu/vt-d: Don't do early domain assignment if kdump kernel by Joerg Roedel · 9 years ago
  16. 86080cc iommu/vt-d: Allocate si_domain in init_dmars() by Joerg Roedel · 9 years ago
  17. cf484d0 iommu/vt-d: Mark copied context entries by Joerg Roedel · 9 years ago
  18. dbcd861 iommu/vt-d: Do not re-use domain-ids from the old kernel by Joerg Roedel · 9 years ago
  19. 091d42e iommu/vt-d: Copy translation tables from old kernel by Joerg Roedel · 9 years ago
  20. 4158c2e iommu/vt-d: Detect pre enabled translation by Joerg Roedel · 9 years ago
  21. 5f0a7f7 iommu/vt-d: Make root entry visible for hardware right after allocation by Joerg Roedel · 9 years ago
  22. b63d80d iommu/vt-d: Init QI before root entry is allocated by Joerg Roedel · 9 years ago
  23. 9f10e5b iommu/vt-d: Cleanup log messages by Joerg Roedel · 9 years ago
  24. c39f3bc Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 9 years ago
  25. c83b2f2 iommu/vt-d: Only enable extended context tables if PASID is supported by David Woodhouse · 9 years ago
  26. c1d9933 iommu, x86: Properly handle posted interrupts for IOMMU hotplug by Feng Wu · 9 years ago
  27. 959c870 iommu, x86: Provide irq_remapping_cap() interface by Feng Wu · 9 years ago
  28. 3d9b98f iommu, x86: Setup Posted-Interrupts capability for Intel iommu by Feng Wu · 9 years ago
  29. d75f152 iommu, x86: Avoid migrating VT-d posted interrupts by Feng Wu · 9 years ago
  30. 2705a3d iommu, x86: Save the mode (posted or remapped) of an IRTE by Feng Wu · 9 years ago
  31. 8541186 iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip by Feng Wu · 9 years ago
  32. 6f28192 iommu: Add new member capability to struct irq_remap_ops by Feng Wu · 9 years ago
  33. 4d58b8a iommu/amd: Handle errors returned from iommu_init_device by Joerg Roedel · 9 years ago
  34. 409e553 iommu: Checking for NULL instead of IS_ERR by Dan Carpenter · 9 years ago
  35. 3a18404c iommu/amd: Propagate errors from amd_iommu_init_api by Joerg Roedel · 9 years ago
  36. 2870b0a iommu/amd: Remove unused fields from struct dma_ops_domain by Joerg Roedel · 9 years ago
  37. 343e9ca iommu/amd: Get rid of device_dma_ops_init() by Joerg Roedel · 9 years ago
  38. 07ee869 iommu/amd: Put IOMMUv2 devices in a direct mapped domain by Joerg Roedel · 9 years ago
  39. 07f643a iommu/amd: Support IOMMU_DOMAIN_IDENTITY type allocation by Joerg Roedel · 9 years ago
  40. 0bb6e24 iommu/amd: Support IOMMU_DOMAIN_DMA type allocation by Joerg Roedel · 9 years ago
  41. aafd8ba iommu/amd: Implement add_device and remove_device by Joerg Roedel · 9 years ago
  42. 063071d iommu/amd: Use default domain if available for DMA-API by Joerg Roedel · 9 years ago
  43. 35cf248 iommu/amd: Implement dm_region call-backs by Joerg Roedel · 9 years ago
  44. d290f1e iommu: Introduce iommu_request_dm_for_dev() by Joerg Roedel · 9 years ago
  45. 6827ca8 iommu: Add function to query the default domain of a group by Joerg Roedel · 9 years ago
  46. beed282 iommu: Create direct mappings in default domains by Joerg Roedel · 9 years ago
  47. a1015c2 iommu: Introduce direct mapped region handling by Joerg Roedel · 9 years ago
  48. 2c1296d iommu: Add iommu_get_domain_for_dev function by Joerg Roedel · 9 years ago
  49. e39cb8a iommu: Make sure a device is always attached to a domain by Joerg Roedel · 9 years ago
  50. 426a273 iommu: Limit iommu_attach/detach_device to devices with their own group by Joerg Roedel · 9 years ago
  51. 53723dc iommu: Allocate a default domain for iommu groups by Joerg Roedel · 9 years ago
  52. 181e505 Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 9 years ago
  53. 843cb6d iommu: Call remove_device call-back after driver release by Joerg Roedel · 9 years ago
  54. 8da3014 iommu: Clean up after a failed bus initialization by Joerg Roedel · 9 years ago
  55. 19762d7 iommu: Propagate error in add_iommu_group by Joerg Roedel · 9 years ago
  56. 269aa80 iommu: Add a few printk messages to group handling code by Joerg Roedel · 9 years ago
  57. 92e7066 iommu: Remove function name from pr_fmt() by Joerg Roedel · 9 years ago
  58. 2d0ec7a Revert "iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent" by Joerg Roedel · 9 years ago
  59. e6aabee iommu/amd: Handle integer overflow in dma_ops_area_alloc by Joerg Roedel · 9 years ago
  60. 48ec83b iommu/arm-smmu: Add initial driver support for ARM SMMUv3 devices by Will Deacon · 9 years ago
  61. e3ce0c9 iommu/arm-smmu: Make force_stage module param read-only in sysfs by Will Deacon · 9 years ago
  62. 661d962 iommu/arm-smmu: Fix ATS1* register writes by Robin Murphy · 9 years ago
  63. aa759fd iommu/exynos: Add callback for initializing devices from device tree by Marek Szyprowski · 9 years ago
  64. 8ed55c8 iommu/exynos: Init from dt-specific callback instead of initcall by Marek Szyprowski · 9 years ago
  65. 622015e iommu/exynos: Add system suspend/resume support by Marek Szyprowski · 9 years ago
  66. ce70ca5 iommu/exynos: Add support for runtime_pm by Marek Szyprowski · 9 years ago
  67. 1b09205 iommu/exynos: Add support for binding more than one sysmmu to master device by Marek Szyprowski · 9 years ago
  68. 06801db iommu/exynos: Add/remove callbacks should fail if no iommu is available by Marek Szyprowski · 9 years ago
  69. 2860af3 iommu/exynos: Document internal structures by Marek Szyprowski · 9 years ago
  70. 312900c iommu/exynos: Remove excessive includes and sort others alphabetically by Marek Szyprowski · 9 years ago
  71. a9133b99 iommu/exynos: Use struct exynos_iommu_domain in internal structures by Marek Szyprowski · 9 years ago
  72. bfa0048 iommu/exynos: Rename variables to reflect their purpose by Marek Szyprowski · 9 years ago
  73. 469aceb iommu/exynos: Refactor function parameters to simplify code by Marek Szyprowski · 9 years ago
  74. 73db569 iommu/exynos: Remove useless members from exynos_iommu_owner structure by Marek Szyprowski · 9 years ago
  75. 3211cf2 iommu/exynos: Remove unused functions by Marek Szyprowski · 9 years ago
  76. 512bd0c iommu/exynos: Don't read version register on every tlb operation by Marek Szyprowski · 9 years ago
  77. d7ef999 iommu: Init iommu-groups support earlier, in core_initcall by Marek Szyprowski · 9 years ago
  78. ec4292d iommu/rockchip: Silence attaching and detaching of devices by Heiko Stuebner · 9 years ago
  79. cffc329 Merge branch 'x86/asm' into x86/apic, to resolve conflicts by Ingo Molnar · 9 years ago
  80. dc3814f iommu/exynos: Tell kmemleak to ignore 2nd level page tables by Colin Cross · 9 years ago
  81. 5dc5616 iommu/arm-smmu: Fix sign-extension of upstream bus addresses at stage 1 by Will Deacon · 9 years ago
  82. 191a663 Merge branch 'x86/asm' into x86/apic, to resolve a conflict by Ingo Molnar · 9 years ago
  83. 4ed6a54 iommu/vt-d: Fix passthrough mode with translation-disabled devices by David Woodhouse · 9 years ago
  84. d4dd920 iommu/rockchip: Make sure that page table state is coherent by Tomasz Figa · 9 years ago
  85. 733cac2 iommu: Fix checkpatch warnings for Missing a blank line after declarations by Robert Callicotte · 9 years ago
  86. d9e7eb1 iommu/rockchip: Fix build without CONFIG_OF by Arnd Bergmann · 9 years ago
  87. 9d4c031 irq_remapping/vt-d: Init all MSI entries not just the first one by Thomas Gleixner · 9 years ago
  88. 1bf1b43 iommu/amd: Fix bug in put_pasid_state_wait by Oded Gabbay · 9 years ago
  89. 9f86262 Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 9 years ago
  90. c6c2002 x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector() by Jiang Liu · 9 years ago
  91. 9c72496 irq_remapping/amd: Move struct irq_2_irte into amd_iommu.c by Jiang Liu · 9 years ago
  92. 099c5c0 irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.c by Jiang Liu · 9 years ago
  93. bac4f90 x86/irq: Remove irq_cfg.irq_remapped by Jiang Liu · 9 years ago
  94. 4c77c98 irq_remapping: Clean up unused interfaces by Jiang Liu · 9 years ago
  95. 494b897 irq_remapping/amd: Clean up unsued code by Jiang Liu · 9 years ago
  96. 3c6e567 irq_remapping/vt-d: Clean up unsued code by Jiang Liu · 9 years ago
  97. 9880534 irq_remapping: Clean up unsued code to support IOAPIC by Jiang Liu · 9 years ago
  98. ad66e1e x86/irq: Remove x86_io_apic_ops.eoi_ioapic_pin and related interfaces by Jiang Liu · 9 years ago
  99. aa5cb97 x86/irq: Remove x86_io_apic_ops.set_affinity and related interfaces by Jiang Liu · 9 years ago
  100. 35d50d8 x86/irq: Remove x86_io_apic_ops.setup_entry and related interfaces by Jiang Liu · 9 years ago