index
:
rbraun/x15.git
arm_port_dev
basic_paging
master
memory_model_dev
The X15 microkernel
Richard Braun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kern
/
thread.h
Age
Commit message (
Expand
)
Author
2013-05-15
kern/thread: describe thread_sleep memory barrier semantics
Richard Braun
2013-05-12
kern/thread: update kernel thread naming rules
Richard Braun
2013-05-12
kern/thread: minor name change in struct thread_attr
Richard Braun
2013-04-15
kern/thread: thread destruction
Richard Braun
2013-04-08
kern/thread: rework thread state handling
Richard Braun
2013-04-08
kern/thread: rework bootstrapping
Richard Braun
2013-03-17
kern/thread: document scheduling
Richard Braun
2013-03-16
kern/thread: rename and move the on_rq thread member
Richard Braun
2013-03-16
kern/thread: scale thread weights on timer frequency
Richard Braun
2013-03-16
kern/thread: make thread_schedule private
Richard Braun
2013-03-15
kern/thread: remove the unused cpu thread member
Richard Braun
2013-03-11
kern/thread: inter-processor load balancing
Richard Braun
2013-03-09
kern/thread: add round tracking for time-sharing threads
Richard Braun
2013-03-05
kern/thread: rework time-sharing scheduling
Richard Braun
2013-03-03
kern/thread: implement thread_sleep and thread_wakeup
Richard Braun
2013-03-02
kern/thread: minor preemption refactoring
Richard Braun
2013-02-28
kern/thread: rename thread_current to thread_self
Richard Braun
2013-01-11
kern/thread: improve processor-local scheduling
Richard Braun
2012-12-30
kern/thread: remove outdated TODO comment
Richard Braun
2012-12-28
kern/thread: make thread_current migration-safe
Richard Braun
2012-12-28
kern/thread: minor comment changes about migration
Richard Braun
2012-12-27
kern/thread: migration control functions
Richard Braun
2012-12-18
kern/task: task creation and information
Richard Braun
2012-12-14
kern/thread: tidy scheduler entry functions
Richard Braun
2012-12-12
kern/thread: support multiprocessor scheduling
Richard Braun
2012-12-11
kern/thread: statically allocate idle thread structures
Richard Braun
2012-12-10
kern/thread: fix compiler barrier semantics
Richard Braun
2012-12-10
kern/spinlock: make spinlocks disable preemption
Richard Braun
2012-12-09
kern/thread: add preemption control functions
Richard Braun
2012-11-19
kern/thread: preliminary scheduling implementation
Richard Braun
2012-11-09
Implement preliminary thread context
Richard Braun