summaryrefslogtreecommitdiff
path: root/kernel/dma
AgeCommit message (Expand)Author
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport
2018-10-19swiotlb: add support for non-coherent DMAChristoph Hellwig
2018-10-19swiotlb: don't dip into swiotlb pool for coherent allocationsChristoph Hellwig
2018-10-19swiotlb: refactor swiotlb_map_pageChristoph Hellwig
2018-10-19swiotlb: use swiotlb_map_page in swiotlb_map_sg_attrsChristoph Hellwig
2018-10-19swiotlb: merge swiotlb_unmap_page and unmap_singleChristoph Hellwig
2018-10-19swiotlb: remove the overflow bufferChristoph Hellwig
2018-10-19swiotlb: do not panic on mapping failuresChristoph Hellwig
2018-10-19swiotlb: mark is_swiotlb_buffer staticChristoph Hellwig
2018-10-19swiotlb: remove a pointless commentChristoph Hellwig
2018-10-09dma-direct: respect DMA_ATTR_NO_WARNChristoph Hellwig
2018-10-09dma-direct: document the zone selection logicChristoph Hellwig
2018-10-08dma-debug: Check for drivers mapping invalid addresses in dma_map_single()Stephen Boyd
2018-10-05dma-direct: fix return value of dma_direct_supportedAlexander Duyck
2018-10-01dma-direct: always allow dma mask <= physiscal memory sizeChristoph Hellwig
2018-10-01dma-direct: implement complete bus_dma_mask handlingChristoph Hellwig
2018-10-01dma-direct: refine dma_direct_alloc zone selectionChristoph Hellwig
2018-10-01dma-direct: add an explicit dma_direct_get_required_maskChristoph Hellwig
2018-09-20dma-mapping: support non-coherent devices in dma_common_get_sgtableChristoph Hellwig
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig
2018-09-20dma-mapping: move the dma_coherent flag to struct deviceChristoph Hellwig
2018-09-20dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declarationChristoph Hellwig
2018-09-20dma-mapping: fix panic caused by passing empty cma command line argumentHe Zhe
2018-09-08dma-mapping: remove dma_deconfigureChristoph Hellwig
2018-09-08dma-mapping: remove dma_configureChristoph 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