public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Updated preempt-kernel patches
@ 2001-10-12 20:19 Robert Love
  2001-10-12 20:47 ` Robert Love
  2001-10-12 22:19 ` Robert Love
  0 siblings, 2 replies; 7+ messages in thread
From: Robert Love @ 2001-10-12 20:19 UTC (permalink / raw)
  To: linux-kernel

Updated preempt-kernel patches for 2.4.10, 2.4.12, 2.4.13-pre1, and
(phew!) 2.4.12-ac1 are available at:

http://tech9.net/rml/linux

Note the patches for 2.4.10 are updated over previously releases.

These patches allow create a preemptible kernel -- increasing system
response time.  Everyone is encouraged to give it a whirl and report
back.

Major changes include code to prevent CPU changes on preempt (should
prevent a class of race conditions), an SMP compile fix, and various
cleanups.

Full change log:

20011011
- remove pgalloc.h preemption disable statements -- not
  needed with the new CPU switch prevention
- fix compile on SMP in some configurations (ac tree only)

20011005
- rearrange sched.c so we can patch cleanly against rtsched
  (or vice versa)

20011004
- prevent the case of preemption causing a CPU switch
  by locking tasks to the current CPU in preempt_schedule
- revert to _raw_spin_xxx from _spin_xxx since PPC uses
  that convention.

20011003
- push pcmcia-cs tools fix into their next release

20011001
- fix spin_lock_prefetch optimization causing (harmless)
  compile warnings

	Robert Love


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

end of thread, other threads:[~2001-10-13  5:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-12 20:19 Updated preempt-kernel patches Robert Love
2001-10-12 20:47 ` Robert Love
2001-10-12 22:19 ` Robert Love
2001-10-13  0:27   ` Mike Fedyk
2001-10-13  0:32     ` Robert Love
2001-10-13  1:01       ` Mike Fedyk
2001-10-13  5:31         ` Robert Love

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