public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] O(1) scheduler, 2.4.17-B0, 2.5.2-pre8-B0.
@ 2002-01-06  0:38 Ingo Molnar
  2002-01-05 23:35 ` Pawel Kot
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Ingo Molnar @ 2002-01-06  0:38 UTC (permalink / raw)
  To: linux-kernel


this is the next, bugfix release of the O(1) scheduler:

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

This release could fix the lockups and crashes reported by some people.

Changes:

 - remove the likely/unlikely define from sched.h and include compiler.h.
   (Adrian Bunk)

 - export sys_sched_yield, reported by Pawel Kot.

 - turn off 'child runs first' temporarily, to see the effect.

 - export nr_context_switches() as well, needed by ReiserFS.

 - define resched_task() in the correct order to avoid compiler warnings
   on UP.

 - maximize the frequency of timer-tick driven load-balancing to 100 per
   sec.

 - clear ->need_resched in the RT scheduler path as well.

 - simplify yield() support, remove TASK_YIELDED and __schedule_tail().

Comments, bug reports, suggestions are welcome,

	Ingo


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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-06  0:38 [patch] O(1) scheduler, 2.4.17-B0, 2.5.2-pre8-B0 Ingo Molnar
2002-01-05 23:35 ` Pawel Kot
2002-01-06  1:04 ` [patch] O(1) scheduler, 2.5.2-pre9-B1 Ingo Molnar
2002-01-06 12:49   ` O(1) scheduler, 2.5.2-pre9-B1 results Anton Blanchard
2002-01-06 18:14     ` Ingo Molnar
2002-01-06  3:34 ` [patch] O(1) scheduler, 2.4.17-B0, 2.5.2-pre8-B0 listmail
2002-01-06  6:10   ` Robert Love
2002-01-06 22:48     ` Nathan
2002-01-08 16:54       ` george anzinger
2002-01-08 18:05         ` Rik van Riel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox