[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170720134029.25268-1-vbabka@suse.cz>
Date: Thu, 20 Jul 2017 15:40:25 +0200
From: Vlastimil Babka <vbabka@...e.cz>
To: linux-mm@...ck.org
Cc: linux-kernel@...r.kernel.org, Joonsoo Kim <iamjoonsoo.kim@....com>,
Andrew Morton <akpm@...ux-foundation.org>,
Michal Hocko <mhocko@...nel.org>,
Mel Gorman <mgorman@...hsingularity.net>,
Yang Shi <yang.shi@...aro.org>,
Laura Abbott <labbott@...hat.com>,
Vinayak Menon <vinmenon@...eaurora.org>,
zhong jiang <zhongjiang@...wei.com>,
Vlastimil Babka <vbabka@...e.cz>
Subject: [PATCH 0/4] page_ext/page_owner init fixes
This is a followup to the mail thread [1] where we discussed some issues with
current page_owner (thus also page_ext) init code. Patch 1 should be a
straightforward optimization found during the process. Patches 2 and 3 are
preparation towards patch 4, with the main issue described in its commit log.
It's a RFC because there may be other solutions possible.
[1] http://marc.info/?l=linux-mm&m=149883233221147&w=2
Vlastimil Babka (4):
mm, page_owner: make init_pages_in_zone() faster
mm, page_ext: periodically reschedule during page_ext_init()
mm, page_owner: don't grab zone->lock for init_pages_in_zone()
mm, page_ext: move page_ext_init() after page_alloc_init_late()
init/main.c | 3 ++-
mm/page_ext.c | 5 ++---
mm/page_owner.c | 35 ++++++++++++++++++++++++++++-------
3 files changed, 32 insertions(+), 11 deletions(-)
--
2.13.2
Powered by blists - more mailing lists