aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/dma/pool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-14dma-pool: do not allocate pool memory from CMANicolas Saenz Julienne1-9/+2
2020-07-14dma-pool: make sure atomic pool suits deviceNicolas Saenz Julienne1-20/+37
2020-07-14dma-pool: introduce dma_guess_pool()Nicolas Saenz Julienne1-3/+23
2020-07-14dma-pool: get rid of dma_in_atomic_pool()Nicolas Saenz Julienne1-10/+1
2020-06-29dma-mapping: warn when coherent pool is depletedDavid Rientjes1-1/+5
2020-06-09dma-pool: fix too large DMA pools on medium memory size systemsGeert Uytterhoeven1-4/+3
2020-04-25dma-pool: scale the default DMA coherent pool size with memory capacityDavid Rientjes1-2/+12
2020-04-25dma-pool: add pool sizes to debugfsDavid Rientjes1-0/+30
2020-04-25dma-direct: atomic allocations must come from atomic coherent poolsDavid Rientjes1-3/+24
2020-04-25dma-pool: dynamically expanding atomic poolsDavid Rientjes1-38/+84
2020-04-20dma-pool: add additional coherent pools to map to gfp maskDavid Rientjes1-43/+77
2020-04-20dma-remap: separate DMA atomic pools from direct remap codeDavid Rientjes1-0/+123