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