From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753641AbcDKITn (ORCPT ); Mon, 11 Apr 2016 04:19:43 -0400 Received: from outbound-smtp04.blacknight.com ([81.17.249.35]:47843 "EHLO outbound-smtp04.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753607AbcDKITl (ORCPT ); Mon, 11 Apr 2016 04:19:41 -0400 Date: Mon, 11 Apr 2016 09:18:32 +0100 From: Mel Gorman To: Andrew Morton Cc: Vlastimil Babka , Linux-MM , LKML Subject: Re: [PATCH 00/21] Optimise page alloc/free fast paths Message-ID: <20160411081832.GA32073@techsingularity.net> References: <1460362424-26369-1-git-send-email-mgorman@techsingularity.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <1460362424-26369-1-git-send-email-mgorman@techsingularity.net> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 11, 2016 at 09:13:23AM +0100, Mel Gorman wrote: > Another year, another round of page allocator optimisations focusing this > time on the alloc and free fast paths. This should be of help to workloads > that are allocator-intensive from kernel space where the cost of zeroing > is not nceessraily incurred. > Despite the numbering, there really is 21 patches. I dropped patch 22 last night because the impact was negligible for a complex patch but didn't refresh the numbering. -- Mel Gorman SUSE Labs