xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/9] x86: refactor mm.c
@ 2018-02-13 20:03 Wei Liu
  2018-02-13 20:04 ` [PATCH v6 1/9] x86/mm: add pv prefix to {alloc, free}_page_type Wei Liu
                   ` (9 more replies)
  0 siblings, 10 replies; 21+ messages in thread
From: Wei Liu @ 2018-02-13 20:03 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper, Wei Liu, Jan Beulich

Hello

This series can be found at:
   https://xenbits.xen.org/git-http/people/liuw/xen.git wip.split-mm-v6.1

Unfortunately there isn't any resemblance to v5 because a lot of things
have changed since Sept last year. And the opinions gathered at the time
would make this version more or less a complete rewrite anyway.

Even after moving more than 2000 lines of code, there is still room for
improvement. But that requires further rewrite some of the common code (not
limited to x86) so that's a task for another day.

Wei.

Wei Liu (9):
  x86/mm: add pv prefix to {alloc,free}_page_type
  x86/mm: move disallow masks to pv/mm.h
  x86/mm: add disallow_mask parameter to get_page_from_l1e
  x86/mm: add pv prefix to _put_final_page_type
  x86/mm: factor out pv_dec_linear_pt
  x86/mm: export set_tlbflush_timestamp
  x86/mm: provide put_page_type_ptpg{,_preemptible}
  x86/mm: move PV code to pv/mm.c
  x86/mm: remove now unused inclusion of pv/mm.h

 xen/arch/x86/domain.c           |    2 +-
 xen/arch/x86/mm.c               | 2883 +++------------------------------------
 xen/arch/x86/mm/shadow/multi.c  |   15 +-
 xen/arch/x86/pv/mm.c            | 2452 +++++++++++++++++++++++++++++++++
 xen/arch/x86/pv/mm.h            |   19 +
 xen/arch/x86/pv/ro-page-fault.c |    2 +-
 xen/include/asm-x86/mm.h        |   10 +-
 xen/include/asm-x86/pv/mm.h     |   23 +
 8 files changed, 2733 insertions(+), 2673 deletions(-)

-- 
2.11.0


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

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

end of thread, other threads:[~2018-03-19 12:10 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-13 20:03 [PATCH v6 0/9] x86: refactor mm.c Wei Liu
2018-02-13 20:04 ` [PATCH v6 1/9] x86/mm: add pv prefix to {alloc, free}_page_type Wei Liu
2018-03-08 17:03   ` Jan Beulich
2018-03-08 17:05   ` Jan Beulich
2018-02-13 20:04 ` [PATCH v6 2/9] x86/mm: move disallow masks to pv/mm.h Wei Liu
2018-02-13 20:04 ` [PATCH v6 3/9] x86/mm: add disallow_mask parameter to get_page_from_l1e Wei Liu
2018-03-13 15:54   ` Jan Beulich
2018-03-19 12:10     ` Tim Deegan
2018-02-13 20:04 ` [PATCH v6 4/9] x86/mm: add pv prefix to _put_final_page_type Wei Liu
2018-03-13 15:55   ` Jan Beulich
2018-02-13 20:04 ` [PATCH v6 5/9] x86/mm: factor out pv_dec_linear_pt Wei Liu
2018-03-13 15:59   ` Jan Beulich
2018-02-13 20:04 ` [PATCH v6 6/9] x86/mm: export set_tlbflush_timestamp Wei Liu
2018-03-13 16:06   ` Jan Beulich
2018-02-13 20:04 ` [PATCH v6 7/9] x86/mm: provide put_page_type_ptpg{, _preemptible} Wei Liu
2018-03-13 16:10   ` Jan Beulich
2018-03-13 16:17   ` Jan Beulich
2018-02-13 20:04 ` [PATCH v6 8/9] x86/mm: move PV code to pv/mm.c Wei Liu
2018-02-13 20:04 ` [PATCH v6 9/9] x86/mm: remove now unused inclusion of pv/mm.h Wei Liu
2018-03-08 12:17 ` [PATCH v6 0/9] x86: refactor mm.c Wei Liu
2018-03-08 12:36   ` 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).