From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: [PATCH v2 0/8] THP support for Sparc64 Date: Thu, 04 Oct 2012 15:46:24 -0400 (EDT) Message-ID: <20121004.154624.923241475790311926.davem@davemloft.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:45211 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756528Ab2JDTq3 (ORCPT ); Thu, 4 Oct 2012 15:46:29 -0400 Sender: linux-arch-owner@vger.kernel.org List-ID: To: linux-mm@kvack.org Cc: sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, akpm@linux-foundation.org, aarcange@redhat.com, hannes@cmpxchg.org Changes since V1: 1) Respun against mmotm 2) Bug fix for pgtable allocation, need real locking instead of just preemption disabling. Andrew, you can probably take patch #5 in this series and combine it into: mm-thp-fix-the-update_mmu_cache-last-argument-passing-in-mm-huge_memoryc.patch in your batch. And finally add a NOP implementation for S390 and any other huge page supporting architectures. Signed-off-by: David S. Miller