1. e5c3722 Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  2. 514c603 headers: untangle kmemleak.h from mm.h by Randy Dunlap · 7 years ago
  3. 2fcd2b3 Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  4. 2451d1e Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  5. d4f96fd Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediatek', 'arm/exynos', 'arm/renesas', 'arm/smmu' and 'core' into next by Joerg Roedel · 7 years ago
  6. 7868805 iommu/io-pgtable-arm: Avoid warning with 32-bit phys_addr_t by Robin Murphy · 7 years ago
  7. 57c2695 iommu/rockchip: Support sharing IOMMU between masters by Jeffy Chen · 7 years ago
  8. 0f181d3 iommu/rockchip: Add runtime PM support by Jeffy Chen · 7 years ago
  9. 4d88a8a iommu/rockchip: Fix error handling in init by Jeffy Chen · 7 years ago
  10. 5fd577c iommu/rockchip: Use OF_IOMMU to attach devices automatically by Jeffy Chen · 7 years ago
  11. 9176a30 iommu/rockchip: Use IOMMU device for dma mapping operations by Jeffy Chen · 7 years ago
  12. f2e3a5f iommu/rockchip: Control clocks needed to access the IOMMU by Tomasz Figa · 7 years ago
  13. bf2a5e7 iommu/rockchip: Fix TLB flush of secondary IOMMUs by Tomasz Figa · 7 years ago
  14. 0416bf6 iommu/rockchip: Use iopoll helpers to wait for hardware by Tomasz Figa · 7 years ago
  15. f6717d7 iommu/rockchip: Fix error handling in attach by Tomasz Figa · 7 years ago
  16. d0b912b iommu/rockchip: Request irqs in rk_iommu_probe() by Jeffy Chen · 7 years ago
  17. 6d9ffaa iommu/rockchip: Fix error handling in probe by Jeffy Chen · 7 years ago
  18. 98b72b9 iommu/rockchip: Prohibit unbind and remove by Jeffy Chen · 7 years ago
  19. 29d049b iommu/amd: Return proper error code in irq_remapping_alloc() by Sebastian Andrzej Siewior · 7 years ago
  20. 2cd1083 iommu/amd: Make amd_iommu_devtable_lock a spin_lock by Sebastian Andrzej Siewior · 7 years ago
  21. 993ca6e iommu/amd: Drop the lock while allocating new irq remap table by Sebastian Andrzej Siewior · 7 years ago
  22. 2fcc1e8 iommu/amd: Factor out setting the remap table for a devid by Sebastian Andrzej Siewior · 7 years ago
  23. 4fde541 iommu/amd: Use `table' instead `irt' as variable name in amd_iommu_update_ga() by Sebastian Andrzej Siewior · 7 years ago
  24. fde65dd iommu/amd: Remove the special case from alloc_irq_table() by Sebastian Andrzej Siewior · 7 years ago
  25. ea6166f iommu/amd: Split irq_lookup_table out of the amd_iommu_devtable_lock by Sebastian Andrzej Siewior · 7 years ago
  26. 2bc0018 iommu/amd: Split domain id out of amd_iommu_devtable_lock by Sebastian Andrzej Siewior · 7 years ago
  27. 779da73 iommu/amd: Turn dev_data_list into a lock less list by Sebastian Andrzej Siewior · 7 years ago
  28. 39ffe39 iommu/amd: Take into account that alloc_dev_data() may return NULL by Sebastian Andrzej Siewior · 7 years ago
  29. f746a02 iommu/vt-d:Remove unused variable by Shaokun Zhang · 7 years ago
  30. dcd189e iommu/arm-smmu-v3: Support 52-bit virtual address by Robin Murphy · 7 years ago
  31. 6619c91 iommu/arm-smmu-v3: Support 52-bit physical address by Robin Murphy · 7 years ago
  32. 6c89928 iommu/io-pgtable-arm: Support 52-bit physical address by Robin Murphy · 7 years ago
  33. 7417b99 iommu/arm-smmu-v3: Clean up queue definitions by Robin Murphy · 7 years ago
  34. ba08bdc iommu/arm-smmu-v3: Clean up table definitions by Robin Murphy · 7 years ago
  35. cbcee19 iommu/arm-smmu-v3: Clean up register definitions by Robin Murphy · 7 years ago
  36. 1cf9e54 iommu/arm-smmu-v3: Clean up address masking by Robin Murphy · 7 years ago
  37. 940ded9 iommu/arm-smmu-v3: limit reporting of MSI allocation failures by Nate Watterson · 7 years ago
  38. 4c8996d iommu/arm-smmu-v3: Warn about missing IRQs by Robin Murphy · 7 years ago
  39. 70ca608 iommu/mediatek: Fix protect memory setting by Yong Wu · 7 years ago
  40. 9714010 iommu/vt-d: Use real PASID for flush in caching mode by Lu Baolu · 7 years ago
  41. d657c5c iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_{alloc,free}_coherent() by Christoph Hellwig · 7 years ago
  42. b468620 iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,free}() by Christoph Hellwig · 7 years ago
  43. fec777c x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y) by Christoph Hellwig · 7 years ago
  44. b6d57f1 iommu/omap: Increase group ref in .device_group() by Jeffy Chen · 7 years ago
  45. 90ca385 iommu/amd: Use dev_err to send events to the system log by Gary R Hook · 7 years ago
  46. bbe4b3a iommu/vt-d: Fix a potential memory leak by Lu Baolu · 7 years ago
  47. 1a4e90f iommu/rockchip: Perform a reset on shutdown by Marc Zyngier · 7 years ago
  48. eb5ecd1 iommu/amd: Add support for fast IOTLB flushing by Suravee Suthikulpanit · 7 years ago
  49. ed7158b treewide/trivial: Remove ';;$' typo noise by Ingo Molnar · 7 years ago
  50. 51b146c x86/apic: Rename variables and functions related to x86_io_apic_ops by Baoquan He · 7 years ago
  51. df42a04 iommu/amd: Avoid locking get_irq_table() from atomic context by Scott Wood · 7 years ago
  52. f51dc89 iommu/dma: Add HW MSI(GICv3 ITS) address regions reservation by Shameer Kolothum · 7 years ago
  53. 193e67c iommu/io-pgtable: Use size_t return type for all foo_unmap by Vivek Gautam · 7 years ago
  54. c5611a8 iommu: Do not return error code for APIs with size_t return type by Suravee Suthikulpanit · 7 years ago
  55. d15a339 iommu/vt-d: Add __init for dmar_register_bus_notifier() by Dmitry Safonov · 7 years ago
  56. f3e827d iommu/mediatek: Move attach_device after iommu-group is ready for M4Uv1 by Yong Wu · 7 years ago
  57. 6d7cf02 iommu/exynos: Use generic group callback by Robin Murphy · 7 years ago
  58. 01ee04b iommu/amd: Don't use dev_data in irte_ga_set_affinity() by Scott Wood · 7 years ago
  59. 2779039 iommu/amd: Use raw locks on atomic context paths by Scott Wood · 7 years ago
  60. ef9417e Merge tag 'iommu-updates-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  61. 105cf3c Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  62. fe53d14 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  63. 5ff7091 mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks by David Rientjes · 7 years ago
  64. fedbd94 Merge branches 'arm/renesas', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d' and 'core' into next by Joerg Roedel · 7 years ago
  65. b0c560f iommu: Clean up of_iommu_init_fn by Robin Murphy · 7 years ago
  66. e7747d8 iommu/ipmmu-vmsa: Remove redundant of_iommu_init_fn hook by Robin Murphy · 7 years ago
  67. 892d7aa iommu/msm: Claim bus ops on probe by Robin Murphy · 7 years ago
  68. 2f13eb7 iommu/vt-d: Enable 5-level paging mode in the PASID entry by Sohil Mehta · 7 years ago
  69. f1ac10c iommu/vt-d: Add a check for 5-level paging support by Sohil Mehta · 7 years ago
  70. 59103ca iommu/vt-d: Add a check for 1GB page support by Sohil Mehta · 7 years ago
  71. 5e3b4a1 iommu/vt-d: Enable upto 57 bits of domain address width by Sohil Mehta · 7 years ago
  72. 9d2e650 iommu/vt-d: Use domain instead of cache fetching by Peter Xu · 7 years ago
  73. dc98b84 iommu/exynos: Don't unconditionally steal bus ops by Robin Murphy · 7 years ago
  74. f18affb iommu/omap: Fix debugfs_create_*() usage by Geert Uytterhoeven · 7 years ago
  75. 4fac807 ia64: clean up swiotlb support by Christoph Hellwig · 7 years ago
  76. d5bf0f4 iommu/amd: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  77. 563b5cb iommu/arm-smmu-v3: Cope with duplicated Stream IDs by Robin Murphy · 7 years ago
  78. 57d72e1 iommu/arm-smmu-v3: Don't free page table ops twice by Jean-Philippe Brucker · 7 years ago
  79. 702cb0a genirq/irqdomain: Rename early argument of irq_domain_activate_irq() by Thomas Gleixner · 7 years ago
  80. 62bf8ae Merge tag 'tegra-for-4.16-memory' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/drivers by Arnd Bergmann · 7 years ago
  81. 83476bf iommu/tegra-smmu: Fix return value check in tegra_smmu_group_get() by Wei Yongjun · 7 years ago
  82. 72d5481 iommu/vt-d: clean up pr_irq if request_threaded_irq fails by Jerry Snitselaar · 7 years ago
  83. 9ae9df0 iommu: Check the result of iommu_group_get() for NULL by Jordan Crouse · 7 years ago
  84. ff18c4e iommu/amd: Set the device table entry PPR bit for IOMMU V2 devices by Gary R Hook · 7 years ago
  85. f9fc049 iommu/amd - Record more information about unknown events by Gary R Hook · 7 years ago
  86. 7f4c917 iommu/tegra: Allow devices to be grouped by Thierry Reding · 7 years ago
  87. e56d565 Merge tag 'iommu-v4.15-rc3' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  88. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  89. 29a90b7 iommu/vt-d: Fix scatterlist offset handling by Robin Murphy · 7 years ago
  90. 2cd83ba Merge tag 'iommu-v4.15-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  91. 56f1944 Merge branches 'iommu/arm/smmu', 'iommu/updates', 'iommu/vt-d', 'iommu/ipmmu-vmsa' and 'iommu/iova' into iommu-next-20171113.0 by Alex Williamson · 7 years ago
  92. 141d3b1 Merge branch 'linus' into x86/apic, to resolve conflicts by Ingo Molnar · 7 years ago
  93. 94e2cc4 iommu/iova: Use raw_cpu_ptr() instead of get_cpu_ptr() for ->fq by Sebastian Andrzej Siewior · 7 years ago
  94. 395df08 iommu/mediatek: Fix driver name by Matthias Brugger · 7 years ago
  95. 58b8e8b iommu/ipmmu-vmsa: Hook up r8a7795 DT matching code by Magnus Damm · 7 years ago
  96. c295f50 iommu/ipmmu-vmsa: Allow two bit SL0 by Magnus Damm · 7 years ago
  97. f5c8589 iommu/ipmmu-vmsa: Make IMBUSCTR setup optional by Magnus Damm · 7 years ago
  98. d574893 iommu/ipmmu-vmsa: Write IMCTR twice by Magnus Damm · 7 years ago
  99. 1c89422 iommu/ipmmu-vmsa: IPMMU device is 40-bit bus master by Magnus Damm · 7 years ago
  100. cda52fc iommu/ipmmu-vmsa: Make use of IOMMU_OF_DECLARE() by Magnus Damm · 7 years ago