From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: [PATCH 0/5] mm, highmem: kmap_atomic rework -v3 Date: Sat, 18 Sep 2010 17:53:26 +0200 Message-ID: <20100918155326.478277313@chello.nl> Return-path: Sender: owner-linux-mm@kvack.org To: Linus Torvalds Cc: Andrew Morton , Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , Russell King , David Howells , Ralf Baechle , David Miller , Chris Metcalf , Paul Mackerras , Benjamin Herrenschmidt , Hugh Dickins , linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-arch@vger.kernel.org, Peter Zijlstra List-Id: linux-arch.vger.kernel.org Next version of the kmap_atomic rework using Andrew's fancy CPP trickery to avoid having to convert the whole tree at once. This is compile tested for i386-allmodconfig, frv, mips-sb1250-swarm, powerpc-ppc6xx_defconfig, sparc32_defconfig, arm-omap3 (all with HIGHEM=y). Tested on Tile by Chris Metcalf. Boot-tested with: i386-defconfig. Not tested with: - nm10300, the arch doesn't build with highmem to begin with -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from casper.infradead.org ([85.118.1.10]:41896 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753092Ab0IRQBD (ORCPT ); Sat, 18 Sep 2010 12:01:03 -0400 Message-ID: <20100918155326.478277313@chello.nl> Date: Sat, 18 Sep 2010 17:53:26 +0200 From: Peter Zijlstra Subject: [PATCH 0/5] mm, highmem: kmap_atomic rework -v3 Sender: linux-arch-owner@vger.kernel.org List-ID: To: Linus Torvalds Cc: Andrew Morton , Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , Russell King , David Howells , Ralf Baechle , David Miller , Chris Metcalf , Paul Mackerras , Benjamin Herrenschmidt , Hugh Dickins , linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-arch@vger.kernel.org, Peter Zijlstra Message-ID: <20100918155326.hNOFMbTGtQINzhjW9O3HUanyPBLC_Ju3nAEDD43tSwM@z> Next version of the kmap_atomic rework using Andrew's fancy CPP trickery to avoid having to convert the whole tree at once. This is compile tested for i386-allmodconfig, frv, mips-sb1250-swarm, powerpc-ppc6xx_defconfig, sparc32_defconfig, arm-omap3 (all with HIGHEM=y). Tested on Tile by Chris Metcalf. Boot-tested with: i386-defconfig. Not tested with: - nm10300, the arch doesn't build with highmem to begin with