xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] x86: Use alternative mechanism to define CLAC/STAC
@ 2014-05-26  7:27 Feng Wu
  2014-05-26  7:27 ` [PATCH 1/3] x86: Add definitions for NOP operation Feng Wu
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Feng Wu @ 2014-05-26  7:27 UTC (permalink / raw)
  To: xen-devel; +Cc: keir.xen, Feng Wu, JBeulich

This patch set ports the basic alternative mechanism from Linux to Xen
and use it to define CLAC/STAC.

Feng Wu (3):
  x86: Add definitions for NOP operation
  x86: Port the basic alternative mechanism from Linux to Xen
  x86: Use alternative mechanism to define CLAC/STAC

 xen/arch/x86/Makefile             |   1 +
 xen/arch/x86/alternative.c        | 223 ++++++++++++++++++++++++++++++++++++++
 xen/arch/x86/setup.c              |   5 +
 xen/arch/x86/traps.c              |  15 +++
 xen/arch/x86/xen.lds.S            |  22 ++++
 xen/include/asm-x86/alternative.h |  77 +++++++++++++
 xen/include/asm-x86/asm_defns.h   |  36 +++---
 xen/include/asm-x86/nops.h        |  71 ++++++++++++
 xen/include/asm-x86/traps.h       |   2 +
 9 files changed, 439 insertions(+), 13 deletions(-)
 create mode 100644 xen/arch/x86/alternative.c
 create mode 100644 xen/include/asm-x86/alternative.h
 create mode 100644 xen/include/asm-x86/nops.h

-- 
1.8.3.1

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

end of thread, other threads:[~2014-05-27 15:42 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-26  7:27 [PATCH 0/3] x86: Use alternative mechanism to define CLAC/STAC Feng Wu
2014-05-26  7:27 ` [PATCH 1/3] x86: Add definitions for NOP operation Feng Wu
2014-05-26 15:04   ` Andrew Cooper
2014-05-26  7:27 ` [PATCH 2/3] x86: Port the basic alternative mechanism from Linux to Xen Feng Wu
2014-05-26 15:40   ` Andrew Cooper
2014-05-26 16:16     ` Jan Beulich
2014-05-27  6:13     ` Wu, Feng
2014-05-27  9:30       ` Jan Beulich
2014-05-27 15:35   ` Jan Beulich
2014-05-26  7:27 ` [PATCH 3/3] x86: Use alternative mechanism to define CLAC/STAC Feng Wu
2014-05-26 15:49   ` Andrew Cooper
2014-05-26 16:18     ` Jan Beulich
2014-05-26 16:22       ` Andrew Cooper
2014-05-27  6:24     ` Wu, Feng
2014-05-27 15:42   ` Jan Beulich

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).