All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] O(1) scheduler, 2.5.2-pre9-C1
@ 2002-01-06 18:10 Ingo Molnar
  2002-01-06 22:15 ` O(1) scheduler, 2.5.2-pre9-C1: some results Luc Van Oostenryck
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2002-01-06 18:10 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Torvalds


i've uploaded an updated O(1) scheduler patch, against 2.5.2-pre9:

 	http://redhat.com/~mingo/O(1)-scheduler/sched-O1-2.5.2-C1.patch
 	http://redhat.com/~mingo/O(1)-scheduler/sched-O1-2.4.17-C1.patch

only minimal fixes were added to the code, the goal is to reach a stable
base.

Changelog:

 - fixed the mozilla crash, forgot to revert the ->prio value in
   setscheduler() which caused a wrong index ... (many thanks go to Pawel
   Kot for testing this out.)

 - fixed a load balancer bug that would get the runqueue count incorrectly
   if there is a RT running. With this fixed a 2-CPU system is completely
   usable even if a RT task is taking up 100% CPU time on one of the CPUs.

 - fix the sys_sched_yield export in ksyms.c (Davide Libenzi)

 - adds an RT event counter to optimize RT scheduling. (Davide, me)

	Ingo


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

end of thread, other threads:[~2002-01-06 22:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-06 18:10 [patch] O(1) scheduler, 2.5.2-pre9-C1 Ingo Molnar
2002-01-06 22:15 ` O(1) scheduler, 2.5.2-pre9-C1: some results Luc Van Oostenryck

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.