summaryrefslogtreecommitdiffstats
path: root/kernel/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-034-111/+319
|\
| * swiotlb: use depends on for DMA_RESTRICTED_POOLClaire Chang2021-08-311-2/+1
| * swiotlb: Free tbl memory in swiotlb_exit()Will Deacon2021-07-231-6/+15
| * swiotlb: Emit diagnostic in swiotlb_exit()Will Deacon2021-07-231-0/+1
| * swiotlb: Convert io_default_tlb_mem to static allocationWill Deacon2021-07-231-30/+36
| * swiotlb: add overflow checks to swiotlb_bounceDominique Martinet2021-07-131-3/+17
| * swiotlb: fix implicit debugfs declarationsClaire Chang2021-07-131-5/+16
| * swiotlb: Add restricted DMA pool initializationClaire Chang2021-07-132-0/+90
| * swiotlb: Add restricted DMA alloc/free supportClaire Chang2021-07-132-14/+73
| * swiotlb: Refactor swiotlb_tbl_unmap_singleClaire Chang2021-07-131-15/+20
| * swiotlb: Move alloc_size to swiotlb_find_slotsClaire Chang2021-07-131-8/+9
| * swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncingClaire Chang2021-07-133-2/+6
| * swiotlb: Update is_swiotlb_active to add a struct device argumentClaire Chang2021-07-132-3/+3
| * swiotlb: Update is_swiotlb_buffer to add a struct device argumentClaire Chang2021-07-132-6/+6
| * swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool usedClaire Chang2021-07-131-4/+4
| * swiotlb: Refactor swiotlb_create_debugfsClaire Chang2021-07-131-7/+14
| * swiotlb: Refactor swiotlb init functionsClaire Chang2021-07-131-25/+25
* | dma-mapping: make the global coherent pool conditionalChristoph Hellwig2021-08-191-22/+27
* | dma-mapping: add a dma_init_global_coherent helperChristoph Hellwig2021-08-181-18/+14
* | dma-mapping: simplify dma_init_coherent_memoryChristoph Hellwig2021-08-181-45/+33
* | dma-mapping: allow using the global coherent pool for !ARMChristoph Hellwig2021-08-181-0/+2
* | dma-direct: add support for dma_coherent_default_memoryChristoph Hellwig2021-08-182-0/+19
* | dma-mapping: return an unsigned int from dma_map_sg{,_attrs}Christoph Hellwig2021-08-141-1/+1
* | dma-mapping: disallow .map_sg operations from returning zero on errorLogan Gunthorpe2021-08-091-3/+1
* | dma-mapping: return error code from dma_dummy_map_sg()Martin Oliveira2021-08-091-1/+1
* | dma-direct: return appropriate error code from dma_direct_map_sg()Logan Gunthorpe2021-08-091-1/+1
* | dma-mapping: allow map_sg() ops to return negative error codesLogan Gunthorpe2021-08-091-8/+74
* | dma-debug: fix debugfs initialization orderAnthony Iliopoulos2021-08-091-3/+4
* | dma-debug: use memory_intersects() directlyKefeng Wang2021-08-091-12/+2
* | dma-mapping: handle vmalloc addresses in dma_common_{mmap,get_sgtable}Roman Skakun2021-07-161-2/+10
|/
* Merge tag 'dma-mapping-5.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-07-022-5/+3
|\
| * dma-debug: report -EEXIST errors in add_dma_entryHamza Mahfooz2021-06-221-4/+2
| * dma-mapping: remove a trailing spaceZhen Lei2021-06-221-1/+1
* | Merge branch 'stable/for-linus-5.14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-231-8/+15
|\ \
| * | swiotlb: manipulate orig_addr when tlb_addr has offsetBumyong Lee2021-06-211-8/+15
* | | Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-043-334/+200
|\| |
| * | swiotlb: don't override user specified size in swiotlb_adjust_sizeChristoph Hellwig2021-04-291-0/+2
| * | swiotlb: Fix the type of indexClaire Chang2021-04-271-1/+2
| * | swiotlb: Make SWIOTLB_NO_FORCE perform no allocationFlorian Fainelli2021-04-011-4/+14
| * | swiotlb: remove swiotlb_nr_tblChristoph Hellwig2021-03-191-6/+1
| * | swiotlb: dynamically allocate io_tlb_default_memChristoph Hellwig2021-03-191-207/+99
| * | swiotlb: move global variables into a new io_tlb_mem structureClaire Chang2021-03-191-190/+164
| * | swiotlb: lift the double initialization protection from xen-swiotlbChristoph Hellwig2021-03-171-0/+8
| * | swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig2021-03-173-25/+21
| * | swiotlb: move orig addr and size validation into swiotlb_bounceChristoph Hellwig2021-03-171-36/+23
| * | swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleChristoph Hellwig2021-03-172-23/+24
* | | Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-05-042-18/+153
|\ \ \ | | |/ | |/|
| * | dma-mapping: benchmark: Add support for multi-pages map/unmapXiang Chen2021-04-021-7/+14
| * | dma-mapping: benchmark: use the correct HiSilicon copyrightHao Fang2021-04-021-1/+1
| * | dma-mapping: add a dma_alloc_noncontiguous APIChristoph Hellwig2021-03-151-0/+106