From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Lameter Date: Tue, 23 May 2006 17:43:44 +0000 Subject: [0/5] sys_move_pages() updates Message-Id: <20060523174344.10156.66845.sendpatchset@schroedinger.engr.sgi.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: akpm@osdl.org Cc: Hugh Dickins , linux-ia64@vger.kernel.org, Peter Zijlstra , Lee Schermerhorn , Nick Piggin , linux-mm@kvack.org, Andi Kleen , KAMEZAWA Hiroyuki , Christoph Lameter These patches are against 2.6.17-rc4-mm3 and complete the implementation of sys_move_pages(). 1. Fix brokenness in follow_page introduced with the dirty pages patch. 2. Extract common permissions check 3. Fixups sys_move_pages() 4. x86_64 support 5. 32 bit support for i386, x86_64 and ia64.