aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/dma/swiotlb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-04swiotlb: Add CONFIG_HAS_IOMEM check around swiotlb_mem_remap()Wei Liu1-0/+7
2021-12-20swiotlb: Add swiotlb bounce buffer remap function for HV IVMTianyu Lan1-2/+41
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport1-1/+1
2021-11-04Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-5/+8
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky1-2/+2
2021-09-29swiotlb: Support aligned swiotlb buffersDavid Stevens1-5/+8
2021-07-23swiotlb: Free tbl memory in swiotlb_exit()Will Deacon1-6/+15
2021-07-23swiotlb: Emit diagnostic in swiotlb_exit()Will Deacon1-0/+1
2021-07-23swiotlb: Convert io_default_tlb_mem to static allocationWill Deacon1-30/+36
2021-07-13swiotlb: add overflow checks to swiotlb_bounceDominique Martinet1-3/+17
2021-07-13swiotlb: fix implicit debugfs declarationsClaire Chang1-5/+16
2021-07-13swiotlb: Add restricted DMA pool initializationClaire Chang1-0/+76
2021-07-13swiotlb: Add restricted DMA alloc/free supportClaire Chang1-2/+36
2021-07-13swiotlb: Refactor swiotlb_tbl_unmap_singleClaire Chang1-15/+20
2021-07-13swiotlb: Move alloc_size to swiotlb_find_slotsClaire Chang1-8/+9
2021-07-13swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncingClaire Chang1-0/+4
2021-07-13swiotlb: Update is_swiotlb_active to add a struct device argumentClaire Chang1-2/+2
2021-07-13swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool usedClaire Chang1-4/+4
2021-07-13swiotlb: Refactor swiotlb_create_debugfsClaire Chang1-7/+14
2021-07-13swiotlb: Refactor swiotlb init functionsClaire Chang1-25/+25
2021-06-21swiotlb: manipulate orig_addr when tlb_addr has offsetBumyong Lee1-8/+15
2021-04-29swiotlb: don't override user specified size in swiotlb_adjust_sizeChristoph Hellwig1-0/+2
2021-04-27swiotlb: Fix the type of indexClaire Chang1-1/+2
2021-04-01swiotlb: Make SWIOTLB_NO_FORCE perform no allocationFlorian Fainelli1-4/+14
2021-03-19swiotlb: remove swiotlb_nr_tblChristoph Hellwig1-6/+1
2021-03-19swiotlb: dynamically allocate io_tlb_default_memChristoph Hellwig1-207/+99
2021-03-19swiotlb: move global variables into a new io_tlb_mem structureClaire Chang1-190/+164
2021-03-17swiotlb: lift the double initialization protection from xen-swiotlbChristoph Hellwig1-0/+8
2021-03-17swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig1-19/+15
2021-03-17swiotlb: move orig addr and size validation into swiotlb_bounceChristoph Hellwig1-36/+23
2021-03-17swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleChristoph Hellwig1-22/+23
2021-02-26swiotlb: Validate bounce size in the sync/unmap pathMartin Radev1-3/+50
2021-02-26swiotlb: respect min_align_maskChristoph Hellwig1-10/+31
2021-02-22swiotlb: don't modify orig_addr in swiotlb_tbl_sync_singleChristoph Hellwig1-1/+0
2021-02-22swiotlb: refactor swiotlb_tbl_map_singleChristoph Hellwig1-90/+89
2021-02-20swiotlb: clean up swiotlb_tbl_unmap_singleChristoph Hellwig1-20/+21
2021-02-20swiotlb: factor out a nr_slots helperChristoph Hellwig1-4/+9
2021-02-20swiotlb: factor out an io_tlb_offset helperChristoph Hellwig1-7/+13
2021-02-20swiotlb: add a IO_TLB_SIZE defineChristoph Hellwig1-7/+7
2020-12-11x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guestsAshish Kalra1-2/+18
2020-11-02swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_singleChristoph Hellwig1-10/+6
2020-11-02swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"Stefano Stabellini1-1/+5
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-3/+3
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-09-11dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig1-2/+2
2020-09-10swiotlb: Mark max_segment with static keywordAndy Shevchenko1-1/+1
2020-09-10swiotlb: Use %pa to print phys_addr_t variablesAndy Shevchenko1-3/+1