summaryrefslogtreecommitdiffstats
path: root/src/kernel/scheduler.C
Commit message (Expand)AuthorAgeFilesLines
* Reduce timeslice for idle task based on wake time of sleeping tasksDoug Gilbert2012-07-281-28/+28
* new HEAP manager to reduce fragmentationDoug Gilbert2011-10-251-2/+0
* Support task_wait / task_wait_tid syscalls:Patrick Williams2011-10-241-0/+4
* Mechanism to detect low memory and cast out older pageDoug Gilbert2011-09-191-0/+2
* Ensure scratch operations happen on master core.Patrick Williams2011-08-311-8/+24
* Add copyright headers to all source files.Patrick Williams2011-08-241-0/+22
* Kernel support for processor affinity.Patrick Williams2011-05-261-4/+33
* Move inline mtdec into arch/ppc.HPatrick Williams2011-04-211-4/+2
* Ensure decrementer is initialized for normal task execution.Patrick Williams2011-03-241-1/+6
* Add skeleton of timebase manager.Patrick Williams2010-09-201-1/+2
* SMT support.Patrick Williams2010-07-071-2/+8
* Change scheduler to locked queue instead of stack-pair.Patrick Williams2010-06-091-11/+2
* Create init process, fix scheduler bugs.Patrick Williams2010-06-071-2/+4
* Add scheduler and calls from dispatch interrupt.Patrick Williams2010-06-071-0/+35
OpenPOWER on IntegriCloud