From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx157.postini.com [74.125.245.157]) by kanga.kvack.org (Postfix) with SMTP id C82756B0009 for ; Tue, 22 Jan 2013 12:12:40 -0500 (EST) From: Mel Gorman Subject: [PATCH 0/6] Follow up work on NUMA Balancing Date: Tue, 22 Jan 2013 17:12:36 +0000 Message-Id: <1358874762-19717-1-git-send-email-mgorman@suse.de> Sender: owner-linux-mm@kvack.org List-ID: To: Andrew Morton Cc: Peter Zijlstra , Andrea Arcangeli , Ingo Molnar , Simon Jeons , Wanpeng Li , Hugh Dickins , Mel Gorman , Linux-MM , LKML The following series is a few follow-up patches left over from NUMA balancing. The three three patches are tiny fixes. Patches 4 and 5 fold page->_last_nid into page->flags and is entirely based on work from Peter Zijlstra. The final patch is a cleanup by Hugh Dickins that he had marked as a prototype but on examination and testing I could not find any problems with it (famous last words). include/linux/mm.h | 73 ++++++++++++--------------- include/linux/mm_types.h | 9 ++-- include/linux/mmzone.h | 22 +-------- include/linux/page-flags-layout.h | 88 +++++++++++++++++++++++++++++++++ include/linux/vmstat.h | 2 +- mm/huge_memory.c | 28 ++++------- mm/memory.c | 4 ++ mm/migrate.c | 99 +++++++++++++++++-------------------- 8 files changed, 186 insertions(+), 139 deletions(-) create mode 100644 include/linux/page-flags-layout.h -- 1.7.9.2 -- 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