summaryrefslogtreecommitdiff
path: root/include/linux/swiotlb.h
AgeCommit message (Expand)Author
2023-09-27swiotlb: fix the check whether a device has used software IO TLBPetr Tesarik
2023-08-01swiotlb: search the software IO TLB only if the device makes use of itPetr Tesarik
2023-08-01swiotlb: allocate a new memory pool when existing pools are fullPetr Tesarik
2023-08-01swiotlb: determine potential physical address limitPetr Tesarik
2023-08-01swiotlb: if swiotlb is full, fall back to a transient memory poolPetr Tesarik
2023-08-01swiotlb: add a flag whether SWIOTLB is allowed to growPetr Tesarik
2023-08-01swiotlb: separate memory pool data from other allocator dataPetr Tesarik
2023-08-01swiotlb: add documentation and rename swiotlb_do_find_slots()Petr Tesarik
2023-08-01swiotlb: make io_tlb_default_mem local to swiotlb.cPetr Tesarik
2023-06-07swiotlb: remove unused field "used" from struct io_tlb_memPetr Tesarik
2023-04-29Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...Linus Torvalds
2023-04-20swiotlb: Omit total_used and used_hiwater if !CONFIG_DEBUG_FSPetr Tesarik
2023-04-17swiotlb: Remove bounce buffer remapping for Hyper-VMichael Kelley
2023-04-16swiotlb: track and report io_tlb_used high water marks in debugfsMichael Kelley
2023-02-16swiotlb: remove swiotlb_max_segmentChristoph Hellwig
2022-07-18swiotlb: move struct io_tlb_slot to swiotlb.cChristoph Hellwig
2022-07-18swiotlb: remove unused fields in io_tlb_memChao Gao
2022-07-13swiotlb: split up the global swiotlb lockTianyu Lan
2022-06-22swiotlb: remove the unused swiotlb_force declarationDongli Zhang
2022-04-18swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tblChristoph Hellwig
2022-04-18swiotlb: provide swiotlb_init variants that remap the bufferChristoph Hellwig
2022-04-18swiotlb: pass a gfp_mask argument to swiotlb_init_lateChristoph Hellwig
2022-04-18swiotlb: add a SWIOTLB_ANY flag to lift the low memory restrictionChristoph Hellwig
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig
2022-04-18swiotlb: rename swiotlb_late_init_with_default_sizeChristoph Hellwig
2022-04-18swiotlb: simplify swiotlb_max_segmentChristoph Hellwig
2021-12-20swiotlb: Add swiotlb bounce buffer remap function for HV IVMTianyu Lan
2021-09-29swiotlb: Support aligned swiotlb buffersDavid Stevens
2021-07-23swiotlb: Convert io_default_tlb_mem to static allocationWill Deacon
2021-07-13swiotlb: Add restricted DMA pool initializationClaire Chang
2021-07-13swiotlb: Add restricted DMA alloc/free supportClaire Chang
2021-07-13swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncingClaire Chang
2021-07-13swiotlb: Update is_swiotlb_active to add a struct device argumentClaire Chang
2021-07-13swiotlb: Update is_swiotlb_buffer to add a struct device argumentClaire Chang
2021-03-19swiotlb: remove swiotlb_nr_tblChristoph Hellwig
2021-03-19swiotlb: dynamically allocate io_tlb_default_memChristoph Hellwig
2021-03-19swiotlb: move global variables into a new io_tlb_mem structureClaire Chang
2021-03-17swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig
2021-03-17swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleChristoph Hellwig
2021-02-20swiotlb: add a IO_TLB_SIZE defineChristoph Hellwig
2020-12-11x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guestsAshish Kalra
2020-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-11-02swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_singleChristoph Hellwig
2020-11-02swiotlb: using SIZE_MAX needs limits.h includedStephen Rothwell
2020-09-10swiotlb: Declare swiotlb_late_init_with_default_size() in headerAndy Shevchenko
2020-02-05dma-direct: improve swiotlb error reportingChristoph Hellwig
2019-09-11swiotlb: Split size parameter to map/unmap APIsLu Baolu
2019-03-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2019-03-06swiotlb: Add is_swiotlb_active() functionJoerg Roedel
2019-03-06swiotlb: Introduce swiotlb_max_mapping_size()Joerg Roedel