summaryrefslogtreecommitdiffstats
path: root/include/linux/swiotlb.h
Commit message (Expand)AuthorAgeFilesLines
* swiotlb: move struct io_tlb_slot to swiotlb.cChristoph Hellwig2022-07-181-5/+1
* swiotlb: remove unused fields in io_tlb_memChao Gao2022-07-181-5/+0
* swiotlb: split up the global swiotlb lockTianyu Lan2022-07-131-0/+5
* swiotlb: remove the unused swiotlb_force declarationDongli Zhang2022-06-221-1/+0
* swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tblChristoph Hellwig2022-04-181-2/+0
* swiotlb: provide swiotlb_init variants that remap the bufferChristoph Hellwig2022-04-181-1/+4
* swiotlb: pass a gfp_mask argument to swiotlb_init_lateChristoph Hellwig2022-04-181-1/+1
* swiotlb: add a SWIOTLB_ANY flag to lift the low memory restrictionChristoph Hellwig2022-04-181-0/+1
* swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-181-8/+7
* swiotlb: rename swiotlb_late_init_with_default_sizeChristoph Hellwig2022-04-181-1/+1
* swiotlb: simplify swiotlb_max_segmentChristoph Hellwig2022-04-181-1/+0
* swiotlb: Add swiotlb bounce buffer remap function for HV IVMTianyu Lan2021-12-201-0/+6
* swiotlb: Support aligned swiotlb buffersDavid Stevens2021-09-291-1/+2
* swiotlb: Convert io_default_tlb_mem to static allocationWill Deacon2021-07-231-2/+2
* swiotlb: Add restricted DMA pool initializationClaire Chang2021-07-131-1/+2
* swiotlb: Add restricted DMA alloc/free supportClaire Chang2021-07-131-0/+26
* swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncingClaire Chang2021-07-131-0/+13
* swiotlb: Update is_swiotlb_active to add a struct device argumentClaire Chang2021-07-131-2/+2
* swiotlb: Update is_swiotlb_buffer to add a struct device argumentClaire Chang2021-07-131-3/+4
* swiotlb: remove swiotlb_nr_tblChristoph Hellwig2021-03-191-1/+0
* swiotlb: dynamically allocate io_tlb_default_memChristoph Hellwig2021-03-191-8/+10
* swiotlb: move global variables into a new io_tlb_mem structureClaire Chang2021-03-191-2/+41
* swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig2021-03-171-13/+4
* swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleChristoph Hellwig2021-03-171-1/+0
* swiotlb: add a IO_TLB_SIZE defineChristoph Hellwig2021-02-201-0/+1
* x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guestsAshish Kalra2020-12-111-0/+8
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-11-161-0/+1
|\
| * swiotlb: using SIZE_MAX needs limits.h includedStephen Rothwell2020-11-021-0/+1
* | swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_singleChristoph Hellwig2020-11-021-7/+3
* | swiotlb: Declare swiotlb_late_init_with_default_size() in headerAndy Shevchenko2020-09-101-0/+1
|/
* dma-direct: improve swiotlb error reportingChristoph Hellwig2020-02-051-8/+3
* swiotlb: Split size parameter to map/unmap APIsLu Baolu2019-09-111-2/+6
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-03-101-0/+11
|\
| * swiotlb: Add is_swiotlb_active() functionJoerg Roedel2019-03-061-0/+6
| * swiotlb: Introduce swiotlb_max_mapping_size()Joerg Roedel2019-03-061-0/+5
* | swiotlb: remove swiotlb_dma_supportedChristoph Hellwig2019-02-181-3/+0
|/
* dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig2018-12-131-44/+30
* swiotlb: remove SWIOTLB_MAP_ERRORChristoph Hellwig2018-12-131-3/+0
* swiotlb: don't dip into swiotlb pool for coherent allocationsChristoph Hellwig2018-10-191-5/+0
* swiotlb: remove the overflow bufferChristoph Hellwig2018-10-191-3/+0
* swiotlb: mark is_swiotlb_buffer staticChristoph Hellwig2018-10-191-1/+0
* dma/swiotlb: Remove swiotlb_{alloc,free}_coherent()Christoph Hellwig2018-03-201-8/+0
* swiotlb: add common swiotlb_map_opsChristoph Hellwig2018-01-151-0/+8
* swiotlb: rename swiotlb_free to swiotlb_exitChristoph Hellwig2018-01-151-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86, swiotlb: Add memory encryption supportTom Lendacky2017-07-181-0/+1
* swiotlb: Export swiotlb_max_segment to usersKonrad Rzeszutek Wilk2017-01-061-0/+3
* swiotlb: Add swiotlb=noforce debug optionGeert Uytterhoeven2016-12-191-0/+1
* swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven2016-12-191-1/+6
* swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck2016-11-071-2/+4