Re: [Xen-devel] [PATCH] xen/x86: Map Xen code/data/bss with superpages

2016-02-18 Thread Andrew Cooper
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

[Xen-devel] [PATCH] xen/x86: Map Xen code/data/bss with superpages

2016-02-18 Thread Andrew Cooper
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