From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] xen/x86: Map Xen code/data/bss with superpages Date: Thu, 18 Feb 2016 18:20:55 +0000 Message-ID: <56C60B87.7050502@citrix.com> References: <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: In-Reply-To: <1455818622-30625-1-git-send-email-andrew.cooper3@citrix.com> 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: Tim Deegan , Ian Campbell , Jan Beulich List-Id: xen-devel@lists.xenproject.org On 18/02/16 18:03, Andrew Cooper wrote: > 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 Apologies - I messed up with git format-patch and omitted the patch numbers. (at least there are only 4) The patches are available on http://xenbits.xen.org/git-http/people/andrewcoop/xen.git xen-super-v1 ~Andrew