1. 4ec3c2e Merge 5.10.94 into android12-5.10-lts by Greg Kroah-Hartman · 3 years ago
  2. 6e2a1695 iommu/iova: Fix race between FQ timeout and teardown by Xiongfeng Wang · 3 years, 1 month ago
  3. 1316a9d Merge 531d29b0b674 ("Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu") into android-mainline by Greg Kroah-Hartman · 4 years, 3 months ago
  4. 14bb6f8 FROMLIST: iommu/iova: Free global iova rcache on iova alloc failure by Vijayanand Jitta · 4 years, 4 months ago
  5. da3e085 FROMLIST: iommu/iova: Retry from last rb tree node if iova search fails by Vijayanand Jitta · 4 years, 4 months ago
  6. ee98c08 FROMLIST: iommu/iova: Support limiting IOVA alignment by Liam Mark · 4 years, 11 months ago
  7. c640e76 FROMLIST: iommu/iova: Add a best-fit algorithm by Patrick Daly · 4 years, 11 months ago
  8. ba328f8 iommu/iova: Replace cmpxchg with xchg in queue_iova by Yuqi Jin · 4 years, 5 months ago
  9. d3e3d2b iommu/iova: Don't BUG on invalid PFNs by Robin Murphy · 4 years, 8 months ago
  10. 3a0ce12 iommu/iova: Unify format of the printed messages by Andy Shevchenko · 4 years, 8 months ago
  11. 944c917 iommu/iova: Silence warnings under memory pressure by Qian Cai · 5 years ago
  12. 472d26d iommu/iova: Init the struct iova to fix the possible memleak by Xiaotao Yin · 5 years ago
  13. 0d87308 iommu/iova: Avoid false sharing on fq_timer_on by Eric Dumazet · 5 years ago
  14. 9eed17d iommu/iova: Remove stale cached32_node by Chris Wilson · 5 years ago
  15. effa467 iommu/vt-d: Don't queue_iova() if there is no flush queue by Dmitry Safonov · 6 years ago
  16. 3b20eb2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320 by Thomas Gleixner · 6 years ago
  17. 80ef446 iommu/iova: Fix tracking of recently failed iova address by Robert Richter · 6 years ago
  18. bee60e9 iommu/iova: Optimise attempts to allocate iova from 32bit address range by Ganapatrao Kulkarni · 6 years ago
  19. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  20. 94e2cc4 iommu/iova: Use raw_cpu_ptr() instead of get_cpu_ptr() for ->fq by Sebastian Andrzej Siewior · 7 years ago
  21. 538d5b3 iommu/iova: Make rcache flush optional on IOVA allocation failure by Tomasz Nowicki · 7 years ago
  22. abbb8a0 iommu/iova: Don't try to copy anchor nodes by Robin Murphy · 7 years ago
  23. e8b1984 iommu/iova: Try harder to allocate from rcache magazine by Robin Murphy · 7 years ago
  24. b826ee9 iommu/iova: Make rcache limit_pfn handling more robust by Robin Murphy · 7 years ago
  25. 7595dc5 iommu/iova: Simplify domain destruction by Robin Murphy · 7 years ago
  26. 973f5fb iommu/iova: Simplify cached node logic by Robin Murphy · 7 years ago
  27. bb68b2f iommu/iova: Add rbtree anchor node by Robin Murphy · 7 years ago
  28. aa3ac94 iommu/iova: Make dma_32bit_pfn implicit by Zhen Lei · 7 years ago
  29. e60aa7b iommu/iova: Extend rbtree node caching by Robin Murphy · 7 years ago
  30. 086c83a iommu/iova: Optimise the padding calculation by Zhen Lei · 7 years ago
  31. 2070f94 iommu/iova: Optimise rbtree searching by Zhen Lei · 7 years ago
  32. 9a005a8 iommu/iova: Add flush timer by Joerg Roedel · 7 years ago
  33. 8109c2a iommu/iova: Add locking to Flush-Queues by Joerg Roedel · 7 years ago
  34. fb418da iommu/iova: Add flush counters to Flush-Queue implementation by Joerg Roedel · 7 years ago
  35. 1928210 iommu/iova: Implement Flush-Queue ring buffer by Joerg Roedel · 7 years ago
  36. 42f87e7 iommu/iova: Add flush-queue data structures by Joerg Roedel · 7 years ago
  37. 6a70864 Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd', 's390' and 'core' into next by Joerg Roedel · 8 years ago
  38. aaffaa8 iommu/iova: Don't disable preempt around this_cpu_ptr() by Sebastian Andrzej Siewior · 8 years ago
  39. 757c370 iommu/iova: Sort out rbtree limit_pfn handling by Robin Murphy · 8 years ago
  40. 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
  41. 5016bdb iommu/iova: Fix underflow bug in __alloc_and_insert_iova_range by Nate Watterson · 8 years ago
  42. d751751 iommu/iova: Consolidate code for adding new node to iovad domain rbtree by Marek Szyprowski · 8 years ago
  43. eba484b iommu/iova: Use rb_entry() by Geliang Tang · 8 years ago
  44. 62280cf iommu/iova: Extend cached node lookup condition by Robin Murphy · 8 years ago
  45. 583248e iommu/iova: Disable preemption around use of this_cpu_ptr() by Chris Wilson · 9 years ago
  46. 9257b4a iommu/iova: introduce per-cpu caching to iova allocation by Omer Peleg · 9 years ago
  47. 15bbdec iommu: Make the iova library a module by Sakari Ailus · 10 years ago
  48. 9b41760 iommu: iova: Export symbols by Sakari Ailus · 10 years ago
  49. ae1ff3d iommu: iova: Move iova cache management to the iova library by Sakari Ailus · 10 years ago
  50. 8f6429c iommu/iova: Avoid over-allocating when size-aligned by Robin Murphy · 10 years ago
  51. 733cac2 iommu: Fix checkpatch warnings for Missing a blank line after declarations by Robert Callicotte · 10 years ago
  52. 0fb5fe8 iommu: Make IOVA domain page size explicit by Robin Murphy · 10 years ago
  53. 1b72250 iommu: Make IOVA domain low limit flexible by Robin Murphy · 10 years ago
  54. 85b4545 iommu: Consolidate IOVA allocator code by Robin Murphy · 10 years ago
  55. 75f0556 iommu/vt-d: Update IOMMU state when memory hotplug happens by Jiang Liu · 11 years ago
  56. 07db040 iommu: Fix typo in iommu by Masanari Iida · 12 years ago
  57. 166e927 x86/ia64: intel-iommu: move to drivers/iommu/ by Ohad Ben-Cohen · 14 years ago[Renamed from drivers/pci/iova.c]
  58. 1c9fc3d intel-iommu: Dont cache iova above 32bit by Chris Wright · 14 years ago
  59. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  60. 3d39cec intel-iommu: Remove superfluous iova_alloc_lock from IOVA code by David Woodhouse · 16 years ago
  61. a15a519 Fix iommu address space allocation by David Woodhouse · 16 years ago
  62. 3871794 VT-d: Changes to support KVM by Kay, Allen M · 16 years ago
  63. ddf0288 PCI: iova RB tree setup tweak by mark gross · 17 years ago
  64. 98bcef5 copyright owner and author clean up for intel iommu and related files by mark gross · 17 years ago
  65. f661197 Genericizing iova.[ch] by David Miller · 17 years ago
  66. f76aec7 intel-iommu: optimize sg map/unmap calls by Keshavamurthy, Anil S · 17 years ago
  67. f8de50e Intel IOMMU: IOVA allocation and management routines by Keshavamurthy, Anil S · 17 years ago