aboutsummaryrefslogtreecommitdiff
path: root/kernel/dma/swiotlb.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-26swiotlb: Validate bounce size in the sync/unmap pathGravatar Martin Radev 1-3/+50
2021-02-26swiotlb: respect min_align_maskGravatar Christoph Hellwig 1-10/+31
2021-02-22swiotlb: don't modify orig_addr in swiotlb_tbl_sync_singleGravatar Christoph Hellwig 1-1/+0
2021-02-22swiotlb: refactor swiotlb_tbl_map_singleGravatar Christoph Hellwig 1-90/+89
2021-02-20swiotlb: clean up swiotlb_tbl_unmap_singleGravatar Christoph Hellwig 1-20/+21
2021-02-20swiotlb: factor out a nr_slots helperGravatar Christoph Hellwig 1-4/+9
2021-02-20swiotlb: factor out an io_tlb_offset helperGravatar Christoph Hellwig 1-7/+13
2021-02-20swiotlb: add a IO_TLB_SIZE defineGravatar Christoph Hellwig 1-7/+7
2020-12-11x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guestsGravatar Ashish Kalra 1-2/+18
2020-11-02swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_singleGravatar Christoph Hellwig 1-10/+6
2020-11-02swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"Gravatar Stefano Stabellini 1-1/+5
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-3/+3
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Gravatar Christoph Hellwig 1-1/+1
2020-09-11dma-direct: rename and cleanup __phys_to_dmaGravatar Christoph Hellwig 1-2/+2
2020-09-10swiotlb: Mark max_segment with static keywordGravatar Andy Shevchenko 1-1/+1
2020-09-10swiotlb: Use %pa to print phys_addr_t variablesGravatar Andy Shevchenko 1-3/+1
2020-02-05dma-direct: improve swiotlb error reportingGravatar Christoph Hellwig 1-19/+23
2019-11-20dma-direct: exclude dma_direct_map_resource from the min_low_pfn checkGravatar Christoph Hellwig 1-1/+1
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-2/+1
2019-09-11swiotlb: Split size parameter to map/unmap APIsGravatar Lu Baolu 1-13/+21
2019-08-09swiotlb: Remove call to sme_active()Gravatar Thiago Jung Bauermann 1-2/+1
2019-07-18Merge branch 'for-linus-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-14/+16
2019-07-03swiotlb: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-21/+4
2019-06-19Merge branch 'stable/for-linus-5.2' into devel/for-linus-5.2Gravatar Konrad Rzeszutek Wilk 1-2/+2
2019-06-19swiotlb: fix phys_addr_t overflow warningGravatar Arnd Bergmann 1-2/+2
2019-06-11swiotlb: Return consistent SWIOTLB segments/nr_tblGravatar Florian Fainelli 1-4/+4
2019-06-11swiotlb: Group identical cleanup in swiotlb_cleanup()Gravatar Florian Fainelli 1-8/+10
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-07Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+5
2019-04-12swiotlb: save io_tlb_used to local variable before leaving critical sectionGravatar Dongli Zhang 1-2/+5
2019-04-10swiotlb: dump used and total slots when swiotlb buffer is fullGravatar Dongli Zhang 1-1/+2
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsGravatar Mike Rapoport 1-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-2/+2
2019-03-12swiotlb: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-6/+13
2019-03-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-0/+14
2019-03-08Merge branch 'stable/for-linus-5.1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+49
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-12/+0
2019-03-06swiotlb: Add is_swiotlb_active() functionGravatar Joerg Roedel 1-0/+9
2019-03-06swiotlb: Introduce swiotlb_max_mapping_size()Gravatar Joerg Roedel 1-0/+5
2019-02-18swiotlb: remove swiotlb_dma_supportedGravatar Christoph Hellwig 1-12/+0
2019-02-16swiotlb: drop pointless static qualifier in swiotlb_create_debugfs()Gravatar YueHaibing 1-1/+1
2019-02-12swiotlb: checking whether swiotlb buffer is full with io_tlb_usedGravatar Dongli Zhang 1-0/+4
2019-02-12swiotlb: add debugfs to track swiotlb buffer usageGravatar Dongli Zhang 1-0/+44
2019-02-12swiotlb: fix comment on swiotlb_bounce()Gravatar Dongli Zhang 1-1/+1
2019-01-16swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exitGravatar Christoph Hellwig 1-0/+2
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeGravatar Christoph Hellwig 1-219/+13
2018-12-13swiotlb: remove dma_mark_cleanGravatar Christoph Hellwig 1-17/+1
2018-12-13swiotlb: remove SWIOTLB_MAP_ERRORGravatar Christoph Hellwig 1-2/+2
2018-12-06dma-direct: remove the mapping_error dma_map_ops methodGravatar Christoph Hellwig 1-6/+5
2018-11-21swiotlb: Skip cache maintenance on map errorGravatar Robin Murphy 1-1/+2