1. 4feaab0 Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 5 years ago
  2. 097a7df iommu/arm-smmu-v3: Fix build error without CONFIG_PCI_ATS by YueHaibing · 5 years ago
  3. dbe8e6a 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 · 5 years ago
  4. a91bcc2 Revert "iommu/arm-smmu-v3: Disable detection of ATS and PRI" by Will Deacon · 5 years ago
  5. cdb8a3c iommu/arm-smmu-v3: Avoid locking on invalidation path when not using ATS by Will Deacon · 5 years ago
  6. 353e3cf iommu/arm-smmu-v3: Fix ATC invalidation ordering wrt main TLBs by Will Deacon · 5 years ago
  7. bfff88e iommu/arm-smmu-v3: Rework enabling/disabling of ATS for PCI masters by Will Deacon · 5 years ago
  8. 7314ca8 iommu/arm-smmu-v3: Don't issue CMD_SYNC for zero-length invalidations by Will Deacon · 5 years ago
  9. f75d8e3 iommu/arm-smmu-v3: Remove boolean bitfield for 'ats_enabled' flag by Will Deacon · 5 years ago
  10. b5e8619 iommu/arm-smmu-v3: Disable detection of ATS and PRI by Will Deacon · 5 years ago
  11. 05cbaf4 iommu/arm-smmu-v3: Document ordering guarantees of command insertion by Will Deacon · 5 years ago
  12. 2af2e72 iommu/arm-smmu-v3: Defer TLB invalidation until ->iotlb_sync() by Will Deacon · 6 years ago
  13. 587e6c1 iommu/arm-smmu-v3: Reduce contention during command-queue insertion by Will Deacon · 6 years ago
  14. 11f4fe9 iommu/arm-smmu: Mark expected switch fall-through by Anders Roxell · 5 years ago
  15. 67843bb drivers: Introduce device lookup variants by fwnode by Suzuki K Poulose · 5 years ago
  16. 7c288a5 iommu/arm-smmu-v3: Operate directly on low-level queue where possible by Will Deacon · 6 years ago
  17. 52be863 iommu/arm-smmu-v3: Move low-level queue fields out of arm_smmu_queue by Will Deacon · 6 years ago
  18. 8a073da iommu/arm-smmu-v3: Drop unused 'q' argument from Q_OVF macro by Will Deacon · 6 years ago
  19. 2a8868f iommu/arm-smmu-v3: Separate s/w and h/w views of prod and cons indexes by Will Deacon · 6 years ago
  20. 3951c41 iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page() by Will Deacon · 6 years ago
  21. a2d3a38 iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap() by Will Deacon · 6 years ago
  22. e953f7f iommu/io-pgtable: Remove unused ->tlb_sync() callback by Will Deacon · 6 years ago
  23. abfd6fe iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page() by Will Deacon · 6 years ago
  24. 05aed94 iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in drivers by Will Deacon · 6 years ago
  25. 56f8af5 iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync() by Will Deacon · 6 years ago
  26. 298f7889 iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_ops by Will Deacon · 6 years ago
  27. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  28. 8dd8f00 iommu/arm-smmu-v3: Invalidate ATC when detaching a device by Jean-Philippe Brucker · 6 years ago
  29. 900a85c iommu/arm-smmu-v3: Fix compilation when CONFIG_CMA=n by Will Deacon · 6 years ago
  30. 4f41845 iommu/io-pgtable: Replace IO_PGTABLE_QUIRK_NO_DMA with specific flag by Will Deacon · 6 years ago
  31. 92ce7e8 driver_find_device: Unify the match function with class_find_device() by Suzuki K Poulose · 6 years ago
  32. d25f6ea iommu/arm-smmu-v3: Increase maximum size of queues by Will Deacon · 6 years ago
  33. 3f54c44 iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel by Will Deacon · 6 years ago
  34. b2fc9b4b iommu/arm-smmu-v3: Disable tagged pointers by Jean-Philippe Brucker · 6 years ago
  35. 9ce27af iommu/arm-smmu-v3: Add support for PCI ATS by Jean-Philippe Brucker · 6 years ago
  36. 2a7e62f iommu/arm-smmu-v3: Link domains and devices by Jean-Philippe Brucker · 6 years ago
  37. 8be39a1 iommu/arm-smmu-v3: Add a master->domain pointer by Jean-Philippe Brucker · 6 years ago
  38. bcecaee iommu/arm-smmu-v3: Store SteamIDs in master by Jean-Philippe Brucker · 6 years ago
  39. b54f426 iommu/arm-smmu-v3: Rename arm_smmu_master_data to arm_smmu_master by Jean-Philippe Brucker · 6 years ago
  40. b77cf11 iommu: Allow io-pgtable to be used outside of drivers/iommu/ by Rob Herring · 6 years ago
  41. 03ebe48 Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 6 years ago
  42. 9b468f7 iommu/arm-smmu: Use helper functions to access dev->iommu_fwspec by Joerg Roedel · 6 years ago
  43. a868e85 iommu/arm-smmu-v3: Use explicit mb() when moving cons pointer by Will Deacon · 6 years ago
  44. 84a9a75 iommu/arm-smmu-v3: Avoid memory corruption from Hisilicon MSI payloads by Zhen Lei · 6 years ago
  45. 3cd508a iommu/arm-smmu-v3: Fix big-endian CMD_SYNC writes by Robin Murphy · 6 years ago
  46. c07b642 iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular by Paul Gortmaker · 6 years ago
  47. 5e73107 iommu/arm-smmu-v3: Remove unnecessary wrapper function by Andrew Murray · 6 years ago
  48. 2d7ca2c iommu/arm-smmu-v3: Add SPDX header by Andrew Murray · 6 years ago
  49. 9662b99 iommu/arm-smmu-v3: Add support for non-strict mode by Zhen Lei · 6 years ago
  50. 07fdef3 iommu/arm-smmu-v3: Implement flush_iotlb_all hook by Zhen Lei · 6 years ago
  51. 901510e iommu/arm-smmu-v3: Avoid back-to-back CMD_SYNC operations by Zhen Lei · 6 years ago
  52. 0f02477 iommu/arm-smmu-v3: Fix unexpected CMD_SYNC timeout by Zhen Lei · 6 years ago
  53. 657135f iommu/arm-smmu-v3: Fix a couple of minor comment typos by John Garry · 6 years ago
  54. 18b8bfd Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 6 years ago
  55. 6488a7f Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/omap', 'x86/amd', 'x86/vt-d' and 'core' into next by Joerg Roedel · 6 years ago
  56. d88e61f iommu: Remove the ->map_sg indirection by Christoph Hellwig · 6 years ago
  57. b63b343 iommu/arm-smmu-v3: Abort all transactions if SMMU is enabled in kdump kernel by Will Deacon · 6 years ago
  58. a71792d iommu/arm-smmu-v3: Prevent any devices access to memory without registration by Zhen Lei · 7 years ago
  59. 0d53596 iommu/arm-smmu-v3: sync the OVACKFLG to PRIQ consumer register by Miao Zhong · 6 years ago
  60. ac6bbf0 iommu: Remove IOMMU_OF_DECLARE by Rob Herring · 7 years ago
  61. dcd189e iommu/arm-smmu-v3: Support 52-bit virtual address by Robin Murphy · 7 years ago
  62. 6619c91 iommu/arm-smmu-v3: Support 52-bit physical address by Robin Murphy · 7 years ago
  63. 7417b99 iommu/arm-smmu-v3: Clean up queue definitions by Robin Murphy · 7 years ago
  64. ba08bdc iommu/arm-smmu-v3: Clean up table definitions by Robin Murphy · 7 years ago
  65. cbcee19 iommu/arm-smmu-v3: Clean up register definitions by Robin Murphy · 7 years ago
  66. 1cf9e54 iommu/arm-smmu-v3: Clean up address masking by Robin Murphy · 7 years ago
  67. 940ded9 iommu/arm-smmu-v3: limit reporting of MSI allocation failures by Nate Watterson · 7 years ago
  68. 4c8996d iommu/arm-smmu-v3: Warn about missing IRQs by Robin Murphy · 7 years ago
  69. fedbd94 Merge branches 'arm/renesas', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d' and 'core' into next by Joerg Roedel · 7 years ago
  70. b0c560f iommu: Clean up of_iommu_init_fn by Robin Murphy · 7 years ago
  71. 563b5cb iommu/arm-smmu-v3: Cope with duplicated Stream IDs by Robin Murphy · 7 years ago
  72. 57d72e1 iommu/arm-smmu-v3: Don't free page table ops twice by Jean-Philippe Brucker · 7 years ago
  73. 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
  74. 8ff0f72 iommu/arm-smmu-v3: Use burst-polling for sync completion by Robin Murphy · 7 years ago
  75. a529ea1 iommu/arm-smmu-v3: Consolidate identical timeouts by Will Deacon · 7 years ago
  76. 4980659 iommu/arm-smmu-v3: Split arm_smmu_cmdq_issue_sync in half by Will Deacon · 7 years ago
  77. 37de98f iommu/arm-smmu-v3: Use CMD_SYNC completion MSI by Robin Murphy · 7 years ago
  78. dce032a iommu/arm-smmu-v3: Forget about cmdq-sync interrupt by Robin Murphy · 7 years ago
  79. 2f657ad iommu/arm-smmu-v3: Specialise CMD_SYNC handling by Robin Murphy · 7 years ago
  80. 2a22baa iommu/arm-smmu-v3: Correct COHACC override message by Robin Murphy · 7 years ago
  81. 9cff86fd2 iommu/arm-smmu-v3: Avoid ILLEGAL setting of STE.S1STALLD and CD.S by Yisheng Xie · 7 years ago
  82. 704c038 iommu/arm-smmu-v3: Ensure we sync STE when only changing config field by Will Deacon · 7 years ago
  83. 6948d4a iommu/arm-smmu: Remove ACPICA workarounds by Robin Murphy · 7 years ago
  84. 32b1244 iommu/io-pgtable-arm: Convert to IOMMU API TLB sync by Robin Murphy · 7 years ago
  85. 7aa8619 iommu/arm-smmu-v3: Implement shutdown method by Nate Watterson · 8 years ago
  86. f935448 iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #126 by Geetha Sowjanya · 8 years ago
  87. 99caf17 iommu/arm-smmu-v3: Enable ACPI based HiSilicon CMD_PREFETCH quirk(erratum 161010701) by shameer · 8 years ago
  88. e5b829d iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #74 by Linu Cherian · 8 years ago
  89. 12275bf iommu/arm-smmu-v3, acpi: Add temporary Cavium SMMU-V3 IORT model number definitions by Robert Richter · 8 years ago
  90. 58188af iommu/arm-smmu-v3: Remove io-pgtable spinlock by Robin Murphy · 8 years ago
  91. 81b3c25 iommu/io-pgtable: Introduce explicit coherency by Robin Murphy · 8 years ago
  92. 5c2d021 iommu: arm-smmu: Handle return of iommu_device_register. by Arvind Yadav · 8 years ago
  93. ebdd13c iommu: arm-smmu-v3: make of_device_ids const by Arvind Yadav · 8 years ago
  94. b847de4 iommu/arm-smmu-v3: Increase CMDQ drain timeout value by Sunil Goutham · 8 years ago
  95. 2c0248d Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 8 years ago
  96. bdf9592 iommu/arm-smmu: Return IOVA in iova_to_phys when SMMU is bypassed by Sunil Goutham · 8 years ago
  97. f6810c1 iommu/arm-smmu: Clean up early-probing workarounds by Robin Murphy · 8 years ago
  98. beb3c6a iommu/arm-smmu-v3: Install bypass STEs for IOMMU_DOMAIN_IDENTITY domains by Will Deacon · 8 years ago
  99. 67560ed iommu/arm-smmu-v3: Make arm_smmu_install_ste_for_dev return void by Will Deacon · 8 years ago
  100. 0834cc2 iommu/arm-smmu: Restrict domain attributes to UNMANAGED domains by Will Deacon · 8 years ago