From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E76EFC43334 for ; Fri, 24 Jun 2022 18:29:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231255AbiFXS3j (ORCPT ); Fri, 24 Jun 2022 14:29:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55292 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229792AbiFXS3g (ORCPT ); Fri, 24 Jun 2022 14:29:36 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C0951680A4 for ; Fri, 24 Jun 2022 11:29:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=kz+63EY5xlLyapBTGkOL84KmexADuFELrbRNwZ+rNZQ=; b=cwjRjyeHPwpwXCqL+t0J2K6f9P KtI4Zmj24hElq5XjLhwrvsGkibQTOi9wR7qjizWk3R7bSLkAu33O7Bjh2NrxELK7fDnLuTmrEWMnv CxmgFB1GrLs9cYFHOXA9tDYX77+NLfYHY0hmj7k3LLzlmkWqX4CryKHImzIAXMtmxx4fSMSLnxpff oVv9/D7NVl2HKQNaEmZ/DnYa9sLQoE1J1QIhFSD7qlnVl3Bh45oldoxbt3ZEmkVZYWoE/KUiYW2Sd djGs2xDiV/JTkBM7kdvARFJlUv8g3aiJA8N+5anImRktjl7Cy0yPbayoDexFHS/uESHnu2WMi2Th2 9Gb1YoHw==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1o4o3N-0098gv-Qx; Fri, 24 Jun 2022 18:29:14 +0000 Date: Fri, 24 Jun 2022 19:29:13 +0100 From: Matthew Wilcox To: James Houghton Cc: Mike Kravetz , Muchun Song , Peter Xu , David Hildenbrand , David Rientjes , Axel Rasmussen , Mina Almasry , Jue Wang , Manish Mishra , "Dr . David Alan Gilbert" , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 00/26] hugetlb: Introduce HugeTLB high-granularity mapping Message-ID: References: <20220624173656.2033256-1-jthoughton@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220624173656.2033256-1-jthoughton@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 24, 2022 at 05:36:30PM +0000, James Houghton wrote: > [1] This used to be called HugeTLB double mapping, a bad and confusing > name. "High-granularity mapping" is not a great name either. I am open > to better names. Oh good, I was grinding my teeth every time I read it ;-) How does "Fine granularity" work for you? "sub-page mapping" might work too.