summaryrefslogtreecommitdiffstats
path: root/kernel/dma/remap.c
Commit message (Expand)AuthorAgeFilesLines
* dma-remap: use kvmalloc_array/kvfree for larger dma memory remapgaoxu2023-06-071-2/+2
* kernel/dma: remove unnecessary unmap_kernel_rangeNicholas Piggin2021-04-301-1/+0
* dma-mapping: move more functions to dma-map-ops.hChristoph Hellwig2020-10-201-1/+1
* dma-remap: align the size in dma_common_*_remap()Eric Auger2020-06-231-2/+3
* Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-06-061-120/+1
|\
| * dma-remap: separate DMA atomic pools from direct remap codeDavid Rientjes2020-04-201-120/+1
* | dma-mapping: use vmap insted of reimplementing itChristoph Hellwig2020-06-021-36/+12
|/
* lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie2019-12-041-1/+1
* dma-mapping: merge the generic remapping helpers into dma-directChristoph Hellwig2019-11-111-49/+0
* dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig2019-11-111-6/+0
* dma-direct: remove the dma_handle argument to __dma_direct_alloc_pagesChristoph Hellwig2019-11-071-1/+1
* dma-direct: remove __dma_direct_free_pagesChristoph Hellwig2019-11-071-2/+2
* dma-mapping: fix false positivse warnings in dma_common_free_remap()Andrey Smirnov2019-10-051-2/+2
* dma-mapping: introduce a dma_common_find_pages helperChristoph Hellwig2019-09-041-2/+11
* dma-mapping: always use VM_DMA_COHERENT for generic DMA remapChristoph Hellwig2019-09-041-13/+10
* dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig2019-08-291-3/+14
* dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig2019-08-101-1/+1
* dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common codeChristoph Hellwig2019-06-251-11/+2
* dma-remap: Avoid de-referencing NULL atomic_poolFlorian Fainelli2019-06-141-0/+3
* dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocationsChristoph Hellwig2019-01-051-6/+7
* dma-mapping: remove a pointless memset in dma_atomic_pool_initChristoph Hellwig2018-12-131-1/+0
* dma-mapping: fix lack of DMA address assignment in generic remap allocatorMarek Szyprowski2018-12-051-1/+7
* dma-remap: support DMA_ATTR_NO_KERNEL_MAPPINGChristoph Hellwig2018-12-011-2/+9
* dma-mapping: support highmem in the generic remap allocatorChristoph Hellwig2018-12-011-7/+7
* dma-mapping: move the arm64 noncoherent alloc/free support to common codeChristoph Hellwig2018-12-011-1/+157
* dma-mapping: move the remap helpers to a separate fileChristoph Hellwig2018-12-011-0/+88