[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191017164223.2762148-1-songliubraving@fb.com>
Date: Thu, 17 Oct 2019 09:42:17 -0700
From: Song Liu <songliubraving@...com>
To: <linux-kernel@...r.kernel.org>, <linux-mm@...ck.org>,
<akpm@...ux-foundation.org>
CC: <matthew.wilcox@...cle.com>, <kernel-team@...com>,
<william.kucharski@...cle.com>, <kirill.shutemov@...ux.intel.com>,
Song Liu <songliubraving@...com>
Subject: [PATCH v2 0/5] Fixes for THP in page cache
This set includes a few fixes for THP in page cache. They are based on
Linus's master branch.
Thanks,
Song
Changes v1 -> v2:
1. Return -EINVAL if the WARN() triggers. (Oleg Nesterov)
2. Include William Kucharski's fix to vmscan.c, which replaces half of
original (3/4).
Kirill A. Shutemov (3):
proc/meminfo: fix output alignment
mm/thp: fix node page state in split_huge_page_to_list()
mm/thp: allow drop THP from page cache
Song Liu (1):
uprobe: only do FOLL_SPLIT_PMD for uprobe register
William Kucharski (1):
mm: Support removing arbitrary sized pages from mapping
fs/proc/meminfo.c | 4 ++--
kernel/events/uprobes.c | 13 +++++++++++--
mm/huge_memory.c | 9 +++++++--
mm/truncate.c | 12 ++++++++++++
mm/vmscan.c | 5 +----
5 files changed, 33 insertions(+), 10 deletions(-)
--
2.17.1
Powered by blists - more mailing lists