aboutsummaryrefslogtreecommitdiff
path: root/kernel/dma/swiotlb.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersGravatar Mike Rapoport 1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeGravatar Mike Rapoport 1-1/+1
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Gravatar Mike Rapoport 1-1/+1
2021-11-04Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+8
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Gravatar Tom Lendacky 1-2/+2
2021-09-29swiotlb: Support aligned swiotlb buffersGravatar David Stevens 1-5/+8
2021-07-23swiotlb: Free tbl memory in swiotlb_exit()Gravatar Will Deacon 1-6/+15
2021-07-23swiotlb: Emit diagnostic in swiotlb_exit()Gravatar Will Deacon 1-0/+1
2021-07-23swiotlb: Convert io_default_tlb_mem to static allocationGravatar Will Deacon 1-30/+36
2021-07-13swiotlb: add overflow checks to swiotlb_bounceGravatar Dominique Martinet 1-3/+17
2021-07-13swiotlb: fix implicit debugfs declarationsGravatar Claire Chang 1-5/+16
2021-07-13swiotlb: Add restricted DMA pool initializationGravatar Claire Chang 1-0/+76
2021-07-13swiotlb: Add restricted DMA alloc/free supportGravatar Claire Chang 1-2/+36
2021-07-13swiotlb: Refactor swiotlb_tbl_unmap_singleGravatar Claire Chang 1-15/+20
2021-07-13swiotlb: Move alloc_size to swiotlb_find_slotsGravatar Claire Chang 1-8/+9
2021-07-13swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncingGravatar Claire Chang 1-0/+4
2021-07-13swiotlb: Update is_swiotlb_active to add a struct device argumentGravatar Claire Chang 1-2/+2
2021-07-13swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool usedGravatar Claire Chang 1-4/+4
2021-07-13swiotlb: Refactor swiotlb_create_debugfsGravatar Claire Chang 1-7/+14
2021-07-13swiotlb: Refactor swiotlb init functionsGravatar Claire Chang 1-25/+25
2021-06-21swiotlb: manipulate orig_addr when tlb_addr has offsetGravatar Bumyong Lee 1-8/+15
2021-04-29swiotlb: don't override user specified size in swiotlb_adjust_sizeGravatar Christoph Hellwig 1-0/+2
2021-04-27swiotlb: Fix the type of indexGravatar Claire Chang 1-1/+2
2021-04-01swiotlb: Make SWIOTLB_NO_FORCE perform no allocationGravatar Florian Fainelli 1-4/+14
2021-03-19swiotlb: remove swiotlb_nr_tblGravatar Christoph Hellwig 1-6/+1
2021-03-19swiotlb: dynamically allocate io_tlb_default_memGravatar Christoph Hellwig 1-207/+99
2021-03-19swiotlb: move global variables into a new io_tlb_mem structureGravatar Claire Chang 1-190/+164
2021-03-17swiotlb: lift the double initialization protection from xen-swiotlbGravatar Christoph Hellwig 1-0/+8
2021-03-17swiotlb: split swiotlb_tbl_sync_singleGravatar Christoph Hellwig 1-19/+15
2021-03-17swiotlb: move orig addr and size validation into swiotlb_bounceGravatar Christoph Hellwig 1-36/+23
2021-03-17swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleGravatar Christoph Hellwig 1-22/+23
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