From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Xen-devel <xen-devel@lists.xen.org>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>,
Feng Wu <feng.wu@intel.com>, Keir Fraser <keir@xen.org>,
Jan Beulich <JBeulich@suse.com>, Tim Deegan <tim@xen.org>
Subject: [PATCH v3 0/3] x86: Improvements to trap handling
Date: Fri, 16 May 2014 20:41:02 +0100 [thread overview]
Message-ID: <1400269265-10005-1-git-send-email-andrew.cooper3@citrix.com> (raw)
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(-)
next reply other threads:[~2014-05-16 19:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-16 19:41 Andrew Cooper [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1400269265-10005-1-git-send-email-andrew.cooper3@citrix.com \
--to=andrew.cooper3@citrix.com \
--cc=JBeulich@suse.com \
--cc=feng.wu@intel.com \
--cc=keir@xen.org \
--cc=tim@xen.org \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).