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
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