From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965075AbcFMSaq (ORCPT ); Mon, 13 Jun 2016 14:30:46 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:33891 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752138AbcFMSao (ORCPT ); Mon, 13 Jun 2016 14:30:44 -0400 Date: Mon, 13 Jun 2016 21:30:38 +0300 From: Ebru Akagunduz To: linux-mm@kvack.org Cc: hughd@google.com, riel@redhat.com, akpm@linux-foundation.org, kirill.shutemov@linux.intel.com, n-horiguchi@ah.jp.nec.com, aarcange@redhat.com, iamjoonsoo.kim@lge.com, gorcunov@openvz.org, linux-kernel@vger.kernel.org, mgorman@suse.de, rientjes@google.com, vbabka@suse.cz, aneesh.kumar@linux.vnet.ibm.com, hannes@cmpxchg.org, mhocko@suse.cz, boaz@plexistor.com, minchan@kernel.org Subject: Re: [RFC PATCH 0/3] mm, thp: convert from optimistic to conservative Message-ID: <20160613183038.GA3815@debian> References: <1465672561-29608-1-git-send-email-ebru.akagunduz@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1465672561-29608-1-git-send-email-ebru.akagunduz@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jun 11, 2016 at 10:15:58PM +0300, Ebru Akagunduz wrote: > This patch series converts thp design from optimistic to conservative, > creates a sysfs integer knob for conservative threshold and documents it. > This patchset follows Michan Kim's suggestion. Related discussion is here: http://marc.info/?l=linux-mm&m=146373278424897&w=2 CC'ed Michan Kim. > Ebru Akagunduz (3): > mm, thp: revert allocstall comparing > mm, thp: convert from optimistic to conservative > doc: add information about min_ptes_young > > Documentation/vm/transhuge.txt | 7 ++++ > include/trace/events/huge_memory.h | 10 ++--- > mm/khugepaged.c | 81 ++++++++++++++++++++++---------------- > 3 files changed, 59 insertions(+), 39 deletions(-) > > --