summaryrefslogtreecommitdiffstats
path: root/src/kernel/taskmgr.C
Commit message (Expand)AuthorAgeFilesLines
* Modify debug framework to be build-independentDan Crowell2018-06-261-1/+14
* libc support for thread-local storagePatrick Williams2015-12-111-2/+5
* Revisit all daemon tasks and make sure they are properly daemonizing quicklyJosh Rispoli2014-07-141-3/+14
* Change copyright prolog for all files to Apache.Patrick Williams2014-05-211-11/+11
* Clean up potential uninitialized object instances.Patrick Williams2013-05-011-26/+25
* GCOV supportPatrick Williams2012-02-071-12/+4
* Interactive debug tool.Patrick Williams2011-12-061-5/+7
* Assert on crash of a parent-less task.Patrick Williams2011-11-011-3/+37
* Support task_wait / task_wait_tid syscalls:Patrick Williams2011-10-241-0/+216
* Floating point support.Patrick Williams2011-09-121-0/+3
* Dynamic stack support.Patrick Williams2011-08-311-6/+4
* Add copyright headers to all source files.Patrick Williams2011-08-241-0/+22
* Create initial stack-frame from userspace.Patrick Williams2011-08-221-8/+10
* VMM Improvements.Patrick Williams2011-07-201-1/+1
* Add user-space stub for task entry.Patrick Williams2011-07-181-6/+7
* Set up initial task link-register to point to 'task_end' function.Patrick Williams2011-06-201-0/+9
* Kernel support for processor affinity.Patrick Williams2011-05-261-0/+3
* Eliminate race condition in updating task->cpu pointer.Patrick Williams2011-03-311-1/+2
* Thread priorities in idle and init spinlock.Patrick Williams2011-03-051-0/+1
* Merge of PowerHAL project up to commit:Patrick Williams2011-03-051-3/+3
* SMT support.Patrick Williams2010-07-071-0/+1
* Memory map and execution fixes for simics.Patrick Williams2010-07-021-0/+3
* Move SPRG3 manipulation to common ppc-arch file.Patrick Williams2010-06-281-4/+3
* Refactor task-manager tid counter to generic lockfree algorithm.Patrick Williams2010-06-091-6/+1
* Add task control syscalls.Patrick Williams2010-06-071-1/+2
* Create init process, fix scheduler bugs.Patrick Williams2010-06-071-1/+1
* Give tasks a void-ptr parameter like pthreads.Patrick Williams2010-06-071-4/+8
* Add scheduler and calls from dispatch interrupt.Patrick Williams2010-06-071-0/+7
* Add stub for decrementer interrupt.Patrick Williams2010-06-031-1/+0
* Implement task saving and dispatching.Patrick Williams2010-06-031-1/+4
* Initial cpu / task structs.Patrick Williams2010-06-021-0/+66
OpenPOWER on IntegriCloud