summaryrefslogtreecommitdiffstats
path: root/kernel/dma/pool.c
Commit message (Expand)AuthorAgeFilesLines
* mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-3/+3
* dma-pool: remove a __maybe_unused label in atomic_pool_expandChristoph Hellwig2023-08-311-2/+2
* mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-3/+3
* dma/pool: create dma atomic pool only if dma zone has managed pagesBaoquan He2022-01-151-2/+2
* dma-pool: no need to check return value of debugfs_create functionsTiezhu Yang2020-11-271-3/+0
* dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+0
* dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
* dma-direct: remove dma_direct_{alloc,free}_pagesChristoph Hellwig2020-09-111-1/+1
* dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()Dan Carpenter2020-08-271-1/+1
* dma-pool: Only allocate from CMA when in same memory zoneNicolas Saenz Julienne2020-08-141-1/+30
* dma-pool: fix coherent pool allocations for IOMMU mappingsChristoph Hellwig2020-08-141-66/+48
* dma-pool: do not allocate pool memory from CMANicolas Saenz Julienne2020-07-141-9/+2
* dma-pool: make sure atomic pool suits deviceNicolas Saenz Julienne2020-07-141-20/+37
* dma-pool: introduce dma_guess_pool()Nicolas Saenz Julienne2020-07-141-3/+23
* dma-pool: get rid of dma_in_atomic_pool()Nicolas Saenz Julienne2020-07-141-10/+1
* dma-mapping: warn when coherent pool is depletedDavid Rientjes2020-06-291-1/+5
* dma-pool: fix too large DMA pools on medium memory size systemsGeert Uytterhoeven2020-06-091-4/+3
* dma-pool: scale the default DMA coherent pool size with memory capacityDavid Rientjes2020-04-251-2/+12
* dma-pool: add pool sizes to debugfsDavid Rientjes2020-04-251-0/+30
* dma-direct: atomic allocations must come from atomic coherent poolsDavid Rientjes2020-04-251-3/+24
* dma-pool: dynamically expanding atomic poolsDavid Rientjes2020-04-251-38/+84
* dma-pool: add additional coherent pools to map to gfp maskDavid Rientjes2020-04-201-43/+77
* dma-remap: separate DMA atomic pools from direct remap codeDavid Rientjes2020-04-201-0/+123