From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Subject: Re: [RFC PATCH v2 11/11] ARM64: mm: THP support. Date: Thu, 16 May 2013 16:01:56 +0100 Message-ID: <20130516150155.GG18308@arm.com> References: <1368006763-30774-1-git-send-email-steve.capper@linaro.org> <1368006763-30774-12-git-send-email-steve.capper@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1368006763-30774-12-git-send-email-steve.capper@linaro.org> Sender: owner-linux-mm@kvack.org To: Steve Capper Cc: "linux-mm@kvack.org" , "x86@kernel.org" , "linux-arch@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Michal Hocko , Ken Chen , Mel Gorman , Will Deacon , "patches@linaro.org" List-Id: linux-arch.vger.kernel.org On Wed, May 08, 2013 at 10:52:43AM +0100, Steve Capper wrote: > Bring Transparent HugePage support to ARM. The size of a > transparent huge page depends on the normal page size. A > transparent huge page is always represented as a pmd. > > If PAGE_SIZE is 4KB, THPs are 2MB. > If PAGE_SIZE is 64KB, THPs are 512MB. > > Signed-off-by: Steve Capper Acked-by: Catalin Marinas -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fw-tnat.cambridge.arm.com ([217.140.96.21]:51078 "EHLO cam-smtp0.cambridge.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751527Ab3EPPJV (ORCPT ); Thu, 16 May 2013 11:09:21 -0400 Date: Thu, 16 May 2013 16:01:56 +0100 From: Catalin Marinas Subject: Re: [RFC PATCH v2 11/11] ARM64: mm: THP support. Message-ID: <20130516150155.GG18308@arm.com> References: <1368006763-30774-1-git-send-email-steve.capper@linaro.org> <1368006763-30774-12-git-send-email-steve.capper@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1368006763-30774-12-git-send-email-steve.capper@linaro.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Steve Capper Cc: "linux-mm@kvack.org" , "x86@kernel.org" , "linux-arch@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Michal Hocko , Ken Chen , Mel Gorman , Will Deacon , "patches@linaro.org" Message-ID: <20130516150156.0E17cXtXufwRBK7xIe2mLppKpr5BlqCgTVtx3GHmdTE@z> On Wed, May 08, 2013 at 10:52:43AM +0100, Steve Capper wrote: > Bring Transparent HugePage support to ARM. The size of a > transparent huge page depends on the normal page size. A > transparent huge page is always represented as a pmd. > > If PAGE_SIZE is 4KB, THPs are 2MB. > If PAGE_SIZE is 64KB, THPs are 512MB. > > Signed-off-by: Steve Capper Acked-by: Catalin Marinas From mboxrd@z Thu Jan 1 00:00:00 1970 From: catalin.marinas@arm.com (Catalin Marinas) Date: Thu, 16 May 2013 16:01:56 +0100 Subject: [RFC PATCH v2 11/11] ARM64: mm: THP support. In-Reply-To: <1368006763-30774-12-git-send-email-steve.capper@linaro.org> References: <1368006763-30774-1-git-send-email-steve.capper@linaro.org> <1368006763-30774-12-git-send-email-steve.capper@linaro.org> Message-ID: <20130516150155.GG18308@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, May 08, 2013 at 10:52:43AM +0100, Steve Capper wrote: > Bring Transparent HugePage support to ARM. The size of a > transparent huge page depends on the normal page size. A > transparent huge page is always represented as a pmd. > > If PAGE_SIZE is 4KB, THPs are 2MB. > If PAGE_SIZE is 64KB, THPs are 512MB. > > Signed-off-by: Steve Capper Acked-by: Catalin Marinas