]> Git Repo - linux.git/commit
mm: convert p[te|md]_mknonnuma and remaining page table manipulations
authorMel Gorman <[email protected]>
Thu, 12 Feb 2015 22:58:28 +0000 (14:58 -0800)
committerLinus Torvalds <[email protected]>
Fri, 13 Feb 2015 02:54:08 +0000 (18:54 -0800)
commit4d9424669946532be754a6e116618dcb58430cb4
treeccebf7f5dbb8773bb774551d21cd95d0f30b6766
parent842915f56667f9eebd85932f08c79565148c26d6
mm: convert p[te|md]_mknonnuma and remaining page table manipulations

With PROT_NONE, the traditional page table manipulation functions are
sufficient.

[[email protected]: fix compiler warning in pmdp_invalidate()]
[[email protected]: fix build with STRICT_MM_TYPECHECKS]
Signed-off-by: Mel Gorman <[email protected]>
Acked-by: Linus Torvalds <[email protected]>
Acked-by: Aneesh Kumar <[email protected]>
Tested-by: Sasha Levin <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Dave Jones <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Kirill Shutemov <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Rik van Riel <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/arm/include/asm/pgtable-3level.h
include/linux/huge_mm.h
mm/huge_memory.c
mm/memory.c
mm/mempolicy.c
mm/migrate.c
mm/mprotect.c
mm/pgtable-generic.c
This page took 0.057676 seconds and 4 git commands to generate.