All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 for-next 0/3] Improvements to string.h
@ 2017-05-12 17:35 Andrew Cooper
  2017-05-12 17:35 ` [PATCH v3 1/3] xen/string: Clean up {xen, arm}/string.h Andrew Cooper
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Andrew Cooper @ 2017-05-12 17:35 UTC (permalink / raw)
  To: Xen-devel
  Cc: Andrew Cooper, Julien Grall, Stefano Stabellini, Wei Liu, Jan Beulich

This series has expanded a bit from its first version.  It has been
compile-checked on all architectures (locally and in Travis;
https://travis-ci.org/andyhhp/xen/builds/231640889), and functionally tested
on x86.

Andrew Cooper (3):
  xen/string: Clean up {xen,arm}/string.h
  xen/string: Use compiler __builtin_*() where possible
  x86/string: Clean up x86/string.h

 xen/arch/x86/string.c        |  11 ++---
 xen/common/string.c          |  24 +++++-----
 xen/include/asm-arm/string.h |  27 ++++++------
 xen/include/asm-x86/string.h |  18 ++++++--
 xen/include/xen/string.h     | 103 ++++++++++++++++++++++++++++---------------
 5 files changed, 111 insertions(+), 72 deletions(-)

-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2017-05-31 13:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-12 17:35 [PATCH v3 for-next 0/3] Improvements to string.h Andrew Cooper
2017-05-12 17:35 ` [PATCH v3 1/3] xen/string: Clean up {xen, arm}/string.h Andrew Cooper
2017-05-15 10:02   ` Jan Beulich
2017-05-31  8:47   ` Julien Grall
2017-05-12 17:35 ` [PATCH v3 2/3] xen/string: Use compiler __builtin_*() where possible Andrew Cooper
2017-05-15 10:05   ` Jan Beulich
2017-05-12 17:35 ` [PATCH v3 3/3] x86/string: Clean up x86/string.h Andrew Cooper
2017-05-15 10:08   ` Jan Beulich
2017-05-15 10:19     ` Jan Beulich
2017-05-15 13:08       ` Andrew Cooper
2017-05-15 14:22         ` Jan Beulich
2017-05-31 12:42           ` Andrew Cooper
2017-05-31 13:00             ` 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.