summaryrefslogtreecommitdiff
path: root/include/linux/swiotlb.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-24Merge tags 'dma-mapping-7.3-2026-08-24' and 'dma-mapping-7.3-2026-08-24-2' of...Linus Torvalds1-13/+28
2026-08-13dma/swiotlb: decouple high watermark tracking from CONFIG_DEBUG_FSchenhuguanshen1-4/+4
2026-07-31swiotlb: remove unused SWIOTLB_FORCE flagAneesh Kumar K.V (Arm)1-2/+1
2026-07-31dma: swiotlb: free dynamic pools from process contextAneesh Kumar K.V (Arm)1-2/+2
2026-07-31dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHAREDAneesh Kumar K.V (Arm)1-2/+8
2026-07-31dma: swiotlb: pass mapping attributes by referenceAneesh Kumar K.V (Arm)1-1/+1
2026-07-31dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pagesAneesh Kumar K.V (Arm)1-0/+6
2026-07-17dma/swiotlb: introduce Kconfig option for compile-time default pool sizeJagadeesh Pagadala1-2/+6
2024-07-10swiotlb: reduce swiotlb pool lookupsMichael Kelley1-43/+62
2024-05-07swiotlb: remove alloc_size argument to swiotlb_tbl_map_single()Michael Kelley1-1/+1
2024-02-28swiotlb: add debugfs to track swiotlb transient pool usageZhangPeng1-0/+3
2023-09-27swiotlb: fix the check whether a device has used software IO TLBPetr Tesarik1-7/+16
2023-08-01swiotlb: search the software IO TLB only if the device makes use of itPetr Tesarik1-1/+6
2023-08-01swiotlb: allocate a new memory pool when existing pools are fullPetr Tesarik1-0/+8
2023-08-01swiotlb: determine potential physical address limitPetr Tesarik1-0/+2
2023-08-01swiotlb: if swiotlb is full, fall back to a transient memory poolPetr Tesarik1-1/+28
2023-08-01swiotlb: add a flag whether SWIOTLB is allowed to growPetr Tesarik1-0/+4
2023-08-01swiotlb: separate memory pool data from other allocator dataPetr Tesarik1-17/+28
2023-08-01swiotlb: add documentation and rename swiotlb_do_find_slots()Petr Tesarik1-4/+11
2023-08-01swiotlb: make io_tlb_default_mem local to swiotlb.cPetr Tesarik1-1/+24
2023-06-07swiotlb: remove unused field "used" from struct io_tlb_memPetr Tesarik1-2/+0
2023-04-29Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...Linus Torvalds1-0/+9
2023-04-20swiotlb: Omit total_used and used_hiwater if !CONFIG_DEBUG_FSPetr Tesarik1-0/+2
2023-04-17swiotlb: Remove bounce buffer remapping for Hyper-VMichael Kelley1-2/+0
2023-04-16swiotlb: track and report io_tlb_used high water marks in debugfsMichael Kelley1-0/+7
2023-02-16swiotlb: remove swiotlb_max_segmentChristoph Hellwig1-5/+0
2022-07-18swiotlb: move struct io_tlb_slot to swiotlb.cChristoph Hellwig1-5/+1
2022-07-18swiotlb: remove unused fields in io_tlb_memChao Gao1-5/+0
2022-07-13swiotlb: split up the global swiotlb lockTianyu Lan1-0/+5
2022-06-22swiotlb: remove the unused swiotlb_force declarationDongli Zhang1-1/+0
2022-04-18swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tblChristoph Hellwig1-2/+0
2022-04-18swiotlb: provide swiotlb_init variants that remap the bufferChristoph Hellwig1-1/+4
2022-04-18swiotlb: pass a gfp_mask argument to swiotlb_init_lateChristoph Hellwig1-1/+1
2022-04-18swiotlb: add a SWIOTLB_ANY flag to lift the low memory restrictionChristoph Hellwig1-0/+1
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig1-8/+7
2022-04-18swiotlb: rename swiotlb_late_init_with_default_sizeChristoph Hellwig1-1/+1
2022-04-18swiotlb: simplify swiotlb_max_segmentChristoph Hellwig1-1/+0
2021-12-20swiotlb: Add swiotlb bounce buffer remap function for HV IVMTianyu Lan1-0/+6
2021-09-29swiotlb: Support aligned swiotlb buffersDavid Stevens1-1/+2
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