1. 23971bd Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  2. e4e6567 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  3. 09b5269 Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 10 years ago
  4. 80f7b3d iommu/vt-d: Work around broken RMRR firmware entries by Joerg Roedel · 10 years ago
  5. 5738459 iommu/vt-d: Store bus information in RMRR PCI device path by Joerg Roedel · 10 years ago
  6. 1196c2f iommu/vt-d: Only remove domain when device is removed by Joerg Roedel · 10 years ago
  7. c50e324 iommu/amd: Fix devid mapping for ivrs_ioapic override by Joerg Roedel · 10 years ago
  8. 5fc24d8 iommu/irq_remapping: Fix the regression of hpet irq remapping by Yijing Wang · 10 years ago
  9. fb3e306 iommu: Fix bus notifier breakage by Mark Salter · 10 years ago
  10. 25b11ce iommu/amd: Split init_iommu_group() from iommu_init_device() by Alex Williamson · 10 years ago
  11. f096c06 iommu: Rework iommu_group_get_for_pci_dev() by Alex Williamson · 10 years ago
  12. d943b0f iommu: Make of_device_id array const by Kiran Padwal · 10 years ago
  13. 63eaa75 amd_iommu: do not dereference a NULL pointer address. by Maurizio Lombardi · 10 years ago
  14. a6fda0f iommu/omap: Remove omap_iommu unused owner field by Laurent Pinchart · 10 years ago
  15. 24278a2 iommu: Remove iommu_domain_has_cap() API function by Joerg Roedel · 10 years ago
  16. 7c2aa64 iommu/tegra: Convert to iommu_capable() API function by Joerg Roedel · 10 years ago
  17. 4480845 iommu/msm: Convert to iommu_capable() API function by Joerg Roedel · 10 years ago
  18. 5d587b8 iommu/vt-d: Convert to iommu_capable() API function by Joerg Roedel · 10 years ago
  19. b7eb678 iommu/fsl: Convert to iommu_capable() API function by Joerg Roedel · 10 years ago
  20. 1fd0c77 iommu/arm-smmu: Convert to iommu_capable() API function by Joerg Roedel · 10 years ago
  21. ab63648 iommu/amd: Convert to iommu_capable() API function by Joerg Roedel · 10 years ago
  22. 3c0e0ca iommu: Introduce iommu_capable API function by Joerg Roedel · 10 years ago
  23. 1aed074 iommu: Convert iommu-caps from define to enum by Joerg Roedel · 10 years ago
  24. 5712846 kvm: Fix page ageing bugs by Andres Lagar-Cavilla · 10 years ago
  25. ccd359f iommu/arm-smmu: fix bug in pmd construction by Mitchel Humpherys · 10 years ago
  26. d3aba04 iommu/arm-smmu: support MMU-401 by Robin Murphy · 10 years ago
  27. 0936040 iommu/arm-smmu: fix architecture version detection by Robin Murphy · 10 years ago
  28. 28d6007 iommu/arm-smmu: don't bother truncating the s1 output size to VA_BITS by Will Deacon · 10 years ago
  29. c757e85 iommu/arm-smmu: use page shift instead of page size to avoid division by Will Deacon · 10 years ago
  30. 844e35b iommu/arm-smmu: put iommu_domain pointer in dev->archdata.iommu by Will Deacon · 10 years ago
  31. 8f68f8e iommu/arm-smmu: add support for multi-master iommu groups by Will Deacon · 10 years ago
  32. 4cf740b iommu/arm-smmu: allow translation stage to be forced on the cmdline by Will Deacon · 10 years ago
  33. 5a9137a iommu/fsl: Fix warning resulting from adding PCI device twice by Varun Sethi · 10 years ago
  34. 7d68277 iommu/omap: Fix iommu archdata name for DT-based devices by Suman Anna · 10 years ago
  35. e3f595b iommu/omap: Check for valid archdata in attach_dev by Suman Anna · 10 years ago
  36. 61bf5ff Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into iommu/fixes by Joerg Roedel · 10 years ago
  37. 4d09d99 iommu/arm-smmu: fix corner cases in address size calculations by Will Deacon · 10 years ago
  38. 70c9a7d iommu/arm-smmu: fix decimal printf format specifiers prefixed with 0x by Hans Wennborg · 10 years ago
  39. 3c8766d iommu/arm-smmu: Do not access non-existing S2CR registers by Olav Haugan · 10 years ago
  40. 43b412b iommu/arm-smmu: fix s2cr and smr teardown on device detach from domain by Will Deacon · 10 years ago
  41. 93b1413 iommu/arm-smmu: remove pgtable_page_{c,d}tor() by Vladimir Murzin · 10 years ago
  42. 1fc870c iommu/arm-smmu: fix programming of SMMU_CBn_TCR for stage 1 by Olav Haugan · 10 years ago
  43. a18037b iommu/arm-smmu: avoid calling request_irq in atomic context by Mitchel Humpherys · 10 years ago
  44. cafd254 iommu/amd: Remove device binding reference count by Joerg Roedel · 10 years ago
  45. 397111a iommu/amd: Attach and detach complete alias group by Joerg Roedel · 10 years ago
  46. f251e18 iommu/amd: Keep a list of devices in an alias group by Joerg Roedel · 10 years ago
  47. 50917e2 iommu/amd: Move struct iommu_dev_data to amd_iommu.c by Joerg Roedel · 10 years ago
  48. c0df975 iommu/vt-d: Check return value of acpi_bus_get_device() by Joerg Roedel · 10 years ago
  49. c4a783b iommu/core: Make iommu_group_get_for_dev() more robust by Joerg Roedel · 10 years ago
  50. eecbad7 iommu: Replace rcu_assign_pointer() with RCU_INIT_POINTER() by Andreea-Cristina Bernat · 10 years ago
  51. f63ef69 iommu/vt-d: Don't store SIRTP request by Jan Kiszka · 10 years ago
  52. f171aba iommu/exynos: Fix trivial typos by Sachin Kamat · 10 years ago
  53. 9db4ad9 iommu/core: Check for the right function pointer in iommu_map() by Joerg Roedel · 10 years ago
  54. 9b29d3c iommu/amd: Fix cleanup_domain for mass device removal by Joerg Roedel · 10 years ago
  55. e7f9fa5 iommu/vt-d: Defer domain removal if device is assigned to a driver by Joerg Roedel · 10 years ago
  56. 44c916d Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  57. 7725131 Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  58. 8b80c0f Merge branch 'acpica' by Rafael J. Wysocki · 10 years ago
  59. 4c5e9d9 Merge branches 'x86/vt-d', 'x86/amd', 'arm/omap', 'ppc/pamu', 'arm/smmu', 'arm/exynos' and 'core' into next by Joerg Roedel · 10 years ago
  60. af43746 iommu/vt-d: Fix race setting IRQ CPU affinity while freeing IRQ by Greg Edwards · 10 years ago
  61. 83118b0 ACPICA: Tables: Update for DMAR table changes. by Bob Moore · 10 years ago
  62. daff2f9 iommu/amd: Fix 2 typos in comments by Joerg Roedel · 10 years ago
  63. 75058a3 iommu/amd: Fix device_state reference counting by Joerg Roedel · 10 years ago
  64. 8301da5 iommu/amd: Remove change_pte mmu_notifier call-back by Joerg Roedel · 10 years ago
  65. fcaa960 iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasid by Joerg Roedel · 10 years ago
  66. 4802c1d iommu/exynos: Select ARM_DMA_USE_IOMMU by Tushar Behera · 10 years ago
  67. c875d2c iommu/vt-d: Exclude devices using RMRRs from IOMMU API domains by Alex Williamson · 10 years ago
  68. baaa7b5 iommu/omap: Remove virtual memory manager by Laurent Pinchart · 10 years ago
  69. 161f693 iommu/vt-d: Fix issue in computing domain's iommu_snooping flag by Jiang Liu · 10 years ago
  70. a156ef9 iommu/vt-d: Introduce helper function iova_size() to improve code readability by Jiang Liu · 10 years ago
  71. 162d1b1 iommu/vt-d: Introduce helper domain_pfn_within_range() to simplify code by Jiang Liu · 10 years ago
  72. d41a4ad iommu/vt-d: Simplify intel_unmap_sg() and kill duplicated code by Jiang Liu · 10 years ago
  73. 2a41cce iommu/vt-d: Change iommu_enable/disable_translation to return void by Jiang Liu · 10 years ago
  74. 129ad28 iommu/vt-d: Avoid freeing virtual machine domain in free_dmar_iommu() by Jiang Liu · 10 years ago
  75. 2a46ddf iommu/vt-d: Fix possible invalid memory access caused by free_dmar_iommu() by Jiang Liu · 10 years ago
  76. 44bde61 iommu/vt-d: Allocate dynamic domain id for virtual domains only by Jiang Liu · 10 years ago
  77. fb170fb iommu/vt-d: Introduce helper functions to make code symmetric for readability by Jiang Liu · 10 years ago
  78. ab8dfe2 iommu/vt-d: Introduce helper functions to improve code readability by Jiang Liu · 10 years ago
  79. 18fd779 iommu/vt-d: Use correct domain id to flush virtual machine domains by Jiang Liu · 10 years ago
  80. c3b497c iommu/vt-d: Match segment number when searching for dev_iotlb capable devices by Jiang Liu · 10 years ago
  81. cbb24a2 Merge branch 'core' into x86/vt-d by Joerg Roedel · 10 years ago
  82. 23e8929 Merge tag 'tegra-for-3.17-fuse-move' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/cleanup by Olof Johansson · 10 years ago
  83. 306a7f9 ARM: tegra: Move includes to include/soc/tegra by Thierry Reding · 10 years ago
  84. d9e1611 iommu/amd: Don't call the inv_ctx_cb when pasid is not set up by Joerg Roedel · 10 years ago
  85. dba3838 iommu/amd: Don't hold a reference to task_struct by Joerg Roedel · 10 years ago
  86. f0aac63 iommu/amd: Don't hold a reference to mm_struct by Joerg Roedel · 10 years ago
  87. 53d340e iommu/amd: Add pasid_state->invalid flag by Joerg Roedel · 10 years ago
  88. dc88db7 iommu/amd: Drop pasid_state reference in ppr_notifer error path by Joerg Roedel · 10 years ago
  89. 61feb43 iommu/amd: Get rid of __unbind_pasid by Joerg Roedel · 10 years ago
  90. c5db16a iommu/amd: Don't free pasid_state in mn_release path by Joerg Roedel · 10 years ago
  91. caf8a51 iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid by Joerg Roedel · 10 years ago
  92. ff6d0cc iommu/amd: Fix typo in amd_iommu_v2 driver by Joerg Roedel · 10 years ago
  93. e5cac32 iommu/amd: Drop oprofile dependency by Borislav Petkov · 10 years ago
  94. a188cf8 Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmu by Joerg Roedel · 10 years ago
  95. 51499aa iommu/amd: Moving PPR fault flags macros definitions by Alexey Skidanov · 10 years ago
  96. b00675b iommu/amd: Fix for pasid initialization by Alexey Skidanov · 10 years ago
  97. 2907320 iommu/arm-smmu: fix some checkpatch issues by Mitchel Humpherys · 10 years ago
  98. ffd78f0 iommu: Fix compile error in iommu-sysfs.c by Joerg Roedel · 10 years ago
  99. b22f643 iommu: Constify struct iommu_ops by Thierry Reding · 10 years ago
  100. 3170447 iommu/fsl: Fix the error condition during iommu group by Varun Sethi · 10 years ago