summaryrefslogtreecommitdiffstats
path: root/src/include/kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* Change scheduler to locked queue instead of stack-pair.Patrick Williams2010-06-092-3/+6
|
* Kernel spinlock support.Patrick Williams2010-06-091-0/+20
|
* Refactor task-manager tid counter to generic lockfree algorithm.Patrick Williams2010-06-091-3/+3
|
* Add task control syscalls.Patrick Williams2010-06-073-2/+6
|
* Add syscall interfaces and task_yieldPatrick Williams2010-06-071-0/+13
|
* Create init process, fix scheduler bugs.Patrick Williams2010-06-072-3/+6
|
* Give tasks a void-ptr parameter like pthreads.Patrick Williams2010-06-071-2/+2
|
* Add scheduler and calls from dispatch interrupt.Patrick Williams2010-06-073-1/+7
|
* Implement task saving and dispatching.Patrick Williams2010-06-033-1/+47
|
* Import register constants from KIS codebase, update start.S to use.Patrick Williams2010-06-031-0/+124
|
* Initial cpu / task structs.Patrick Williams2010-06-026-0/+142
|
* malloc / free supportPatrick Williams2010-05-212-0/+6
|
* Add heap manager for allocations up to 2040 bytesPatrick Williams2010-05-211-0/+39
|
* Move pagemgr to generic lock free structure.Patrick Williams2010-05-211-2/+3
|
* Create page manager.Patrick Williams2010-05-201-0/+42
|
* Full vargs printk.Patrick Williams2010-05-191-1/+1
|
* Create simple console.Patrick Williams2010-05-181-0/+25
OpenPOWER on IntegriCloud