aboutsummaryrefslogtreecommitdiff
path: root/kernel/dma
AgeCommit message (Expand)Author
2021-09-17Merge tag 'dma-mapping-5.15-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-09-13dma-debug: prevent an error message from causing runtime problemsHamza Mahfooz
2021-09-06dma-mapping: fix the kerneldoc for dma_map_sg_attrsChristoph Hellwig
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-31swiotlb: use depends on for DMA_RESTRICTED_POOLClaire Chang
2021-08-19dma-mapping: make the global coherent pool conditionalChristoph Hellwig
2021-08-18dma-mapping: add a dma_init_global_coherent helperChristoph Hellwig
2021-08-18dma-mapping: simplify dma_init_coherent_memoryChristoph Hellwig
2021-08-18dma-mapping: allow using the global coherent pool for !ARMChristoph Hellwig
2021-08-18dma-direct: add support for dma_coherent_default_memoryChristoph Hellwig
2021-08-14dma-mapping: return an unsigned int from dma_map_sg{,_attrs}Christoph Hellwig
2021-08-09dma-mapping: disallow .map_sg operations from returning zero on errorLogan Gunthorpe
2021-08-09dma-mapping: return error code from dma_dummy_map_sg()Martin Oliveira
2021-08-09dma-direct: return appropriate error code from dma_direct_map_sg()Logan Gunthorpe
2021-08-09dma-mapping: allow map_sg() ops to return negative error codesLogan Gunthorpe
2021-08-09dma-debug: fix debugfs initialization orderAnthony Iliopoulos
2021-08-09dma-debug: use memory_intersects() directlyKefeng Wang
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-16dma-mapping: handle vmalloc addresses in dma_common_{mmap,get_sgtable}Roman Skakun
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: Update is_swiotlb_buffer 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-07-02Merge tag 'dma-mapping-5.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-06-23Merge branch 'stable/for-linus-5.14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-06-22dma-debug: report -EEXIST errors in add_dma_entryHamza Mahfooz
2021-06-22dma-mapping: remove a trailing spaceZhen Lei
2021-06-21swiotlb: manipulate orig_addr when tlb_addr has offsetBumyong Lee
2021-05-04Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-05-04Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-04-30kernel/dma: remove unnecessary unmap_kernel_rangeNicholas Piggin
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-02dma-mapping: benchmark: Add support for multi-pages map/unmapXiang Chen
2021-04-02dma-mapping: benchmark: use the correct HiSilicon copyrightHao Fang
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