]> Git Repo - linux.git/commit
mm/debug-pagealloc: make debug-pagealloc boottime configurable
authorJoonsoo Kim <[email protected]>
Sat, 13 Dec 2014 00:55:52 +0000 (16:55 -0800)
committerLinus Torvalds <[email protected]>
Sat, 13 Dec 2014 20:42:48 +0000 (12:42 -0800)
commit031bc5743f158b2d5498294f489e534a31251626
tree472c0024f26821a627ec17a2e73a450f450ca4cc
parente30825f1869a75b29a69dc8e0aaaaccc492092cf
mm/debug-pagealloc: make debug-pagealloc boottime configurable

Now, we have prepared to avoid using debug-pagealloc in boottime.  So
introduce new kernel-parameter to disable debug-pagealloc in boottime, and
makes related functions to be disabled in this case.

Only non-intuitive part is change of guard page functions.  Because guard
page is effective only if debug-pagealloc is enabled, turning off
according to debug-pagealloc is reasonable thing to do.

Signed-off-by: Joonsoo Kim <[email protected]>
Cc: Mel Gorman <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Minchan Kim <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: Michal Nazarewicz <[email protected]>
Cc: Jungsoo Son <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Joonsoo Kim <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Documentation/kernel-parameters.txt
arch/powerpc/mm/hash_utils_64.c
arch/powerpc/mm/pgtable_32.c
arch/s390/mm/pageattr.c
arch/sparc/mm/init_64.c
arch/x86/mm/pageattr.c
include/linux/mm.h
mm/debug-pagealloc.c
mm/page_alloc.c
This page took 0.056735 seconds and 4 git commands to generate.