index
:
talos-hostboot
04-15-2018
04-16-2019
04-19-2018
04-30-2018
05-14-2018
05-21-2018
06-04-2018
06-18-2018
07-25-2019
master
Talos™ II hostboot sources
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
kernel
/
taskmgr.C
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modify debug framework to be build-independent
Dan Crowell
2018-06-26
1
-1
/
+14
*
libc support for thread-local storage
Patrick Williams
2015-12-11
1
-2
/
+5
*
Revisit all daemon tasks and make sure they are properly daemonizing quickly
Josh Rispoli
2014-07-14
1
-3
/
+14
*
Change copyright prolog for all files to Apache.
Patrick Williams
2014-05-21
1
-11
/
+11
*
Clean up potential uninitialized object instances.
Patrick Williams
2013-05-01
1
-26
/
+25
*
GCOV support
Patrick Williams
2012-02-07
1
-12
/
+4
*
Interactive debug tool.
Patrick Williams
2011-12-06
1
-5
/
+7
*
Assert on crash of a parent-less task.
Patrick Williams
2011-11-01
1
-3
/
+37
*
Support task_wait / task_wait_tid syscalls:
Patrick Williams
2011-10-24
1
-0
/
+216
*
Floating point support.
Patrick Williams
2011-09-12
1
-0
/
+3
*
Dynamic stack support.
Patrick Williams
2011-08-31
1
-6
/
+4
*
Add copyright headers to all source files.
Patrick Williams
2011-08-24
1
-0
/
+22
*
Create initial stack-frame from userspace.
Patrick Williams
2011-08-22
1
-8
/
+10
*
VMM Improvements.
Patrick Williams
2011-07-20
1
-1
/
+1
*
Add user-space stub for task entry.
Patrick Williams
2011-07-18
1
-6
/
+7
*
Set up initial task link-register to point to 'task_end' function.
Patrick Williams
2011-06-20
1
-0
/
+9
*
Kernel support for processor affinity.
Patrick Williams
2011-05-26
1
-0
/
+3
*
Eliminate race condition in updating task->cpu pointer.
Patrick Williams
2011-03-31
1
-1
/
+2
*
Thread priorities in idle and init spinlock.
Patrick Williams
2011-03-05
1
-0
/
+1
*
Merge of PowerHAL project up to commit:
Patrick Williams
2011-03-05
1
-3
/
+3
*
SMT support.
Patrick Williams
2010-07-07
1
-0
/
+1
*
Memory map and execution fixes for simics.
Patrick Williams
2010-07-02
1
-0
/
+3
*
Move SPRG3 manipulation to common ppc-arch file.
Patrick Williams
2010-06-28
1
-4
/
+3
*
Refactor task-manager tid counter to generic lockfree algorithm.
Patrick Williams
2010-06-09
1
-6
/
+1
*
Add task control syscalls.
Patrick Williams
2010-06-07
1
-1
/
+2
*
Create init process, fix scheduler bugs.
Patrick Williams
2010-06-07
1
-1
/
+1
*
Give tasks a void-ptr parameter like pthreads.
Patrick Williams
2010-06-07
1
-4
/
+8
*
Add scheduler and calls from dispatch interrupt.
Patrick Williams
2010-06-07
1
-0
/
+7
*
Add stub for decrementer interrupt.
Patrick Williams
2010-06-03
1
-1
/
+0
*
Implement task saving and dispatching.
Patrick Williams
2010-06-03
1
-1
/
+4
*
Initial cpu / task structs.
Patrick Williams
2010-06-02
1
-0
/
+66