All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 2] Scheduler: Implement yield for credit scheduler
@ 2010-08-09 11:20 George Dunlap
  2010-08-09 11:20 ` [PATCH 1 of 2] scheduler: Add a per-scheduler yield callback George Dunlap
  2010-08-09 11:20 ` [PATCH 2 of 2] scheduler: Implement yield for credit1 George Dunlap
  0 siblings, 2 replies; 3+ messages in thread
From: George Dunlap @ 2010-08-09 11:20 UTC (permalink / raw)
  To: xen-devel; +Cc: george.dunlap

As discussed in a previous e-mail, this patch series implements yield
for the credit scheduler.  This allows a VM to actually yield (give up
the cpu to another VM) when it wants to.  This has been shown to be
effective when used in the spinlock code to avoid wasting time
spinning when another vcpu is not currently scheduled.

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

end of thread, other threads:[~2010-08-09 11:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-09 11:20 [PATCH 0 of 2] Scheduler: Implement yield for credit scheduler George Dunlap
2010-08-09 11:20 ` [PATCH 1 of 2] scheduler: Add a per-scheduler yield callback George Dunlap
2010-08-09 11:20 ` [PATCH 2 of 2] scheduler: Implement yield for credit1 George Dunlap

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.