]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: add a pmd_fault handler
authorMatthew Wilcox <willy@linux.intel.com>
Tue, 8 Sep 2015 21:58:48 +0000 (14:58 -0700)
committerDan Duval <dan.duval@oracle.com>
Wed, 7 Dec 2016 17:19:37 +0000 (12:19 -0500)
commitedebe0ebf0eee85d3787827d4b012f2d18eefffd
treed3d49594b5f307030734311154811e97b04a53e3
parent43d6362c4d561937fed2f4ab9946e5425af13614
mm: add a pmd_fault handler

Orabug: 22913653

Allow non-anonymous VMAs to provide huge pages in response to a page fault.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Cc: Hillf Danton <dhillf@gmail.com>
Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
Cc: Theodore Ts'o <tytso@mit.edu>
Cc: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
(cherry picked from commit b96375f74a6d4f39fc6cbdc0bce5175115c7f96f)
Signed-off-by: Dan Duval <dan.duval@oracle.com>
NOTE: Moved new member to the end of the vm_operations_struct and
surrounded their definitions with #ifdef __GENKSYMS__/#endif so as
to maintain kABI.  - Dan Duval <dan.duval@oracle.com>
include/linux/mm.h
mm/memory.c