summaryrefslogtreecommitdiff
path: root/kernel/dma/pool.c
AgeCommit message (Expand)Author
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2023-08-31dma-pool: remove a __maybe_unused label in atomic_pool_expandChristoph Hellwig
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2022-01-15dma/pool: create dma atomic pool only if dma zone has managed pagesBaoquan He
2020-11-27dma-pool: no need to check return value of debugfs_create functionsTiezhu Yang
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-09-11dma-direct: remove dma_direct_{alloc,free}_pagesChristoph Hellwig
2020-08-27dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()Dan Carpenter
2020-08-14dma-pool: Only allocate from CMA when in same memory zoneNicolas Saenz Julienne
2020-08-14dma-pool: fix coherent pool allocations for IOMMU mappingsChristoph Hellwig
2020-07-14dma-pool: do not allocate pool memory from CMANicolas Saenz Julienne
2020-07-14dma-pool: make sure atomic pool suits deviceNicolas Saenz Julienne
2020-07-14dma-pool: introduce dma_guess_pool()Nicolas Saenz Julienne
2020-07-14dma-pool: get rid of dma_in_atomic_pool()Nicolas Saenz Julienne
2020-06-29dma-mapping: warn when coherent pool is depletedDavid Rientjes
2020-06-09dma-pool: fix too large DMA pools on medium memory size systemsGeert Uytterhoeven
2020-04-25dma-pool: scale the default DMA coherent pool size with memory capacityDavid Rientjes
2020-04-25dma-pool: add pool sizes to debugfsDavid Rientjes
2020-04-25dma-direct: atomic allocations must come from atomic coherent poolsDavid Rientjes
2020-04-25dma-pool: dynamically expanding atomic poolsDavid Rientjes
2020-04-20dma-pool: add additional coherent pools to map to gfp maskDavid Rientjes
2020-04-20dma-remap: separate DMA atomic pools from direct remap codeDavid Rientjes