From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx207.postini.com [74.125.245.207]) by kanga.kvack.org (Postfix) with SMTP id E1B196B0069 for ; Fri, 29 Jun 2012 14:40:02 -0400 (EDT) Message-ID: <4FEDF5FD.3000608@redhat.com> Date: Fri, 29 Jun 2012 14:37:49 -0400 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [PATCH 17/40] autonuma: autonuma_enter/exit References: <1340888180-15355-1-git-send-email-aarcange@redhat.com> <1340888180-15355-18-git-send-email-aarcange@redhat.com> In-Reply-To: <1340888180-15355-18-git-send-email-aarcange@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Andrea Arcangeli Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, Hillf Danton , Dan Smith , Peter Zijlstra , Linus Torvalds , Andrew Morton , Thomas Gleixner , Ingo Molnar , Paul Turner , Suresh Siddha , Mike Galbraith , "Paul E. McKenney" , Lai Jiangshan , Bharata B Rao , Lee Schermerhorn , Johannes Weiner , Srivatsa Vaddagiri , Christoph Lameter , Alex Shi , Mauricio Faria de Oliveira , Konrad Rzeszutek Wilk , Don Morris , Benjamin Herrenschmidt On 06/28/2012 08:55 AM, Andrea Arcangeli wrote: > The first gear in the whole AutoNUMA algorithm is knuma_scand. If > knuma_scand doesn't run AutoNUMA is a full bypass. If knuma_scand is > stopped, soon all other AutoNUMA gears will settle down too. > > knuma_scand is the daemon that sets the pmd_numa and pte_numa and > allows the NUMA hinting page faults to start and then all other > actions follows as a reaction to that. > > knuma_scand scans a list of "mm" and this is where we register and > unregister the "mm" into AutoNUMA for knuma_scand to scan them. > > Signed-off-by: Andrea Arcangeli Acked-by: Rik van Riel -- All rights reversed -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org