aboutsummaryrefslogtreecommitdiff
path: root/kernel/dma/pool.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERGravatar Kirill A. Shutemov 1-3/+3
2023-08-31dma-pool: remove a __maybe_unused label in atomic_pool_expandGravatar Christoph Hellwig 1-2/+2
2023-04-05mm, treewide: redefine MAX_ORDER sanelyGravatar Kirill A. Shutemov 1-3/+3
2022-01-15dma/pool: create dma atomic pool only if dma zone has managed pagesGravatar Baoquan He 1-2/+2
2020-11-27dma-pool: no need to check return value of debugfs_create functionsGravatar Tiezhu Yang 1-3/+0
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Gravatar Christoph Hellwig 1-1/+0
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Gravatar Christoph Hellwig 1-1/+1
2020-09-11dma-direct: remove dma_direct_{alloc,free}_pagesGravatar Christoph Hellwig 1-1/+1
2020-08-27dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()Gravatar Dan Carpenter 1-1/+1
2020-08-14dma-pool: Only allocate from CMA when in same memory zoneGravatar Nicolas Saenz Julienne 1-1/+30
2020-08-14dma-pool: fix coherent pool allocations for IOMMU mappingsGravatar Christoph Hellwig 1-66/+48
2020-07-14dma-pool: do not allocate pool memory from CMAGravatar Nicolas Saenz Julienne 1-9/+2
2020-07-14dma-pool: make sure atomic pool suits deviceGravatar Nicolas Saenz Julienne 1-20/+37
2020-07-14dma-pool: introduce dma_guess_pool()Gravatar Nicolas Saenz Julienne 1-3/+23
2020-07-14dma-pool: get rid of dma_in_atomic_pool()Gravatar Nicolas Saenz Julienne 1-10/+1
2020-06-29dma-mapping: warn when coherent pool is depletedGravatar David Rientjes 1-1/+5
2020-06-09dma-pool: fix too large DMA pools on medium memory size systemsGravatar Geert Uytterhoeven 1-4/+3
2020-04-25dma-pool: scale the default DMA coherent pool size with memory capacityGravatar David Rientjes 1-2/+12
2020-04-25dma-pool: add pool sizes to debugfsGravatar David Rientjes 1-0/+30
2020-04-25dma-direct: atomic allocations must come from atomic coherent poolsGravatar David Rientjes 1-3/+24
2020-04-25dma-pool: dynamically expanding atomic poolsGravatar David Rientjes 1-38/+84
2020-04-20dma-pool: add additional coherent pools to map to gfp maskGravatar David Rientjes 1-43/+77
2020-04-20dma-remap: separate DMA atomic pools from direct remap codeGravatar David Rientjes 1-0/+123