[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1508488588-23539-1-git-send-email-changbin.du@intel.com>
Date: Fri, 20 Oct 2017 16:36:26 +0800
From: changbin.du@...el.com
To: akpm@...ux-foundation.org, corbet@....net, hughd@...gle.com
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-mm@...ck.org, khandual@...ux.vnet.ibm.com,
kirill@...temov.name, Changbin Du <changbin.du@...el.com>
Subject: [PATCH v2 0/2] mm, thp: introduce dedicated transparent huge page allocation interfaces
From: Changbin Du <changbin.du@...el.com>
The first one introduce new interfaces, the second one kills naming confusion.
The aim is to simplify transparent huge page allocation and remove duplicated
code.
V2:
- Coding improvment.
- Fix build error if thp is disabled.
Changbin Du (2):
mm, thp: introduce dedicated transparent huge page allocation
interfaces
mm: rename page dtor functions to {compound,huge,transhuge}_page__dtor
Documentation/vm/hugetlbfs_reserv.txt | 4 +--
include/linux/gfp.h | 4 ---
include/linux/huge_mm.h | 20 ++++++++++++--
include/linux/hugetlb.h | 2 +-
include/linux/migrate.h | 14 ++++------
include/linux/mm.h | 8 +++---
mm/huge_memory.c | 52 +++++++++++++++++++++++++++++------
mm/hugetlb.c | 14 +++++-----
mm/khugepaged.c | 11 ++------
mm/mempolicy.c | 14 ++--------
mm/migrate.c | 14 +++-------
mm/page_alloc.c | 10 +++----
mm/shmem.c | 6 ++--
mm/swap.c | 2 +-
mm/userfaultfd.c | 2 +-
15 files changed, 97 insertions(+), 80 deletions(-)
--
2.7.4
Powered by blists - more mailing lists