From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752677AbcFKTQQ (ORCPT ); Sat, 11 Jun 2016 15:16:16 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:34604 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752033AbcFKTQP (ORCPT ); Sat, 11 Jun 2016 15:16:15 -0400 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, Ebru Akagunduz Subject: [RFC PATCH 0/3] mm, thp: convert from optimistic to conservative Date: Sat, 11 Jun 2016 22:15:58 +0300 Message-Id: <1465672561-29608-1-git-send-email-ebru.akagunduz@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series converts thp design from optimistic to conservative, creates a sysfs integer knob for conservative threshold and documents it. 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(-) -- 1.9.1