From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Xen-devel <xen-devel@lists.xen.org>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Subject: [PATCH 0/3] x86/mm: Nonfunctional code hygene improvements
Date: Thu, 24 Aug 2017 14:14:54 +0100 [thread overview]
Message-ID: <1503580497-22936-1-git-send-email-andrew.cooper3@citrix.com> (raw)
All changes reduce the quantity of explicit mfn_t boxing/unboxing.
No functional change (confirmed by diffing the disassembly).
Andrew Cooper (3):
x86/mm: Replace opencoded forms of l?e_{get,from}_page()
x86/mm: Replace opencoded forms of map_l?t_from_l?e()
x86/mm: Introduce and use l?e_{get,from}_mfn()
xen/arch/x86/debug.c | 8 ++++----
xen/arch/x86/domain_page.c | 2 +-
xen/arch/x86/mm.c | 23 +++++++++++------------
xen/arch/x86/mm/hap/hap.c | 9 ++++-----
xen/arch/x86/mm/p2m-pt.c | 29 +++++++++++++----------------
xen/arch/x86/mm/shadow/common.c | 6 +++---
xen/arch/x86/mm/shadow/multi.c | 22 +++++++++++-----------
xen/arch/x86/mm/shadow/types.h | 16 ++++++++--------
xen/arch/x86/pv/dom0_build.c | 6 +++---
xen/include/asm-x86/page.h | 18 +++++++++++++++---
10 files changed, 73 insertions(+), 66 deletions(-)
--
2.1.4
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next reply other threads:[~2017-08-24 13:14 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-24 13:14 Andrew Cooper [this message]
2017-08-24 13:14 ` [PATCH 1/3] x86/mm: Replace opencoded forms of l?e_{get, from}_page() Andrew Cooper
2017-08-24 13:26 ` Jan Beulich
2017-08-24 14:19 ` Wei Liu
2017-08-25 14:56 ` George Dunlap
2017-08-24 13:14 ` [PATCH 2/3] x86/mm: Replace opencoded forms of map_l?t_from_l?e() Andrew Cooper
2017-08-24 13:28 ` Jan Beulich
2017-08-24 14:19 ` Wei Liu
2017-08-25 14:57 ` George Dunlap
2017-08-24 13:14 ` [PATCH 3/3] x86/mm: Introduce and use l?e_{get, from}_mfn() Andrew Cooper
2017-08-24 13:32 ` Jan Beulich
2017-08-24 13:34 ` Andrew Cooper
2017-08-24 14:17 ` Tim Deegan
2017-08-24 14:19 ` Wei Liu
2017-08-25 15:00 ` George Dunlap
2017-08-25 15:03 ` George Dunlap
2017-08-25 15:11 ` Andrew Cooper
2017-08-25 15:07 ` George Dunlap
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=1503580497-22936-1-git-send-email-andrew.cooper3@citrix.com \
--to=andrew.cooper3@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 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).