summaryrefslogtreecommitdiffstats
path: root/kernel/dma
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: remove bogus test for pfn_valid from dma_map_resourceMike Rapoport2022-04-271-4/+0
* dma-direct: avoid redundant memory sync for swiotlbChao Gao2022-04-201-1/+2
* swiotlb: Support aligned swiotlb buffersDavid Stevens2022-04-081-5/+8
* Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds2022-04-081-4/+8
* dma-debug: fix return value of __setup handlersRandy Dunlap2022-04-081-2/+2
* Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds2022-04-081-15/+8
* swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic2022-03-161-8/+15
* swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic2022-03-161-1/+2
* dma/pool: create dma atomic pool only if dma zone has managed pagesBaoquan He2022-01-271-2/+2
* Merge tag 'dma-mapping-5.15-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-10-203-36/+48
|\
| * dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNCHamza Mahfooz2021-10-183-24/+36
| * dma-debug: fix sg checks in debug_dma_map_sg()Gerald Schaefer2021-10-111-6/+6
| * dma-mapping: fix the kerneldoc for dma_map_sgtable()Logan Gunthorpe2021-10-111-6/+6
* | Merge tag 'dma-mapping-5.15-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-172-2/+4
|\|
| * dma-debug: prevent an error message from causing runtime problemsHamza Mahfooz2021-09-131-1/+2
| * dma-mapping: fix the kerneldoc for dma_map_sg_attrsChristoph Hellwig2021-09-061-1/+2
* | 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
|\ \