index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
iova.c
Age
Commit message (
Expand
)
Author
2021-04-07
iommu: Stop exporting free_iova_fast()
John Garry
2021-04-07
iommu: Delete iommu_dma_free_cpu_cached_iovas()
John Garry
2021-04-07
iova: Add CPU hotplug handler to flush rcaches
John Garry
2021-03-18
iommu/iova: Improve restart logic
Robin Murphy
2021-03-18
iommu/iova: Add rbtree entry helper
Robin Murphy
2021-01-27
iova: Stop exporting some more functions
John Garry
2021-01-27
iova: Delete copy_reserved_iova()
John Garry
2021-01-27
iova: Make has_iova_flush_queue() private
John Garry
2021-01-05
iommu/iova: fix 'domain' typos
Stefano Garzarella
2020-12-08
iommu: Stop exporting free_iova_mem()
John Garry
2020-12-08
iommu: Stop exporting alloc_iova_mem()
John Garry
2020-12-08
iommu: Delete split_and_remove_iova()
John Garry
2020-12-01
iommu: avoid taking iova_rbtree_lock twice
Cong Wang
2020-11-17
iommu/iova: Free global iova rcache on iova alloc failure
Vijayanand Jitta
2020-11-17
iommu/iova: Retry from last rb tree node if iova search fails
Vijayanand Jitta
2020-09-04
iommu/iova: Replace cmpxchg with xchg in queue_iova
Yuqi Jin
2020-06-30
iommu/iova: Don't BUG on invalid PFNs
Robin Murphy
2020-05-13
iommu/iova: Unify format of the printed messages
Andy Shevchenko
2019-12-23
iommu/iova: Silence warnings under memory pressure
Qian Cai
2019-12-17
iommu/iova: Init the struct iova to fix the possible memleak
Xiaotao Yin
2019-08-30
iommu/iova: Avoid false sharing on fq_timer_on
Eric Dumazet
2019-07-22
iommu/iova: Remove stale cached32_node
Chris Wilson
2019-07-22
iommu/vt-d: Don't queue_iova() if there is no flush queue
Dmitry Safonov
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320
Thomas Gleixner
2019-03-22
iommu/iova: Fix tracking of recently failed iova address
Robert Richter
2018-09-25
iommu/iova: Optimise attempts to allocate iova from 32bit address range
Ganapatrao Kulkarni
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-06
iommu/iova: Use raw_cpu_ptr() instead of get_cpu_ptr() for ->fq
Sebastian Andrzej Siewior
2017-10-12
iommu/iova: Make rcache flush optional on IOVA allocation failure
Tomasz Nowicki
2017-10-02
iommu/iova: Don't try to copy anchor nodes
Robin Murphy
2017-09-28
iommu/iova: Try harder to allocate from rcache magazine
Robin Murphy
2017-09-28
iommu/iova: Make rcache limit_pfn handling more robust
Robin Murphy
2017-09-28
iommu/iova: Simplify domain destruction
Robin Murphy
2017-09-27
iommu/iova: Simplify cached node logic
Robin Murphy
2017-09-27
iommu/iova: Add rbtree anchor node
Robin Murphy
2017-09-27
iommu/iova: Make dma_32bit_pfn implicit
Zhen Lei
2017-09-27
iommu/iova: Extend rbtree node caching
Robin Murphy
2017-09-27
iommu/iova: Optimise the padding calculation
Zhen Lei
2017-09-27
iommu/iova: Optimise rbtree searching
Zhen Lei
2017-08-15
iommu/iova: Add flush timer
Joerg Roedel
2017-08-15
iommu/iova: Add locking to Flush-Queues
Joerg Roedel
2017-08-15
iommu/iova: Add flush counters to Flush-Queue implementation
Joerg Roedel
2017-08-15
iommu/iova: Implement Flush-Queue ring buffer
Joerg Roedel
2017-08-15
iommu/iova: Add flush-queue data structures
Joerg Roedel
2017-06-28
Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm...
Joerg Roedel
2017-06-28
iommu/iova: Don't disable preempt around this_cpu_ptr()
Sebastian Andrzej Siewior
2017-05-17
iommu/iova: Sort out rbtree limit_pfn handling
Robin Murphy
2017-05-04
Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...
Joerg Roedel
2017-04-07
iommu/iova: Fix underflow bug in __alloc_and_insert_iova_range
Nate Watterson
2017-03-21
iommu/iova: Consolidate code for adding new node to iovad domain rbtree
Marek Szyprowski
[next]