Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753068AbbF2PTN (ORCPT ); Mon, 29 Jun 2015 11:19:13 -0400 Received: from mga11.intel.com ([192.55.52.93]:9159 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753026AbbF2PTM (ORCPT ); Mon, 29 Jun 2015 11:19:12 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,699,1427785200"; d="scan'208";a="719666141" Message-ID: <559161EF.7050405@intel.com> Date: Mon, 29 Jun 2015 08:19:11 -0700 From: Dave Hansen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Xishi Qiu , Andrew Morton , "H. Peter Anvin" , Ingo Molnar , "Luck, Tony" , Hanjun Guo , Xiexiuqi , leon@leon.nu, Kamezawa Hiroyuki , Naoya Horiguchi , Vlastimil Babka , Mel Gorman CC: Linux MM , LKML Subject: Re: [RFC v2 PATCH 0/8] mm: mirrored memory support for page buddy allocations References: <558E084A.60900@huawei.com> In-Reply-To: <558E084A.60900@huawei.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 900 Lines: 22 On 06/26/2015 07:19 PM, Xishi Qiu wrote: > drivers/base/node.c | 17 ++++--- > fs/proc/meminfo.c | 6 +++ > include/linux/memblock.h | 29 ++++++++++-- > include/linux/mmzone.h | 10 ++++ > include/linux/vmstat.h | 2 + > mm/Kconfig | 8 ++++ > mm/memblock.c | 33 +++++++++++-- > mm/nobootmem.c | 3 ++ > mm/page_alloc.c | 117 ++++++++++++++++++++++++++++++++++++----------- > mm/vmstat.c | 4 ++ > 10 files changed, 190 insertions(+), 39 deletions(-) Has there been any performance analysis done on this code? I'm always nervous when I see page_alloc.c churn. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/