From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f46.google.com (mail-pa0-f46.google.com [209.85.220.46]) by kanga.kvack.org (Postfix) with ESMTP id A257782F66 for ; Wed, 21 Oct 2015 16:18:48 -0400 (EDT) Received: by pasz6 with SMTP id z6so63914159pas.2 for ; Wed, 21 Oct 2015 13:18:48 -0700 (PDT) Received: from bombadil.infradead.org (bombadil.infradead.org. [2001:1868:205::9]) by mx.google.com with ESMTPS id ax2si15615004pbc.170.2015.10.21.13.18.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Oct 2015 13:18:48 -0700 (PDT) Subject: Re: [PATCH v11 05/15] HMM: introduce heterogeneous memory management v5. References: <1445461210-2605-1-git-send-email-jglisse@redhat.com> <1445461210-2605-6-git-send-email-jglisse@redhat.com> From: Randy Dunlap Message-ID: <5627F31B.8060502@infradead.org> Date: Wed, 21 Oct 2015 13:18:35 -0700 MIME-Version: 1.0 In-Reply-To: <1445461210-2605-6-git-send-email-jglisse@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Sender: owner-linux-mm@kvack.org List-ID: To: =?UTF-8?B?SsOpcsO0bWUgR2xpc3Nl?= , akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Cc: Linus Torvalds , joro@8bytes.org, Mel Gorman , "H. Peter Anvin" , Peter Zijlstra , Andrea Arcangeli , Johannes Weiner , Larry Woodman , Rik van Riel , Dave Airlie , Brendan Conoboy , Joe Donohue , Christophe Harle , Duncan Poole , Sherry Cheung , Subhash Gutti , John Hubbard , Mark Hairgrove , Lucien Dunning , Cameron Buschardt , Arvind Gopalakrishnan , Haggai Eran , Shachar Raindel , Liran Liss , Roland Dreier , Ben Sander , Greg Stoner , John Bridgman , Michael Mantor , Paul Blinzer , Leonid Shamis , Laurent Morichetti , Alexander Deucher , Jatin Kumar On 10/21/15 14:00, Jerome Glisse wrote: > diff --git a/mm/Kconfig b/mm/Kconfig > index 0d9fdcd..10ed2de 100644 > --- a/mm/Kconfig > +++ b/mm/Kconfig > @@ -680,3 +680,15 @@ config ZONE_DEVICE > > config FRAME_VECTOR > bool > + > +config HMM > + bool "Enable heterogeneous memory management (HMM)" > + depends on MMU > + select MMU_NOTIFIER > + default n > + help > + Heterogeneous memory management provide infrastructure for a device provides > + to mirror a process address space into an hardware mmu or into any into a hardware MMU > + things supporting pagefault like event. > + > + If unsure, say N to disable hmm. HMM. -- ~Randy -- 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