| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-17 | iommu/iova: Add NULL check in iova_magazine_free() | lynn | 1 | -1/+2 |
| 2026-02-22 | Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses | Kees Cook | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -3/+2 |
| 2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+6 |
| 2024-11-11 | kmemleak: iommu/iova: fix transient kmemleak false positive | Catalin Marinas | 1 | -0/+6 |
| 2024-11-08 | iommu/iova: Fix typo 'adderss' | Gan Jie | 1 | -1/+1 |
| 2024-06-14 | iommu/iova: Add missing MODULE_DESCRIPTION() macro | Jeff Johnson | 1 | -0/+1 |
| 2024-02-09 | iommu/iova: use named kmem_cache for iova magazines | Pasha Tatashin | 1 | -2/+12 |
| 2024-02-09 | iommu/iova: Reorganise some code | Robin Murphy | 1 | -64/+64 |
| 2024-02-09 | iommu/iova: Tidy up iova_cache_get() failure | Robin Murphy | 1 | -17/+16 |
| 2023-09-25 | iommu/iova: Manage the depot list size | Robin Murphy | 1 | -0/+30 |
| 2023-09-25 | iommu/iova: Make the rcache depot scale better | Robin Murphy | 1 | -30/+35 |
| 2023-05-22 | iommu/iova: Optimize iova_magazine_alloc() | Zhen Lei | 1 | -1/+7 |
| 2023-01-13 | iommu/iova: Fix alloc iova overflows issue | Yunfei Wang | 1 | -2/+2 |
| 2022-09-09 | iova: Remove iovad->rcaches check in iova_rcache_get() | John Garry | 1 | -1/+1 |
| 2022-09-09 | iova: Remove magazine BUG_ON() checks | John Garry | 1 | -4/+0 |
| 2022-09-09 | iova: Remove some magazine pointer NULL checks | John Garry | 1 | -5/+2 |
| 2022-08-06 | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/... | Linus Torvalds | 1 | -0/+5 |
| 2022-07-19 | dma-iommu: add iommu_dma_opt_mapping_size() | John Garry | 1 | -0/+5 |
| 2022-07-06 | iommu/iova: change IOVA_MAG_SIZE to 127 to save memory | Feng Tang | 1 | -1/+6 |
| 2022-03-04 | iommu/iova: Improve 32-bit free space estimate | Robin Murphy | 1 | -2/+3 |
| 2022-02-14 | iommu/iova: Separate out rcache init | John Garry | 1 | -14/+59 |
| 2021-12-20 | iommu: Move flush queue data into iommu_dma_cookie | Robin Murphy | 1 | -2/+0 |
| 2021-12-20 | iommu/iova: Move flush queue code to iommu-dma | Robin Murphy | 1 | -175/+0 |
| 2021-12-20 | iommu/iova: Consolidate flush queue code | Robin Murphy | 1 | -73/+58 |
| 2021-12-20 | iommu/vt-d: Use put_pages_list | Matthew Wilcox (Oracle) | 1 | -17/+9 |
| 2021-12-20 | iommu/iova: Squash flush_cb abstraction | Robin Murphy | 1 | -6/+5 |
| 2021-12-20 | iommu/iova: Squash entry_dtor abstraction | Robin Murphy | 1 | -13/+15 |
| 2021-12-20 | iommu/iova: Fix race between FQ timeout and teardown | Xiongfeng Wang | 1 | -2/+1 |
| 2021-12-17 | iommu/iova: Move fast alloc size roundup into alloc_iova_fast() | John Garry via iommu | 1 | -0/+9 |
| 2021-09-11 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -0/+2 |
| 2021-09-06 | iova: Export alloc_iova_fast() and free_iova_fast() | Xie Yongji | 1 | -0/+2 |
| 2021-08-18 | iommu: Allow enabling non-strict mode dynamically | Robin Murphy | 1 | -5/+6 |
| 2021-08-18 | iommu: Indicate queued flushes via gather data | Robin Murphy | 1 | -0/+7 |
| 2021-06-08 | iommu/iova: Put free_iova_mem() outside of spinlock iova_rbtree_lock | Xiang Chen | 1 | -7/+11 |
| 2021-04-07 | iommu: Stop exporting free_iova_fast() | John Garry | 1 | -1/+0 |
| 2021-04-07 | iommu: Delete iommu_dma_free_cpu_cached_iovas() | John Garry | 1 | -1/+2 |
| 2021-04-07 | iova: Add CPU hotplug handler to flush rcaches | John Garry | 1 | -1/+29 |
| 2021-03-18 | iommu/iova: Improve restart logic | Robin Murphy | 1 | -1/+38 |
| 2021-03-18 | iommu/iova: Add rbtree entry helper | Robin Murphy | 1 | -9/+14 |
| 2021-01-27 | iova: Stop exporting some more functions | John Garry | 1 | -3/+0 |
| 2021-01-27 | iova: Delete copy_reserved_iova() | John Garry | 1 | -30/+0 |
| 2021-01-27 | iova: Make has_iova_flush_queue() private | John Garry | 1 | -1/+1 |
| 2021-01-05 | iommu/iova: fix 'domain' typos | Stefano Garzarella | 1 | -4/+4 |
| 2020-12-08 | iommu: Stop exporting free_iova_mem() | John Garry | 1 | -2/+1 |
| 2020-12-08 | iommu: Stop exporting alloc_iova_mem() | John Garry | 1 | -2/+1 |
| 2020-12-08 | iommu: Delete split_and_remove_iova() | John Garry | 1 | -41/+0 |
| 2020-12-01 | iommu: avoid taking iova_rbtree_lock twice | Cong Wang | 1 | -2/+6 |
| 2020-11-17 | iommu/iova: Free global iova rcache on iova alloc failure | Vijayanand Jitta | 1 | -0/+22 |
| 2020-11-17 | iommu/iova: Retry from last rb tree node if iova search fails | Vijayanand Jitta | 1 | -5/+16 |
| 2020-09-04 | iommu/iova: Replace cmpxchg with xchg in queue_iova | Yuqi Jin | 1 | -1/+1 |
| 2020-06-30 | iommu/iova: Don't BUG on invalid PFNs | Robin Murphy | 1 | -1/+3 |
| 2020-05-13 | iommu/iova: Unify format of the printed messages | Andy Shevchenko | 1 | -3/+3 |
| 2019-12-23 | iommu/iova: Silence warnings under memory pressure | Qian Cai | 1 | -1/+1 |
| 2019-12-17 | iommu/iova: Init the struct iova to fix the possible memleak | Xiaotao Yin | 1 | -1/+1 |
| 2019-08-30 | iommu/iova: Avoid false sharing on fq_timer_on | Eric Dumazet | 1 | -1/+3 |
| 2019-07-22 | iommu/iova: Remove stale cached32_node | Chris Wilson | 1 | -2/+3 |
| 2019-07-22 | iommu/vt-d: Don't queue_iova() if there is no flush queue | Dmitry Safonov | 1 | -4/+14 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320 | Thomas Gleixner | 1 | -13/+1 |
| 2019-03-22 | iommu/iova: Fix tracking of recently failed iova address | Robert Richter | 1 | -2/+3 |
| 2018-09-25 | iommu/iova: Optimise attempts to allocate iova from 32bit address range | Ganapatrao Kulkarni | 1 | -7/+15 |
| 2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -4/+4 |
| 2017-11-06 | iommu/iova: Use raw_cpu_ptr() instead of get_cpu_ptr() for ->fq | Sebastian Andrzej Siewior | 1 | -3/+1 |
| 2017-10-12 | iommu/iova: Make rcache flush optional on IOVA allocation failure | Tomasz Nowicki | 1 | -5/+6 |
| 2017-10-02 | iommu/iova: Don't try to copy anchor nodes | Robin Murphy | 1 | -0/+3 |
| 2017-09-28 | iommu/iova: Try harder to allocate from rcache magazine | Robin Murphy | 1 | -3/+12 |
| 2017-09-28 | iommu/iova: Make rcache limit_pfn handling more robust | Robin Murphy | 1 | -3/+3 |
| 2017-09-28 | iommu/iova: Simplify domain destruction | Robin Murphy | 1 | -39/+9 |
| 2017-09-27 | iommu/iova: Simplify cached node logic | Robin Murphy | 1 | -34/+17 |
| 2017-09-27 | iommu/iova: Add rbtree anchor node | Robin Murphy | 1 | -2/+13 |
| 2017-09-27 | iommu/iova: Make dma_32bit_pfn implicit | Zhen Lei | 1 | -2/+2 |
| 2017-09-27 | iommu/iova: Extend rbtree node caching | Robin Murphy | 1 | -32/+28 |
| 2017-09-27 | iommu/iova: Optimise the padding calculation | Zhen Lei | 1 | -27/+15 |
| 2017-09-27 | iommu/iova: Optimise rbtree searching | Zhen Lei | 1 | -6/+3 |
| 2017-08-15 | iommu/iova: Add flush timer | Joerg Roedel | 1 | -0/+32 |
| 2017-08-15 | iommu/iova: Add locking to Flush-Queues | Joerg Roedel | 1 | -0/+11 |
| 2017-08-15 | iommu/iova: Add flush counters to Flush-Queue implementation | Joerg Roedel | 1 | -3/+24 |
| 2017-08-15 | iommu/iova: Implement Flush-Queue ring buffer | Joerg Roedel | 1 | -0/+80 |
| 2017-08-15 | iommu/iova: Add flush-queue data structures | Joerg Roedel | 1 | -0/+39 |
| 2017-06-28 | Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm... | Joerg Roedel | 1 | -18/+12 |
| 2017-06-28 | iommu/iova: Don't disable preempt around this_cpu_ptr() | Sebastian Andrzej Siewior | 1 | -6/+3 |
| 2017-05-17 | iommu/iova: Sort out rbtree limit_pfn handling | Robin Murphy | 1 | -12/+9 |
| 2017-05-04 | Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm... | Joerg Roedel | 1 | -55/+34 |
| 2017-04-07 | iommu/iova: Fix underflow bug in __alloc_and_insert_iova_range | Nate Watterson | 1 | -1/+1 |
| 2017-03-21 | iommu/iova: Consolidate code for adding new node to iovad domain rbtree | Marek Szyprowski | 1 | -54/+33 |
| 2017-01-04 | iommu/iova: Use rb_entry() | Geliang Tang | 1 | -12/+11 |
| 2016-11-15 | iommu/iova: Extend cached node lookup condition | Robin Murphy | 1 | -1/+1 |
| 2016-06-27 | iommu/iova: Disable preemption around use of this_cpu_ptr() | Chris Wilson | 1 | -2/+6 |
| 2016-04-20 | iommu/iova: introduce per-cpu caching to iova allocation | Omer Peleg | 1 | -24/+393 |
| 2015-07-28 | iommu: Make the iova library a module | Sakari Ailus | 1 | -0/+4 |
| 2015-07-28 | iommu: iova: Export symbols | Sakari Ailus | 1 | -0/+10 |
| 2015-07-28 | iommu: iova: Move iova cache management to the iova library | Sakari Ailus | 1 | -34/+49 |
| 2015-07-28 | iommu/iova: Avoid over-allocating when size-aligned | Robin Murphy | 1 | -17/+6 |
| 2015-05-05 | iommu: Fix checkpatch warnings for Missing a blank line after declarations | Robert Callicotte | 1 | -0/+4 |
| 2015-01-19 | iommu: Make IOVA domain page size explicit | Robin Murphy | 1 | -2/+10 |
| 2015-01-19 | iommu: Make IOVA domain low limit flexible | Robin Murphy | 1 | -4/+6 |
| 2015-01-19 | iommu: Consolidate IOVA allocator code | Robin Murphy | 1 | -0/+35 |
| 2014-03-04 | iommu/vt-d: Update IOMMU state when memory hotplug happens | Jiang Liu | 1 | -6/+58 |
| 2012-07-24 | iommu: Fix typo in iommu | Masanari Iida | 1 | -7/+7 |
| 2011-06-21 | x86/ia64: intel-iommu: move to drivers/iommu/ | Ohad Ben-Cohen | 1 | -0/+435 |