From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ea0-f170.google.com (mail-ea0-f170.google.com [209.85.215.170]) by kanga.kvack.org (Postfix) with ESMTP id 6F2C76B0031 for ; Mon, 13 Jan 2014 11:54:32 -0500 (EST) Received: by mail-ea0-f170.google.com with SMTP id k10so3473083eaj.1 for ; Mon, 13 Jan 2014 08:54:31 -0800 (PST) Received: from mx1.redhat.com (mx1.redhat.com. [209.132.183.28]) by mx.google.com with ESMTP id 45si913281eef.192.2014.01.13.08.54.31 for ; Mon, 13 Jan 2014 08:54:31 -0800 (PST) From: Naoya Horiguchi Subject: [PATCH 00/11 v4] update page table walker Date: Mon, 13 Jan 2014 11:54:00 -0500 Message-Id: <1389632051-25159-1-git-send-email-n-horiguchi@ah.jp.nec.com> Sender: owner-linux-mm@kvack.org List-ID: To: linux-mm@kvack.org Cc: Andrew Morton , Matt Mackall , Cliff Wickman , KOSAKI Motohiro , Johannes Weiner , KAMEZAWA Hiroyuki , Michal Hocko , "Aneesh Kumar K.V" , Pavel Emelyanov , Rik van Riel , kirill.shutemov@linux.intel.com, linux-kernel@vger.kernel.org This is ver.4 of page table walker patchset. I rebased it onto mmotm-2014-01-09-16-23, refactored, and commented more. Changes since ver.3 are only on 1/11 and 2/11. As for the motivation and/or brief summary, please refer to patch 1/11 and/or the cover letter of ver.1. - v1: http://article.gmane.org/gmane.linux.kernel.mm/108362 - v2: http://article.gmane.org/gmane.linux.kernel.mm/108827 - v3: http://article.gmane.org/gmane.linux.kernel.mm/110561 Thanks, Naoya Horiguchi --- GitHub: git://github.com/Naoya-Horiguchi/linux.git mmotm-2014-01-09-16-23/update_page_table_walker.v4 Test code: git://github.com/Naoya-Horiguchi/test_rewrite_page_table_walker.git --- Summary: Naoya Horiguchi (11): pagewalk: update page table walker core pagewalk: add walk_page_vma() smaps: redefine callback functions for page table walker clear_refs: redefine callback functions for page table walker pagemap: redefine callback functions for page table walker numa_maps: redefine callback functions for page table walker memcg: redefine callback functions for page table walker madvise: redefine callback functions for page table walker arch/powerpc/mm/subpage-prot.c: use walk_page_vma() instead of walk_page_range() pagewalk: remove argument hmask from hugetlb_entry() mempolicy: apply page table walker on queue_pages_range() arch/powerpc/mm/subpage-prot.c | 6 +- fs/proc/task_mmu.c | 267 ++++++++++++----------------- include/linux/mm.h | 24 ++- mm/madvise.c | 43 ++--- mm/memcontrol.c | 71 +++----- mm/mempolicy.c | 255 +++++++++++----------------- mm/pagewalk.c | 377 ++++++++++++++++++++++++++--------------- 7 files changed, 508 insertions(+), 535 deletions(-) -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org