All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Assorted improvements to domain creation
@ 2018-02-28 14:14 Andrew Cooper
  2018-02-28 14:14 ` [PATCH 1/6] xen/domain: Reduce the quantity of initialisation for system domains Andrew Cooper
                   ` (5 more replies)
  0 siblings, 6 replies; 26+ messages in thread
From: Andrew Cooper @ 2018-02-28 14:14 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper

I started trying to do something unrelated to domain creation, and found this
rats nest.  See individual patches for details.

Andrew Cooper (6):
  xen/domain: Reduce the quantity of initialisation for system domains
  xen/credit2: Move repl_timer into struct csched2_dom
  xen/sched: Improvements to the {alloc,free}_domdata() interfaces
  xen/sched: Remove {init,destroy}_domain() interfaces
  xen/domain: Call sched_destroy_domain() in the domain_create() error path
  xen/domain: Use IS_ERR_OR_NULL() when checking the return value of domain_create()

 xen/arch/arm/mm.c           |  6 ++---
 xen/arch/arm/setup.c        |  2 +-
 xen/arch/x86/mm.c           |  6 ++---
 xen/arch/x86/setup.c        |  2 +-
 xen/common/domain.c         | 66 ++++++++++++++++++++++-----------------------
 xen/common/domctl.c         |  2 +-
 xen/common/sched_arinc653.c | 34 -----------------------
 xen/common/sched_credit.c   | 30 ++-------------------
 xen/common/sched_credit2.c  | 66 +++++++++++----------------------------------
 xen/common/sched_null.c     | 39 +++++++--------------------
 xen/common/sched_rt.c       | 39 +++++++--------------------
 xen/common/schedule.c       | 40 ++++++++++++++++++---------
 xen/include/xen/sched-if.h  | 30 ++++++++++++++++++---
 13 files changed, 132 insertions(+), 230 deletions(-)

-- 
2.1.4


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

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

end of thread, other threads:[~2018-03-08  9:04 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-28 14:14 [PATCH 0/6] Assorted improvements to domain creation Andrew Cooper
2018-02-28 14:14 ` [PATCH 1/6] xen/domain: Reduce the quantity of initialisation for system domains Andrew Cooper
2018-02-28 15:22   ` George Dunlap
2018-03-01 10:10   ` Dario Faggioli
2018-02-28 14:14 ` [PATCH 2/6] xen/credit2: Move repl_timer into struct csched2_dom Andrew Cooper
2018-02-28 15:26   ` George Dunlap
2018-03-01 10:12     ` Dario Faggioli
2018-02-28 14:14 ` [PATCH 3/6] xen/sched: Improvements to the {alloc, free}_domdata() interfaces Andrew Cooper
2018-02-28 15:40   ` George Dunlap
2018-02-28 16:31   ` Meng Xu
2018-03-01 10:39   ` Dario Faggioli
2018-03-05 18:20   ` Andrew Cooper
2018-02-28 14:14 ` [PATCH 4/6] xen/sched: Remove {init, destroy}_domain() interfaces Andrew Cooper
2018-02-28 16:22   ` George Dunlap
2018-02-28 16:33     ` Andrew Cooper
2018-03-01 11:08       ` Dario Faggioli
2018-02-28 16:34   ` Meng Xu
2018-03-01 11:00   ` Dario Faggioli
2018-02-28 14:14 ` [PATCH 5/6] xen/domain: Call sched_destroy_domain() in the domain_create() error path Andrew Cooper
2018-02-28 16:24   ` George Dunlap
2018-03-01 13:25   ` Dario Faggioli
2018-03-01 13:27   ` Dario Faggioli
2018-02-28 14:14 ` [PATCH 6/6] xen/domain: Use IS_ERR_OR_NULL() when checking the return value of domain_create() Andrew Cooper
2018-02-28 16:36   ` George Dunlap
2018-03-07 19:12   ` [PATCH v2 6/6] xen/domain: Added debug safety in the domain_create() failure path Andrew Cooper
2018-03-08  9:04     ` 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.