Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp71742imm; Thu, 20 Sep 2018 15:24:42 -0700 (PDT) X-Google-Smtp-Source: ANB0VdaGyqD/ZGKLXPET836HNV8gO5GEq41QeN+Qiggk/AtNzc9pRY6bnVeqFSpNfJb8p715L/MM X-Received: by 2002:a17:902:8bc4:: with SMTP id r4-v6mr40009280plo.124.1537482282615; Thu, 20 Sep 2018 15:24:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537482282; cv=none; d=google.com; s=arc-20160816; b=dw5irE9bvNXSOZqDdtbvAZYsp/xxy1Lt1PdDwJctu+wQsF1ujvabMBxZA7GBizcK/X I9WPuEXyItgJHeByuzaLM64stDDqj357KTB0r+e3qv/67fd5WBO5lr/UNSCN5t2ExiLC EAJOINAGf+bjK2dlg3fh7uqxaMHb1KpoDHvpGMBDzPjoKMLWB5ANKjRX9bxbp9ihQsGS JI2FOTu/1QH/Hfvy3li33VE2Nfwvl26/fZ6WZlymzsrafrhXDXpyoB1js1gYa5Pl3EJM Oouw1+SM10IoRyQV3o1YQH6dBPeAcyJ4xEG1STRjtpSZ8J/3U6pEgiE3+fm3nV2aUxqZ dSng== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:message-id:date:cc:to:from:subject; bh=5NTcSGtnZCZykqfFwaQt6K8rEpkFbdebFUH9So+z6lA=; b=q3en6ok3q7qY5Nhwjkvuzmr6u8QJuH5bRKMTYp6oG7jSUa9OJXFTiykwtJDwr7hPC+ 5EthvYSi2QEXn3PGts/ZqZACWrB1ngEsVeU1p8ieqDg1Wlb3+5ruvdQkYHZWo5ap3SOm vgQ/VMUe40i29ClyFEVCfcAbCTBkyb7fiWruOjeB7zGJwg3ti6kbm5BkMTW1RDweDdfb WkTrYuhHMn1NgBJxx2uQ2Qw4mSOFC93FUP3/kmV47Z9bY1KdWlftZn0CcwkIGqctGKo0 wF7abYs86hXe6kAstPTEsqTeozuB3nofJLErs8qw4PkpBDeI1JfWk6kFqSo4WigzObgC 9m3g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d32-v6si24359548pla.93.2018.09.20.15.24.25; Thu, 20 Sep 2018 15:24:42 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725887AbeIUEKC (ORCPT + 99 others); Fri, 21 Sep 2018 00:10:02 -0400 Received: from mga17.intel.com ([192.55.52.151]:14406 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725782AbeIUEKC (ORCPT ); Fri, 21 Sep 2018 00:10:02 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Sep 2018 15:24:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,282,1534834800"; d="scan'208";a="85285084" Received: from ahduyck-mobl.amr.corp.intel.com (HELO localhost.localdomain) ([10.7.198.152]) by orsmga003.jf.intel.com with ESMTP; 20 Sep 2018 15:24:10 -0700 Subject: [PATCH v4 0/5] Address issues slowing persistent memory initialization From: Alexander Duyck To: linux-mm@kvack.org, linux-kernel@vger.kernel.org, linux-nvdimm@lists.01.org Cc: pavel.tatashin@microsoft.com, mhocko@suse.com, dave.jiang@intel.com, mingo@kernel.org, dave.hansen@intel.com, jglisse@redhat.com, akpm@linux-foundation.org, logang@deltatee.com, dan.j.williams@intel.com, kirill.shutemov@linux.intel.com Date: Thu, 20 Sep 2018 15:24:09 -0700 Message-ID: <20180920215824.19464.8884.stgit@localhost.localdomain> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch set is meant to be a v4 to my earlier patch set "Address issues slowing memory init"[1], and a follow-up to my earlier patch set "Address issues slowing persistent memory initialization"[2]. Excluding any gains seen from using the vm_debug option to disable page init poisoning I see a total reduction in file-system init time of about two and a half minutes, or 65%, for a system initializing btrfs on a 12TB block of persistent memory split evenly over 4 NUMA nodes. Since the last patch set I have reworked the first patch to provide a more generic disable implementation that can be extended in the future. I tweaked the commit message for the second patch slightly to reflect why we might want to use a non-atomic __set_bit versus the atomic set_bit. I have modified the third patch to make it so that it can merge onto either the linux git tree or the linux-next git tree. The patch set that Dan Williams has outstanding may end up conflicting with this patch depending on the merge order. If his are merged first I believe the code I changed in mm/hmm.c could be dropped entirely. The fourth patch has been split into two and focused more on the async scheduling portion of the nvdimm code. The result is much cleaner than the original approach in that instead of having two threads running we are now getting the thread running where we wanted it to be. The last change for all patches is that I have updated my email address to alexander.h.duyck@linux.intel.com to reflect the fact that I have changed teams within Intel. I will be trying to use that for correspondence going forward instead of my gmail account. [1]: https://lkml.org/lkml/2018/9/5/924 [2]: https://lkml.org/lkml/2018/9/11/10 [3]: https://lkml.org/lkml/2018/9/13/104 --- Alexander Duyck (5): mm: Provide kernel parameter to allow disabling page init poisoning mm: Create non-atomic version of SetPageReserved for init use mm: Defer ZONE_DEVICE page initialization to the point where we init pgmap async: Add support for queueing on specific node nvdimm: Schedule device registration on node local to the device Documentation/admin-guide/kernel-parameters.txt | 12 +++ drivers/nvdimm/bus.c | 19 ++++ include/linux/async.h | 20 ++++- include/linux/mm.h | 2 include/linux/page-flags.h | 9 ++ kernel/async.c | 36 ++++++-- kernel/memremap.c | 24 ++--- mm/debug.c | 46 ++++++++++ mm/hmm.c | 12 ++- mm/memblock.c | 5 - mm/page_alloc.c | 101 ++++++++++++++++++++++- mm/sparse.c | 4 - 12 files changed, 243 insertions(+), 47 deletions(-) --