index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_sched.c
Age
Commit message (
Expand
)
Author
2010-05-28
Delete a fallback definition for CPU_INFO_UNIT that's both unnecessary
Philip Guenthe
2010-05-25
Actively remove processes from the runqueues of a CPU when we stop it.
Mark Kettenis
2010-05-14
Make sure we initialize sched_lock before we try to use it.
Mark Kettenis
2010-04-23
Merge the only relevant (for now) parts of simplelock.h into lock.h
Theo de Raadt
2010-04-06
Implement functions to take away the secondary CPUs from the scheduler and
Mark Kettenis
2010-01-09
Add code to stop scheduling processes on CPUs, effectively halting that CPU.
Mark Kettenis
2009-11-29
Backout previous commit. There is a possible race which makes it possible
Mark Kettenis
2009-11-25
Add a mechanism to stop the scheduler from scheduling processes on a
Mark Kettenis
2009-10-05
Don't drop the big lock at the end of exit1(), but move it into the middle of
Theo de Raadt
2009-04-22
When starting up idle, explicitly set p_cpu and the peg flag for the
Artur Grabowski
2009-04-20
Make pegging a proc work when there are idle cpus that are looking for
Artur Grabowski
2009-04-14
Some tweaks to the cpu affinity code.
Artur Grabowski
2009-04-03
sched_peg_curproc_to_cpu() - function to force a proc to stay on a cpu
Artur Grabowski
2009-03-23
Processor affinity for processes.
Artur Grabowski
2008-11-06
oops
Theo de Raadt
2008-11-06
panic if cpu_switchto() returns from a dead process
Theo de Raadt
2008-06-12
Bring biomem diff back into the tree after the nfs_bio.c fix went in.
Theo de Raadt
2008-06-11
back out biomem diff since it is not right yet. Doing very large
Theo de Raadt
2008-06-10
Buffer cache revamp
Bob Beck
2008-06-08
use sched_is_idle() and nuke the sched_chooseproc prototype since we
Thordur I. Bjornsson
2007-11-26
Move the implementation of __mp_lock (biglock) into machine dependent
Artur Grabowski
2007-10-10
Make context switching much more MI:
Artur Grabowski