Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261830AbUFBKwR (ORCPT ); Wed, 2 Jun 2004 06:52:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261802AbUFBKwQ (ORCPT ); Wed, 2 Jun 2004 06:52:16 -0400 Received: from mtagate3.de.ibm.com ([195.212.29.152]:39617 "EHLO mtagate3.de.ibm.com") by vger.kernel.org with ESMTP id S261830AbUFBKwA (ORCPT ); Wed, 2 Jun 2004 06:52:00 -0400 Date: Wed, 2 Jun 2004 12:52:03 +0200 From: Martin Schwidefsky To: akpm@osdl.org, linux-kernel@vger.kernel.org Subject: Patches for s390. Message-ID: <20040602105203.GA7108@mschwid3.boeblingen.de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.5.1+cvs20040105i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 823 Lines: 24 Hi Andrew, 4 patches for s390. The first one contains the definition of ptep_set_access_flags for s390. We need to flush the tlbs to reflect changes in the _PAGE_RO bit. The generic function flushes all tlbs, for s390 we can do better. We want to use ipte to flush only the tlbs of a single page. Using good old ptep_establish for ptep_set_access_flags is working just fine. Short descriptions: 1) s390 core changes. 2) common i/o layer changes. 3) block device driver changes. 4) network driver fixes. Patches apply against BitKeeper dated 02.06.2004. blue skies, Martin. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/