aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/swiotlb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-23swiotlb: Convert io_default_tlb_mem to static allocationWill Deacon1-2/+2
2021-07-13swiotlb: Add restricted DMA pool initializationClaire Chang1-1/+2
2021-07-13swiotlb: Add restricted DMA alloc/free supportClaire Chang1-0/+26
2021-07-13swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncingClaire Chang1-0/+13
2021-07-13swiotlb: Update is_swiotlb_active to add a struct device argumentClaire Chang1-2/+2
2021-07-13swiotlb: Update is_swiotlb_buffer to add a struct device argumentClaire Chang1-3/+4
2021-03-19swiotlb: remove swiotlb_nr_tblChristoph Hellwig1-1/+0
2021-03-19swiotlb: dynamically allocate io_tlb_default_memChristoph Hellwig1-8/+10
2021-03-19swiotlb: move global variables into a new io_tlb_mem structureClaire Chang1-2/+41
2021-03-17swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig1-13/+4
2021-03-17swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleChristoph Hellwig1-1/+0
2021-02-20swiotlb: add a IO_TLB_SIZE defineChristoph Hellwig1-0/+1
2020-12-11x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guestsAshish Kalra1-0/+8
2020-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1
2020-11-02swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_singleChristoph Hellwig1-7/+3
2020-11-02swiotlb: using SIZE_MAX needs limits.h includedStephen Rothwell1-0/+1
2020-09-10swiotlb: Declare swiotlb_late_init_with_default_size() in headerAndy Shevchenko1-0/+1
2020-02-05dma-direct: improve swiotlb error reportingChristoph Hellwig1-8/+3
2019-09-11swiotlb: Split size parameter to map/unmap APIsLu Baolu1-2/+6
2019-03-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+11
2019-03-06swiotlb: Add is_swiotlb_active() functionJoerg Roedel1-0/+6
2019-03-06swiotlb: Introduce swiotlb_max_mapping_size()Joerg Roedel1-0/+5
2019-02-18swiotlb: remove swiotlb_dma_supportedChristoph Hellwig1-3/+0
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig1-44/+30
2018-12-13swiotlb: remove SWIOTLB_MAP_ERRORChristoph Hellwig1-3/+0
2018-10-19swiotlb: don't dip into swiotlb pool for coherent allocationsChristoph Hellwig1-5/+0
2018-10-19swiotlb: remove the overflow bufferChristoph Hellwig1-3/+0
2018-10-19swiotlb: mark is_swiotlb_buffer staticChristoph Hellwig1-1/+0
2018-03-20dma/swiotlb: Remove swiotlb_{alloc,free}_coherent()Christoph Hellwig1-8/+0
2018-01-15swiotlb: add common swiotlb_map_opsChristoph Hellwig1-0/+8
2018-01-15swiotlb: rename swiotlb_free to swiotlb_exitChristoph Hellwig1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-18x86, swiotlb: Add memory encryption supportTom Lendacky1-0/+1
2017-01-06swiotlb: Export swiotlb_max_segment to usersKonrad Rzeszutek Wilk1-0/+3
2016-12-19swiotlb: Add swiotlb=noforce debug optionGeert Uytterhoeven1-0/+1
2016-12-19swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven1-1/+6
2016-11-07swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck1-2/+4
2016-11-07swiotlb: Drop unused functions swiotlb_map_sg and swiotlb_unmap_sgAlexander Duyck1-8/+0
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-5/+5
2016-01-20swiotlb: Make linux/swiotlb.h standalone includibleThierry Reding1-0/+3
2014-06-04x86: enable DMA CMA with swiotlbAkinobu Mita1-0/+2
2013-04-17x86, kdump: Set crashkernel_low automaticallyYinghai Lu1-0/+1
2013-01-29x86: Don't panic if can not alloc buffer for swiotlbYinghai Lu1-1/+1
2012-10-30swiotlb: Do not export swiotlb_bounce since there are no external consumersAlexander Duyck1-3/+0
2012-10-30swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_singleAlexander Duyck1-1/+2
2012-10-30swiotlb: Use physical addresses for swiotlb_tbl_unmap_singleAlexander Duyck1-1/+2
2012-10-30swiotlb: Return physical addresses when calling swiotlb_tbl_map_singleAlexander Duyck1-3/+8
2012-08-21swiotlb: add the late swiotlb initialization function with iotlb memoryKonrad Rzeszutek Wilk1-0/+1
2011-12-06swiotlb: Expose swiotlb_nr_tlb function to modulesKonrad Rzeszutek Wilk1-1/+1
2011-06-06swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.FUJITA Tomonori1-0/+1