Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753249Ab2JFHpB (ORCPT ); Sat, 6 Oct 2012 03:45:01 -0400 Received: from acsinet15.oracle.com ([141.146.126.227]:47076 "EHLO acsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752779Ab2JFHo7 (ORCPT ); Sat, 6 Oct 2012 03:44:59 -0400 From: Yinghai Lu To: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Jacob Shin , Tejun Heo Cc: Stefano Stabellini , linux-kernel@vger.kernel.org, Yinghai Lu Subject: [PATCH 0/3] x86: pre mapping page table to make xen happy. Date: Sat, 6 Oct 2012 00:44:26 -0700 Message-Id: <1349509469-11475-1-git-send-email-yinghai@kernel.org> X-Mailer: git-send-email 1.7.7 In-Reply-To: References: X-Source-IP: ucsinet22.oracle.com [156.151.31.94] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 863 Lines: 26 on top of tip/x86/mm2 also remove early_ioremap in page table accessing. Yinghai Lu (3): x86: get early page table from BRK x86, mm: Don't clear page table if next range is ram x86, mm: Remove early_memremap workaround for page table accessing arch/x86/include/asm/init.h | 4 ++ arch/x86/include/asm/pgtable.h | 1 + arch/x86/kernel/setup.c | 2 + arch/x86/mm/init.c | 25 ++++++++++++ arch/x86/mm/init_32.c | 8 +++- arch/x86/mm/init_64.c | 85 ++++++++++++++-------------------------- 6 files changed, 67 insertions(+), 58 deletions(-) -- 1.7.7 -- 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/