[PATCH 02/11] pagewalk: add walk_page_vma()

2014-02-10 Thread Naoya Horiguchi
Introduces walk_page_vma(), which is useful for the callers which want to walk over a given vma. It's used by later patches. ChangeLog v4: - rename skip_check to skip_lower_level_walking Signed-off-by: Naoya Horiguchi --- include/linux/mm.h | 1 + mm/pagewalk.c | 18 ++ 2

[PATCH 02/11] pagewalk: add walk_page_vma()

2014-01-13 Thread Naoya Horiguchi
Introduces walk_page_vma(), which is useful for the callers which want to walk over a given vma. It's used by later patches. ChangeLog v4: - rename skip_check to skip_lower_level_walking Signed-off-by: Naoya Horiguchi --- include/linux/mm.h | 1 + mm/pagewalk.c | 18 ++ 2

[PATCH 02/11] pagewalk: add walk_page_vma()

2013-12-11 Thread Naoya Horiguchi
Introduces walk_page_vma(), which is useful for the callers which want to walk over a given vma. It's used by later patches. Signed-off-by: Naoya Horiguchi --- include/linux/mm.h | 1 + mm/pagewalk.c | 18 ++ 2 files changed, 19 insertions(+) diff --git v3.13-rc3-mmots-201

[PATCH 02/11] pagewalk: add walk_page_vma()

2013-10-30 Thread Naoya Horiguchi
Introduces walk_page_vma(), which is useful for the callers which want to walk over a given vma. It's used by later patches. Signed-off-by: Naoya Horiguchi --- include/linux/mm.h | 1 + mm/pagewalk.c | 18 ++ 2 files changed, 19 insertions(+) diff --git v3.12-rc7-mmots-201

[PATCH 02/11] pagewalk: add walk_page_vma()

2013-10-14 Thread Naoya Horiguchi
Introduces walk_page_vma(), which is useful for the callers which want to walk over a given vma. It's used by later patches. Signed-off-by: Naoya Horiguchi --- include/linux/mm.h | 1 + mm/pagewalk.c | 20 2 files changed, 21 insertions(+) diff --git v3.12-rc4.orig/in