xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] xen: sched: rtds clean-up
@ 2016-06-26  0:48 Tianyang Chen
  2016-06-26  0:48 ` [PATCH v2 1/2] xen: sched: rtds code clean-up Tianyang Chen
  2016-06-26  0:48 ` [PATCH v2 2/2] xen: sched: rtds: use non-atomic bit-ops Tianyang Chen
  0 siblings, 2 replies; 5+ messages in thread
From: Tianyang Chen @ 2016-06-26  0:48 UTC (permalink / raw)
  To: xen-devel; +Cc: dario.faggioli, Tianyang Chen, george.dunlap, mengxu

The first part of this patch series aims at fixing coding syle issue
for control structures, as well as aligning comments in the structs.

Related discussions: 
http://lists.xenproject.org/archives/html/xen-devel/2016-03/msg01528.html

Because locks are grabbed in schedule.c before
hooks are called, underscores in front of function names are removed.

The second part replaces atomic bit-ops with non-atomic ones since locks
are grabbed in schedule.c.

Discussions:
http://lists.xenproject.org/archives/html/xen-devel/2016-03/msg01528.html
http://www.gossamer-threads.com/lists/xen/devel/431251?do=post_view_threaded#431251

Tianyang Chen (2):
  xen: sched: rtds code clean-up
  xen: sched: rtds: use non-atomic bit-ops

 xen/common/sched_rt.c |  106 ++++++++++++++++++++++++++-----------------------
 1 file changed, 56 insertions(+), 50 deletions(-)

-- 
1.7.9.5


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

end of thread, other threads:[~2016-06-29 16:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-26  0:48 [PATCH v2 0/2] xen: sched: rtds clean-up Tianyang Chen
2016-06-26  0:48 ` [PATCH v2 1/2] xen: sched: rtds code clean-up Tianyang Chen
2016-06-29 16:21   ` Dario Faggioli
2016-06-26  0:48 ` [PATCH v2 2/2] xen: sched: rtds: use non-atomic bit-ops Tianyang Chen
2016-06-29 16:44   ` Dario Faggioli

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).