aboutsummaryrefslogtreecommitdiff
path: root/kernel/dma
AgeCommit message (Expand)AuthorFilesLines
2019-01-05dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocationsGravatar Christoph Hellwig 1-6/+7
2019-01-04dma-mapping: remove a few unused exportsGravatar Christoph Hellwig 2-4/+0
2019-01-04dma-mapping: remove dmam_{declare,release}_coherent_memoryGravatar Christoph Hellwig 1-55/+0
2019-01-04dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrsGravatar Christoph Hellwig 1-39/+0
2019-01-04dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsGravatar Christoph Hellwig 1-13/+4
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 9-565/+708
2018-12-20dma-mapping: fix inverted logic in dma_supportedGravatar Thierry Reding 1-1/+1
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Gravatar Christoph Hellwig 1-1/+1
2018-12-17dma-direct: do not include SME mask in the DMA supported checkGravatar Lendacky, Thomas 1-1/+6
2018-12-13dma-mapping: bypass indirect calls for dma-directGravatar Christoph Hellwig 2-44/+33
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeGravatar Christoph Hellwig 2-251/+94
2018-12-13dma-direct: use dma_direct_map_page to implement dma_direct_map_sgGravatar Christoph Hellwig 1-9/+5
2018-12-13dma-direct: improve addressability error reportingGravatar Christoph Hellwig 1-21/+15
2018-12-13swiotlb: remove dma_mark_cleanGravatar Christoph Hellwig 1-17/+1
2018-12-13swiotlb: remove SWIOTLB_MAP_ERRORGravatar Christoph Hellwig 1-2/+2
2018-12-13dma-mapping: factor out dummy DMA opsGravatar Robin Murphy 2-1/+40
2018-12-13dma-mapping: always build the direct mapping codeGravatar Christoph Hellwig 2-9/+1
2018-12-13dma-mapping: move dma_cache_sync out of lineGravatar Christoph Hellwig 1-0/+11
2018-12-13dma-mapping: move various slow path functions out of lineGravatar Christoph Hellwig 1-2/+138
2018-12-13dma-mapping: move dma_get_required_mask to kernel/dmaGravatar Christoph Hellwig 1-1/+33
2018-12-13dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementationGravatar Christoph Hellwig 1-42/+0
2018-12-13dma-mapping: remove a pointless memset in dma_atomic_pool_initGravatar Christoph Hellwig 1-1/+0
2018-12-11dma-debug: Batch dma_debug_entry allocationGravatar Robin Murphy 1-29/+21
2018-12-11dma/debug: Remove dma_debug_resize_entries()Gravatar Robin Murphy 1-46/+0
2018-12-11dma-debug: Make leak-like behaviour apparentGravatar Robin Murphy 1-0/+13
2018-12-11dma-debug: Dynamically expand the dma_debug_entry poolGravatar Robin Murphy 1-38/+41
2018-12-11dma-debug: Use pr_fmt()Gravatar Robin Murphy 1-36/+38
2018-12-11dma-debug: Expose nr_total_entries in debugfsGravatar Robin Murphy 1-0/+7
2018-12-06dma-direct: remove the mapping_error dma_map_ops methodGravatar Christoph Hellwig 2-13/+6
2018-12-05dma-mapping: fix lack of DMA address assignment in generic remap allocatorGravatar Marek Szyprowski 1-1/+7
2018-12-01dma-remap: support DMA_ATTR_NO_KERNEL_MAPPINGGravatar Christoph Hellwig 1-2/+9
2018-12-01dma-mapping: support highmem in the generic remap allocatorGravatar Christoph Hellwig 1-7/+7
2018-12-01dma-mapping: move the arm64 noncoherent alloc/free support to common codeGravatar Christoph Hellwig 2-1/+162
2018-12-01dma-mapping: move the remap helpers to a separate fileGravatar Christoph Hellwig 4-85/+93
2018-12-01dma-direct: reject highmem pages from dma_alloc_from_contiguousGravatar Christoph Hellwig 1-0/+12
2018-12-01dma-direct: provide page based alloc/free helpersGravatar Christoph Hellwig 1-10/+22
2018-11-21swiotlb: Skip cache maintenance on map errorGravatar Robin Murphy 1-1/+2
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 2-2/+2
2018-10-31memblock: remove _virt from APIs returning virtual addressGravatar Mike Rapoport 1-3/+3
2018-10-19swiotlb: add support for non-coherent DMAGravatar Christoph Hellwig 1-10/+23
2018-10-19swiotlb: don't dip into swiotlb pool for coherent allocationsGravatar Christoph Hellwig 1-103/+2
2018-10-19swiotlb: refactor swiotlb_map_pageGravatar Christoph Hellwig 1-37/+30
2018-10-19swiotlb: use swiotlb_map_page in swiotlb_map_sg_attrsGravatar Christoph Hellwig 1-22/+12
2018-10-19swiotlb: merge swiotlb_unmap_page and unmap_singleGravatar Christoph Hellwig 1-11/+4
2018-10-19swiotlb: remove the overflow bufferGravatar Christoph Hellwig 2-58/+3
2018-10-19swiotlb: do not panic on mapping failuresGravatar Christoph Hellwig 1-32/+1
2018-10-19swiotlb: mark is_swiotlb_buffer staticGravatar Christoph Hellwig 1-1/+1
2018-10-19swiotlb: remove a pointless commentGravatar Christoph Hellwig 1-6/+0
2018-10-09dma-direct: respect DMA_ATTR_NO_WARNGravatar Christoph Hellwig 1-0/+3
2018-10-09dma-direct: document the zone selection logicGravatar Christoph Hellwig 1-1/+8