aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2-44/+33
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig2-251/+94
2018-12-13dma-direct: use dma_direct_map_page to implement dma_direct_map_sgChristoph Hellwig1-9/+5
2018-12-13dma-direct: improve addressability error reportingChristoph Hellwig1-21/+15
2018-12-13swiotlb: remove dma_mark_cleanChristoph Hellwig1-17/+1
2018-12-13swiotlb: remove SWIOTLB_MAP_ERRORChristoph Hellwig1-2/+2
2018-12-13dma-mapping: factor out dummy DMA opsRobin Murphy2-1/+40
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig2-9/+1
2018-12-13dma-mapping: move dma_cache_sync out of lineChristoph Hellwig1-0/+11
2018-12-13dma-mapping: move various slow path functions out of lineChristoph Hellwig1-2/+138
2018-12-13dma-mapping: move dma_get_required_mask to kernel/dmaChristoph Hellwig1-1/+33
2018-12-13dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementationChristoph Hellwig1-42/+0
2018-12-13dma-mapping: remove a pointless memset in dma_atomic_pool_initChristoph Hellwig1-1/+0
2018-12-11dma-debug: Batch dma_debug_entry allocationRobin Murphy1-29/+21
2018-12-11dma/debug: Remove dma_debug_resize_entries()Robin Murphy1-46/+0
2018-12-11dma-debug: Make leak-like behaviour apparentRobin Murphy1-0/+13
2018-12-11dma-debug: Dynamically expand the dma_debug_entry poolRobin Murphy1-38/+41
2018-12-11dma-debug: Use pr_fmt()Robin Murphy1-36/+38
2018-12-11dma-debug: Expose nr_total_entries in debugfsRobin Murphy1-0/+7
2018-12-06dma-direct: remove the mapping_error dma_map_ops methodChristoph Hellwig2-13/+6
2018-12-05dma-mapping: fix lack of DMA address assignment in generic remap allocatorMarek Szyprowski1-1/+7
2018-12-01dma-remap: support DMA_ATTR_NO_KERNEL_MAPPINGChristoph Hellwig1-2/+9
2018-12-01dma-mapping: support highmem in the generic remap allocatorChristoph Hellwig1-7/+7
2018-12-01dma-mapping: move the arm64 noncoherent alloc/free support to common codeChristoph Hellwig2-1/+162
2018-12-01dma-mapping: move the remap helpers to a separate fileChristoph Hellwig4-85/+93
2018-12-01dma-direct: reject highmem pages from dma_alloc_from_contiguousChristoph Hellwig1-0/+12
2018-12-01dma-direct: provide page based alloc/free helpersChristoph Hellwig1-10/+22
2018-11-21swiotlb: Skip cache maintenance on map errorRobin Murphy1-1/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport2-2/+2
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-3/+3
2018-10-19swiotlb: add support for non-coherent DMAChristoph Hellwig1-10/+23
2018-10-19swiotlb: don't dip into swiotlb pool for coherent allocationsChristoph Hellwig1-103/+2
2018-10-19swiotlb: refactor swiotlb_map_pageChristoph Hellwig1-37/+30
2018-10-19swiotlb: use swiotlb_map_page in swiotlb_map_sg_attrsChristoph Hellwig1-22/+12
2018-10-19swiotlb: merge swiotlb_unmap_page and unmap_singleChristoph Hellwig1-11/+4
2018-10-19swiotlb: remove the overflow bufferChristoph Hellwig2-58/+3
2018-10-19swiotlb: do not panic on mapping failuresChristoph Hellwig1-32/+1
2018-10-19swiotlb: mark is_swiotlb_buffer staticChristoph Hellwig1-1/+1
2018-10-19swiotlb: remove a pointless commentChristoph Hellwig1-6/+0
2018-10-09dma-direct: respect DMA_ATTR_NO_WARNChristoph Hellwig1-0/+3
2018-10-09dma-direct: document the zone selection logicChristoph Hellwig1-1/+8
2018-10-08dma-debug: Check for drivers mapping invalid addresses in dma_map_single()Stephen Boyd1-0/+16
2018-10-05dma-direct: fix return value of dma_direct_supportedAlexander Duyck1-3/+1
2018-10-01dma-direct: always allow dma mask <= physiscal memory sizeChristoph Hellwig1-12/+16
2018-10-01dma-direct: implement complete bus_dma_mask handlingChristoph Hellwig1-10/+11
2018-10-01dma-direct: refine dma_direct_alloc zone selectionChristoph Hellwig1-10/+21
2018-10-01dma-direct: add an explicit dma_direct_get_required_maskChristoph Hellwig1-3/+19
2018-09-20dma-mapping: support non-coherent devices in dma_common_get_sgtableChristoph Hellwig1-7/+16
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig3-26/+27
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig4-120/+117