summaryrefslogtreecommitdiffstats
path: root/include/linux/swiotlb.h
Commit message (Expand)AuthorAgeFilesLines
* swiotlb: add debugfs to track swiotlb transient pool usageZhangPeng2024-02-281-0/+3
* swiotlb: fix the check whether a device has used software IO TLBPetr Tesarik2023-09-271-7/+16
* swiotlb: search the software IO TLB only if the device makes use of itPetr Tesarik2023-08-011-1/+6
* swiotlb: allocate a new memory pool when existing pools are fullPetr Tesarik2023-08-011-0/+8
* swiotlb: determine potential physical address limitPetr Tesarik2023-08-011-0/+2
* swiotlb: if swiotlb is full, fall back to a transient memory poolPetr Tesarik2023-08-011-1/+28
* swiotlb: add a flag whether SWIOTLB is allowed to growPetr Tesarik2023-08-011-0/+4
* swiotlb: separate memory pool data from other allocator dataPetr Tesarik2023-08-011-17/+28
* swiotlb: add documentation and rename swiotlb_do_find_slots()Petr Tesarik2023-08-011-4/+11
* swiotlb: make io_tlb_default_mem local to swiotlb.cPetr Tesarik2023-08-011-1/+24
* swiotlb: remove unused field "used" from struct io_tlb_memPetr Tesarik2023-06-071-2/+0
* Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-04-291-0/+9
|\
| * swiotlb: Omit total_used and used_hiwater if !CONFIG_DEBUG_FSPetr Tesarik2023-04-201-0/+2
| * swiotlb: track and report io_tlb_used high water marks in debugfsMichael Kelley2023-04-161-0/+7
* | swiotlb: Remove bounce buffer remapping for Hyper-VMichael Kelley2023-04-171-2/+0
|/
* swiotlb: remove swiotlb_max_segmentChristoph Hellwig2023-02-161-5/+0
* 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