From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: [PATCH] xen/x86: Map Xen code/data/bss with superpages Date: Thu, 18 Feb 2016 18:03:38 +0000 Message-ID: <1455818622-30625-1-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Xen-devel Cc: Andrew Cooper , Tim Deegan , Ian Campbell , Jan Beulich List-Id: xen-devel@lists.xenproject.org And make use of NX and RO attributes wherever possible. Andrew Cooper (4): xen: Introduce IS_ALIGNED() xen/memguard: Drop memguard_init() entirely xen/x86: Use 2M superpages for text/data/bss mappings xen/x86: Unilaterally remove .init mappings xen/arch/x86/mm.c | 24 +++------------- xen/arch/x86/setup.c | 70 ++++++++++++++++++++++++++++++++++------------ xen/arch/x86/xen.lds.S | 38 ++++++++++++++++++++++++- xen/include/asm-arm/mm.h | 1 - xen/include/asm-x86/mm.h | 2 -- xen/include/xen/config.h | 2 ++ xen/include/xen/kernel.h | 6 ++++ xen/include/xen/tmem_xen.h | 3 +- 8 files changed, 102 insertions(+), 44 deletions(-) -- 2.1.4