summaryrefslogtreecommitdiff
path: root/sys/kern/kern_idle.c
Commit message (Expand)AuthorAgeFilesLines
* KSE Milestone 2Julian Elischer2001-09-121-4/+4
* Remove #if 0'd remnants of the old idle page zeroing.John Baldwin2001-09-011-9/+0
* - Split out the support for per-CPU data from the SMP code. UP kernelsJohn Baldwin2001-05-101-14/+5
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-2/+3
* Overhaul of the SMP code. Several portions of the SMP kernel support haveJohn Baldwin2001-04-271-11/+17
* Implement a unified run queue and adjust priority levels accordingly.Jake Burkholder2001-02-121-0/+2
* - Point out that we don't lock anything during the idle setup becauseJohn Baldwin2001-02-091-1/+6
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Catch up to moving headers:John Baldwin2000-10-201-1/+1
* Axe the idle_event eventhandler, and add a MD cpu_idle function usedJohn Baldwin2000-10-191-4/+3
* EVENTHANDLER_INVOKE() takes two arguments.Peter Wemm2000-10-181-1/+1
* Don't needlessly pass the diagnostic counter to the idle_event eventJohn Baldwin2000-10-181-1/+1
* - Wrap the sanity checks for staying in the idle loop for absurdly longJohn Baldwin2000-10-171-6/+12
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.John Baldwin2000-10-051-2/+1
* Create an event (idle_event) which is invoked every time around theMike Smith2000-09-221-0/+7
* Remove some commented out cruft.John Baldwin2000-09-151-7/+0
* - Add a new process flag P_NOLOAD that marks a process that should beJohn Baldwin2000-09-151-0/+1
* Idle processes are always runnable, so let them state at SRUN.John Baldwin2000-09-151-2/+1
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-0/+108