Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - C index

CONFIG_CMA: Contiguous Memory Allocator

General informations

The Linux kernel configuration item CONFIG_CMA has multiple definitions:

Contiguous Memory Allocator found in mm/Kconfig

The configuration item CONFIG_CMA:

Help text

This enables the Contiguous Memory Allocator which allows other subsystems to allocate big physically-contiguous blocks of memory. CMA reserves a region of memory and allows only movable pages to be allocated from it. This way, the kernel can use the memory for pagecache and when a subsystem requests for contiguous area, the allocated pages are migrated away to serve the contiguous request.

If unsure, say "n".

Contiguous Memory Allocator found in drivers/base/Kconfig

The configuration item CONFIG_CMA:

Help text

This enables the Contiguous Memory Allocator which allows drivers to allocate big physically-contiguous blocks of memory for use with hardware components that do not support I/O map nor scatter-gather.

For more information see <include/linux/dma-contiguous.h>. If unsure, say "n".

Contiguous Memory Allocator (EXPERIMENTAL) found in drivers/base/Kconfig

The configuration item CONFIG_CMA:

Help text

This enables the Contiguous Memory Allocator which allows drivers to allocate big physically-contiguous blocks of memory for use with hardware components that do not support I/O map nor scatter-gather.

For more information see <include/linux/dma-contiguous.h>. If unsure, say "n".

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - C index

Automatically generated (in year 2024). See also LKDDb sources on GitLab