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
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
2019-02-18
swiotlb: remove swiotlb_dma_supported
Christoph Hellwig
1
-3
/
+0
2018-12-13
dma-direct: merge swiotlb_dma_ops into the dma_direct code
Christoph Hellwig
1
-44
/
+30
2018-12-13
swiotlb: remove SWIOTLB_MAP_ERROR
Christoph Hellwig
1
-3
/
+0
2018-10-19
swiotlb: don't dip into swiotlb pool for coherent allocations
Christoph Hellwig
1
-5
/
+0
2018-10-19
swiotlb: remove the overflow buffer
Christoph Hellwig
1
-3
/
+0
2018-10-19
swiotlb: mark is_swiotlb_buffer static
Christoph Hellwig
1
-1
/
+0
2018-03-20
dma/swiotlb: Remove swiotlb_{alloc,free}_coherent()
Christoph Hellwig
1
-8
/
+0
2018-01-15
swiotlb: add common swiotlb_map_ops
Christoph Hellwig
1
-0
/
+8
2018-01-15
swiotlb: rename swiotlb_free to swiotlb_exit
Christoph Hellwig
1
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-18
x86, swiotlb: Add memory encryption support
Tom Lendacky
1
-0
/
+1
2017-01-06
swiotlb: Export swiotlb_max_segment to users
Konrad Rzeszutek Wilk
1
-0
/
+3
2016-12-19
swiotlb: Add swiotlb=noforce debug option
Geert Uytterhoeven
1
-0
/
+1
2016-12-19
swiotlb: Convert swiotlb_force from int to enum
Geert Uytterhoeven
1
-1
/
+6
2016-11-07
swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNC
Alexander Duyck
1
-2
/
+4
2016-11-07
swiotlb: Drop unused functions swiotlb_map_sg and swiotlb_unmap_sg
Alexander Duyck
1
-8
/
+0
2016-08-04
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
1
-5
/
+5
2016-01-21
swiotlb: Make linux/swiotlb.h standalone includible
Thierry Reding
1
-0
/
+3
2014-06-05
x86: enable DMA CMA with swiotlb
Akinobu Mita
1
-0
/
+2
2013-04-17
x86, kdump: Set crashkernel_low automatically
Yinghai Lu
1
-0
/
+1
2013-01-30
x86: Don't panic if can not alloc buffer for swiotlb
Yinghai Lu
1
-1
/
+1
2012-10-30
swiotlb: Do not export swiotlb_bounce since there are no external consumers
Alexander Duyck
1
-3
/
+0
2012-10-30
swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_single
Alexander Duyck
1
-1
/
+2
2012-10-30
swiotlb: Use physical addresses for swiotlb_tbl_unmap_single
Alexander Duyck
1
-1
/
+2
2012-10-30
swiotlb: Return physical addresses when calling swiotlb_tbl_map_single
Alexander Duyck
1
-3
/
+8
2012-08-21
swiotlb: add the late swiotlb initialization function with iotlb memory
Konrad Rzeszutek Wilk
1
-0
/
+1
2011-12-06
swiotlb: Expose swiotlb_nr_tlb function to modules
Konrad Rzeszutek Wilk
1
-1
/
+1
2011-06-06
swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.
FUJITA Tomonori
1
-0
/
+1
2010-06-07
swiotlb: Make swiotlb bookkeeping functions visible in the header file.
Konrad Rzeszutek Wilk
1
-0
/
+22
2010-06-07
swiotlb: search and replace "int dir" with "enum dma_data_direction dir"
Konrad Rzeszutek Wilk
1
-2
/
+2
2010-06-07
swiotlb: add the swiotlb initialization function with iotlb memory
FUJITA Tomonori
1
-0
/
+1
2010-05-27
swiotlb: remove unnecessary swiotlb_sync_single_range_*
FUJITA Tomonori
1
-10
/
+0
2009-11-15
swiotlb: Remove duplicate swiotlb_force extern declarations
FUJITA Tomonori
1
-0
/
+2
2009-11-10
swiotlb: Defer swiotlb init printing, export swiotlb_print_info()
FUJITA Tomonori
1
-2
/
+2
[next]