All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Xen-devel <xen-devel@lists.xen.org>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>,
	Julien Grall <julien.grall@arm.com>,
	Stefano Stabellini <sstabellini@kernel.org>,
	Wei Liu <wei.liu2@citrix.com>, Jan Beulich <JBeulich@suse.com>
Subject: [PATCH v3 for-next 0/3] Improvements to string.h
Date: Fri, 12 May 2017 18:35:49 +0100	[thread overview]
Message-ID: <1494610552-8738-1-git-send-email-andrew.cooper3@citrix.com> (raw)

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

             reply	other threads:[~2017-05-12 17:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-12 17:35 Andrew Cooper [this message]
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

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=1494610552-8738-1-git-send-email-andrew.cooper3@citrix.com \
    --to=andrew.cooper3@citrix.com \
    --cc=JBeulich@suse.com \
    --cc=julien.grall@arm.com \
    --cc=sstabellini@kernel.org \
    --cc=wei.liu2@citrix.com \
    --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 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.