summaryrefslogtreecommitdiffstats
path: root/kernel/dma
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: clear dev->dma_mem to NULL after freeing itJoakim Zhang2024-01-251-1/+3
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-1/+1
* swiotlb: skip swiotlb_bounce when orig_addr is zeroLiu Shixin2022-07-021-1/+2
* dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka2022-06-141-1/+1
* Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds2022-05-251-5/+8
* swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic2022-05-251-1/+2
* dma-debug: fix return value of __setup handlersRandy Dunlap2022-04-151-2/+2
* dma-debug: fix sg checks in debug_dma_map_sg()Gerald Schaefer2021-10-271-6/+6
* swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"Stefano Stabellini2020-11-181-1/+5
* dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet2020-01-041-0/+1
* swiotlb: do not panic on mapping failuresChristoph Hellwig2019-12-011-32/+1
* dma-direct: do not include SME mask in the DMA supported checkLendacky, Thomas2019-01-131-2/+11
* dma-mapping: fix panic caused by passing empty cma command line argumentHe Zhe2018-11-131-1/+5
* dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declarationChristoph Hellwig2018-09-251-0/+3
* kernel/dma/direct: take DMA offset into account in dma_direct_supportedChristoph Hellwig2018-09-011-2/+2
* kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...Marek Szyprowski2018-08-172-5/+5
* mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski2018-08-171-1/+2
* Merge tag 'dma-mapping-4.19' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-08-142-13/+11
|\
| * dma-mapping: Generalise dma_32bit_limit flagRobin Murphy2018-07-271-3/+3
| * swiotlb: clean up reportingKees Cook2018-07-251-10/+8
* | Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-08-131-2/+6
|\ \ | |/ |/|
| * dma-noncoherent: add a arch_sync_dma_for_cpu_all hookChristoph Hellwig2018-06-241-2/+6
* | swiotlb: export swiotlb_dma_opsChristoph Hellwig2018-06-281-0/+1
|/
* dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig2018-06-1410-0/+4343