mm/gup: Implement the dev_pagemap() logic in the generic get_user_pages_fast() function
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Thu, 16 Mar 2017 15:26:53 +0000 (18:26 +0300)
committerIngo Molnar <mingo@kernel.org>
Sat, 18 Mar 2017 08:48:02 +0000 (09:48 +0100)
commitb59f65fa076a8eac2ff3a8ab7f8e1705b9fa86cb
tree3868d09eeb4a58fe368701a86cd4411df4bebf91
parente93480537fd7ecaf5ed1a662a979376f6fee50e3
mm/gup: Implement the dev_pagemap() logic in the generic get_user_pages_fast() function

This is a preparation patch for the transition of x86 to the generic GUP_fast()
implementation.

Prepare generic GUP_fast() to handle dev_pagemap(). At the moment, it's
only implemented on x86. On non-x86, the new code will be compiled out.

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Aneesh Kumar K . V <aneesh.kumar@linux.vnet.ibm.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Dann Frazier <dann.frazier@canonical.com>
Cc: Dave Hansen <dave.hansen@intel.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Rik van Riel <riel@redhat.com>
Cc: Steve Capper <steve.capper@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-arch@vger.kernel.org
Cc: linux-mm@kvack.org
Link: http://lkml.kernel.org/r/20170316152655.37789-6-kirill.shutemov@linux.intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/mm.h
mm/gup.c