aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/dma
AgeCommit message (Expand)Author
2024-01-25dma-mapping: clear dev->dma_mem to NULL after freeing itJoakim Zhang
2023-08-11treewide: Remove uninitialized_var() usageKees Cook
2022-07-02swiotlb: skip swiotlb_bounce when orig_addr is zeroLiu Shixin
2022-06-14dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka
2022-05-25Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds
2022-05-25swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic
2022-04-15dma-debug: fix return value of __setup handlersRandy Dunlap
2021-10-27dma-debug: fix sg checks in debug_dma_map_sg()Gerald Schaefer
2020-11-18swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"Stefano Stabellini
2020-01-04dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet
2019-12-01swiotlb: do not panic on mapping failuresChristoph Hellwig
2019-01-13dma-direct: do not include SME mask in the DMA supported checkLendacky, Thomas
2018-11-13dma-mapping: fix panic caused by passing empty cma command line argumentHe Zhe
2018-09-25dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declarationChristoph Hellwig
2018-09-01kernel/dma/direct: take DMA offset into account in dma_direct_supportedChristoph Hellwig
2018-08-17kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...Marek Szyprowski
2018-08-17mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski
2018-08-14Merge tag 'dma-mapping-4.19' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-08-13Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2018-07-27dma-mapping: Generalise dma_32bit_limit flagRobin Murphy
2018-07-25swiotlb: clean up reportingKees Cook
2018-06-28swiotlb: export swiotlb_dma_opsChristoph Hellwig
2018-06-24dma-noncoherent: add a arch_sync_dma_for_cpu_all hookChristoph Hellwig
2018-06-14dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig