summaryrefslogtreecommitdiff
path: root/kernel/dma/swiotlb.c
AgeCommit message (Expand)Author
2024-05-02swiotlb: initialise restricted pool list_head when SWIOTLB_DYNAMIC=yWill Deacon
2024-04-02swiotlb: do not set total_used to 0 in swiotlb_create_debugfs_files()Dexuan Cui
2024-04-02swiotlb: fix swiotlb_bounce() to do partial sync's correctlyMichael Kelley
2024-04-02swiotlb: extend buffer pre-padding to alloc_align_mask if necessaryPetr Tesarik
2024-03-13swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZEWill Deacon
2024-03-13swiotlb: Fix alignment checks when both allocation and DMA masks are presentWill Deacon
2024-03-13swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()Will Deacon
2024-03-13swiotlb: Enforce page alignment in swiotlb_alloc()Will Deacon
2024-03-13swiotlb: Fix double-allocation of slots due to broken alignment handlingWill Deacon
2024-02-28swiotlb: add debugfs to track swiotlb transient pool usageZhangPeng
2024-01-18Merge tag 'dma-mapping-6.8-2024-01-18' of git://git.infradead.org/users/hch/d...Linus Torvalds
2024-01-11Merge tag 'dma-mapping-6.8-2024-01-08' of git://git.infradead.org/users/hch/d...Linus Torvalds
2024-01-09swiotlb: check alloc_size before the allocation of a new memory poolZhangPeng
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2023-12-15swiotlb: reduce area lock contention for non-primary IO TLB poolsPetr Tesarik
2023-11-08swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMICPetr Tesarik
2023-11-03swiotlb: do not free decrypted pages if dynamicPetr Tesarik
2023-11-01Merge tag 'dma-mapping-6.7-2023-10-30' of git://git.infradead.org/users/hch/d...Linus Torvalds
2023-10-25swiotlb: do not try to allocate a TLB bigger than MAX_ORDER pagesPetr Tesarik
2023-10-23swiotlb: rewrite comment explaining why the source is preserved on DMA_FROM_D...Sean Christopherson
2023-09-27swiotlb: fix the check whether a device has used software IO TLBPetr Tesarik
2023-09-13swiotlb: use the calculated number of areasRoss Lagerwall
2023-08-08swiotlb: optimize get_max_slots()Petr Tesarik
2023-08-08swiotlb: move slot allocation explanation comment where it belongsPetr 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-08-01swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocatedPetr Tesarik
2023-07-31swiotlb: unexport is_swiotlb_activeChristoph Hellwig
2023-06-29swiotlb: reduce the number of areas to match actual memory pool sizePetr Tesarik
2023-06-29swiotlb: always set the number of areas before allocating the poolPetr Tesarik
2023-06-07swiotlb: use the atomic counter of total used slabs if availablePetr 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-04-16swiotlb: fix debugfs reporting of reserved memory poolsMichael Kelley
2023-04-16swiotlb: relocate PageHighMem test away from rmem_swiotlb_setupDoug Berger
2023-04-06swiotlb: fix a braino in the alignment check fixPetr Tesarik
2023-03-22swiotlb: fix slot alignment checksPetr Tesarik
2023-03-22swiotlb: use wrap_area_index() instead of open-coding itPetr Tesarik
2023-03-15swiotlb: fix the deadlock in swiotlb_do_find_slotsGuoRui.Yu
2023-02-22swiotlb: mark swiotlb_memblock_alloc() as __initRandy Dunlap
2023-02-16swiotlb: remove swiotlb_max_segmentChristoph Hellwig
2022-11-01swiotlb: reduce the swiotlb buffer size on allocation failureAlexey Kardashevskiy