index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
/
include
/
linux
/
swiotlb.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
swiotlb: reduce swiotlb pool lookups
Michael Kelley
2024-07-10
1
-43
/
+62
*
swiotlb: remove alloc_size argument to swiotlb_tbl_map_single()
Michael Kelley
2024-05-07
1
-1
/
+1
*
swiotlb: add debugfs to track swiotlb transient pool usage
ZhangPeng
2024-02-28
1
-0
/
+3
*
swiotlb: fix the check whether a device has used software IO TLB
Petr Tesarik
2023-09-27
1
-7
/
+16
*
swiotlb: search the software IO TLB only if the device makes use of it
Petr Tesarik
2023-08-01
1
-1
/
+6
*
swiotlb: allocate a new memory pool when existing pools are full
Petr Tesarik
2023-08-01
1
-0
/
+8
*
swiotlb: determine potential physical address limit
Petr Tesarik
2023-08-01
1
-0
/
+2
*
swiotlb: if swiotlb is full, fall back to a transient memory pool
Petr Tesarik
2023-08-01
1
-1
/
+28
*
swiotlb: add a flag whether SWIOTLB is allowed to grow
Petr Tesarik
2023-08-01
1
-0
/
+4
*
swiotlb: separate memory pool data from other allocator data
Petr Tesarik
2023-08-01
1
-17
/
+28
*
swiotlb: add documentation and rename swiotlb_do_find_slots()
Petr Tesarik
2023-08-01
1
-4
/
+11
*
swiotlb: make io_tlb_default_mem local to swiotlb.c
Petr Tesarik
2023-08-01
1
-1
/
+24
*
swiotlb: remove unused field "used" from struct io_tlb_mem
Petr Tesarik
2023-06-07
1
-2
/
+0
*
Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...
Linus Torvalds
2023-04-29
1
-0
/
+9
|
\
|
*
swiotlb: Omit total_used and used_hiwater if !CONFIG_DEBUG_FS
Petr Tesarik
2023-04-20
1
-0
/
+2
|
*
swiotlb: track and report io_tlb_used high water marks in debugfs
Michael Kelley
2023-04-16
1
-0
/
+7
*
|
swiotlb: Remove bounce buffer remapping for Hyper-V
Michael Kelley
2023-04-17
1
-2
/
+0
|
/
*
swiotlb: remove swiotlb_max_segment
Christoph Hellwig
2023-02-16
1
-5
/
+0
*
swiotlb: move struct io_tlb_slot to swiotlb.c
Christoph Hellwig
2022-07-18
1
-5
/
+1
*
swiotlb: remove unused fields in io_tlb_mem
Chao Gao
2022-07-18
1
-5
/
+0
*
swiotlb: split up the global swiotlb lock
Tianyu Lan
2022-07-13
1
-0
/
+5
*
swiotlb: remove the unused swiotlb_force declaration
Dongli Zhang
2022-06-22
1
-1
/
+0
*
swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tbl
Christoph Hellwig
2022-04-18
1
-2
/
+0
*
swiotlb: provide swiotlb_init variants that remap the buffer
Christoph Hellwig
2022-04-18
1
-1
/
+4
*
swiotlb: pass a gfp_mask argument to swiotlb_init_late
Christoph Hellwig
2022-04-18
1
-1
/
+1
*
swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
Christoph Hellwig
2022-04-18
1
-0
/
+1
*
swiotlb: make the swiotlb_init interface more useful
Christoph Hellwig
2022-04-18
1
-8
/
+7
*
swiotlb: rename swiotlb_late_init_with_default_size
Christoph Hellwig
2022-04-18
1
-1
/
+1
*
swiotlb: simplify swiotlb_max_segment
Christoph Hellwig
2022-04-18
1
-1
/
+0
*
swiotlb: Add swiotlb bounce buffer remap function for HV IVM
Tianyu Lan
2021-12-20
1
-0
/
+6
*
swiotlb: Support aligned swiotlb buffers
David Stevens
2021-09-29
1
-1
/
+2
*
swiotlb: Convert io_default_tlb_mem to static allocation
Will Deacon
2021-07-23
1
-2
/
+2
*
swiotlb: Add restricted DMA pool initialization
Claire Chang
2021-07-13
1
-1
/
+2
*
swiotlb: Add restricted DMA alloc/free support
Claire Chang
2021-07-13
1
-0
/
+26
*
swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing
Claire Chang
2021-07-13
1
-0
/
+13
*
swiotlb: Update is_swiotlb_active to add a struct device argument
Claire Chang
2021-07-13
1
-2
/
+2
*
swiotlb: Update is_swiotlb_buffer to add a struct device argument
Claire Chang
2021-07-13
1
-3
/
+4
*
swiotlb: remove swiotlb_nr_tbl
Christoph Hellwig
2021-03-19
1
-1
/
+0
*
swiotlb: dynamically allocate io_tlb_default_mem
Christoph Hellwig
2021-03-19
1
-8
/
+10
*
swiotlb: move global variables into a new io_tlb_mem structure
Claire Chang
2021-03-19
1
-2
/
+41
*
swiotlb: split swiotlb_tbl_sync_single
Christoph Hellwig
2021-03-17
1
-13
/
+4
*
swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_single
Christoph Hellwig
2021-03-17
1
-1
/
+0
*
swiotlb: add a IO_TLB_SIZE define
Christoph Hellwig
2021-02-20
1
-0
/
+1
*
x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guests
Ashish Kalra
2020-12-11
1
-0
/
+8
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2020-11-16
1
-0
/
+1
|
\
|
*
swiotlb: using SIZE_MAX needs limits.h included
Stephen Rothwell
2020-11-02
1
-0
/
+1
*
|
swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_single
Christoph Hellwig
2020-11-02
1
-7
/
+3
*
|
swiotlb: Declare swiotlb_late_init_with_default_size() in header
Andy Shevchenko
2020-09-10
1
-0
/
+1
|
/
*
dma-direct: improve swiotlb error reporting
Christoph Hellwig
2020-02-05
1
-8
/
+3
*
swiotlb: Split size parameter to map/unmap APIs
Lu Baolu
2019-09-11
1
-2
/
+6
[next]