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

CONFIG_PGTABLE_MAPPING: Use page table mapping to access object in zsmalloc

General informations

The Linux kernel configuration item CONFIG_PGTABLE_MAPPING:

Help text

By default, zsmalloc uses a copy-based object mapping method to access allocations that span two pages. However, if a particular architecture (ex, ARM) performs VM mapping faster than copying, then you should select this. This causes zsmalloc to use page table mapping rather than copying for object mapping.

You can check speed with zsmalloc benchmark: https://github.com/spartacus06/zsmapbench

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 - P index

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