index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
iova.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iommu/iova: Silence warnings under memory pressure
Qian Cai
2019-12-23
1
-1
/
+1
*
iommu/iova: Init the struct iova to fix the possible memleak
Xiaotao Yin
2019-12-17
1
-1
/
+1
*
iommu/iova: Avoid false sharing on fq_timer_on
Eric Dumazet
2019-08-30
1
-1
/
+3
*
iommu/iova: Remove stale cached32_node
Chris Wilson
2019-07-22
1
-2
/
+3
*
iommu/vt-d: Don't queue_iova() if there is no flush queue
Dmitry Safonov
2019-07-22
1
-4
/
+14
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320
Thomas Gleixner
2019-06-05
1
-13
/
+1
*
iommu/iova: Fix tracking of recently failed iova address
Robert Richter
2019-03-22
1
-2
/
+3
*
iommu/iova: Optimise attempts to allocate iova from 32bit address range
Ganapatrao Kulkarni
2018-09-25
1
-7
/
+15
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-4
/
+4
*
iommu/iova: Use raw_cpu_ptr() instead of get_cpu_ptr() for ->fq
Sebastian Andrzej Siewior
2017-11-06
1
-3
/
+1
*
iommu/iova: Make rcache flush optional on IOVA allocation failure
Tomasz Nowicki
2017-10-12
1
-5
/
+6
*
iommu/iova: Don't try to copy anchor nodes
Robin Murphy
2017-10-02
1
-0
/
+3
*
iommu/iova: Try harder to allocate from rcache magazine
Robin Murphy
2017-09-28
1
-3
/
+12
*
iommu/iova: Make rcache limit_pfn handling more robust
Robin Murphy
2017-09-28
1
-3
/
+3
*
iommu/iova: Simplify domain destruction
Robin Murphy
2017-09-28
1
-39
/
+9
*
iommu/iova: Simplify cached node logic
Robin Murphy
2017-09-27
1
-34
/
+17
*
iommu/iova: Add rbtree anchor node
Robin Murphy
2017-09-27
1
-2
/
+13
*
iommu/iova: Make dma_32bit_pfn implicit
Zhen Lei
2017-09-27
1
-2
/
+2
*
iommu/iova: Extend rbtree node caching
Robin Murphy
2017-09-27
1
-32
/
+28
*
iommu/iova: Optimise the padding calculation
Zhen Lei
2017-09-27
1
-27
/
+15
*
iommu/iova: Optimise rbtree searching
Zhen Lei
2017-09-27
1
-6
/
+3
*
iommu/iova: Add flush timer
Joerg Roedel
2017-08-15
1
-0
/
+32
*
iommu/iova: Add locking to Flush-Queues
Joerg Roedel
2017-08-15
1
-0
/
+11
*
iommu/iova: Add flush counters to Flush-Queue implementation
Joerg Roedel
2017-08-15
1
-3
/
+24
*
iommu/iova: Implement Flush-Queue ring buffer
Joerg Roedel
2017-08-15
1
-0
/
+80
*
iommu/iova: Add flush-queue data structures
Joerg Roedel
2017-08-15
1
-0
/
+39
*
-
.
Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm...
Joerg Roedel
2017-06-28
1
-18
/
+12
|
\
\
|
|
*
iommu/iova: Don't disable preempt around this_cpu_ptr()
Sebastian Andrzej Siewior
2017-06-28
1
-6
/
+3
|
|
/
|
/
|
|
*
iommu/iova: Sort out rbtree limit_pfn handling
Robin Murphy
2017-05-17
1
-12
/
+9
|
/
*
-
.
Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...
Joerg Roedel
2017-05-04
1
-55
/
+34
|
\
\
|
|
*
iommu/iova: Consolidate code for adding new node to iovad domain rbtree
Marek Szyprowski
2017-03-21
1
-54
/
+33
|
|
/
|
/
|
|
*
iommu/iova: Fix underflow bug in __alloc_and_insert_iova_range
Nate Watterson
2017-04-07
1
-1
/
+1
|
/
*
iommu/iova: Use rb_entry()
Geliang Tang
2017-01-04
1
-12
/
+11
*
iommu/iova: Extend cached node lookup condition
Robin Murphy
2016-11-15
1
-1
/
+1
*
iommu/iova: Disable preemption around use of this_cpu_ptr()
Chris Wilson
2016-06-27
1
-2
/
+6
*
iommu/iova: introduce per-cpu caching to iova allocation
Omer Peleg
2016-04-20
1
-24
/
+393
*
iommu: Make the iova library a module
Sakari Ailus
2015-07-28
1
-0
/
+4
*
iommu: iova: Export symbols
Sakari Ailus
2015-07-28
1
-0
/
+10
*
iommu: iova: Move iova cache management to the iova library
Sakari Ailus
2015-07-28
1
-34
/
+49
*
iommu/iova: Avoid over-allocating when size-aligned
Robin Murphy
2015-07-28
1
-17
/
+6
*
iommu: Fix checkpatch warnings for Missing a blank line after declarations
Robert Callicotte
2015-05-05
1
-0
/
+4
*
iommu: Make IOVA domain page size explicit
Robin Murphy
2015-01-19
1
-2
/
+10
*
iommu: Make IOVA domain low limit flexible
Robin Murphy
2015-01-19
1
-4
/
+6
*
iommu: Consolidate IOVA allocator code
Robin Murphy
2015-01-19
1
-0
/
+35
*
iommu/vt-d: Update IOMMU state when memory hotplug happens
Jiang Liu
2014-03-04
1
-6
/
+58
*
iommu: Fix typo in iommu
Masanari Iida
2012-07-24
1
-7
/
+7
*
x86/ia64: intel-iommu: move to drivers/iommu/
Ohad Ben-Cohen
2011-06-21
1
-0
/
+435