xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] x86: Improvements to trap handling
@ 2014-05-16 19:41 Andrew Cooper
  2014-05-16 19:41 ` [PATCH v3 1/3] x86/boot: Drop pre-C IDT patching Andrew Cooper
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andrew Cooper @ 2014-05-16 19:41 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper, Feng Wu, Keir Fraser, Jan Beulich, Tim Deegan

Remaining patches following most of the series being committed.

Main changes in v3:
 * Fix efi build when removing 'idt_descr'
 * Move stub autogeneration into entry.S

Andrew Cooper (3):
  x86/boot: Drop pre-C IDT patching
  x86/irqs: Move interrupt-stub generation out of C
  x86/misc: Post cleanup

 xen/arch/x86/boot/x86_64.S      |   56 +------------------------------
 xen/arch/x86/cpu/common.c       |    3 --
 xen/arch/x86/cpu/mcheck/mce.c   |    2 +-
 xen/arch/x86/efi/boot.c         |    1 -
 xen/arch/x86/i8259.c            |   69 +--------------------------------------
 xen/arch/x86/setup.c            |   20 ++++--------
 xen/arch/x86/traps.c            |   47 +++++++++++++++++---------
 xen/arch/x86/x86_64/entry.S     |   67 +++++++++++++++++++++++++++++--------
 xen/include/asm-x86/asm_defns.h |    5 ---
 xen/include/asm-x86/desc.h      |    1 -
 xen/include/asm-x86/processor.h |    4 +--
 xen/include/asm-x86/system.h    |    1 +
 xen/include/xen/sched.h         |    1 -
 13 files changed, 97 insertions(+), 180 deletions(-)

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

end of thread, other threads:[~2014-05-16 19:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-16 19:41 [PATCH v3 0/3] x86: Improvements to trap handling Andrew Cooper
2014-05-16 19:41 ` [PATCH v3 1/3] x86/boot: Drop pre-C IDT patching Andrew Cooper
2014-05-16 19:41 ` [PATCH v3 2/3] x86/irqs: Move interrupt-stub generation out of C Andrew Cooper
2014-05-16 19:41 ` [PATCH v3 3/3] x86/misc: Post cleanup Andrew Cooper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).