summaryrefslogtreecommitdiff
path: root/kernel/dma/swiotlb.c
AgeCommit message (Expand)Author
2021-07-23swiotlb: Free tbl memory in swiotlb_exit()Will Deacon
2021-07-23swiotlb: Emit diagnostic in swiotlb_exit()Will Deacon
2021-07-23swiotlb: Convert io_default_tlb_mem to static allocationWill Deacon
2021-07-13swiotlb: add overflow checks to swiotlb_bounceDominique Martinet
2021-07-13swiotlb: fix implicit debugfs declarationsClaire Chang
2021-07-13swiotlb: Add restricted DMA pool initializationClaire Chang
2021-07-13swiotlb: Add restricted DMA alloc/free supportClaire Chang
2021-07-13swiotlb: Refactor swiotlb_tbl_unmap_singleClaire Chang
2021-07-13swiotlb: Move alloc_size to swiotlb_find_slotsClaire 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: Set dev->dma_io_tlb_mem to the swiotlb pool usedClaire Chang
2021-07-13swiotlb: Refactor swiotlb_create_debugfsClaire Chang
2021-07-13swiotlb: Refactor swiotlb init functionsClaire Chang
2021-06-21swiotlb: manipulate orig_addr when tlb_addr has offsetBumyong Lee
2021-04-29swiotlb: don't override user specified size in swiotlb_adjust_sizeChristoph Hellwig
2021-04-27swiotlb: Fix the type of indexClaire Chang
2021-04-01swiotlb: Make SWIOTLB_NO_FORCE perform no allocationFlorian Fainelli
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: lift the double initialization protection from xen-swiotlbChristoph Hellwig
2021-03-17swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig
2021-03-17swiotlb: move orig addr and size validation into swiotlb_bounceChristoph Hellwig
2021-03-17swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleChristoph Hellwig
2021-02-26swiotlb: Validate bounce size in the sync/unmap pathMartin Radev
2021-02-26swiotlb: respect min_align_maskChristoph Hellwig
2021-02-22swiotlb: don't modify orig_addr in swiotlb_tbl_sync_singleChristoph Hellwig
2021-02-22swiotlb: refactor swiotlb_tbl_map_singleChristoph Hellwig
2021-02-20swiotlb: clean up swiotlb_tbl_unmap_singleChristoph Hellwig
2021-02-20swiotlb: factor out a nr_slots helperChristoph Hellwig
2021-02-20swiotlb: factor out an io_tlb_offset helperChristoph 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-02swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_singleChristoph Hellwig
2020-11-02swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"Stefano Stabellini
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-09-11dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig
2020-09-10swiotlb: Mark max_segment with static keywordAndy Shevchenko
2020-09-10swiotlb: Use %pa to print phys_addr_t variablesAndy Shevchenko
2020-02-05dma-direct: improve swiotlb error reportingChristoph Hellwig
2019-11-20dma-direct: exclude dma_direct_map_resource from the min_low_pfn checkChristoph Hellwig
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-09-11swiotlb: Split size parameter to map/unmap APIsLu Baolu
2019-08-09swiotlb: Remove call to sme_active()Thiago Jung Bauermann
2019-07-18Merge branch 'for-linus-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-03swiotlb: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-19Merge branch 'stable/for-linus-5.2' into devel/for-linus-5.2Konrad Rzeszutek Wilk
2019-06-19swiotlb: fix phys_addr_t overflow warningArnd Bergmann