From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758470AbZKEUVJ (ORCPT ); Thu, 5 Nov 2009 15:21:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757974AbZKEUVI (ORCPT ); Thu, 5 Nov 2009 15:21:08 -0500 Received: from g5t0006.atlanta.hp.com ([15.192.0.43]:12755 "EHLO g5t0006.atlanta.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753638AbZKEUVH (ORCPT ); Thu, 5 Nov 2009 15:21:07 -0500 Subject: [PATCH v2 0/3] Documentation/vm/page-types enhancements To: akpm@linux-foundation.org, fengguang.wu@intel.com From: Alex Chiang Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org Date: Thu, 05 Nov 2009 13:21:11 -0700 Message-ID: <20091105201846.25492.52935.stgit@bob.kio> User-Agent: StGit/0.15 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is v2 of teaching page-types to decode page flags directly from the command line. v1 -> v2: - Use Fengguang's implementation - Exit early when using new -d|--describe option --- Alex Chiang (2): page-types: whitespace alignment page-types: exit early when invoked with -d|--describe Wu Fengguang (1): page-types: learn to describe flags directly from command line Documentation/vm/page-types.c | 60 +++++++++++++++++++++++++++-------------- 1 files changed, 39 insertions(+), 21 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail191.messagelabs.com (mail191.messagelabs.com [216.82.242.19]) by kanga.kvack.org (Postfix) with ESMTP id EB99B6B0062 for ; Thu, 5 Nov 2009 15:21:13 -0500 (EST) Subject: [PATCH v2 0/3] Documentation/vm/page-types enhancements From: Alex Chiang Date: Thu, 05 Nov 2009 13:21:11 -0700 Message-ID: <20091105201846.25492.52935.stgit@bob.kio> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org To: akpm@linux-foundation.org, fengguang.wu@intel.com Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org List-ID: This is v2 of teaching page-types to decode page flags directly from the command line. v1 -> v2: - Use Fengguang's implementation - Exit early when using new -d|--describe option --- Alex Chiang (2): page-types: whitespace alignment page-types: exit early when invoked with -d|--describe Wu Fengguang (1): page-types: learn to describe flags directly from command line Documentation/vm/page-types.c | 60 +++++++++++++++++++++++++++-------------- 1 files changed, 39 insertions(+), 21 deletions(-) -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org