Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753690AbdIDNyU (ORCPT ); Mon, 4 Sep 2017 09:54:20 -0400 Received: from mail-wr0-f193.google.com ([209.85.128.193]:35507 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753570AbdIDNyT (ORCPT ); Mon, 4 Sep 2017 09:54:19 -0400 X-Google-Smtp-Source: ADKCNb5lHQxpmxAm2bH7YyNMUeGjXfrwAAZWbcmqo9rhmQ7VJWWrTNeGDZzbdVcHkZPDzK29TFagtA== Date: Mon, 4 Sep 2017 15:54:15 +0200 From: Ingo Molnar To: Thomas Gleixner Cc: "Kirill A. Shutemov" , Linus Torvalds , linux-kernel@vger.kernel.org, "H. Peter Anvin" , Peter Zijlstra , Andrew Morton , Andy Lutomirski , Borislav Petkov Subject: Re: [GIT PULL] x86/mm changes for v4.14: PCID support, 5-level paging support, Secure Memory Encryption support Message-ID: <20170904135415.ek5shnbos3g7n2am@gmail.com> References: <20170904093158.k6pg3ytcbotjlhv5@gmail.com> <20170904122358.uscplql7tzrnimp4@node.shutemov.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 911 Lines: 28 * Thomas Gleixner wrote: > On Mon, 4 Sep 2017, Kirill A. Shutemov wrote: > > On Mon, Sep 04, 2017 at 11:31:58AM +0200, Ingo Molnar wrote: > > > The main changes in this cycle are support for three new, complex hardware > > > features of x86 CPUs: > > > > > > - Add 5-level paging support, which is a new hardware feature on upcoming Intel > > > CPUs allowing up to 128 PB of virtual address space and 4 PB of physical RAM > > > space - a 256-fold increase over the old limits. > > > > Minor nitpick: I don't see where "256-fold" comes from. > > > > Virtual address space increased from 256 TB to 128 PB -- 512 times. > > Physical: 64 TB -> 4 PB -- 64 times. > > See arch/x86/kernel/tsc.c: > > -johnstul@us.ibm.com "math is hard, lets go shopping!" Yeah, I mis-remembered the increase in number of bits, should have double checked ... /me goes shopping Thanks, Ingo