From: Hongyan Xia <hongyxia@amazon.com>
To: <xen-devel@lists.xenproject.org>
Cc: "Andrew Cooper" <andrew.cooper3@citrix.com>,
jgrall@amazon.com, "Wei Liu" <wl@xen.org>,
"Jan Beulich" <jbeulich@suse.com>,
"Roger Pau Monné" <roger.pau@citrix.com>
Subject: [Xen-devel] [PATCH v5 0/7] Add alternative API for XEN PTEs
Date: Tue, 7 Jan 2020 12:06:42 +0000 [thread overview]
Message-ID: <cover.1578397252.git.hongyxia@amazon.com> (raw)
This batch adds an alternative alloc-map-unmap-free Xen PTE API to the
normal alloc-free on the xenheap, in preparation of switching to domheap
for Xen page tables. Since map and unmap are basically no-ops now, and
other changes are cosmetic to ease future patches, this batch does not
introduce any functional changes.
tree:
https://xenbits.xen.org/git-http/people/hx242/xen.git directnonmap-v3
---
Changed since v4:
- handle INVALID_MFN in new APIs
- drop some goto labels since there could be better options
- const qualify introduced variables
- defer some changes to future patches due to ongoing discussions on
map_pages_to_xen
Changed since v3:
- change my email address in all patches
- address many style issues in v3
- rebase
Changed since v2:
- split into a smaller series
- drop the clear_page optimisation as Wei suggests
- rebase
Changed since v1:
- squash some commits
- merge bug fixes into this first batch
- rebase against latest master
Wei Liu (7):
x86: move some xen mm function declarations
x86: introduce a new set of APIs to manage Xen page tables
x86/mm: introduce l{1,2}t local variables to map_pages_to_xen
x86/mm: introduce l{1,2}t local variables to modify_xen_mappings
x86/mm: map_pages_to_xen would better have one exit path
x86/mm: make sure there is one exit path for modify_xen_mappings
x86/mm: change pl*e to l*t in virt_to_xen_l*e
xen/arch/x86/mm.c | 258 ++++++++++++++++++++++++++++-----------------
xen/include/asm-x86/mm.h | 16 +++
xen/include/asm-x86/page.h | 5 -
3 files changed, 175 insertions(+), 104 deletions(-)
--
2.15.3.AMZN
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
next reply other threads:[~2020-01-07 12:07 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-07 12:06 Hongyan Xia [this message]
2020-01-07 12:06 ` [Xen-devel] [PATCH v5 1/7] x86: move some xen mm function declarations Hongyan Xia
2020-01-07 12:13 ` Wei Liu
2020-01-07 13:09 ` Jan Beulich
2020-01-07 13:37 ` Wei Liu
2020-01-07 13:48 ` Xia, Hongyan
2020-01-07 14:03 ` Wei Liu
2020-01-07 12:06 ` [Xen-devel] [PATCH v5 2/7] x86: introduce a new set of APIs to manage Xen page tables Hongyan Xia
2020-01-16 12:04 ` Jan Beulich
2020-01-27 14:33 ` Xia, Hongyan
2020-01-27 14:43 ` Jan Beulich
2020-01-27 15:07 ` Xia, Hongyan
2020-01-27 17:13 ` George Dunlap
2020-01-27 17:51 ` Wei Liu
2020-01-27 17:49 ` Wei Liu
2020-01-07 12:06 ` [Xen-devel] [PATCH v5 3/7] x86/mm: introduce l{1, 2}t local variables to map_pages_to_xen Hongyan Xia
2020-01-07 12:06 ` [Xen-devel] [PATCH v5 4/7] x86/mm: introduce l{1, 2}t local variables to modify_xen_mappings Hongyan Xia
2020-01-07 12:06 ` [Xen-devel] [PATCH v5 5/7] x86/mm: map_pages_to_xen would better have one exit path Hongyan Xia
2020-01-07 12:06 ` [Xen-devel] [PATCH v5 6/7] x86/mm: make sure there is one exit path for modify_xen_mappings Hongyan Xia
2020-01-07 12:06 ` [Xen-devel] [PATCH v5 7/7] x86/mm: change pl*e to l*t in virt_to_xen_l*e Hongyan Xia
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=cover.1578397252.git.hongyxia@amazon.com \
--to=hongyxia@amazon.com \
--cc=andrew.cooper3@citrix.com \
--cc=jbeulich@suse.com \
--cc=jgrall@amazon.com \
--cc=roger.pau@citrix.com \
--cc=wl@xen.org \
--cc=xen-devel@lists.xenproject.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.