index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
iova.c
Age
Commit message (
Expand
)
Author
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
2017-01-04
iommu/iova: Use rb_entry()
Geliang Tang
2016-11-15
iommu/iova: Extend cached node lookup condition
Robin Murphy
2016-06-27
iommu/iova: Disable preemption around use of this_cpu_ptr()
Chris Wilson
2016-04-20
iommu/iova: introduce per-cpu caching to iova allocation
Omer Peleg
2015-07-28
iommu: Make the iova library a module
Sakari Ailus
[next]