]> Git Repo - linux.git/commit
arm64: mm: enable RCU fast_gup
authorSteve Capper <[email protected]>
Thu, 9 Oct 2014 22:29:25 +0000 (15:29 -0700)
committerLinus Torvalds <[email protected]>
Fri, 10 Oct 2014 02:26:01 +0000 (22:26 -0400)
commit29e5694054149acd25b0d5538c95fb6d64478315
tree1f496525d51e1989b3415bf275034213a639bbc8
parent5e5f6dc10546f5c03bc572e3ba3089af30c66e2d
arm64: mm: enable RCU fast_gup

Activate the RCU fast_gup for ARM64.  We also need to force THP splits to
broadcast an IPI s.t.  we block in the fast_gup page walker.  As THP
splits are comparatively rare, this should not lead to a noticeable
performance degradation.

Some pre-requisite functions pud_write and pud_page are also added.

[[email protected]: coding-style fixes]
Signed-off-by: Steve Capper <[email protected]>
Tested-by: Dann Frazier <[email protected]>
Acked-by: Catalin Marinas <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Russell King <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Mel Gorman <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: Christoffer Dall <[email protected]>
Cc: Andrea Arcangeli <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/arm64/Kconfig
arch/arm64/include/asm/pgtable.h
arch/arm64/mm/flush.c
This page took 0.044974 seconds and 4 git commands to generate.