From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751556AbWJGNFo (ORCPT ); Sat, 7 Oct 2006 09:05:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751677AbWJGNFo (ORCPT ); Sat, 7 Oct 2006 09:05:44 -0400 Received: from ns.suse.de ([195.135.220.2]:19600 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S1751548AbWJGNFn (ORCPT ); Sat, 7 Oct 2006 09:05:43 -0400 From: Nick Piggin To: Linux Memory Management , Andrew Morton Cc: Linux Kernel , Nick Piggin Message-Id: <20061007105758.14024.70048.sendpatchset@linux.site> Subject: [rfc] 2.6.19-rc1: vm stuff Date: Sat, 7 Oct 2006 15:05:37 +0200 (CEST) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org The first 3 patches are some minor fixes and rearrangements for the page allocator and are probably fit to go into -mm. The next set of 3 patches is another attempt at solving the invalidate vs pagefault race (this got reintroduced after invalidate_complete_page2 was added, and has always been present for nonlinear mappings). These are booted and have had some stress testing, but are still at the RFC stage. Comments? Nick From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Piggin Message-Id: <20061007105758.14024.70048.sendpatchset@linux.site> Subject: [rfc] 2.6.19-rc1: vm stuff Date: Sat, 7 Oct 2006 15:05:37 +0200 (CEST) Sender: owner-linux-mm@kvack.org Return-Path: To: Linux Memory Management , Andrew Morton Cc: Linux Kernel , Nick Piggin List-ID: The first 3 patches are some minor fixes and rearrangements for the page allocator and are probably fit to go into -mm. The next set of 3 patches is another attempt at solving the invalidate vs pagefault race (this got reintroduced after invalidate_complete_page2 was added, and has always been present for nonlinear mappings). These are booted and have had some stress testing, but are still at the RFC stage. Comments? Nick -- 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