From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757737AbYDAOBh (ORCPT ); Tue, 1 Apr 2008 10:01:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755053AbYDAOB3 (ORCPT ); Tue, 1 Apr 2008 10:01:29 -0400 Received: from mtagate6.uk.ibm.com ([195.212.29.139]:25385 "EHLO mtagate6.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754507AbYDAOB2 (ORCPT ); Tue, 1 Apr 2008 10:01:28 -0400 Subject: [PATCH 0/3] hugetlbfs: cleanup and new primitives for s390 From: Gerald Schaefer To: Andrew Morton Cc: linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, schwidefsky@de.ibm.com, Ingo Molnar , "David S. Miller" , Tony Luck , Paul Mackerras , Thomas Gleixner , Paul Mundt Content-Type: text/plain Date: Tue, 01 Apr 2008 16:01:25 +0200 Message-Id: <1207058485.5063.36.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.8.0 (2.8.0-40.el5_1.1) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, this patchset cleans up hugetlbfs architecture headers and adds new primitives as preparation for the s390 large page support. Most notably we found that we need to add a new tlb flush for the copy-on-write of a large page (patch #2). We think that this is a bug, but obviously one that hasn't shown up so far on any of the other large page architectures. As there were no objections so far, which would be the right tree for this to get it upstream? -- Gerald Schaefer