All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Further x86 cleanup in preparation for superpages
@ 2015-06-05 13:31 Andrew Cooper
  2015-06-05 13:31 ` [PATCH 1/5] xen: Use existing __section() macro instead of opencoding it Andrew Cooper
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Andrew Cooper @ 2015-06-05 13:31 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper

I have sadly been delayed with my superpage work, but this cleanup is ready
and need not be delayed.

Andrew Cooper (5):
  xen: Use existing __section() macro instead of opencoding it
  xen/x86: Misc boot/link tweaking
  x86/link: Reduce the number of sections created
  x86/setup: Move CPU0s stack out of the Xen text/data/bss virtual
    region
  x86/boot: Move/copy sections more efficiently

 xen/arch/x86/boot/head.S       |   35 +++++++----------------------------
 xen/arch/x86/boot/x86_64.S     |   20 ++++++++++++++++++++
 xen/arch/x86/hvm/hvm.c         |    2 +-
 xen/arch/x86/mm.c              |    3 +--
 xen/arch/x86/setup.c           |   39 +++++++++++++++++++++++++++------------
 xen/arch/x86/traps.c           |    3 +--
 xen/arch/x86/x86_64/mm.c       |    6 ++----
 xen/arch/x86/xen.lds.S         |   31 +++++++++++++++----------------
 xen/include/asm-arm/device.h   |    2 +-
 xen/include/asm-arm/platform.h |    2 +-
 10 files changed, 76 insertions(+), 67 deletions(-)

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-06-08 14:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-05 13:31 [PATCH 0/5] Further x86 cleanup in preparation for superpages Andrew Cooper
2015-06-05 13:31 ` [PATCH 1/5] xen: Use existing __section() macro instead of opencoding it Andrew Cooper
2015-06-08 12:20   ` Jan Beulich
2015-06-08 12:29     ` Ian Campbell
2015-06-08 13:42       ` Jan Beulich
2015-06-08 14:20         ` Ian Campbell
2015-06-05 13:31 ` [PATCH 2/5] xen/x86: Misc boot/link tweaking Andrew Cooper
2015-06-05 13:31 ` [PATCH 3/5] x86/link: Reduce the number of sections created Andrew Cooper
2015-06-05 15:38   ` Jan Beulich
2015-06-05 16:11     ` Andrew Cooper
2015-06-05 16:22       ` Jan Beulich
2015-06-05 13:31 ` [PATCH 4/5] x86/setup: Move CPU0s stack out of the Xen text/data/bss virtual region Andrew Cooper
2015-06-05 13:31 ` [PATCH 5/5] x86/boot: Move/copy sections more efficiently Andrew Cooper
2015-06-08 12:10   ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.