Navigation:
Linux Kernel Driver DataBase -
web LKDDB:
Main index -
D index
The Linux kernel configuration item CONFIG_DEBUG_PAGEALLOC has multiple definitions:
arch/i386/Kconfig.debugThe configuration item CONFIG_DEBUG_PAGEALLOC:
CONFIG_DEBUG_KERNEL && ! CONFIG_HIBERNATION && ! CONFIG_HUGETLBFSUnmap pages from the kernel linear mapping after free_pages(). This results in a large slowdown, but helps to find certain types of memory corruptions.
arch/m32r/Kconfig.debugThe configuration item CONFIG_DEBUG_PAGEALLOC:
CONFIG_DEBUG_KERNEL && CONFIG_BROKENUnmap pages from the kernel linear mapping after free_pages(). This results in a large slowdown, but helps to find certain types of memory corruptions.
arch/powerpc/Kconfig.debugThe configuration item CONFIG_DEBUG_PAGEALLOC:
CONFIG_DEBUG_KERNEL && ! CONFIG_HIBERNATIONUnmap pages from the kernel linear mapping after free_pages(). This results in a large slowdown, but helps to find certain types of memory corruptions.
arch/s390/Kconfig.debugThe configuration item CONFIG_DEBUG_PAGEALLOC:
CONFIG_DEBUG_KERNELUnmap pages from the kernel linear mapping after free_pages(). This results in a slowdown, but helps to find certain types of memory corruptions.
arch/sparc/Kconfig.debugThe configuration item CONFIG_DEBUG_PAGEALLOC:
CONFIG_SPARC64 && CONFIG_DEBUG_KERNEL && ! CONFIG_HIBERNATIONUnmap pages from the kernel linear mapping after free_pages(). This results in a large slowdown, but helps to find certain types of memory corruptions.
arch/sparc64/Kconfig.debugThe configuration item CONFIG_DEBUG_PAGEALLOC:
CONFIG_DEBUG_KERNEL && ! CONFIG_HIBERNATIONUnmap pages from the kernel linear mapping after free_pages(). This results in a large slowdown, but helps to find certain types of memory corruptions.
arch/x86/Kconfig.debugThe configuration item CONFIG_DEBUG_PAGEALLOC:
CONFIG_DEBUG_KERNELUnmap pages from the kernel linear mapping after free_pages(). This results in a large slowdown, but helps to find certain types of memory corruptions.
mm/Kconfig.debugThe configuration item CONFIG_DEBUG_PAGEALLOC:
( CONFIG_DEBUG_KERNEL ) && (! CONFIG_HIBERNATION || CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC && ! CONFIG_PPC && ! CONFIG_SPARC ) && (! CONFIG_KMEMCHECK )Unmap pages from the kernel linear mapping after free_pages(). This results in a large slowdown, but helps to find certain types of memory corruption.
For architectures which don't enable ARCH_SUPPORTS_DEBUG_PAGEALLOC, fill the pages with poison patterns after free_pages() and verify the patterns before alloc_pages(). Additionally, this option cannot be enabled in combination with hibernation as that would result in incorrect warnings of memory corruption after a resume because free pages are not saved to the suspend image.
arch/frv/Kconfig.debugThe configuration item CONFIG_DEBUG_PAGEALLOC:
CONFIG_DEBUG_KERNELUnmap pages from the kernel linear mapping after free_pages(). This results in a large slowdown, but helps to find certain types of memory corruptions.
arch/frv/KconfigThe configuration item CONFIG_DEBUG_PAGEALLOC:
CONFIG_DEBUG_KERNELUnmap pages from the kernel linear mapping after free_pages(). This results in a large slowdown, but helps to find certain types of memory corruptions.
arch/i386/Kconfig.debugThe configuration item CONFIG_DEBUG_PAGEALLOC:
CONFIG_DEBUG_KERNELUnmap pages from the kernel linear mapping after free_pages(). This results in a large slowdown, but helps to find certain types of memory corruptions.
arch/i386/KconfigThe configuration item CONFIG_DEBUG_PAGEALLOC:
CONFIG_DEBUG_KERNELUnmap pages from the kernel linear mapping after free_pages(). This results in a large slowdown, but helps to find certain types of memory corruptions.
arch/m32r/Kconfig.debugThe configuration item CONFIG_DEBUG_PAGEALLOC:
CONFIG_DEBUG_KERNEL && CONFIG_BROKENUnmap pages from the kernel linear mapping after free_pages(). This results in a large slowdown, but helps to find certain types of memory corruptions.
arch/m32r/KconfigThe configuration item CONFIG_DEBUG_PAGEALLOC:
CONFIG_DEBUG_KERNELUnmap pages from the kernel linear mapping after free_pages(). This results in a large slowdown, but helps to find certain types of memory corruptions.
arch/sparc64/Kconfig.debugThe configuration item CONFIG_DEBUG_PAGEALLOC:
CONFIG_DEBUG_KERNEL && ! CONFIG_SOFTWARE_SUSPENDUnmap pages from the kernel linear mapping after free_pages(). This results in a large slowdown, but helps to find certain types of memory corruptions.
Raw data from LKDDb:
(none)This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - D index
Automatically generated (in year 2013) with gen-web-lkddb.py in lkddb-sources.