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

Activate the RCU fast_gup for ARM.  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.

Signed-off-by: Steve Capper <[email protected]>
Reviewed-by: Catalin Marinas <[email protected]>
Cc: Dann Frazier <[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/arm/Kconfig
arch/arm/include/asm/pgtable-3level.h
arch/arm/mm/flush.c
This page took 0.056304 seconds and 4 git commands to generate.